summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Only define platform once -- in a C file.obrien2003-04-302-20/+23
* Floating point libc functions traditionally written in ASM.obrien2003-04-302-0/+113
* Symlink with -f.obrien2003-04-302-2/+2
* No libc_r for AMD64.obrien2003-04-301-0/+2
* Move the mailbox to the beginning of the thread and align thedeischen2003-04-3010-14/+48
* Backout my changes in rev. 1.32 and 1.33. There is some code that dependsmtm2003-04-301-4/+2
* Fixed alignment.ru2003-04-301-1/+1
* Call kse_wakeup_mutli() after remove current thread from RUNQ to avoiddavidxu2003-04-302-2/+2
* Call kse_wakeup_multi() to wakeup idle KSEs when there are threads readydavidxu2003-04-302-0/+2
* Make sure rhostip is always initialized.des2003-04-301-1/+1
* Treat an empty PAM_RHOST the same as a NULL one.des2003-04-304-5/+5
* Set $HOME to the correct directory (within the chroot tree).des2003-04-301-0/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-2920-51/+71
* Jump to the correct label upon detecting an error.deischen2003-04-291-2/+2
* Create the thread signal lock as a KSE lock (as opposed todeischen2003-04-296-44/+46
* Document VM86_INTCALL.mdodd2003-04-291-4/+35
* o Don't add a scope system thread's KSE to the list of availabledeischen2003-04-2835-316/+640
* Use the correct link entry for walking the list of threads.deischen2003-04-282-18/+4
* Replace the return value of rfork_thread(3) in its manual pagerobert2003-04-271-1/+1
* Correct the return value of vfork(2) and rfork(2) in theirrobert2003-04-272-2/+2
* Add vmemoryuse to the list.trhodes2003-04-261-0/+1
* Add sys/user.h to the list of includes. Without it you lack a definition oftrhodes2003-04-261-0/+1
* Add some strategic whitespace.rwatson2003-04-261-0/+1
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,nectar2003-04-252-0/+58
* 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
OpenPOWER on IntegriCloud