Age | Commit message (Expand) | Author |
1996-10-27 | NOPROFILE; from Mathieu.Herrb@mipnet.fr | Theo de Raadt |
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 | Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. | Jason Downs |
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 | link against -lcurses until ld is fixed | Theo de Raadt |
1996-10-27 | record route is not a problem; thanks bitblt | Theo de Raadt |
1996-10-27 | incremented since we added gz_iszipped. | Todd C. Miller |
1996-10-27 | Set errno to EBADF when attempting to write to a file pointer opened read-only | Thorsten Lockert |
1996-10-27 | -z can now list/extra compressed files too. Uses new gz_iszipped() function. | Todd C. Miller |
1996-10-27 | Adds gz_iszipped() function. | Todd C. Miller |
1996-10-26 | ep at same places at generic | Theo de Raadt |
1996-10-26 | missed one change, pointed out by Alex Nash <nash@mcs.net> | Jason Downs |
1996-10-26 | Don't use <malloc.h> | Thorsten Lockert |
1996-10-26 | Prefer $LOGNAME to $USER. | Todd C. Miller |
1996-10-26 | Fall back to $USER if getlogin() fails and $LOGNAME is not set. | Todd C. Miller |
1996-10-26 | prefer $LOGNAME to $USER. Fix strncpy() usage. | Todd C. Miller |
1996-10-26 | prefer $LOGNAME over $USER. fix strncpy() usage. | Todd C. Miller |
1996-10-26 | Manpage update to match changed functionality; by alex@FreeBSD.org | Thorsten Lockert |
1996-10-26 | we are so ftp bounce paranoid, we checked twice! | 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 | Add missing cast | Thorsten Lockert |
1996-10-26 | Need <errno.h> | Thorsten Lockert |
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 | Set errno when trying to write to a read-only stream | 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 | $USER is deprecated in favour of $LOGNAME | Todd C. Miller |
1996-10-26 | honor $LOGNAME | Todd C. Miller |
1996-10-26 | mention LOGNAME | Todd C. Miller |
1996-10-26 | set $LOGNAME and pass -Wall | Todd C. Miller |
1996-10-26 | set $LOGNAME fore POSIX | Todd C. Miller |
1996-10-26 | getopt returns -1 on OpenBSD | imp |
1996-10-26 | Now sets $LOGNAME as per POSIX. | Todd C. Miller |
1996-10-26 | Don't use a cast for _POSIX_VDISABLE | Thorsten Lockert |
1996-10-26 | Correct a typo in _POSIX_SSIZE_MAX | Thorsten Lockert |
1996-10-25 | Spacing nits | imp |
1996-10-25 | Better bounds checking on argv and gargv to eliminate a fencepost error | imp |