summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
General pax still seems to work ok.
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
but only set effective [gu]id.
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
process is the same as the saved uid of the signalled process
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
changes are still needed.
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
Update _POSIX_VERSION to 199009
1996-10-26Correct a typo in _POSIX_SSIZE_MAXThorsten Lockert
Correct _POSIX_ARG_MAX; it should define the minimum allowed argument size, not the supported on (we have sysconf for that)
1996-10-25Spacing nitsimp
1996-10-25Better bounds checking on argv and gargv to eliminate a fencepost errorimp
on argv and gargv variables.
1996-10-25lots of 3cxxx work in 2.0Theo de Raadt
1996-10-25proactive buf checkTheo de Raadt
1996-10-25proactive bounds checking; help from millertTheo de Raadt
1996-10-25fix; pr#38; kstailey@dol-esa.govTheo de Raadt