summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-152-2/+15
* NFS split forgot to prototype nfsclnt() syscall, do it.Alfred Perlstein2001-11-131-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.Ruslan Ermilov2001-11-091-0/+2
* Traditionally work in the -traditional case.David E. O'Brien2001-11-071-0/+4
* Remove FreeBSD/vax and FreeBSD/tahoe support.Peter Wemm2001-11-031-17/+1
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-022-2/+56
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().Matthew Dillon2001-10-281-0/+4
* Make the protocol/dumprestore.h header match restore's idea of the dumpMatthew Dillon2001-10-281-2/+4
* Add routines to convert time_t to/from fixed-bit fields. These routinesMatthew Dillon2001-10-281-0/+7
* ll_time and ut_time are int32_t on disk and have to remain that wayPeter Wemm2001-10-271-2/+2
* Restore K&R prototype. Fix other style bugs.Mike Barcroft2001-10-271-8/+9
* Diff-reduce these two.Mark Murray2001-10-271-2/+3
* Resume deorbit burn sequence for <malloc.h>. Inspection of my make logsGarrett Wollman2001-10-251-5/+2
* Add $FreeBSD$.Jeroen Ruigrok van der Werven2001-10-241-3/+6
* Fixed some style bugs:Bruce Evans2001-10-101-3/+3
* Implement strcasestr() which many others (f.e. Linux) already haveAndrey A. Chernov2001-10-101-0/+1
* Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft2001-10-091-1/+3
* Add compatibility functions for the AF_LOCAL RPC transport stuffBill Paul2001-10-042-0/+15
* Fixed order of includes. <sys/cdefs.h> must be included beforeBruce Evans2001-10-041-9/+6
* Fixed some style bugs.Bruce Evans2001-10-041-4/+4
* Fixed namespace pollution:Bruce Evans2001-10-041-3/+12
* Back out WIP that snuck in with revs 1.15[23].David E. O'Brien2001-10-011-1/+0
* Merge style with NetBSD -- ANSI-C prototypes, style(9) tabing, etc.David E. O'Brien2001-10-011-39/+38
* Merge functional changes from NetBSD.David E. O'Brien2001-10-011-22/+32
* *** empty log message ***David E. O'Brien2001-10-011-0/+1
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportDavid E. O'Brien2001-09-271-0/+2
* o Update unistd.h with the prototype for the new eaccess(2) system call.Robert Watson2001-09-211-0/+1
* Now that the compat4x libc.so.4 binary has been updated, we can finallyPeter Wemm2001-09-201-1/+1
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-181-2/+2
* Stop gcc's fixincludes making an exception for this filePeter Wemm2001-09-101-2/+3
* Sort FILES.Ruslan Ermilov2001-09-061-5/+5
* add monetary.h as per POSIX requirementAlexey Zelkin2001-09-052-1/+41
* style(9) the structure definitions.David E. O'Brien2001-09-054-7/+9
* Revert previous delta; <arpa/inet.h> isn't quite ready to stop includingMike Barcroft2001-08-311-16/+1
* o Deprecate byteorder(3) prototypes from <sys/types.h>, these areMike Barcroft2001-08-311-1/+16
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDDima Dorfman2001-08-171-0/+1
* Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(Peter Wemm2001-08-131-0/+10
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-4/+0
* Remove comment, which didn't even help anyway.Jeroen Ruigrok van der Werven2001-08-131-1/+0
* Make the name parameter const char *.Warner Losh2001-08-111-1/+1
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatibleMike Heffner2001-07-291-2/+4
* Remove namespace pollution.Mike Barcroft2001-07-221-2/+2
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-201-0/+3
* VCS ID fixupDavid E. O'Brien2001-07-102-5/+3
* Add a new clnt_control() request `CLSET_CONNECT' that controlsIan Dowse2001-06-231-0/+1
* After one too many PRs on the subject, bite the bullet and define IOV_MAXGarrett Wollman2001-06-181-0/+1
* Revise wording of osreldate.h vs kernel warning to make it clear that itPeter Wemm2001-06-171-2/+3
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyRuslan Ermilov2001-06-132-1/+62
* Complete prototype for fts_compar.Ruslan Ermilov2001-06-131-1/+3
* Implement EDNS0 support, as EDNS0 support will be made mandatory forHajimu UMEMOTO2001-06-103-0/+6