summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix __FBSDIDobrien2003-04-201-2/+2
* style.Makefile(5)obrien2003-04-201-7/+6
* 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 support for ia64.marcel2003-04-202-0/+64
* Use STDERR_FILENO as the file descriptor passed to _thread_printf()marcel2003-04-201-4/+7
* Add the mac_prepare{,_*}() functions to the high-level function listrwatson2003-04-201-0/+11
* Fix build breakage (on ia64) caused by a missing file descriptor tomarcel2003-04-202-2/+2
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-206-0/+231
* 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
* Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.phk2003-04-191-0/+8
* 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
* Make this compile under cs_CZ.ISO8859-2 locale.ru2003-04-182-6/+6
* Remove duplicate $FreeBSD$ id.deischen2003-04-182-6/+2
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-1836-401/+635
* Comment out the addition of -g to CFLAGS. This snuck in fromdeischen2003-04-182-2/+2
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-18148-7516/+10658
* Add FIFO queueing locking operations based on atomic swap.deischen2003-04-188-14/+740
* Add architecture dependent atomic ops (atomic_swap only), KSE specificdeischen2003-04-1811-12/+870
* 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
* 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
OpenPOWER on IntegriCloud