aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* MAXPATHNAMELEN -> MAXPATHLENKris Kennaway2000-11-191-1/+1
* Don't suggest people use getpid() to construct temporary filenames;Kris Kennaway2000-11-191-2/+6
* Update the documentation to describe the new mktemp() family behaviour.Kris Kennaway2000-11-191-8/+33
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-1718-19/+19
* Replace a `dagger' sign with a `double dagger' one.Ruslan Ermilov2000-11-161-15/+15
* Remove fullstops from the end of .Xr lines in SEE ALSO section.Ben Smithurst2000-11-157-7/+7
* Convert this from -man to -mdoc.Ruslan Ermilov2000-11-141-140/+345
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-1424-33/+68
* Change [Ii]t's to "It is" and "its" as appropriate.Sheldon Hearn2000-11-141-1/+1
* Whitespace only: remove hard sentence breaks introduced in previousSheldon Hearn2000-11-141-3/+4
* Bump the shared lib version. There seems to have been an incompatibleDavid E. O'Brien2000-11-141-1/+1
* Fix bug introduced in previous commit: users obtained via compat modeJacques Vidrine2000-11-131-3/+8
* Create the links for the reentrant time functions.Nik Clayton2000-11-121-1/+3
* Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.Andrzej Bialecki2000-11-111-2/+13
* Increase the size of the mktemp() filename space by dropping the PID fromKris Kennaway2000-11-101-25/+17
* remove outdated bugs, we actually do have aio_cancel supportAlfred Perlstein2000-11-102-4/+1
* Fix passwd entry `prototypes' in compat mode. I broke this in revisionJacques Vidrine2000-11-101-34/+16
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-1012-35/+21
* Use size_t rather than a 16-bit data type fo the length.David E. O'Brien2000-11-071-1/+5
* Fixed typos.Ruslan Ermilov2000-11-061-4/+4
* More secure temporary filename. This needs to be revisited to useKris Kennaway2000-11-021-1/+1
* Fix nits introduced in rev 1.9:Sheldon Hearn2000-10-301-2/+4
* Replace old sigaction struct declaration with the new one as presentJeroen Ruigrok van der Werven2000-10-301-12/+8
* Correct incorrect information about the PATH used for exec*() calls.Jeroen Ruigrok van der Werven2000-10-301-4/+7
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-3054-186/+186
* Fix memory leak.Munechika SUMIKAWA2000-10-291-0/+2
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).Eivind Eklund2000-10-291-1/+0
* Add link malloc.conf.5 -> malloc.3Eivind Eklund2000-10-291-0/+1
* Style & grammar fixes.Mike Pritchard2000-10-281-3/+7
* defined HAVE_IFM_DATA for (free|net|open)bsdHajimu UMEMOTO2000-10-281-0/+5
* Explicitly initialize _pw_passwd.Jacques Vidrine2000-10-271-1/+1
* Make RES_OPTIONS=inet6 work.Hajimu UMEMOTO2000-10-271-0/+4
* For %c replace reference to asctime(3) with ctime(3) from which %c geneticallyAndrey A. Chernov2000-10-261-1/+1
* Treat c_fmt field as compatibility placeholderAndrey A. Chernov2000-10-262-5/+3
* Force "%c" to be ctime-compatibleAndrey A. Chernov2000-10-261-1/+2
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtAndrey A. Chernov2000-10-262-5/+6
* Describe %c betterAndrey A. Chernov2000-10-241-3/+7
* Correct the text on RETURN VALUES.Nick Hibma2000-10-201-1/+3
* Return zero from setjmp() and _setjmp() for now.Doug Rabson2000-10-162-0/+5
* Fix a couple of dumb mistakes.Doug Rabson2000-10-161-7/+9
* Fix RAW dependency violation on p6 between cmp and mov.Marcel Moolenaar2000-10-152-0/+2
* Initial libc port for ia64.Doug Rabson2000-10-1445-0/+3022
* Document the ptrace() PT_STEP request.John W. De Boskey2000-10-141-1/+10
* o Introduce cap_from_text() and cap_to_text() implementations.Robert Watson2000-10-132-1/+573
* o Simplify capability types away from an array of ints to a singleRobert Watson2000-10-132-8/+10
* o Update BUGS entry to indicate in a more precise manner the implementationRobert Watson2000-10-129-23/+15
* Fix pthread cancellation point propagation.Jason Evans2000-10-121-5/+5
* o Introduce a MAINTAINER entry for libposix1e, since it is activelyRobert Watson2000-10-021-0/+1
* Use issetugid instead of comparing get[ug]id and gete[ug]id.Jacques Vidrine2000-09-301-5/+2
* Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables forJacques Vidrine2000-09-291-2/+12