Age | Commit message (Expand) | Author |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-05-31 | Forgot to commit the changes to this file with the rest of the ELF32+64 | Tom Cosgrove |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback |
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher |
2006-05-15 | better wording for the "memory" section; | Jason McIntyre |
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre |
2005-05-03 | The return value from getEBDAaddr() (info) is not used in bios_E820(), | Tom Cosgrove |
2005-05-03 | Convert the size of a memory chunk from bytes to megabytes before | Tom Cosgrove |
2005-04-30 | Ensure we save the %ebx register returned from the BIOS call, not just | Tom Cosgrove |
2005-04-25 | [OpenBSD] | Tom Cosgrove |
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre |
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove |
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre |
2003-12-20 | - .Xr biosboot(8) in SEE ALSO | Jason McIntyre |
2003-11-26 | after some discussion with nick@, note that `hd*' syntax makes more | Jason McIntyre |
2003-11-22 | Unbreak compiling with DEBUG. | Alexander Yurchenko |
2003-10-23 | - delay reading the disklabel for floppies until after we're sure it's | Federico G. Schwindt |
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre |
2003-10-04 | (boot): device: filename -> device:filename | Jason McIntyre |
2003-09-19 | - some bios return a valid geometry for inexistent hd's so before | Federico G. Schwindt |
2003-09-18 | - move checks earlier to catch inexistent devices before testing for edd. | Federico G. Schwindt |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt |
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-03 | three four kills | Michael Shalayeff |
2003-06-03 | fix tree after mickey breakage | Theo de Raadt |
2003-05-31 | First lba support in /boot. Not complete lba boot support, but it's the | Tobias Weingartner |
2003-04-17 | there is no reason to keep both around. just rename | Michael Shalayeff |
2003-04-17 | i386 ELF bootloader. developed with weingart@ | Dale Rahn |
2003-02-01 | typos; | Jason McIntyre |
2002-09-16 | It's more convinient to spell convinient as ``convenient'', actually. | Miod Vallat |
2002-06-21 | Bump version to help distinquish new memory probe and fixes. | Tobias Weingartner |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-01 | Change a config(8) reference to a more appropriate boot_config(8) reference. | Miod Vallat |
2001-09-03 | pretty this up | Theo de Raadt |
2001-08-20 | bump the version for new kbd probe; 10x for a reminder from fgsch@ | Michael Shalayeff |
2001-07-15 | spelling | Peter Valchev |
2001-05-06 | increase version since we've removed -b; per fgsch@'s suggestion | Michael Shalayeff |
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff |