aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.Poul-Henning Kamp2003-04-191-0/+8
* 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
* Make this compile under cs_CZ.ISO8859-2 locale.Ruslan Ermilov2003-04-182-6/+6
* Remove duplicate $FreeBSD$ id.Daniel Eischen2003-04-182-6/+2
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-1836-399/+633
* Comment out the addition of -g to CFLAGS. This snuck in fromDaniel Eischen2003-04-182-2/+2
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-18148-7450/+10592
* Add FIFO queueing locking operations based on atomic swap.Daniel Eischen2003-04-188-14/+740
* Add architecture dependent atomic ops (atomic_swap only), KSE specificDaniel Eischen2003-04-1811-12/+870
* The default if nsswitch.conf(5) is not present is supposed to be theJacques Vidrine2003-04-182-2/+2
* Add a manual page for the ntp_gettime syscall.Tom Rhodes2003-04-172-2/+106
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine2003-04-174-1513/+2575
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-1711-199/+964
* Buffer size is not enough in the previous commit. Use 128.Munechika SUMIKAWA2003-04-171-2/+2
* Clarify the relationship between the MAC library APIs and POSIX.1e:Robert Watson2003-04-161-2/+6
* Make character buffer more bigger.Munechika SUMIKAWA2003-04-161-2/+2
* Add a manual page for the ntp_adjtime syscall.Tom Rhodes2003-04-152-1/+148
* Merge in vfprintf.c rev. 1.58.Tim J. Robbins2003-04-141-9/+11
* Fix a bug where printf was erroneously printing a decimal point forDavid Schultz2003-04-141-8/+10
* Trust the code more than the comment(s) and correct some falseRobert Drehmel2003-04-121-4/+4
* Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() callTim J. Robbins2003-04-111-1/+1
* Catch up with the kernel. Move the current cpu indicator to the thread.Julian Elischer2003-04-101-3/+1
* Brucify.Dag-Erling Smørgrav2003-04-101-4/+8
* When called with s == NULL, behave as if wc == L'\0' as required by theTim J. Robbins2003-04-101-1/+3
* Correctly detect the case where a password entry was changed while we wereDag-Erling Smørgrav2003-04-091-2/+7
* Apply the correct fix for bin/50679: don't mess around with process groupsDag-Erling Smørgrav2003-04-091-13/+19
* If rounding results in -epsilon device busy %, set it to zero.Poul-Henning Kamp2003-04-091-0/+2
* /strtopx/ s/result/&result/David Schultz2003-04-092-2/+2
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-092-3/+30
* Sync with NetBSD.Matthew N. Dodd2003-04-098-186/+130
* Band-aid for the "^C kills the editor" problem. I haven't yet found theDag-Erling Smørgrav2003-04-081-10/+6
* Connect the pam_chroot(8) module to the build.Dag-Erling Smørgrav2003-04-081-0/+1
* Add a cwd option which specifies where to chdir(2) after the chroot(2).Dag-Erling Smørgrav2003-04-082-6/+22
* 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
* Catch up with recent vfprintf.c changes.Tim J. Robbins2003-04-071-175/+215
* __wcsconv(): free(convbuf) before returning NULLAndrey A. Chernov2003-04-071-2/+4
* Today just isn't my day. Remove some old commented out code that snuckDavid Schultz2003-04-071-1/+1
* MF NetBSD:Matthew N. Dodd2003-04-074-13/+24
* - %e conversions with precision 0 should not cause a decimal point toDavid Schultz2003-04-071-18/+22
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.Peter Wemm2003-04-061-47/+115
* Rework the floating point code in printf(). Significant changes:David Schultz2003-04-052-151/+191
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-058-1/+135
* Add missing #include to unbreak previous commit.David Schultz2003-04-051-0/+1
* Correct some buffer sizes.David Schultz2003-04-053-23/+42