summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a small typo.tjr2002-12-271-1/+1
* Be more consistent with "static".tjr2002-12-271-1/+1
* Add an implementation of the POSIX wordexp() and wordfree() functions,tjr2002-12-263-2/+518
* Reduce libc's memory footprint by lazily allocating memory used internallybbraun2002-12-211-9/+22
* Reduce libc.so's memory footprint by lazily allocating memory used internallybbraun2002-12-212-4/+16
* mdoc(7) police: "The .Fa argument.".ru2002-12-1928-72/+127
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-1821-71/+71
* mdoc(7) police: "The .Fn function".ru2002-12-1833-35/+141
* mdoc(7) police: Fixed the .Nm abuse.ru2002-12-181-3/+3
* o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. Itmaxim2002-12-161-1/+1
* o Fix bogus getsockopt(2) call: swap SOCK_STREAM and LOCAL_PEERCRED.maxim2002-12-151-1/+1
* Uniformly refer to a file system as "file system".ru2002-12-124-36/+36
* Capitalize ASCII code names.ru2002-12-051-1/+3
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-041-6/+6
* mdoc(7) police: overhaul.ru2002-12-048-109/+132
* mdoc(7) police: formatting nits.ru2002-11-291-1/+1
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-5/+3
* goto break; != break;dougb2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:alfred2002-11-171-6/+3
* Provide more correct default values for sysconf(3) reporting of the AIOalfred2002-11-161-0/+3
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesru2002-11-141-0/+1
* Argh, change declaration of two-dimensional array so that it actuallydeischen2002-11-131-1/+1
* Use a jump table (a la Solaris) for pthread routines with defaultdeischen2002-11-131-387/+160
* * Add stubs for pthread_cond_broadcast.dfr2002-11-011-28/+243
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-283-2/+166
* Update limits and configuration parameters for 1003.1/TC1/D6.wollman2002-10-271-1/+23
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...markm2002-10-232-3/+4
* The ftok() function has not been in libcompat for quite a while.tjr2002-10-191-3/+0
* Oops. Also provide a lint-compatible unused argument warning killer.markm2002-10-181-0/+4
* ISOfy functions, sort headers and mark unused arguments.markm2002-10-181-13/+6
* Add a Bugs section and note that fmtcheck() is out of sync with printf();tjr2002-10-161-1/+7
* Add restrict type-qualifier.mike2002-10-122-3/+4
* Do not allow empty GIDs for non-NIS entries.maxim2002-10-111-0/+7
* Drop almost 3k from /bin/sync by moving errno to a seperate filepeter2002-10-093-2/+31
* Add restrict type-qualifier to sem_getvalue().mike2002-10-042-2/+2
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISmaxim2002-10-021-2/+2
* Disqualify UID/GID with non-numeric character.maxim2002-09-251-3/+13
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.wollman2002-09-211-105/+351
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-214-34/+184
* Don't peek into MD structures from MI code. The getcontext(3) andmini2002-09-201-9/+1
* Return the correct environment name for 64-bit platforms in thewollman2002-09-191-1/+2
* Welcome the sem_ API to libc!alfred2002-09-191-0/+354
* add a stub for pthread_cond_destroy.alfred2002-09-191-0/+7
* Bandaid to stop failing on non-i386 platforms.peter2002-09-171-0/+5
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-158/+5
* Add signalcontext(), which lays down a signal frame onto a ucontext_t.mini2002-09-161-12/+15
* Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),archie2002-09-114-5/+331
* Add `restrict' type-qualifier.mike2002-09-113-6/+6
* Fix a syntax error which causes an annoying warning.wollman2002-09-081-0/+1
* Two arrays were born from the same seeds, both grew into complementary setsjmallett2002-09-071-1/+1
OpenPOWER on IntegriCloud