Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre | |
- for amd64/i386 add /bsd.mp to FILES ok tom@ | |||
2005-04-25 | Correctly handle boot drives with SCSI id >= 10; ok mickey@ | Miod Vallat | |
2005-04-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere | Michael Shalayeff | |
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy | |
2005-01-20 | missing arch in .Dt; | Jason McIntyre | |
2004-11-22 | better types; from hppa64 (; | Michael Shalayeff | |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-06-14 | de-__P | Theo de Raadt | |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff | |
2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat | |
since this page was written; pointed out by Otto. | |||
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller | |
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre | |
- indent examples, and put descriptions before rather than after them. ok mickey@ | |||
2003-10-04 | (boot): device: filename -> device:filename | Jason McIntyre | |
nice CAVEAT, BTW. | |||
2003-08-11 | a few strict protos | Michael Shalayeff | |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-07-11 | fix some displays; | Jason McIntyre | |
2003-06-08 | snprintf needed here. | Miod Vallat | |
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-05-19 | say to skip the interactive part should the pdc say so | Michael Shalayeff | |
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-04-30 | do not be hungry for buffers and allocate lower than a max (for iodc io) | Michael Shalayeff | |
2003-04-30 | now that we use less memory we can push the boot a little higher (to help ↵ | Michael Shalayeff | |
some ramdisk kernels beathe better. also always compile for 1.1 -- no reason in 1.0 restriction | |||
2003-04-30 | no need to twiddle here. it's twiddling elsewhere already | Michael Shalayeff | |
2003-04-30 | oops. fixed endif in a wrong place | Michael Shalayeff | |
2003-04-29 | some cleanup and redo ct as lf (just different dev type). saves some memory | Michael Shalayeff | |
2003-04-17 | new boots | Michael Shalayeff | |
2003-04-16 | clean some spaces and registers and other fluff | Michael Shalayeff | |
2003-04-15 | rearrange devsw to place dk in the beginning. necessary glue hookups in cdboot | Michael Shalayeff | |
2003-04-07 | s/HP9000/HP 9000/; from weissmanndude | Michael Shalayeff | |
2003-03-28 | a small boot for a cd | Michael Shalayeff | |
2003-03-28 | s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ↵ | Michael Shalayeff | |
cooked | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-02-01 | typos; | Jason McIntyre | |
added .Fl to flags for boot_* ok deraadt@ | |||
2003-01-30 | no need to force cflags here | Michael Shalayeff | |
2003-01-27 | Do not clean too far. | Miod Vallat | |
2003-01-16 | do not include the bsd into the lif, make links in the mdec | Michael Shalayeff | |
2003-01-14 | do not fail if there is no disklabel found, could be netbooting | Michael Shalayeff | |
2003-01-14 | up the boot version after recent changes | Michael Shalayeff | |
2003-01-14 | during the open store the partition offset and do subsequent io relative to ↵ | Michael Shalayeff | |
that offset, allows reading kernel from scsi disk | |||
2003-01-14 | preserve the partition when decoding the boot device | Michael Shalayeff | |
2003-01-14 | proped type for bootdev | Michael Shalayeff | |
2003-01-14 | make the lif be tried the last after ufs and cd9660 get a chance | Michael Shalayeff | |
2002-12-20 | do not compile what we already get from libkern (size does not matter) | Michael Shalayeff | |
2002-12-19 | knf, remove register, space trim | Michael Shalayeff | |
2002-12-19 | do not plan for DISKLESS; cross out CRTBEGIN and CRTEND | Michael Shalayeff | |
2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. | Michael Shalayeff | |
oledr machines did not have a real device for the phantom bus port. change the device scanning technique to both include a full device path in the attach_args and do proper shifting in the pdc_scanbus() and add a device for the newer machines as well as use a newer device mapping (path to hpa) available on newer firmware versions, where old (hversion-dependant) is not available. tested on 712,715/33,c110, miod@ ok, weissmandude -- testing | |||
2002-12-18 | Dammit Theo, I told you to fix the typo before commiting! | Miod Vallat | |