summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix truncation check and buffer overflow checkfjoe2003-03-291-11/+11
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerdeischen2003-03-291-1/+2
* Fill in the rest of the fields in the resulting struct tmmtm2003-03-291-2/+3
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)fjoe2003-03-281-17/+17
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.fjoe2003-03-272-111/+128
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-262-1/+11
* The .Fn functioncharnier2003-03-244-7/+11
* The .Fn function. Use .Xr where appropriate.charnier2003-03-245-16/+27
* According to C99 decimal_point can't be emptyache2003-03-201-4/+1
* According to C99 decimal_point can't be the empty string, mention it.ache2003-03-201-1/+2
* decimal_point can't be "" according to C99, so set it to standard "."ache2003-03-201-1/+6
* - Revamp the function _nis_initshells() to make getusershell() backedrobert2003-03-191-35/+30
OpenPOWER on IntegriCloud