summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* MAXPATHNAMELEN -> MAXPATHLENkris2000-11-191-1/+1
* Don't suggest people use getpid() to construct temporary filenames;kris2000-11-191-2/+6
* Update the documentation to describe the new mktemp() family behaviour.kris2000-11-191-8/+33
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-1718-19/+19
* Replace a `dagger' sign with a `double dagger' one.ru2000-11-161-15/+15
* Remove fullstops from the end of .Xr lines in SEE ALSO section.ben2000-11-157-7/+7
* Convert this from -man to -mdoc.ru2000-11-141-140/+345
* Use Fx macro wherever possible.ru2000-11-1424-33/+68
* Change [Ii]t's to "It is" and "its" as appropriate.sheldonh2000-11-141-1/+1
* Whitespace only: remove hard sentence breaks introduced in previoussheldonh2000-11-141-3/+4
* Bump the shared lib version. There seems to have been an incompatibleobrien2000-11-141-1/+1
* Fix bug introduced in previous commit: users obtained via compat modenectar2000-11-131-3/+8
* 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
OpenPOWER on IntegriCloud