Commit graph

  • 68cf24376c commands/hdparm: Add missing grub_disk_close. Vladimir Serbinenko 2015-01-24 20:55:06 +01:00
  • 9d999852a2 gptsync: Add missing device_close. Vladimir Serbinenko 2015-01-24 20:52:02 +01:00
  • 95a8c9182b commands/fileXX: Fix memory leak. Vladimir Serbinenko 2015-01-24 20:50:35 +01:00
  • b04c6d32ce commands/file: Change the confusing loop stop condition. Vladimir Serbinenko 2015-01-24 20:45:25 +01:00
  • e902163e48 commands/acpi: Use ALIGN_UP rather than manual expression. Vladimir Serbinenko 2015-01-24 20:41:43 +01:00
  • 9ff9d5a54e uhci: Fix null pointer dereference. Vladimir Serbinenko 2015-01-24 20:38:12 +01:00
  • 3661261fe1 Always add -msoft-float to avoid compiler generating float arithmetics. Vladimir Serbinenko 2015-01-24 20:37:08 +01:00
  • b8f537199a Generate empty ChangeLog if no .git is available. Vladimir Serbinenko 2015-01-24 20:14:59 +01:00
  • 14c9a72039 Makefile.am: Fix Changelog cutoff address. Vladimir Serbinenko 2015-01-24 20:12:51 +01:00
  • 7d027b4d3e efidisk: Return the determined root disk even if partition is unknown. Vladimir Serbinenko 2015-01-24 19:53:13 +01:00
  • eeea31b220 util/grub-mkrescue.c: Always include part_msdos and part_gpt on EFI. Vladimir Serbinenko 2015-01-24 17:45:16 +01:00
  • 11504d523c conf/Makefile.common: Remove unused {LD,C}FLAGS_CPU. Vladimir Serbinenko 2015-01-24 17:44:19 +01:00
  • 3bd0868364 Autogenerate ChangeLog from git changelog. Vladimir Serbinenko 2015-01-24 17:29:50 +01:00
  • 8acb9dc697 * tests/file_filter/file: Really add missing file. Vladimir Serbinenko 2015-01-23 19:46:02 +01:00
  • edf2db97e7 Mention platform "none" in NEWS Andrei Borzenkov 2015-01-23 21:06:16 +03:00
  • 2f73d2733c accept also hdX as alias to native Xen disk name Andrey Borzenkov 2015-01-23 19:52:45 +03:00
  • b14d85db89 Suport for bi-endianess in elf file pfsmorigo/no-libgcc Paulo Flabiano Smorigo 2015-01-23 08:03:30 -02:00
  • 21143c3fde Skip libgcc dependency for powerpc Paulo Flabiano Smorigo 2014-09-17 14:44:30 -03:00
  • 872dec5684 Add powerpc little-endian (ppc64le) flags Paulo Flabiano Smorigo 2015-01-19 11:26:12 -02:00
  • 0544db450d Add Virtual LAN support pfsmorigo/vlantag Paulo Flabiano Smorigo 2015-01-23 07:07:30 -02:00
  • 3bac4caa2b Remove direct _llseek code and require long filesystem libc. Felix Janda 2015-01-22 19:54:36 +01:00
  • 6866f2ba37 Remove potential division by 0 in gfxmenu. Vladimir Serbinenko 2015-01-21 15:56:53 +01:00
  • 44b38e4988 grub_menu_init_page: Avoid returning 0 geometry to avoid divisions by 0. Vladimir Serbinenko 2015-01-21 15:51:49 +01:00
  • 68581b009f unix/cputime.c: Cache sc_clk_tck and check it for sanity. Vladimir Serbinenko 2015-01-21 10:28:52 +01:00
  • 69aee43fa6 * grub-core/kern/efi/mm.c (grub_efi_get_memory_map): Never return a descriptor_size==0 to avoid potential divisions by zero. Vladimir Serbinenko 2015-01-21 10:17:36 +01:00
  • ac8bac2496 haiku/getroot.c (grub_util_find_partition_start_os): Avoid division by zero. Vladimir Serbinenko 2015-01-20 21:12:46 +01:00
  • 4e0a25a4c0 rtc_get_time_ms.c (grub_rtc_get_time_ms): Avoid division by zero. Vladimir Serbinenko 2015-01-20 21:10:55 +01:00
  • b666e01b9c * grub-core/loader/i386/xnu.c (guessfsb): Avoid division by 0. Vladimir Serbinenko 2015-01-20 21:07:41 +01:00
  • 2e62352bc2 * grub-core/kern/i386/tsc.c (calibrate_tsc): Ensure that no division by 0 occurs. Vladimir Serbinenko 2015-01-20 21:07:08 +01:00
  • e360b5d176 * include/grub/misc.h (grub_div_roundup): Remove as it's unused. Vladimir Serbinenko 2015-01-20 20:52:41 +01:00
  • c453760c71 * grub-core/term/gfxterm.c: Avoid division by zero. Vladimir Serbinenko 2015-01-20 20:50:35 +01:00
  • e95685dab1 Avoid division by zero in serial. Vladimir Serbinenko 2015-01-20 20:41:36 +01:00
  • 4816dcac19 * grub-core/video/readers/jpeg.c: Avoid division by zero. Vladimir Serbinenko 2015-01-20 19:35:49 +01:00
  • 750f4bacd3 * grub-core/disk/diskfilter.c: Validate volumes to avoid division by zero. Vladimir Serbinenko 2015-01-20 19:33:20 +01:00
  • 1b6aaddc45 term.h: Avoid returining 0-sized terminal as it may lead to division by zero. Vladimir Serbinenko 2015-01-20 17:55:41 +01:00
  • 475bffeae6 * grub-core/fs/zfs.c: Avoid divisions by zero. Vladimir Serbinenko 2015-01-20 17:46:55 +01:00
  • 9deb46e363 * grub-core/fs/btrfs.c: Avoid divisions by zero. Vladimir Serbinenko 2015-01-20 17:36:29 +01:00
  • 065ed900d4 grub-core/lib/pbkdf2.c (grub_crypto_pbkdf2): Check that hash len is not 0. Vladimir Serbinenko 2015-01-20 15:26:09 +01:00
  • 111ab3b9cc osdep/linux/blocklist.c (grub_install_get_blocklist): Check blocksize validity. Vladimir Serbinenko 2015-01-20 15:19:35 +01:00
  • 4200ad44fe * grub-core/disk/i386/pc/biosdisk.c: Check disk size sanity. Vladimir Serbinenko 2015-01-20 15:10:34 +01:00
  • f1959b1695 * grub-core/disk/ieee1275/nand.c (grub_nand_open): Check block size validity. Vladimir Serbinenko 2015-01-20 15:09:42 +01:00
  • 935863518f grub_dmraid_nv_detect: Do not divide by zero. Vladimir Serbinenko 2015-01-20 15:01:58 +01:00
  • 98f74998d5 * grub-core/fs/hfs.c (grub_hfs_mount): Additional filesystem sanity checks. Vladimir Serbinenko 2015-01-20 14:59:40 +01:00
  • 5ed3a5d049 * grub-core/fs/minix.c: Additional filesystem sanity checks. Vladimir Serbinenko 2015-01-20 14:53:09 +01:00
  • 47cd2645dd * grub-core/fs/ext2.c (grub_ext2_mount): Additional checks for superblock validity. Vladimir Serbinenko 2015-01-20 14:40:27 +01:00
  • 245e21b2b5 grub_ufs_mount: Check that sblock.ino_per_group is not 0. Vladimir Serbinenko 2015-01-20 14:30:05 +01:00
  • 9201cd79a3 Reject NILFS2 superblocks with over 1GiB blocks. Vladimir Serbinenko 2015-01-20 14:27:27 +01:00
  • f27ccb584c grub_ata_setaddress: Check that geometry is sane when using CHS addressing. Vladimir Serbinenko 2015-01-20 14:16:22 +01:00
  • 1dfe3f973e * grub-core/disk/AFSplitter.c (AF_merge): Check that mdlen is not 0. Vladimir Serbinenko 2015-01-20 14:12:30 +01:00
  • 44461d5af2 grub_cmd_play: Avoid division by zero. Vladimir Serbinenko 2015-01-20 14:11:32 +01:00
  • 30e177a05b grub-core/fs/minix.c (grub_minix_read_file): Avoid reading past the end of file. Vladimir Serbinenko 2015-01-20 13:55:55 +01:00
  • af435524cd grub_fshelp_read_file: Don't attempt to read past the end of file. Vladimir Serbinenko 2015-01-20 12:58:17 +01:00
  • 66ce4d1aef grub_script_lexer_yywrap: Update len synchronously with line. Vladimir Serbinenko 2015-01-20 12:53:20 +01:00
  • 59d4036594 Replace explicit sizeof divisions by ARRAY_SIZE. Vladimir Serbinenko 2015-01-20 12:45:45 +01:00
  • ba3031f996 Support GELI v6 and v7 Kris Moore 2015-01-19 21:56:41 +03:00
  • bac5d1a64a Fix serial --rtscts option processing Andrei Borzenkov 2014-12-09 21:41:49 +03:00
  • 17328db3b3 grub-core/kern/arm/misc.S: fix unaligned grub_uint64_t local variable David Kozub 2014-11-20 21:53:14 +01:00
  • 58f66137a3 * grub-core/fs/ext2.c (grub_ext2_read_block): Support large sparse chunks. Peter Nelson 2014-12-07 17:57:49 +01:00
  • cdae5bf208 Avoid use of non-portable echo -n in grub-mkconfig Andrei Borzenkov 2014-12-07 14:56:17 +03:00
  • 06eadf5ebf fix double free in grub_net_recv_tcp_packet Curtis Larsen 2014-12-07 11:28:57 +03:00
  • 4f35e11003 Merge pull request #7 from marineam/gptprio Michael Marineau 2014-12-05 16:46:27 -08:00
  • ebb3d958aa fix memory corruption in pubkey filter over network Andrei Borzenkov 2014-12-05 21:17:08 +03:00
  • 272e0466da add file filters tests Andrei Borzenkov 2014-12-05 20:19:58 +03:00
  • 4b94e3227b grub-shell: support --files also for net boot Andrei Borzenkov 2014-12-05 19:55:59 +03:00
  • 3173c7501c grub-core/loader/i386/xen_fileXX.c: memory leak in grub_xen_get_infoXX Andrei Borzenkov 2014-12-01 21:23:54 +03:00
  • 03d79a878b grub-core/fs/zfs/zfsinfo.c: memory leak in print_vdev_info Andrei Borzenkov 2014-12-01 20:54:12 +03:00
  • dbbac5a04c grub-core/lib/syslinux_parse.c: do not free array Andrei Borzenkov 2014-11-30 18:48:42 +03:00
  • 343dad410e grub-core/disk/lzopio.c: fix double free in error path Andrei Borzenkov 2014-11-28 22:37:00 +03:00
  • f07784e890 Fix ChangeLog Andrei Borzenkov 2014-11-28 22:35:01 +03:00
  • bbbcb791ed grub-core/disk/geli.c: fix memory leaks in error paths Andrei Borzenkov 2014-11-28 22:23:30 +03:00
  • 740c08ed2f Use ssize_t for grub_util_fd_read result Andrei Borzenkov 2014-11-28 21:43:07 +03:00
  • ea44693fc8 grub-core/disk/luks.c: fix use after free and memory leaks Andrei Borzenkov 2014-11-28 21:12:00 +03:00
  • 0415dbe28f grub-install-common: avoid out of bound access when read failed Andrei Borzenkov 2014-11-28 20:45:27 +03:00
  • 478b567520 grub-mkstandalone: out of bound access to tar header magic Andrei Borzenkov 2014-11-28 20:39:22 +03:00
  • 7c4b6b7bb4 send router solicitation for ipv6 address autoconf v2 Michael Chang 2014-11-18 16:03:08 +08:00
  • c70627bc9f gpt: add search by partition label and uuid commands Michael Marineau 2014-11-27 16:34:21 -08:00
  • 9c61d9bc2c tests: add some partitions to the gpt unit test data Michael Marineau 2014-11-27 15:49:57 -08:00
  • daa4fbd477 gpt: switch partition names to a 16 bit type Michael Marineau 2014-11-27 14:54:27 -08:00
  • 13761c8675 gpt: move gpt guid printing function to common library Michael Marineau 2014-11-27 12:55:53 -08:00
  • b97f2fa47e Merge pull request #6 from coreos/gnu Michael Marineau 2014-11-23 17:58:18 -07:00
  • d385aa5755 Merge pull request #5 from marineam/gptprio Michael Marineau 2014-11-23 15:59:43 -07:00
  • e49d5b587e gpt: new gptprio.next command for selecting priority based partitions Michael Marineau 2014-11-03 17:14:37 -08:00
  • e2dd6daa8c grub-fs-tester: consistently print output of grub ls if test fails Andrei Borzenkov 2014-11-20 20:56:51 +03:00
  • 2ccaa3b9fd Fix date in last ChangeLog entry Andrei Borzenkov 2014-11-20 20:54:49 +03:00
  • 004a2b1efd efi: check *path non-null before grub_strrchr Leif Lindholm 2014-11-17 14:11:01 +00:00
  • d3c2759e83 gpt: split out checksum recomputation Michael Marineau 2014-11-15 13:27:13 -08:00
  • 6278c3e75f gpt: add a new generic GUID type Michael Marineau 2014-10-30 20:55:21 -07:00
  • 7ed934533c Merge pull request #4 from marineam/secure Michael Marineau 2014-11-06 12:29:18 -08:00
  • 0de7775230 Add support for linuxefi Matthew Garrett 2012-07-10 11:58:52 -04:00
  • 72ec399ad8 icmp6 fix no respond to neighbor solicit message Michael Chang 2014-11-03 16:27:45 +08:00
  • 6cee30ef82 Merge pull request #2 from marineam/gptprio Michael Marineau 2014-10-21 13:52:22 -07:00
  • 051545ddf0 gpt: add write function and gptrepair command Michael Marineau 2014-10-19 14:21:29 -07:00
  • 478458d404 gpt: add new repair function to sync up primary and backup tables. Michael Marineau 2014-10-18 18:21:07 -07:00
  • dc6076187e gpt: consolidate crc32 computation code Michael Marineau 2014-10-18 18:18:17 -07:00
  • 4dd009a6fb gpt: record size of of the entries table Michael Marineau 2014-10-18 16:46:17 -07:00
  • 3b2674aef7 gpt: rename misnamed header location fields Michael Marineau 2014-10-18 15:39:13 -07:00
  • 7ac3d8a7bf Merge pull request #3 from marineam/tests Michael Marineau 2014-10-20 11:49:35 -07:00
  • e726b8b78d tests: fix path to words file on Gentoo/CoreOS Michael Marineau 2014-10-19 20:44:34 -07:00
  • 4324e84c12 Merge pull request #1 from marineam/gptprio Michael Marineau 2014-10-18 13:57:17 -07:00
  • f82f65f338 gpt: start new GPT module Michael Marineau 2014-09-28 21:26:21 -07:00