summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Create the links for the reentrant time functions.nik2000-11-121-1/+3
* Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.abial2000-11-111-2/+13
* Increase the size of the mktemp() filename space by dropping the PID fromkris2000-11-101-25/+17
* remove outdated bugs, we actually do have aio_cancel supportalfred2000-11-102-4/+1
* Fix passwd entry `prototypes' in compat mode. I broke this in revisionnectar2000-11-101-34/+16
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-1012-35/+21
* Use size_t rather than a 16-bit data type fo the length.obrien2000-11-071-1/+5
* Fixed typos.ru2000-11-061-4/+4
* More secure temporary filename. This needs to be revisited to usekris2000-11-021-1/+1
* Fix nits introduced in rev 1.9:sheldonh2000-10-301-2/+4
* Replace old sigaction struct declaration with the new one as presentasmodai2000-10-301-12/+8
* Correct incorrect information about the PATH used for exec*() calls.asmodai2000-10-301-4/+7
* Whitespace only change: trim trailing whitespace.asmodai2000-10-3054-186/+186
* Fix memory leak.sumikawa2000-10-291-0/+2
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).eivind2000-10-291-1/+0
* Add link malloc.conf.5 -> malloc.3eivind2000-10-291-0/+1
* Style & grammar fixes.mpp2000-10-281-3/+7
* defined HAVE_IFM_DATA for (free|net|open)bsdume2000-10-281-0/+5
* Explicitly initialize _pw_passwd.nectar2000-10-271-1/+1
* Make RES_OPTIONS=inet6 work.ume2000-10-271-0/+4
* For %c replace reference to asctime(3) with ctime(3) from which %c geneticallyache2000-10-261-1/+1
* Treat c_fmt field as compatibility placeholderache2000-10-262-5/+3
* Force "%c" to be ctime-compatibleache2000-10-261-1/+2
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtache2000-10-262-5/+6
* Describe %c betterache2000-10-241-3/+7
* Correct the text on RETURN VALUES.n_hibma2000-10-201-1/+3
* Return zero from setjmp() and _setjmp() for now.dfr2000-10-162-0/+5
* Fix a couple of dumb mistakes.dfr2000-10-161-7/+9
* Fix RAW dependency violation on p6 between cmp and mov.marcel2000-10-152-0/+2
* Initial libc port for ia64.dfr2000-10-1445-0/+3022
* Document the ptrace() PT_STEP request.jwd2000-10-141-1/+10
* o Introduce cap_from_text() and cap_to_text() implementations.rwatson2000-10-132-1/+573
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-132-8/+10
* o Update BUGS entry to indicate in a more precise manner the implementationrwatson2000-10-129-23/+15
* Fix pthread cancellation point propagation.jasone2000-10-121-5/+5
* o Introduce a MAINTAINER entry for libposix1e, since it is activelyrwatson2000-10-021-0/+1
* Use issetugid instead of comparing get[ug]id and gete[ug]id.nectar2000-09-301-5/+2
* Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables fornectar2000-09-291-2/+12
* Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) manpeter2000-09-2810-0/+307
* Fix typophantom2000-09-271-1/+1
* off-by-1 error in string length validationitojun2000-09-251-7/+6
* o Minor whitespace, comment cleanupsrwatson2000-09-221-27/+14
* Better documentation of append mode. This should have gone in -currenteivind2000-09-221-0/+8
* Resurrect documentation of chflags(2)'s SF_ARCHIVED.rse2000-09-221-2/+2
* Add a couple of debug register helper functions to assist in settingbsd2000-09-215-4/+249
* Oops, un-spam this file - the last commit was an accident.brian2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.brian2000-09-202-5/+5
* o Whitespace reduction appled to FreeBSD CVS IDrwatson2000-09-191-1/+1
* o General warning fixing commitrwatson2000-09-197-9/+6
* o Add cap_from_text(3) and cap_to_text(3) man pages.rwatson2000-09-193-0/+232
OpenPOWER on IntegriCloud