Age | Commit message (Expand) | Author |
2004-03-21 | Remove example for ISC dhcpd. The vendor-class-identifier option is not | Tom Cosgrove |
2004-03-19 | Tidy up the man page | Tom Cosgrove |
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove |
2004-03-12 | missing .El; | Jason McIntyre |
2004-03-11 | If apm_connect() fails, don't try to pass the bios_apminfo_t structure | Tom Cosgrove |
2004-03-09 | Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>. | Tom Cosgrove |
2004-02-22 | Remove #if 0'd code. | Tom Cosgrove |
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove |
2004-02-10 | Make debug_init void debug_init(void), like nearly all of the other | Tom Cosgrove |
2004-02-10 | Enable interrupts before halt when we error out. Allows use of | Tom Cosgrove |
2004-01-26 | Major overhaul of biosboot and installboot, using EDD (LBA) reads if | Tom Cosgrove |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove |
2004-01-13 | Allow building w/o -traditional. OK weingart@ and mickey@ | Todd C. Miller |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-05 | Major overhaul of our master boot record. | 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-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt |
2003-12-16 | shorten terminal baud rate change strings | Theo de Raadt |
2003-11-27 | gcc3 wants "m" operands to be lvalues. | Marc Espie |
2003-11-27 | Bad #undef, spotted by gcc3. | Marc Espie |
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-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-03 | spelling fixes (in the comments) | David Krause |
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-20 | move the checks after we fixed the hd info. | Federico G. Schwindt |
2003-09-19 | - some bios return a valid geometry for inexistent hd's so before | Federico G. Schwindt |
2003-09-19 | add debug info around #41; toby@ ok. | Federico G. Schwindt |
2003-09-18 | - move checks earlier to catch inexistent devices before testing for edd. | Federico G. Schwindt |
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt |
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-15 | no newline in errx; andrushock@korovino.net | Theo de Raadt |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt |
2003-08-08 | ansi | Theo de Raadt |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause |
2003-07-07 | Fix for PR 3177. | Tobias Weingartner |
2003-07-05 | do not make bad machine@ links | Theo de Raadt |
2003-06-27 | Cleanup biosboot to remove uneeded 32-bit opcodes, initializations of | Tobias Weingartner |
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-04 | fix some 3/4 for toby | Theo de Raadt |
2003-06-03 | three four kills | Michael Shalayeff |