aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-291-1/+1
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-5/+3
* goto break; != break;Doug Barton2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-171-6/+3
* Provide more correct default values for sysconf(3) reporting of the AIOAlfred Perlstein2002-11-161-0/+3
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesRuslan Ermilov2002-11-141-0/+1
* Argh, change declaration of two-dimensional array so that it actuallyDaniel Eischen2002-11-131-1/+1
* Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen2002-11-131-379/+152
* * Add stubs for pthread_cond_broadcast.Doug Rabson2002-11-011-28/+243
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-283-2/+166
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-271-1/+23
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...Mark Murray2002-10-232-3/+4
* The ftok() function has not been in libcompat for quite a while.Tim J. Robbins2002-10-191-3/+0
* Oops. Also provide a lint-compatible unused argument warning killer.Mark Murray2002-10-181-0/+4
* ISOfy functions, sort headers and mark unused arguments.Mark Murray2002-10-181-13/+6
* Add a Bugs section and note that fmtcheck() is out of sync with printf();Tim J. Robbins2002-10-161-1/+7
* Add restrict type-qualifier.Mike Barcroft2002-10-122-3/+4
* Do not allow empty GIDs for non-NIS entries.Maxim Konovalov2002-10-111-0/+7
* Drop almost 3k from /bin/sync by moving errno to a seperate filePeter Wemm2002-10-093-2/+31
* Add restrict type-qualifier to sem_getvalue().Mike Barcroft2002-10-042-2/+2
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISMaxim Konovalov2002-10-021-2/+2
* Disqualify UID/GID with non-numeric character.Maxim Konovalov2002-09-251-3/+13
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.Garrett Wollman2002-09-211-105/+351
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-214-34/+184
* Don't peek into MD structures from MI code. The getcontext(3) andJonathan Mini2002-09-201-9/+1
* Return the correct environment name for 64-bit platforms in theGarrett Wollman2002-09-191-1/+2
* Welcome the sem_ API to libc!Alfred Perlstein2002-09-191-0/+354
* add a stub for pthread_cond_destroy.Alfred Perlstein2002-09-191-0/+7
* Bandaid to stop failing on non-i386 platforms.Peter Wemm2002-09-171-0/+5
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-158/+5
* Add signalcontext(), which lays down a signal frame onto a ucontext_t.Jonathan Mini2002-09-161-12/+15
* Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),Archie Cobbs2002-09-114-5/+331
* Add `restrict' type-qualifier.Mike Barcroft2002-09-113-6/+6
* Fix a syntax error which causes an annoying warning.Garrett Wollman2002-09-081-0/+1
* Two arrays were born from the same seeds, both grew into complementary setsJuli Mallett2002-09-071-1/+1
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-062-2/+2
* Fix a memory leak.Mike Barcroft2002-09-011-1/+3
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andMike Barcroft2002-08-241-1/+0
* s/EDOFUS/EDOOFUS/Poul-Henning Kamp2002-08-211-1/+1
* s/trailing NULL/trailing NUL/Juli Mallett2002-08-192-2/+2
* Fix libc build breakage by defining FSTYPENAMES before includingBosko Milekic2002-08-161-0/+1
* can not -> cannot.Ruslan Ermilov2002-08-131-1/+1
* Add a missing copyright for Doug. There are other files missing thisDavid Malone2002-08-111-0/+28
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-4/+4
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-103-55/+43
* mdoc(7) police: laundry.Ruslan Ermilov2002-08-091-9/+14
* Introduce a new error return code:Poul-Henning Kamp2002-08-091-0/+3
* Implement POSIX.1-2001 (XSI)'s ulimit(3).Mike Barcroft2002-08-083-3/+171
* o Fix a memory leak.Mike Barcroft2002-08-051-11/+15
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).Mike Barcroft2002-08-054-2/+473