summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: One space between "restrict" qualifier and "*".tjr2002-09-062-2/+2
* Fix a memory leak.mike2002-09-011-1/+3
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-241-1/+0
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
* s/trailing NULL/trailing NUL/jmallett2002-08-192-2/+2
* Fix libc build breakage by defining FSTYPENAMES before includingbmilekic2002-08-161-0/+1
* can not -> cannot.ru2002-08-131-1/+1
* Add a missing copyright for Doug. There are other files missing thisdwmalone2002-08-111-0/+28
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-4/+4
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-103-55/+43
* mdoc(7) police: laundry.ru2002-08-091-9/+14
* Introduce a new error return code:phk2002-08-091-0/+3
* Implement POSIX.1-2001 (XSI)'s ulimit(3).mike2002-08-083-3/+171
* o Fix a memory leak.mike2002-08-051-11/+15
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).mike2002-08-054-2/+473
* Update glob(3) to add all the POSIX required options, specifically:mikeh2002-07-172-29/+34
* Don't ask me how I consistently turned struct statvfs into struct vfsconf....wollman2002-07-161-3/+3
* Assume that my bug report against 1003.1-2001 will be resolved my way,wollman2002-07-151-13/+9
* Support POSIX/SUS ``programming environment'' mistake in confstr().wollman2002-07-151-1/+62
* All of the things that confstr() returns are compile-time constants.wollman2002-07-151-31/+10
* Don't bother asking the kernel about _SC_FSYNC; it's not optional.wollman2002-07-151-4/+3
* Fix a few bugs in the ERRORS section.wollman2002-07-131-3/+12
* Add statvfs(3) to the build.wollman2002-07-131-2/+3
* Well, it's not quite strxfrm(3) but at least it's honest.wollman2002-07-131-0/+176
OpenPOWER on IntegriCloud