summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot this. Needed by libkvm.dillon1999-01-231-1/+14
* Add a prototype for strtok_r().jdp1999-01-201-0/+1
* Use the correct type for uid and gid in struct passwd. Document it.des1999-01-181-2/+2
* Install <sys/aio.h> as <aio.h>.dt1999-01-171-2/+2
* Instead of a wrapper <linker_set.h>, use a symlink tojdp1999-01-142-37/+3
* Add a wrapper <linker_set.h> for <sys/linker_set.h>, so thatjdp1999-01-142-2/+36
* optreset is a POSIX extension, make it visible in POSIX_SOURCE scope.msmith1999-01-111-1/+1
* Move nologin from /etc to /var/run. This means one less file that hasasami1999-01-111-1/+1
* POSIX introduced optreset to deal with multiple invocationsmsmith1999-01-111-0/+1
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.dt1999-01-041-7/+4
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-232-2/+27
* Install <sys/inttypes.h> as <inttypes.h>.dt1998-12-191-2/+2
* Little reorganization:dt1998-12-191-5/+3
* Declare size_t and ssize_t if they are not already declared, so thatbde1998-12-161-6/+15
* Make this protototype of mmap return void *, like two other copies.dt1998-12-141-2/+2
* Make rcsid a const char[] instead of char[] to avoid compiler warningsarchie1998-12-0610-10/+10
* Add support for pthread_mutexattr_settype(). As a side effect ofeivind1998-11-281-2/+8
* Don't forget to use the appropriate __printf*like attribute for verr*bde1998-11-221-11/+14
* 64bit clean nowdima1998-11-081-1/+1
* Add support for -Wformat consistency checking between format stringsjdp1998-10-291-7/+7
* 64bit fixes.dima1998-10-271-9/+9
* make talk/talkd work on alpha.dima1998-10-201-3/+3
* Don't even think about using a sysctl to build osreldate.h, since thisbde1998-10-171-17/+4
* Move auth.conf path in here. Doesn't affect published interface.jkh1998-10-091-0/+1
* back out h2ph from here, Bruce found another proper placeache1998-10-021-4/+1
* Add h2ph call to afterinstall targetache1998-10-021-1/+4
* #ifdef out DES ioctls which don't exist in FreeBSD. These originatedwpaul1998-09-261-0/+10
* Don't declare functions without a prototype if KERNEL is defined. Thisbde1998-09-212-4/+11
* Build headers with -DWANT_NFS3.obrien1998-09-171-2/+2
* Adjust the declarations of kvm_read and kvm_write to match reality a littledfr1998-09-161-2/+2
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-2/+2
* Add new cam include hierarchy.gibbs1998-09-151-3/+3
* Add reallocf to the library. This function is simliar to realloc, butimp1998-09-141-0/+1
* Change return type of strptime from const char* to char*.dt1998-09-121-1/+1
* A small last-minute iitem for 3.0:wollman1998-09-121-1/+6
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.kato1998-09-091-4/+4
* Add a new library function getobjformat(). It checks all thejdp1998-09-092-2/+41
* Add support for the RPC 64-bit integer type ``hyper''.obrien1998-09-081-1/+3
* Remove the extern decl of ``h_errno''. It's alreadybrian1998-09-071-10/+1
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-071-0/+25
* Fix tons of cut-n-paste errors in the WANT_NFS3 code.obrien1998-09-061-14/+16
* Add hints file structures and defines.jdp1998-09-052-2/+38
* Add the prototype for sigwait().jb1998-08-251-0/+1
* Add extern declaration for `tzname[]' to make this header comply betterjkoshy1998-08-211-0/+4
* Move the include of <machine/ansi.h> to before <sys/signal.h>.dfr1998-08-051-1/+1
* Fixed garbage after comment after #endif. Fixed reversed sense of samebde1998-08-031-2/+2
* Added iso646.h as defined by the Single UNIX Specification, version 2.alex1998-08-012-2/+46
* MF22: prototype fix.jkh1998-07-161-1/+1
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.bde1998-07-131-7/+10
* Fixed whitespace lossage and long lines in previous commit.bde1998-07-111-5/+5
OpenPOWER on IntegriCloud