Age | Commit message (Expand) | Author |
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove |
2004-05-05 | errx shall be used here | Michael Shalayeff |
2004-02-22 | Remove #if 0'd code. | Tom Cosgrove |
2004-02-21 | Tidy up installboot -v output. | 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 |
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-08 | ansi | Theo de Raadt |
2003-04-17 | i386 ELF bootloader. developed with weingart@ | Dale Rahn |
2002-05-03 | ptrdiff_t and size_t fixes. | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell |
1998-12-16 | cast multipliers in boot record byte offset calculation to | Michael Shalayeff |
1998-04-25 | fix some more printf's where a long arg was specified that is u_int32_t | Todd C. Miller |
1998-04-20 | fix the problem w/ /boot being fragmented in a non-contig | Michael Shalayeff |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt |
1998-04-02 | remove the last uses of spt and tpc | Theo de Raadt |
1998-03-11 | make usage message much prettier | Theo de Raadt |
1998-03-01 | Fix int overflow | Tobias Weingartner |
1997-10-28 | use RAW_PART, not 0 | Theo de Raadt |
1997-10-26 | don't freak out on old kernels | Michael Shalayeff |
1997-10-25 | fix install on unit!=0 | Michael Shalayeff |
1997-10-25 | use geometry | Michael Shalayeff |
1997-10-24 | use real boot device | Michael Shalayeff |
1997-10-22 | newer, better stuff; some parts by toby@ | Michael Shalayeff |
1997-10-15 | Honour users request for geo all the time. | Tobias Weingartner |
1997-10-12 | One more sanity check. If no blocks to load, | Tobias Weingartner |
1997-10-07 | better fix for floppy boot | Michael Shalayeff |
1997-10-03 | if we booted from the floppy, the geometry is for the hard disk | Theo de Raadt |
1997-10-03 | avoid sign extension on bios geometry! | Theo de Raadt |
1997-09-30 | fix sysctl() call. This code was never tested was it | Theo de Raadt |
1997-09-30 | Don't blithely use geometry from the disk. Get it from sysctl or | Todd C. Miller |
1997-09-24 | avoid bogus warnings | Michael Shalayeff |
1997-09-21 | machdep.bios | Michael Shalayeff |
1997-09-14 | print used geometry when verbose | Michael Shalayeff |
1997-09-04 | warn about unknown disklabel types, doc it in BUGS | Michael Shalayeff |
1997-09-02 | sync usage() to man | Michael Shalayeff |
1997-08-30 | don't muck w/ MBR on !hd | Michael Shalayeff |
1997-08-29 | install on raw partition | Michael Shalayeff |
1997-08-23 | don't use bios geometry for floppy and psudo-disks | Michael Shalayeff |
1997-08-22 | fetch bios geometry for the boot hd | Michael Shalayeff |
1997-07-17 | take partition in an account | Michael Shalayeff |
1997-03-31 | commit all my mods to the last imported libsa stuff.... | Michael Shalayeff |
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner |