summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-27Correct error return for link(2) to directoriesThorsten Lockert
Fail rename(2) on directories if one or both directories does not have write permission
1996-10-27newfs for disks other than 512bytes/sector, NetBSD pr#2404,Jason Downs
<yasufu-i@is.aist-nara.ac.jp>.
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
struct passwd just to be safe.
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
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.