summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-1711-205/+970
* Buffer size is not enough in the previous commit. Use 128.sumikawa2003-04-171-2/+2
* Clarify the relationship between the MAC library APIs and POSIX.1e:rwatson2003-04-161-2/+6
* Make character buffer more bigger.sumikawa2003-04-161-2/+2
* 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
* Trust the code more than the comment(s) and correct some falserobert2003-04-121-4/+4
* Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() calltjr2003-04-111-1/+1
* Catch up with the kernel. Move the current cpu indicator to the thread.julian2003-04-101-3/+1
* Brucify.des2003-04-101-4/+8
* When called with s == NULL, behave as if wc == L'\0' as required by thetjr2003-04-101-1/+3
* Correctly detect the case where a password entry was changed while we weredes2003-04-091-2/+7
* Apply the correct fix for bin/50679: don't mess around with process groupsdes2003-04-091-13/+19
* If rounding results in -epsilon device busy %, set it to zero.phk2003-04-091-0/+2
* /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
* Sync with NetBSD.mdodd2003-04-098-186/+130
* Band-aid for the "^C kills the editor" problem. I haven't yet found thedes2003-04-081-10/+6
* Connect the pam_chroot(8) module to the build.des2003-04-081-0/+1
* Add a cwd option which specifies where to chdir(2) after the chroot(2).des2003-04-082-6/+22
* 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
* MF NetBSD:mdodd2003-04-074-13/+24
* - %e conversions with precision 0 should not cause a decimal point todas2003-04-071-18/+22
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.peter2003-04-061-47/+115
* 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
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-052-8/+0
* 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
* Use sized cast matching the sized pointer.phk2003-04-041-1/+1
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-049-9/+0
* Fix braino in definition of isfinite().das2003-04-041-1/+1
* No need to have ifdef < FreeBSD 4.0-current in here. Remove it toimp2003-04-042-12/+0
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setjake2003-04-035-11/+18
* - Don't overrun the ldt buffer.jeff2003-04-021-2/+2
* Implement _get_curthread and _set_curthread. This is especially easy.jake2003-04-022-0/+58
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-0220-96/+21
* Add MD makefile.jake2003-04-011-0/+3
* Implement makecontext.jake2003-04-013-3/+129
* - Don't drop and reacquire giant in thread_suspend(). Change callers to dojeff2003-04-013-38/+8
* - Reenable setschedparam and the prioceiling code now that the mutex codejeff2003-04-012-19/+10
OpenPOWER on IntegriCloud