aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright.David E. O'Brien2001-06-091-1/+1
* Fix previous commit which inadverdently deleted a section.Jonathan Lemon2001-06-071-0/+5
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.Jonathan Lemon2001-06-071-3/+3
* Round #2 of the sys/isa/ic/ => sys/dev/ic/ move: install sys/dev/icJoerg Wunsch2001-06-041-1/+1
* Remove MFS.Poul-Henning Kamp2001-05-291-1/+1
* Drop nested __P(). This trips up Supelec's dcc.Robert Nordier2001-05-271-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-2/+2
* Include elf32.h and elf64.h to be more code compatable with Solaris.David E. O'Brien2001-05-251-0/+2
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-3/+4
* Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints.David E. O'Brien2001-05-241-10/+0
* Backout (almost) revision 1.137 changes.Ruslan Ermilov2001-05-231-2/+8
* Argh, unbreak SHARED=copied case.Ruslan Ermilov2001-05-231-2/+2
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-2/+4
* Get rid of LSYMSUBDIRS by merely setting up symlinks to LNOHEADERDIRS.Ruslan Ermilov2001-05-211-9/+2
* Back out previous commit. digiio.h has moved to /usr/include/sysBrian Somers2001-05-191-7/+1
* Add mbstate_t and wint_t.David E. O'Brien2001-05-181-0/+10
* Install /sys/dev/digi/digiio.h as /usr/include/dev/digi/digiio.hBrian Somers2001-05-171-1/+8
* Install wchar.h and wctype.h.Ruslan Ermilov2001-05-161-1/+1
* Introduce getprogname(3) and setprogname(3) library calls. These getDima Dorfman2001-05-151-0/+3
* adapt to FreeBSD.Takuya SHIOZAKI2001-05-152-1/+15
* initial import of wchar.h and wctype.hTakuya SHIOZAKI2001-05-152-0/+201
* Add elf.h header back, its existance is an SVR4-ELF tradition.David E. O'Brien2001-05-061-1/+1
* Add this header back, its existance is an SVR4-ELF tradition.David E. O'Brien2001-05-051-0/+35
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-023-60/+4
* Move sranddev() to !ANSI_SOURCE !POSIX_SOURCE sectionAndrey A. Chernov2001-04-231-1/+1
* Add sranddev() prototypeAndrey A. Chernov2001-04-231-0/+1
* Style(9) fixes:David E. O'Brien2001-04-221-4/+4
* Implement client side NFS locks.Alfred Perlstein2001-04-171-3/+10
* I think this was supposed to be __const like in NetBSD: I have no ideaKris Kennaway2001-04-171-1/+1
* Add fmtcheck(), a function for checking consistency of format stringKris Kennaway2001-04-171-0/+2
* Actually install include/fs/smbfs and include/netsmb directories.Boris Popov2001-04-111-5/+6
* It's not CUT (the french would accept that back in 1879) and TUC wasn'tPoul-Henning Kamp2001-03-311-1/+5
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportBill Paul2001-03-271-0/+1
* give the "netgrent" functions a home in netdb.hAlfred Perlstein2001-03-271-0/+5
* const'ifyAlfred Perlstein2001-03-271-1/+1
* fix: text following `#else' violates ANSI standardAlfred Perlstein2001-03-261-1/+1
* IPv4 address is not unsigned int. This change introduces in_addr_t.Hajimu UMEMOTO2001-03-231-6/+6
* change callrpc() from taking "char *" args, I'm quite sure they really meantAlfred Perlstein2001-03-231-2/+2
* forgot prototyle for __rpc_get_local_uid()Alfred Perlstein2001-03-221-0/+2