summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Restore bzip2(1) support in loader(8) after Peter's renames ofru2003-04-251-2/+11
* Connect libpthread to the (i386) world. It is currently installeddeischen2003-04-251-1/+4
* Remove the %gs restoring hack (already commented out).deischen2003-04-252-12/+2
* In compat mode, we `redispatch' the lookup. It is probably a goodnectar2003-04-241-0/+1
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-241-1/+3
* Don't complain about missing NSS methods when built statically. It isnectar2003-04-241-1/+3
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-4/+8
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-3/+3
* Remove a bogus null password check which assumed that a user with an emptydes2003-04-241-2/+8
* Add a macro to get the current thread mailbox pointer.deischen2003-04-231-0/+1
* Remove the i386-specific hack (well, we only run on i386 anyways)deischen2003-04-232-8/+8
* Protect thread errno from being changed while operatingdeischen2003-04-236-2/+76
* Fix a compiler warning.phk2003-04-231-0/+2
* ``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
OpenPOWER on IntegriCloud