aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Use the .Dl macro.Tom Rhodes2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.Tom Rhodes2003-05-011-1/+16
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-015-25/+25
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-295-25/+25
* Replace the return value of rfork_thread(3) in its manual pageRobert Drehmel2003-04-271-1/+1
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,Jacques Vidrine2003-04-252-0/+58
* In compat mode, we `redispatch' the lookup. It is probably a goodJacques Vidrine2003-04-241-0/+1
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' byJacques Vidrine2003-04-241-1/+3
* ``Strong typing is a crutch for people with weak memories.''Jacques Vidrine2003-04-221-3/+3
* Don't try to access the NIS `master' maps unless we have superuserJacques Vidrine2003-04-211-7/+9
* Repair a bug in which a faulty group entry (one with only 2 colons)Jacques Vidrine2003-04-201-8/+6
* Follow-up to revision 1.74: Using the result buffer to store our emptyJacques Vidrine2003-04-181-22/+16
* Follow-up to revision 1.73: set _PWF_FILES when `compat' source is usedJacques Vidrine2003-04-181-4/+13
* Don't use `memset' to initialize a struct passwd. A moduleJacques Vidrine2003-04-181-6/+31
* Correctly set _PWF_FILES in pw_fields when appropriate.Jacques Vidrine2003-04-181-2/+6
* Revert the definitions of _PW_KEY* to their previous values. There isJacques Vidrine2003-04-181-2/+2
* The default if nsswitch.conf(5) is not present is supposed to be theJacques Vidrine2003-04-182-2/+2
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine2003-04-174-1542/+2604
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-171-1/+3
* Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() callTim J. Robbins2003-04-111-1/+1
* Bump the date.Matthew N. Dodd2003-04-071-1/+1
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.Matthew N. Dodd2003-04-071-0/+7
* - Add setfstab() and getfstab().Matthew N. Dodd2003-04-073-4/+71
* - Define a _spinunlock() function so that threading implementations may doJeff Roberson2003-03-261-0/+9
* The .Fn functionPhilippe Charnier2003-03-241-1/+2
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-244-14/+23
* - Revamp the function _nis_initshells() to make getusershell() backedRobert Drehmel2003-03-191-35/+30
* If realloc(3) fails in copyline(), do not make matters worse byRobert Drehmel2003-03-191-6/+11
* Document return type of wordfree() (void). Reduce the space betweenTim J. Robbins2003-03-131-3/+4
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-272-0/+2
* Fixed copyright.Ruslan Ermilov2003-02-241-20/+32
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-242-7/+6
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-1/+1
* More changes from NetBSD:Mike Heffner2003-02-231-9/+11
* Grab some changes from NetBSD:Mike Heffner2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificDave Zarzycki2003-02-221-3/+3
* Mention that dlerror() is also applicable to retrieve error message afterAlexey Zelkin2003-02-211-0/+2
* Whack 28 unused variables.Jacques Vidrine2003-02-181-1/+0
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-166-6/+10
* Add dlinfo(3) manual page to the rank of base system manpagesAlexey Zelkin2003-02-151-2/+2
* Add examples of dlinfo() usage to manual page.Alexey Zelkin2003-02-151-1/+48
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFAlexey Zelkin2003-02-141-1/+16
* Follow Solaris's manual page and describe Link_map structure hereAlexey Zelkin2003-02-141-1/+29
* Add manual page for dlinfo(3). It's still need some work and addAlexey Zelkin2003-02-141-0/+191
* Implement dlinfo() function.Alexander Kabaev2003-02-131-0/+8
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-124-90/+164
* This manual is called SIGNBIT(3) not FPCLASSIFY(3).Mike Barcroft2003-02-121-1/+1
* Implement C99's signbit() macro.Mike Barcroft2003-02-113-2/+100
* Handle %%m properly in syslog format string. Previously it would expandAlfred Perlstein2003-02-101-3/+13
* Implement fpclassify():Mike Barcroft2003-02-083-2/+177