aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-272-1/+9
* Add netnatm to LDIRSBrian Somers2000-10-161-1/+1
* Cleanup of bitstring.h:David Malone2000-10-091-39/+46
* Add a definition for RTLD_DEFAULT.John Polstra2000-09-191-4/+3
* Update the prototype for "r_brk" to correspond with the change inJohn Polstra2000-09-181-1/+2
* Welcome stdbool.h. A header file from the ANSI C99 specification.Jeroen Ruigrok van der Werven2000-09-162-2/+56
* Use MTREE_FOLLOWS_SYMLINKS optionAndrey A. Chernov2000-09-151-1/+1
* There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}Ruslan Ermilov2000-09-141-3/+0
* I have not tested this to completion yet, but this appears to fix world.Peter Wemm2000-09-071-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-064-11/+288
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-021-0/+1
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.Dag-Erling Smørgrav2000-08-312-1/+50
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-221-0/+2
* Revert gratuitous whitespace changes from revisions 1.111 and 1.112.John Baldwin2000-08-171-2/+2
* Add a prototype for rfork_thread().Peter Wemm2000-07-291-0/+1
* Backout addition of -L switch to mtree. Using -L breaks theMarcel Moolenaar2000-07-231-1/+1
* Back out 1.15. It caused more harm than good. Something, however,Nick Sayer2000-07-211-4/+4
* Add -L to mtreeAndrey A. Chernov2000-07-161-1/+1
* fix spelling errors.Alfred Perlstein2000-07-071-13/+0
* cleanup the tsearch import.Alfred Perlstein2000-07-061-1/+4
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabJun-ichiro itojun Hagino2000-07-052-1/+57
* Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE.Dan Moschuk2000-07-011-0/+1
* bring in binary search tree code.Alfred Perlstein2000-07-012-1/+68
* Moving forward on my commitment to always make at least one commit fromNick Sayer2000-06-221-4/+4
* Add strtofflags and fflagstostr to libc.Josef Karthauser2000-06-171-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+5
* Install /usr/include/dev/ppbus as well as dev/usbPeter Wemm2000-05-191-2/+2
* Fixed missing consts for function parameters, so that the code matchesBruce Evans2000-05-111-3/+7
* Finish moving all IEEE fp types to be the same on all arch's.John Baldwin2000-05-101-2/+2
* fp_except => fp_except_t for consistancy with the i386 and the traditionDavid E. O'Brien2000-05-101-4/+5
* Revert previous commit, and remove the <event.h> symlink. As this isJonathan Lemon2000-04-181-1/+1
* Create <event.h> -> <sys/event.h> link that I forgot earlier.Jonathan Lemon2000-04-161-2/+2
* The idea always was that `make copies' should undo theRuslan Ermilov2000-04-061-1/+4
* Do not conditionalize function prototype definition for functions weJason Evans2000-02-201-6/+0
* There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien2000-02-082-62/+62
* Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.Yoshinobu Inoue2000-02-081-1/+1
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-2/+0
* sync iruserok() extension API with other BSDsYoshinobu Inoue2000-02-011-2/+1
* Add a #define for RTLD_LOCAL as required by the Single UnixJohn Polstra2000-01-291-0/+1
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-271-0/+2
* Sigh. Really fix it this time. It seems the first time through thePeter Wemm2000-01-261-1/+4
* Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb).Peter Wemm2000-01-261-1/+8
* bindresvport related changesYoshinobu Inoue2000-01-261-1/+1
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-0/+2
* Install the USB include files in /usr/include/dev/usb.Nick Hibma2000-01-251-2/+2
* Add prototypes for [sg]etres[ug]id().Peter Wemm2000-01-171-0/+4
* Fixed disordering, misformatting, and duplicate declaration ofBruce Evans2000-01-141-3/+2
* libc rcmd update for IPv6.Yoshinobu Inoue2000-01-132-0/+5
* Make sched_param parameter a const to comply with POSIX and SUSv2 specs.Daniel Eischen2000-01-101-1/+1