summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add some strategic whitespace.rwatson2003-04-261-0/+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
* Don't complain about missing NSS methods when built statically. It isnectar2003-04-241-1/+3
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-4/+8
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-3/+3
* ``Strong typing is a crutch for people with weak memories.''nectar2003-04-221-3/+3
* Correct a bug that was somehow both obvious and hard-to-see. :-)nectar2003-04-211-1/+1
* Don't try to access the NIS `master' maps unless we have superusernectar2003-04-211-7/+9
* Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5rwatson2003-04-203-1/+22
* Add a man page for the mac.conf MAC library configuration file.rwatson2003-04-202-0/+105
* Add the mac_prepare{,_*}() functions to the high-level function listrwatson2003-04-201-0/+11
* Repair a bug in which a faulty group entry (one with only 2 colons)nectar2003-04-201-8/+6
* %E-like %g and %G conversions should remove trailing zeroes unlessdas2003-04-192-0/+14
* 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
* Add a manual page for the ntp_gettime syscall.trhodes2003-04-172-2/+106
* = 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-1711-205/+970
* Clarify the relationship between the MAC library APIs and POSIX.1e:rwatson2003-04-161-2/+6
* Add a manual page for the ntp_adjtime syscall.trhodes2003-04-152-1/+148
* Merge in vfprintf.c rev. 1.58.tjr2003-04-141-9/+11
* Fix a bug where printf was erroneously printing a decimal point fordas2003-04-141-8/+10
* Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() calltjr2003-04-111-1/+1
* When called with s == NULL, behave as if wc == L'\0' as required by thetjr2003-04-101-1/+3
* /strtopx/ s/result/&result/das2003-04-092-2/+2
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-092-3/+30
* 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
* Catch up with recent vfprintf.c changes.tjr2003-04-071-175/+215
* __wcsconv(): free(convbuf) before returning NULLache2003-04-071-2/+4
* Today just isn't my day. Remove some old commented out code that snuckdas2003-04-071-1/+1
* - %e conversions with precision 0 should not cause a decimal point todas2003-04-071-18/+22
* Rework the floating point code in printf(). Significant changes:das2003-04-052-151/+191
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-058-1/+135
* Add missing #include to unbreak previous commit.das2003-04-051-0/+1
* Correct some buffer sizes.das2003-04-053-23/+42
* MFp4: Link strtof.3 and strtold.3 to strtod.3.tjr2003-04-051-0/+1
* Zero out the struct tm supplied by the caller. Otherwise,mtm2003-04-051-0/+1
* MFp4: Pentium/Athlon-optimised implementation of wcschr().tjr2003-04-052-1/+78
* Implement makecontext.jake2003-04-013-3/+129
* [1] - Document EHOSTUNREACH as a possible errorceri2003-04-011-1/+3
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-311-0/+9
* BDE'ifyfjoe2003-03-291-79/+89
OpenPOWER on IntegriCloud