Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-15 | Add mkisofs. | Jason Downs | |
1997-09-15 | mkisofs 1.11. Not wrappered, unfortunately. Stripped of most of the | Jason Downs | |
extra junk. | |||
1997-09-15 | From FreeBSD (joerg@freebsd.org): | Todd C. Miller | |
Implement SA_NOCLDWAIT by reparenting kids of processes that have the appropriate bit set to PID 1, and let PID 1 handle the zombie. This assumes that PID 1 will wait for its kids (which is true of init). This also includes some FreeBSD sigaction.2. | |||
1997-09-15 | Don't error out if the remote server doesn't support the "MDTM" | Todd C. Miller | |
command. Based on a patch from Martin Fredriksson <martin@netman.se>. | |||
1997-09-15 | +sl +ex0 +wds0 | Theo de Raadt | |
1997-09-15 | Fix bsd_to_*_sigaction(). Also add SA_SIGINFO support | Theo de Raadt | |
1997-09-15 | sync | Theo de Raadt | |
1997-09-15 | graphics chip; drochner | Theo de Raadt | |
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-09-14 | From NetBSD: assert stuff | Niklas Hallqvist | |
1997-09-14 | Make and install a raw version of uboot, too. | Jason Downs | |
1997-09-14 | some -Wall | Theo de Raadt | |
1997-09-14 | only start mountd if a non-commented line is in exports; decreased ↵ | Theo de Raadt | |
vulnerabilty in common cases | |||
1997-09-14 | Wall | Theo de Raadt | |
1997-09-14 | Add cd9660 support. OpenBSD/hp300 boots from SCSI CD-ROM now. | Jason Downs | |
1997-09-14 | callout support sync, from Theo. | Jason Downs | |
1997-09-14 | exit 1, not count, because if count > 127... or if count == 255+1 | Theo de Raadt | |
1997-09-14 | fix extra .Xr uses | Theo de Raadt | |
1997-09-14 | print used geometry when verbose | Michael Shalayeff | |
1997-09-14 | .Xr foo #, botches | Theo de Raadt | |
1997-09-13 | well, this is a very strange config, i can show you lot's of things w/ this ↵ | Michael Shalayeff | |
kernel | |||
1997-09-13 | spaces to tabs | Michael Shalayeff | |
1997-09-13 | move int error out of ifdef DKBAD, it was used elsewhere | Niklas Hallqvist | |
1997-09-13 | From NetBSD: MI stuff for DS2404 RTC | Niklas Hallqvist | |
1997-09-13 | annoying indentation botch | Theo de Raadt | |
1997-09-13 | be more careful about f_file handling throughout | Theo de Raadt | |
1997-09-13 | spelling error | Theo de Raadt | |
1997-09-12 | Moved define of int error outside of ifdef USER_LDT | Martin Reindl | |
1997-09-12 | yellow pee | Theo de Raadt | |
1997-09-12 | Don't let strncpy() get a negative length. Noted by Theo. | Todd C. Miller | |
1997-09-12 | fix includes | Theo de Raadt | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | let path buf be as big as you expect a path buffer to be | Theo de Raadt | |
1997-09-12 | wrong NULL | Theo de Raadt | |
1997-09-12 | #include <ctype.h> | Todd C. Miller | |
1997-09-12 | -Wall | Todd C. Miller | |
1997-09-12 | #include <grp.h> | Todd C. Miller | |
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | -Wall | Todd C. Miller | |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1997-09-12 | Don't put newline's in warnx() | Todd C. Miller | |
1997-09-12 | Add parens to shut up -Wall. | Todd C. Miller | |