summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Replace the return value of rfork_thread(3) in its manual pagerobert2003-04-271-1/+1
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,nectar2003-04-252-0/+58
* In compat mode, we `redispatch' the lookup. It is probably a goodnectar2003-04-241-0/+1
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-241-1/+3
* ``Strong typing is a crutch for people with weak memories.''nectar2003-04-221-3/+3
* Don't try to access the NIS `master' maps unless we have superusernectar2003-04-211-7/+9
* Repair a bug in which a faulty group entry (one with only 2 colons)nectar2003-04-201-8/+6
* Follow-up to revision 1.74: Using the result buffer to store our emptynectar2003-04-181-22/+16
* Follow-up to revision 1.73: set _PWF_FILES when `compat' source is usednectar2003-04-181-4/+13
* Don't use `memset' to initialize a struct passwd. A modulenectar2003-04-181-6/+31
* Correctly set _PWF_FILES in pw_fields when appropriate.nectar2003-04-181-2/+6
* Revert the definitions of _PW_KEY* to their previous values. There isnectar2003-04-181-2/+2
* The default if nsswitch.conf(5) is not present is supposed to be thenectar2003-04-182-2/+2
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-174-1542/+2604
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-171-1/+3
* Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() calltjr2003-04-111-1/+1
* Bump the date.mdodd2003-04-071-1/+1
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.mdodd2003-04-071-0/+7
* - Add setfstab() and getfstab().mdodd2003-04-073-4/+71
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-261-0/+9
* The .Fn functioncharnier2003-03-241-1/+2
* The .Fn function. Use .Xr where appropriate.charnier2003-03-244-14/+23
* - Revamp the function _nis_initshells() to make getusershell() backedrobert2003-03-191-35/+30
* If realloc(3) fails in copyline(), do not make matters worse byrobert2003-03-191-6/+11
* Document return type of wordfree() (void). Reduce the space betweentjr2003-03-131-3/+4
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-272-0/+2
* Fixed copyright.ru2003-02-241-20/+32
* mdoc(7) police: Scheduled sweep.ru2003-02-242-7/+6
* mdoc(7) police: markup laundry.ru2003-02-231-1/+1
* More changes from NetBSD:mikeh2003-02-231-9/+11
* Grab some changes from NetBSD:mikeh2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificzarzycki2003-02-221-3/+3
* Mention that dlerror() is also applicable to retrieve error message afterphantom2003-02-211-0/+2
* Whack 28 unused variables.nectar2003-02-181-1/+0
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-166-6/+10
* Add dlinfo(3) manual page to the rank of base system manpagesphantom2003-02-151-2/+2
* Add examples of dlinfo() usage to manual page.phantom2003-02-151-1/+48
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFphantom2003-02-141-1/+16
* Follow Solaris's manual page and describe Link_map structure herephantom2003-02-141-1/+29
* Add manual page for dlinfo(3). It's still need some work and addphantom2003-02-141-0/+191
* Implement dlinfo() function.kan2003-02-131-0/+8
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-124-90/+164
* This manual is called SIGNBIT(3) not FPCLASSIFY(3).mike2003-02-121-1/+1
* Implement C99's signbit() macro.mike2003-02-113-2/+100
* Handle %%m properly in syslog format string. Previously it would expandalfred2003-02-101-3/+13
* Implement fpclassify():mike2003-02-083-2/+177
* Grammer fix.mikeh2003-02-041-1/+1
* Add getosreldate.3 to the Makefile.trhodes2003-01-301-1/+1
* Add a manual page for getosreldate.c.trhodes2003-01-301-0/+65
* Add const qualifier to data argument for msgsnd.alfred2003-01-261-1/+1
OpenPOWER on IntegriCloud