summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert the i386 alloca(3) to the x86-64 ISA.obrien2003-05-011-0/+53
* Use C99-style varadic macros instead of the non-standard gcc syntax.des2003-05-011-5/+5
* Mark libpam as c99- and WARNS5-clean.des2003-05-011-1/+2
* Mark libfetch as c99-clean. Always build at WARNS level 2 rather thandes2003-05-011-2/+2
* AMD64 support (another IEEEFP platform)peter2003-04-301-1/+1
* AMD64 support; repocopied from i386peter2003-04-301-3/+3
* Teach libdisk that AMD64 works just like i386peter2003-04-305-8/+14
* Add __amd64__ to the list of things that use IEEEFPpeter2003-04-301-1/+1
* Tell malloc.c that AMD64 uses the same pagesize as i386.peter2003-04-301-0/+4
* Add __amd64__ to the list of things that use HIDENAME() to hide minbrkpeter2003-04-301-1/+1
* Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparmpeter2003-04-301-20/+5
* Turn off libstand for amd64 for the time being. It is built in i386peter2003-04-301-1/+2
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.peter2003-04-301-12/+2
* Update for AMD64 after repocopy from i386/sys/*. This means:peter2003-04-306-105/+35
* I have no idea why the reboot(2) syscall wrapper ends with iret, butpeter2003-04-301-1/+1
* Update for AMD64. Depend on %rdi (first syscall argument) being preservedpeter2003-04-301-4/+3
* Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)peter2003-04-301-5/+4
* Update for AMD64 contexts. Note that this still has some x87-style FPUpeter2003-04-303-105/+112
* Reduce the SRCS to what compilespeter2003-04-301-3/+3
* Update for AMD64 (repocopied from i386/net). We can depend on havingpeter2003-04-304-10/+6
* Update for AMD64-style syscalls. Repocopied from i386/SYS.h.peter2003-04-301-7/+4
* 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
OpenPOWER on IntegriCloud