summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
1996-10-27Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id,Thorsten Lockert
1996-10-27Don't verify that euid has write permissionThorsten Lockert
1996-10-27Correct last fixThorsten Lockert
1996-10-27link against -lcurses until ld is fixedTheo de Raadt
1996-10-27record route is not a problem; thanks bitbltTheo de Raadt
1996-10-27incremented since we added gz_iszipped.Todd C. Miller
1996-10-27Set errno to EBADF when attempting to write to a file pointer opened read-onlyThorsten Lockert
1996-10-27-z can now list/extra compressed files too. Uses new gz_iszipped() function.Todd C. Miller
1996-10-27Adds gz_iszipped() function.Todd C. Miller
1996-10-26ep at same places at genericTheo de Raadt
1996-10-26missed one change, pointed out by Alex Nash <nash@mcs.net>Jason Downs
1996-10-26Don't use <malloc.h>Thorsten Lockert
1996-10-26Prefer $LOGNAME to $USER.Todd C. Miller
1996-10-26Fall back to $USER if getlogin() fails and $LOGNAME is not set.Todd C. Miller
1996-10-26prefer $LOGNAME to $USER. Fix strncpy() usage.Todd C. Miller
1996-10-26prefer $LOGNAME over $USER. fix strncpy() usage.Todd C. Miller
1996-10-26Manpage update to match changed functionality; by alex@FreeBSD.orgThorsten Lockert
1996-10-26we are so ftp bounce paranoid, we checked twice!Theo de Raadt
1996-10-26sockaddr_ipx members order changeMichael Shalayeff
1996-10-26remove my CVS tag.Michael Shalayeff
1996-10-26Add missing castThorsten Lockert
1996-10-26Need <errno.h>Thorsten Lockert
1996-10-26more move changesJason Downs
1996-10-26Verify arguments to fcntl(, F_GETLK, )Thorsten Lockert
1996-10-26Verify that options to wait4() are legalThorsten Lockert
1996-10-26Verify that pgid argument to setpgid() is legalThorsten Lockert
1996-10-26A process can send a signal to another process if the uid of the signallingThorsten Lockert
1996-10-26rename(from, to) where from and to are the name file (linked) is a no-opThorsten Lockert
1996-10-26Set errno when trying to write to a read-only streamThorsten Lockert
1996-10-26Define _POSIX_VDISABLE as (0377), not '\377'Thorsten Lockert
1996-10-26move related trivial changesJason Downs
1996-10-26floppy driver is now in dev/isa. Not in files.isa yet, though, since arcJason Downs
1996-10-26$USER is deprecated in favour of $LOGNAMETodd C. Miller
1996-10-26honor $LOGNAMETodd C. Miller
1996-10-26mention LOGNAMETodd C. Miller
1996-10-26set $LOGNAME and pass -WallTodd C. Miller
1996-10-26set $LOGNAME fore POSIXTodd C. Miller
1996-10-26getopt returns -1 on OpenBSDimp
1996-10-26Now sets $LOGNAME as per POSIX.Todd C. Miller
1996-10-26Don't use a cast for _POSIX_VDISABLEThorsten Lockert
1996-10-26Correct a typo in _POSIX_SSIZE_MAXThorsten Lockert
1996-10-25Spacing nitsimp
1996-10-25Better bounds checking on argv and gargv to eliminate a fencepost errorimp