Age | Commit message (Expand) | Author |
1996-12-06 | back to 16 partitions | Theo de Raadt |
1996-12-06 | radius services | Jason Downs |
1996-12-06 | -Wcast-qual cleanup | Niklas Hallqvist |
1996-12-06 | wait for spawned children, and remember to EXIT INOUR CHILD! geez.. | Theo de Raadt |
1996-12-06 | warn and _exit | Theo de Raadt |
1996-12-06 | vfork w/ exit botch | Theo de Raadt |
1996-12-06 | vfork w/ exit botch | Theo de Raadt |
1996-12-06 | duh | Theo de Raadt |
1996-12-05 | Stop info gathering attack pointed out by Alan Cox <alan@cymru.net> | Todd C. Miller |
1996-12-05 | NetBSD PR#2910: Recognize Pentium Pro machines | dm |
1996-12-05 | let us get this right finally... | Theo de Raadt |
1996-12-05 | whoops, correct d_nsectors | Theo de Raadt |
1996-12-05 | mirror isa fd driver in disklabel handling | Theo de Raadt |
1996-12-05 | remove duplicate code; nice readdisklabel warning messages | Theo de Raadt |
1996-12-05 | fix locking on devices to work on diskless workstations | kstailey |
1996-12-05 | typo | Theo de Raadt |
1996-12-05 | do setroot() based on wd.h/NWD and fd.h/NFD | Theo de Raadt |
1996-12-05 | pack cd9660 volume id into disklabel struct; very pretty result | Theo de Raadt |
1996-12-05 | call iso_disklabelspoof() if neccessary | Theo de Raadt |
1996-12-05 | bring back floppy partitions. but now they are at theold major, and max 2 | Theo de Raadt |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt |
1996-12-05 | bring back partitions | Theo de Raadt |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt |
1996-12-05 | if block size is > 2048, set it to 2048. atapi drives that lie! | Theo de Raadt |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt |
1996-12-05 | call iso_disklabelspoof() as needed... | Theo de Raadt |
1996-12-05 | proto iso_disklabelspoof() inside an #ifdef (no nicer place) | Theo de Raadt |
1996-12-05 | provide iso_disklabelspoof() | Theo de Raadt |
1996-12-05 | inverted logic | Theo de Raadt |
1996-12-05 | FreeBSD calendar(1) + OpenBSD changes. | Todd C. Miller |
1996-12-05 | 4.4lite2, safely uses malloc, with freebsd fixes too | Theo de Raadt |
1996-12-05 | Implement a few more escape sequences that BSD/OS has defined for pccons; | Thorsten Lockert |
1996-12-04 | change open of /dev/tty to "r+" rather than "w+". if /dev/tty is | chuck |
1996-12-04 | fix | Jason Downs |
1996-12-04 | sanitize return value. NULL on failure, always. | Jason Downs |
1996-12-04 | use TCSADRAIN instead of TCSANOW, to avoid dropping characters. | Todd C. Miller |
1996-12-04 | DESTDIR fixing | Theo de Raadt |
1996-12-04 | rearrange argv[0] code | Theo de Raadt |
1996-12-04 | vfork bye bye | Theo de Raadt |
1996-12-04 | roundup error; netbsd pr#2944, augustss@cs.chalmers.se | Theo de Raadt |
1996-12-04 | nice argv[0], please do not bite me | Theo de Raadt |
1996-12-04 | nice argv[0], please do not bite me | Theo de Raadt |
1996-12-04 | security holes: seek and ye shall find | Theo de Raadt |
1996-12-04 | fix usage | Theo de Raadt |
1996-12-04 | fix a typo | Theo de Raadt |
1996-12-04 | cooperate with -t from newfs, and rename to /sbin/newfs_lfs as the naming sch... | Theo de Raadt |
1996-12-04 | first cut at "newfs -t fstype device". this is very neat | Theo de Raadt |
1996-12-04 | do not freak out if we see a -t argument | Theo de Raadt |
1996-12-04 | Add support for BSD/OS | Niklas Hallqvist |
1996-12-04 | Take advantage of new "-u" flag in login(1). | Todd C. Miller |