1. 14 Dec, 2015 1 commit
  2. 12 Nov, 2015 1 commit
  3. 07 Nov, 2015 1 commit
  4. 30 May, 2015 1 commit
  5. 18 May, 2015 1 commit
    • Andrei Borzenkov's avatar
      bootp: ignore gateway_ip (relay) field. · a666c8bd
      Andrei Borzenkov authored
      From RFC1542:
      
         The 'giaddr' field is rather poorly named.  It exists to facilitate
         the transfer of BOOTREQUEST messages from a client, through BOOTP
         relay agents, to servers on different networks than the client.
         Similarly, it facilitates the delivery of BOOTREPLY messages from the
         servers, through BOOTP relay agents, back to the client.  In no case
         does it represent a general IP router to be used by the client.  A
         BOOTP client MUST set the 'giaddr' field to zero (0.0.0.0) in all
         BOOTREQUEST messages it generates.
      
         A BOOTP client MUST NOT interpret the 'giaddr' field of a BOOTREPLY
         message to be the IP address of an IP router.  A BOOTP client SHOULD
         completely ignore the contents of the 'giaddr' field in BOOTREPLY
         messages.
      
      Leave code ifdef'd out for the time being in case we see regression.
      
      Suggested by: Rink Springer <rink@rink.nu>
      Closes: 43396
      a666c8bd
  6. 12 Apr, 2015 1 commit
  7. 26 Jun, 2014 1 commit
  8. 27 Dec, 2013 1 commit
  9. 23 Dec, 2013 1 commit
  10. 18 Dec, 2013 2 commits
  11. 17 Dec, 2013 2 commits
  12. 10 Dec, 2013 1 commit
  13. 08 Dec, 2013 1 commit
  14. 30 Nov, 2013 1 commit
  15. 29 Nov, 2013 5 commits
  16. 28 Nov, 2013 3 commits
    • Francesco Lavra's avatar
    • Colin Watson's avatar
      Fix documentation of timeout expiry. · 827d87e9
      Colin Watson authored
      827d87e9
    • Colin Watson's avatar
      Revamp hidden timeout handling · 8f236c14
      Colin Watson authored
      Add a new timeout_style environment variable and a corresponding
      GRUB_TIMEOUT_STYLE configuration key for grub-mkconfig.  This
      controls hidden-timeout handling more simply than the previous
      arrangements, and pressing any hotkeys associated with menu entries
      during the hidden timeout will now boot the corresponding menu entry
      immediately.
      
      GRUB_HIDDEN_TIMEOUT=<non-empty> + GRUB_TIMEOUT=<non-zero> now
      generates a warning, and if it shows the menu it will do so as if
      the second timeout were not present.  Other combinations are
      translated into reasonable equivalents.
      8f236c14
  17. 22 Nov, 2013 1 commit
  18. 20 Nov, 2013 1 commit
  19. 16 Nov, 2013 1 commit
  20. 13 Nov, 2013 1 commit
  21. 10 Nov, 2013 4 commits
  22. 08 Nov, 2013 1 commit
    • Vladimir Testov's avatar
      * grub-core/gfxmenu/gui_box.c: Updated to work with area status. · 4db22500
      Vladimir Testov authored
              * grub-core/gfxmenu/gui_canvas.c: Likewise.
              * grub-core/gfxmenu/view.c: Likewise.
              * grub-core/video/fb/video_fb.c: Introduce new functions:
              grub_video_set_area_status, grub_video_get_area_status,
              grub_video_set_region, grub_video_get_region.
              * grub-core/video/bochs.c: Likewise.
              * grub-core/video/capture.c: Likewise.
              * grub-core/video/video.c: Likewise.
              * grub-core/video/cirrus.c: Likewise.
              * grub-core/video/efi_gop.c: Likewise.
              * grub-core/video/efi_uga.c: Likewise.
              * grub-core/video/emu/sdl.c: Likewise.
              * grub-core/video/radeon_fuloong2e.c: Likewise.
              * grub-core/video/sis315pro.c: Likewise.
              * grub-core/video/sm712.c: Likewise.
              * grub-core/video/i386/pc/vbe.c: Likewise.
              * grub-core/video/i386/pc/vga.c: Likewise.
              * grub-core/video/ieee1275.c: Likewise.
              * grub-core/video/i386/coreboot/cbfb.c: Likewise.
              * include/grub/video.h: Likewise.
              * include/grub/video_fb.h: Likewise.
              * include/grub/fbfill.h: Updated render_target structure.
              grub_video_rect_t viewport, region, area
              int area_offset_x, area_offset_y, area_enabled
              * include/grub/gui.h: New helper function
              grub_video_bounds_inside_region.
              * docs/grub-dev.texi: Added information about new functions.
      4db22500
  23. 05 Nov, 2013 1 commit
  24. 04 Nov, 2013 2 commits
  25. 03 Nov, 2013 1 commit
  26. 28 Oct, 2013 2 commits
  27. 26 Oct, 2013 1 commit