summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ``Strong typing is a crutch for people with weak memories.''nectar2003-04-221-3/+3
* Set the quantum for scope system threads to 0 (no quantum).deischen2003-04-222-0/+4
* Add a working pthread_[gs]etconcurrency. Initial null implementationdeischen2003-04-224-0/+242
* Add a couple asserts to pthread_cond_foo to ensure the (low-level)deischen2003-04-2210-42/+144
* Collapse the meta arguments into normal arguments, trying to distinguishphk2003-04-222-38/+1
* Fix compilation errors.phk2003-04-221-2/+1
* Update libdisk to use the explicing encoding function for sunlabel dataphk2003-04-212-11/+13
* 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 an i386-specifc hack to always set %gs. There still seemsdeischen2003-04-2114-366/+580
* Use popfl to get the flags off the stack instead of popf.deischen2003-04-211-1/+1
* 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
OpenPOWER on IntegriCloud