summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Declare strunvisx().bde2001-02-061-0/+1
* Add a lock to DIR to make telldir and friends MT-safe.deischen2001-01-242-54/+5
* Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>peter2001-01-091-2/+3
* Remove struct.h, which has been punted into the Attic.sheldonh2001-01-031-1/+1
* Finally put this mistake to rest.phk2001-01-031-45/+0
* Change prototype to getlogin_r to reflect recent change to itsdeischen2001-01-011-1/+1
* Use TAILQ instead of CIRCLEQ.phk2000-12-291-4/+4
* Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don'tjasone2000-12-281-3/+0
* Move telldir position recording type definitions and prototypesdeischen2000-12-111-4/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-0/+2
* Add a LIST_HEAD to DIR for a queue of telldir positions.deischen2000-12-061-1/+6
* Make <struct.h> #error instead of #warn that it is going away on jan 1st.phk2000-12-011-13/+1
* remove unneeded sys/ucred.h includealfred2000-11-301-1/+0
* Fix stdbool.h to actually work as advertised.asmodai2000-11-291-11/+3
* Make it possible to override the function which writes messages tophk2000-11-261-0/+3
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-1/+9
* Add netnatm to LDIRSbrian2000-10-161-1/+1
* Cleanup of bitstring.h:dwmalone2000-10-091-39/+46
* Add a definition for RTLD_DEFAULT.jdp2000-09-191-4/+3
* Update the prototype for "r_brk" to correspond with the change injdp2000-09-181-1/+2
* Welcome stdbool.h. A header file from the ANSI C99 specification.asmodai2000-09-162-2/+56
* Use MTREE_FOLLOWS_SYMLINKS optionache2000-09-151-1/+1
* There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}ru2000-09-141-3/+0
* I have not tested this to completion yet, but this appears to fix world.peter2000-09-071-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-064-11/+288
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-0/+1
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.des2000-08-312-1/+50
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-0/+2
* Revert gratuitous whitespace changes from revisions 1.111 and 1.112.jhb2000-08-171-2/+2
* Add a prototype for rfork_thread().peter2000-07-291-0/+1
* Backout addition of -L switch to mtree. Using -L breaks themarcel2000-07-231-1/+1
* Back out 1.15. It caused more harm than good. Something, however,nsayer2000-07-211-4/+4
* Add -L to mtreeache2000-07-161-1/+1
* fix spelling errors.alfred2000-07-071-13/+0
* cleanup the tsearch import.alfred2000-07-061-1/+4
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabitojun2000-07-052-1/+57
* Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE.dan2000-07-011-0/+1
* bring in binary search tree code.alfred2000-07-012-1/+68
* Moving forward on my commitment to always make at least one commit fromnsayer2000-06-221-4/+4
* Add strtofflags and fflagstostr to libc.joe2000-06-171-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+5
* Install /usr/include/dev/ppbus as well as dev/usbpeter2000-05-191-2/+2
* Fixed missing consts for function parameters, so that the code matchesbde2000-05-111-3/+7
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-101-2/+2
* fp_except => fp_except_t for consistancy with the i386 and the traditionobrien2000-05-101-4/+5
* Revert previous commit, and remove the <event.h> symlink. As this isjlemon2000-04-181-1/+1
* Create <event.h> -> <sys/event.h> link that I forgot earlier.jlemon2000-04-161-2/+2
* The idea always was that `make copies' should undo theru2000-04-061-1/+4
OpenPOWER on IntegriCloud