Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-17 | NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to | Jason Downs | |
us. Includes some pmap changes, for which I don't have the original commit message(s) handy. | |||
1997-09-17 | Opps, forgot about write.c on the alpha. | Jason Downs | |
1997-09-17 | Wall cleanup. | Tobias Weingartner | |
1997-09-17 | Fix up the non alpha && mips section, back out change to print | Tobias Weingartner | |
offset of lkm in hex, as this number gets passed by apinstall to mknod. (mknod does not understand hex too well). | |||
1997-09-16 | Possible buf oflow, from Theo. | Todd C. Miller | |
1997-09-16 | Do not error out on archives without the | Niklas Hallqvist | |
customary block of zeroes at the end. | |||
1997-09-16 | Fix boot(8) cross reference. | Tobias Weingartner | |
1997-09-16 | small terminals are dumb | Tobias Weingartner | |
1997-09-16 | tighten up probe printfs a bit and prepend with device name | flipk | |
1997-09-16 | nicer spacing in usage | Theo de Raadt | |
1997-09-16 | sync | Theo de Raadt | |
1997-09-16 | one more strcpy after this | Theo de Raadt | |
1997-09-16 | strcpy whacking; ci.c and expand.c need more work | Theo de Raadt | |
1997-09-16 | snprintf this thing | Theo de Raadt | |
1997-09-16 | add photuris port | Niels Provos | |
1997-09-16 | no need to include sys/ioccom.h; guy@netapp.com | Theo de Raadt | |
1997-09-16 | 10 bpf devices | Theo de Raadt | |
1997-09-16 | fix bpf nodes; someone should make sure 0-9 are on all, and rm them nicely | Theo de Raadt | |
1997-09-16 | fix {pty,tty}[p..]? creation; bug noted by crc@grand-central.yar.com | Theo de Raadt | |
1997-09-16 | be verbose on the busses | Michael Shalayeff | |
1997-09-15 | AHADEBUG cleanliness | flipk | |
1997-09-15 | Fix tags, copyright. | Jason Downs | |
1997-09-15 | Fix NetBSD PR#4068. | Jason Downs | |
1997-09-15 | When the disk gets full, abort properly instead of creating empty | Theo de Raadt | |
passwd databases. I found this while analysing netbsd pr#1328 from August 10, 1995 by hag@gnu.ai.mit.edu. A sample fix was supplied on 14, May 96 by greywolf@defender.VAS.viewlogic.com. The PR mentioned about 6 or 7 places where this could happen. Greywolf and I had made all of the fixes ourselves in openbsd a while back (except one subtle one which he pointed out but I had missed), but not a single one of the fixes is found in the netbsd source tree... I wonder if Perry has an exploit for this problem, and perhaps he's using it? Another damn good reason for making /tmp and /var seperate partitions. | |||
1997-09-15 | indent | Theo de Raadt | |
1997-09-15 | old things go away | Theo de Raadt | |
1997-09-15 | toor dies | Theo de Raadt | |
1997-09-15 | more readable | Theo de Raadt | |
1997-09-15 | delete dated stuff | Theo de Raadt | |
1997-09-15 | put operator in group operator; still disabled by default though | Theo de Raadt | |
1997-09-15 | F_FORW has no associated fd; init sin_len too | Theo de Raadt | |
1997-09-15 | Don't do a setlogin() as it affects everything in the session, not | Todd C. Miller | |
just that process. | |||
1997-09-15 | run calendar in the background | pierre | |
1997-09-15 | Add isolif, the last piece of making bootable CDs. Needs some more work. | Jason Downs | |
1997-09-15 | SA_NOCLDWAIT | Todd C. Miller | |
1997-09-15 | SA_NOCLDWAIT | Todd C. Miller | |
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 | |