summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1996-10-28Add prototype for function to install SCSI-B IRQ.briggs
1996-10-28Include macinfo.h.briggs
1996-10-28Mac model info out of cpu.h and into new macinfo.h.briggs
1996-10-28Rename ncr96scsi/scsi96 to esp.briggs
1996-10-28Fix d_done prototypeNiklas Hallqvist
1996-10-28Do not enable putc() macro implementation if _POSIX_SOURCE is defined;Thorsten Lockert
1996-10-28Verify that file pointer is writableThorsten Lockert
1996-10-28remove(3) should be able to remove empty directoriesThorsten Lockert
1996-10-28Obsolete.briggs
1996-10-28add sudoTodd C. Miller
1996-10-28Be more paranoid about passing around user/group name from argv.Todd C. Miller
1996-10-28Most 040 models have scsi regs at base + 0x10000, not base + 0xf000briggs
1996-10-28Disallow null strings ("") as path names; ignore trailing / on path names,Thorsten Lockert
1996-10-28Don't strip off the last slash in the pathname "/". cp used toThorsten Lockert
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Use snprintf(). Solves $HOME overflow and others.Todd C. Miller
1996-10-28Enable quotasThorsten Lockert
1996-10-28More argument checking of fcntl(, F_GETLK, )Thorsten Lockert
1996-10-28Ignore $HOME if > MAXPATHLENTodd C. Miller
1996-10-28Safe $HOME usage.Todd C. Miller
1996-10-28Change block size handling and add untested support for Japanese 1.2mbJason Downs
1996-10-28Safe $HOME usage.Todd C. Miller
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Merge in old/latest code. Untested support for 2.88mb floppy drives.Jason Downs
1996-10-27Don't make size assumptions wrt $HOMETodd C. Miller
1996-10-27compileTodd C. Miller
1996-10-27Don't honor $HOME if >= MAXPATHLENTodd C. Miller
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-27exec[lv]p() shall return ENOENT for empty path namesThorsten Lockert
1996-10-27Correct error return for link(2) to directoriesThorsten Lockert
1996-10-27newfs for disks other than 512bytes/sector, NetBSD pr#2404,Jason Downs
1996-10-27Added OLF capability.etheisen
1996-10-27OLF.etheisen
1996-10-27OLF makes .os section and program header hack go away.etheisen
1996-10-27nopicJason Downs
1996-10-27Gear up for OLF.etheisen
1996-10-27be careful in the non-setuid case too, what the heckTheo de Raadt
1996-10-27Don't use "user" arg verbatim from argv, use the sanitized one inTodd C. Miller
1996-10-27buf oflowTheo de Raadt
1996-10-27buf oflow; thanks tqbf@rdist.orgTheo de Raadt
1996-10-27NOPROFILE; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-10-27bustype F is commonly seem for aha cards, do not whineTheo de Raadt
1996-10-27Better error checking for lseek(2)Thorsten Lockert
1996-10-27Signal handling now fully POSIX.1-1990 compliantThorsten Lockert
1996-10-27and the same for the trunkMichael Shalayeff
1996-10-27Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit.Jason Downs
1996-10-27Allow kill(, 0) on process groups that hold only zombies; per POSIXThorsten Lockert