| 69551 | 19-May-1995 |
mckusick |
srandom and initstate take longs rather than ints |
| 69116 | 29-Apr-1995 |
bostic |
fix the prototype for ftell From: Chris Torek <torek@BSDI.COM> |
| 68919 | 27-Apr-1995 |
bostic |
move getopt information from stdlib.h to unistd.h as decreed by IEEE Std 1003.2-1992 |
| 67677 | 14-Aug-1994 |
mckusick |
FTS_ISWD is gone |
| 67575 | 28-Jul-1994 |
pendry |
changes for whiteouts and union filesystem |
| 66831 | 16-Apr-1994 |
bostic |
setgroups now takes gid_t's, they are 32-bits |
| 66821 | 16-Apr-1994 |
bostic |
add 1994 to the copyright |
| 66820 | 16-Apr-1994 |
bostic |
make setreuid and setregid take uid_t/gid_t's, for consistency with the C library source code. From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU> |
| 66521 | 30-Mar-1994 |
bostic |
sigset_t is unsigned, and sigemptyset should return an int |
| 66234 | 22-Feb-1994 |
bostic |
second argument to nfssvc is a void *argstructp |
| 66204 | 21-Feb-1994 |
bostic |
readv and writev are in <sys/uio.h>; delete them, but leave the struct forward; fix |
| 66201 | 21-Feb-1994 |
bostic |
add prototypes for readv, writev use forward declarations instead of including a header file |
| 66190 | 21-Feb-1994 |
bostic |
first pass at making DB use basic integral types (the Alpha port) |
| 66127 | 16-Feb-1994 |
bostic |
add T_AFSDB/18, T_NSAP/22, T_NSAP_PTR/23 From: Paul Vixie <vixie@vangogh.CS.Berkeley.EDU> |
| 66119 | 16-Feb-1994 |
bostic |
add realpath(3); From: Jan-Simon Pendry <pendry@vangogh.CS.Berkeley.EDU> |
| 65764 | 21-Jan-1994 |
bostic |
add USL's copyright notice |
| 65762 | 21-Jan-1994 |
bostic |
add USL's copyright notice |
| 65414 | 04-Jan-1994 |
bostic |
runetype.h is ANSI safe, need to include it so that __isctype works |
| 65406 | 04-Jan-1994 |
bostic |
add _POSIX_SSIZE_MAX, _POSIX_STREAM_MAX, _POSIX_TZNAME_MAX |
| 65402 | 04-Jan-1994 |
bostic |
redefine FOPEN_MAX as the stdio min/max, not in any way related to the kernel; _POSIX_STREAM_MAX in limits.h makes it public |
| 65401 | 04-Jan-1994 |
bostic |
update the copyright notice |
| 65400 | 04-Jan-1994 |
bostic |
add tar.h |
| 65399 | 04-Jan-1994 |
bostic |
date and time created 94/01/04 13:49:51 by bostic |
| 65398 | 04-Jan-1994 |
bostic |
include <machine/limits.h>; POSIX.1 requires time.h to have CLK_TCK |
| 65397 | 04-Jan-1994 |
bostic |
getgroups now takes gid_t's, they are 32-bits |