summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-184-5/+6
* Fix a simple bug that prevents svc_tli_create to bind to the addressmbr2003-05-181-1/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-163-12/+23
* Catch up with the renaming of the "union" filesystem to "unionfs".tjr2003-05-161-1/+1
* * The copy of the stat struct in the man page has rotted, so remove it.dougb2003-05-131-29/+2
* Update ldexp.c for amd64.peter2003-05-102-7/+1
* Add a comment describing why it's important for the values in thisdas2003-05-086-0/+42
* SIG_SETMASK is 3, not 1. Sigh.peter2003-05-081-1/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentspeter2003-05-082-13/+12
* Tidy up modf.S and make it actually work. It wasn't extractingpeter2003-05-081-16/+13
* Fix typo, even though this is unused.peter2003-05-081-1/+1
* Like ia64, amd64 has got a 16 byte sized and aligned 'long double'.peter2003-05-081-1/+2
* Turn off alloca.S - it cannot possibly work like this since on AMD64, gccpeter2003-05-071-1/+1
* Actually use the correct values for AMD64. It is a 64 bit platform,peter2003-05-071-0/+4
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.jhb2003-05-071-0/+4
* Replace use of a spinlock with a mutex.deischen2003-05-042-12/+9
* Use the .Dl macro.trhodes2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.trhodes2003-05-011-1/+16
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-0120-71/+51
* Convert the i386 alloca(3) to the x86-64 ISA.obrien2003-05-011-0/+53
* 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
* 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
* Floating point libc functions traditionally written in ASM.obrien2003-04-302-0/+113
* Backout my changes in rev. 1.32 and 1.33. There is some code that dependsmtm2003-04-301-4/+2
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-2920-51/+71
* Document VM86_INTCALL.mdodd2003-04-291-4/+35
* 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 some strategic whitespace.rwatson2003-04-261-0/+1
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,nectar2003-04-252-0/+58
* 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
* ``Strong typing is a crutch for people with weak memories.''nectar2003-04-221-3/+3
* 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 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
OpenPOWER on IntegriCloud