Age | Commit message (Expand) | Author |
1996-10-29 | Do not update access time if no bytes were read | Thorsten Lockert |
1996-10-29 | -Wall happiness (strerror prototype) | Michael Shalayeff |
1996-10-29 | add some prototypes. | Michael Shalayeff |
1996-10-29 | #include <stand.h>. | Michael Shalayeff |
1996-10-29 | move vars closer to the usage. | Michael Shalayeff |
1996-10-29 | pretty | Theo de Raadt |
1996-10-29 | quota minimizing | Theo de Raadt |
1996-10-29 | Prototypes in sigvec/sigaction and for SIG_{IGN,DFL,ERR} | Thorsten Lockert |
1996-10-28 | SCSI driver, functional but slow on the Quadra 700. | briggs |
1996-10-28 | Remove a blank line. | briggs |
1996-10-28 | Include macinfo.h. | briggs |
1996-10-28 | Add a stub for mac68k_register_scsi_b_irq() to be filled in when we figure out | briggs |
1996-10-28 | Add prototype for function to install SCSI-B IRQ. | briggs |
1996-10-28 | Include macinfo.h. | briggs |
1996-10-28 | Mac model info out of cpu.h and into new macinfo.h. | briggs |
1996-10-28 | Rename ncr96scsi/scsi96 to esp. | briggs |
1996-10-28 | Fix d_done prototype | Niklas Hallqvist |
1996-10-28 | Obsolete. | briggs |
1996-10-28 | Most 040 models have scsi regs at base + 0x10000, not base + 0xf000 | briggs |
1996-10-28 | Disallow null strings ("") as path names; ignore trailing / on path names, | Thorsten Lockert |
1996-10-28 | Enable quotas | Thorsten Lockert |
1996-10-28 | More argument checking of fcntl(, F_GETLK, ) | Thorsten Lockert |
1996-10-28 | Change block size handling and add untested support for Japanese 1.2mb | Jason Downs |
1996-10-28 | Merge in old/latest code. Untested support for 2.88mb floppy drives. | Jason Downs |
1996-10-27 | Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller |
1996-10-27 | Correct error return for link(2) to directories | Thorsten Lockert |
1996-10-27 | OLF makes .os section and program header hack go away. | etheisen |
1996-10-27 | Gear up for OLF. | etheisen |
1996-10-27 | bustype F is commonly seem for aha cards, do not whine | Theo de Raadt |
1996-10-27 | Better error checking for lseek(2) | Thorsten Lockert |
1996-10-27 | Signal handling now fully POSIX.1-1990 compliant | Thorsten Lockert |
1996-10-27 | and the same for the trunk | Michael Shalayeff |
1996-10-27 | Allow kill(, 0) on process groups that hold only zombies; per POSIX | Thorsten Lockert |
1996-10-27 | Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id, | Thorsten Lockert |
1996-10-27 | Don't verify that euid has write permission | Thorsten Lockert |
1996-10-27 | Correct last fix | Thorsten Lockert |
1996-10-27 | record route is not a problem; thanks bitblt | Theo de Raadt |
1996-10-26 | ep at same places at generic | Theo de Raadt |
1996-10-26 | sockaddr_ipx members order change | Michael Shalayeff |
1996-10-26 | remove my CVS tag. | Michael Shalayeff |
1996-10-26 | more move changes | Jason Downs |
1996-10-26 | Verify arguments to fcntl(, F_GETLK, ) | Thorsten Lockert |
1996-10-26 | Verify that options to wait4() are legal | Thorsten Lockert |
1996-10-26 | Verify that pgid argument to setpgid() is legal | Thorsten Lockert |
1996-10-26 | A process can send a signal to another process if the uid of the signalling | Thorsten Lockert |
1996-10-26 | rename(from, to) where from and to are the name file (linked) is a no-op | Thorsten Lockert |
1996-10-26 | Define _POSIX_VDISABLE as (0377), not '\377' | Thorsten Lockert |
1996-10-26 | move related trivial changes | Jason Downs |
1996-10-26 | floppy driver is now in dev/isa. Not in files.isa yet, though, since arc | Jason Downs |
1996-10-26 | Don't use a cast for _POSIX_VDISABLE | Thorsten Lockert |