summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: Tidy up the syscall language.ru2002-12-18147-668/+1011
* Document what happens when the format string contains insufficienttjr2002-12-181-0/+23
* Change the name for the local unix-socket based protocolmbr2002-12-162-5/+26
* o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. Itmaxim2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-152-18/+46
* o Fix bogus getsockopt(2) call: swap SOCK_STREAM and LOCAL_PEERCRED.maxim2002-12-151-1/+1
* mdoc(7) police: markup overhaul.ru2002-12-141-10/+15
* Add an implementation of the POSIX.1 sockatmark(3).fenner2002-12-133-2/+152
* mdoc(7) police: sort xrefs in SEE ALSO.ru2002-12-132-2/+2
* Fix the HISTORY to match reality. They were never MFC'ed to 4.X.trhodes2002-12-121-1/+1
* Uniformly refer to a file system as "file system".ru2002-12-1225-151/+151
* mdoc(7) police: Added the missing .Os call; it's not strictlyru2002-12-116-0/+6
* Fixed the parameter's name.ru2002-12-111-1/+1
* mdoc(7) police: tiny nits.ru2002-12-091-4/+4
* mdoc(7) police: tiny nits.ru2002-12-093-8/+11
* mdoc(7) police: overhaul.ru2002-12-091-109/+232
* mdoc(7) police: nits.ru2002-12-091-15/+18
* mdoc(7) police: nits.ru2002-12-091-2/+3
* Do not guarantee an overflow of tm_year when doing the binary search inpeter2002-12-051-0/+6
* Capitalize ASCII code names.ru2002-12-052-8/+10
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-0417-31/+38
* mdoc(7) police: markup overhaul.ru2002-12-046-14/+22
* mdoc(7) police: markup overhaul.ru2002-12-047-58/+82
* mdoc(7) police: overhaul.ru2002-12-048-109/+132
* Minimal libc for PowerPC.grehan2002-12-0418-0/+1149
* Replace rev 1.33 with a real fix. The problem was integer overflowspeter2002-12-021-8/+2
* mdoc(7) police: sweep.ru2002-11-2915-88/+92
* mdoc(7) police: sweep.ru2002-11-292-12/+14
* mdoc(7) police: formatting nits.ru2002-11-2915-33/+59
* try SIOCGIFINDEX 1st to be able to use network aliasing.ume2002-11-281-0/+13
* Describe newly added fields in the KSE and thread mailboxes.archie2002-11-221-0/+28
* libc_r wasn't so tied to libc for 22 months.ru2002-11-1831-153/+107
* This file has reincarnated as src/include/uuid.h with a whole newmarcel2002-11-181-59/+0
* libc header files are normally in src/include. Therefore, uuid.h hasmarcel2002-11-181-2/+0
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSmike2002-11-171-4/+13
* goto break; != break;dougb2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:alfred2002-11-171-6/+3
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-164-6/+6
* Provide more correct default values for sysconf(3) reporting of the AIOalfred2002-11-161-0/+3
* Sort SRCS.marcel2002-11-161-5/+4
* Define `Sudden_Underflow' when compiling for the Alpharobert2002-11-141-0/+3
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsimp2002-11-141-3/+6
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesru2002-11-141-0/+1
* o Fix _longjmp() to return 1 when the return value is given as 0.marcel2002-11-141-52/+25
* Argh, change declaration of two-dimensional array so that it actuallydeischen2002-11-132-2/+3
* Make this compile with whatever error-checking is enabled in buildworlddeischen2002-11-131-2/+2
* Use a jump table (a la Solaris) for pthread routines with defaultdeischen2002-11-134-401/+230
* ia64 ABI breaker:marcel2002-11-113-38/+6
* Given that we have 3 places to document UUID related information,marcel2002-11-111-9/+69
* Add cross references to mbrtowc(3) and wcrtomb(3).tjr2002-11-101-1/+3
OpenPOWER on IntegriCloud