aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.Dima Dorfman2002-02-101-4/+4
* Part III: Update extended attribute system call interface documentation.Robert Watson2002-02-101-18/+39
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).Ruslan Ermilov2002-02-082-0/+4
* Move the AF_LOCAL check to the AF_INET check since portmap protocolAlfred Perlstein2002-02-061-5/+1
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-062-81/+35
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-133/+133
* balance parens.Alfred Perlstein2002-02-051-1/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6Alfred Perlstein2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-0519-22/+37
* Do not call addrinfo on local transport adresses, if returning aAlfred Perlstein2002-02-051-5/+25
* style: return(x) -> return (x)Alfred Perlstein2002-02-051-2/+2
* Fix the credential handling code.Alfred Perlstein2002-02-051-2/+24
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-051-6/+17
* Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev2002-02-041-0/+7
* Fixed tab lossage in vendor id and nearby style bugs in previous commit.Bruce Evans2002-02-011-1/+4
* Fixed syntax error in previous commit. It was non-fatal because it wasBruce Evans2002-02-011-3/+5
* Return ENONAME if getaddrinfo() is called with AI_NUMERICHOSTPeter Pentchev2002-02-011-1/+1
* Fixed slipage in editor.David E. O'Brien2002-02-011-0/+1
* Cut-n-paste in `list' mode considered harmful.David E. O'Brien2002-02-012-5/+5
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-012-19/+17
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-0116-264/+245
* * Remove 'register'. (some functions had 7+ register functions...)David E. O'Brien2002-02-0116-68/+77
* Fix SCM ID's.David E. O'Brien2002-02-0162-207/+166
* Fix minor style nit.David E. O'Brien2002-01-311-1/+3
* Revert last commit. stdio.h include is for perror(), not strerror()Chris D. Faulhaber2002-01-311-1/+1
* strerror(3) is in string.h, not stdio.hChris D. Faulhaber2002-01-311-1/+1
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousBruce Evans2002-01-314-5/+17
* Fix FreeBSD IDs.David E. O'Brien2002-01-305-15/+12
* Correct function's description.Chris D. Faulhaber2002-01-291-1/+1
* Do not try to convert to char already converted C monetary locale members.Andrey A. Chernov2002-01-282-28/+40
* o return EINVAL if acl_to_text() have been sent a NULL acl. ...Chris D. Faulhaber2002-01-261-1/+6
* Use ctime_r to build the timestamp for syslog, so that we don'tDavid Malone2002-01-251-2/+2
* get __time_load_locale() prototype from include file, rather than declareAlexey Zelkin2002-01-241-3/+2
* * style(9)'fyAlexey Zelkin2002-01-242-33/+34
* Change brk's prototype from char *brk(const char *) to int brk(const void *)David Malone2002-01-241-15/+7
* The sixth argument to the NET_RT_IFLIST sysctl is actually 0 forRuslan Ermilov2002-01-231-1/+1
* Restore C99 standard conformance information, isblank() _is_ in finalAndrey A. Chernov2002-01-221-0/+5
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalMark Murray2002-01-225-15/+16
* Fix the description of the O_NONBLOCK flag to match reality.Ruslan Ermilov2002-01-221-2/+1
* Fix a typo I made in revision 1.5.Ruslan Ermilov2002-01-221-1/+1
* Minor typo fix: uquad_t -> u_quad_t.Yaroslav Tykhiy2002-01-201-1/+1
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-12/+12
* mdoc(7) police: tidy up OpenBSD fixes.Ruslan Ermilov2002-01-161-7/+5
* Add a few cleanups from rev 1.1:Mike Barcroft2002-01-151-10/+12
* o Add prototype for printf(3).Mike Barcroft2002-01-151-9/+12
* style(9)Mike Barcroft2002-01-151-89/+57
* yp(4) -> yp(8).Ruslan Ermilov2002-01-145-8/+8
* Merge some updates and markup fixes from OpenBSD. This is mainlyCrist J. Clark2002-01-141-6/+30
* Add xref for timeradd(3).Doug White2002-01-141-0/+1
* Include <stddef.h> to fix build problem when namespace pollutionDaniel Eischen2002-01-111-7/+8