| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a comment describing why it's important for the values in this | das | 2003-05-08 | 6 | -0/+42 |
* | SIG_SETMASK is 3, not 1. Sigh. | peter | 2003-05-08 | 1 | -1/+1 |
* | Fix an embarresing transcription error from i386 to amd64. Put the arguments | peter | 2003-05-08 | 2 | -13/+12 |
* | Tidy up modf.S and make it actually work. It wasn't extracting | peter | 2003-05-08 | 1 | -16/+13 |
* | Fix typo, even though this is unused. | peter | 2003-05-08 | 1 | -1/+1 |
* | Like ia64, amd64 has got a 16 byte sized and aligned 'long double'. | peter | 2003-05-08 | 1 | -1/+2 |
* | Turn off alloca.S - it cannot possibly work like this since on AMD64, gcc | peter | 2003-05-07 | 1 | -1/+1 |
* | Actually use the correct values for AMD64. It is a 64 bit platform, | peter | 2003-05-07 | 1 | -0/+4 |
* | Properly cleanup the stack before jumping to cerror() if rfork(2) fails. | jhb | 2003-05-07 | 1 | -0/+4 |
* | Replace use of a spinlock with a mutex. | deischen | 2003-05-04 | 2 | -12/+9 |
* | Use the .Dl macro. | trhodes | 2003-05-01 | 1 | -1/+1 |
* | State the fact that the range is twice the traditional RAND_MAX. | trhodes | 2003-05-01 | 1 | -1/+16 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 20 | -71/+51 |
* | Convert the i386 alloca(3) to the x86-64 ISA. | obrien | 2003-05-01 | 1 | -0/+53 |
* | Add __amd64__ to the list of things that use IEEEFP | peter | 2003-04-30 | 1 | -1/+1 |
* | Tell malloc.c that AMD64 uses the same pagesize as i386. | peter | 2003-04-30 | 1 | -0/+4 |
* | Add __amd64__ to the list of things that use HIDENAME() to hide minbrk | peter | 2003-04-30 | 1 | -1/+1 |
* | Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S. | peter | 2003-04-30 | 1 | -12/+2 |
* | Update for AMD64 after repocopy from i386/sys/*. This means: | peter | 2003-04-30 | 6 | -105/+35 |
* | I have no idea why the reboot(2) syscall wrapper ends with iret, but | peter | 2003-04-30 | 1 | -1/+1 |
* | Update for AMD64. Depend on %rdi (first syscall argument) being preserved | peter | 2003-04-30 | 1 | -4/+3 |
* | Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?) | peter | 2003-04-30 | 1 | -5/+4 |
* | Update for AMD64 contexts. Note that this still has some x87-style FPU | peter | 2003-04-30 | 3 | -105/+112 |
* | Reduce the SRCS to what compiles | peter | 2003-04-30 | 1 | -3/+3 |
* | Update for AMD64 (repocopied from i386/net). We can depend on having | peter | 2003-04-30 | 4 | -10/+6 |
* | Update for AMD64-style syscalls. Repocopied from i386/SYS.h. | peter | 2003-04-30 | 1 | -7/+4 |
* | Floating point libc functions traditionally written in ASM. | obrien | 2003-04-30 | 2 | -0/+113 |
* | Backout my changes in rev. 1.32 and 1.33. There is some code that depends | mtm | 2003-04-30 | 1 | -4/+2 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 20 | -51/+71 |
* | Document VM86_INTCALL. | mdodd | 2003-04-29 | 1 | -4/+35 |
* | Replace the return value of rfork_thread(3) in its manual page | robert | 2003-04-27 | 1 | -1/+1 |
* | Correct the return value of vfork(2) and rfork(2) in their | robert | 2003-04-27 | 2 | -2/+2 |
* | Add some strategic whitespace. | rwatson | 2003-04-26 | 1 | -0/+1 |
* | When using `compat' mode, be sure to re-dispatch setpwent, endpwent, | nectar | 2003-04-25 | 2 | -0/+58 |
* | In compat mode, we `redispatch' the lookup. It is probably a good | nectar | 2003-04-24 | 1 | -0/+1 |
* | Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by | nectar | 2003-04-24 | 1 | -1/+3 |
* | Don't complain about missing NSS methods when built statically. It is | nectar | 2003-04-24 | 1 | -1/+3 |
* | Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by | nectar | 2003-04-24 | 2 | -4/+8 |
* | Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by | nectar | 2003-04-24 | 2 | -3/+3 |
* | ``Strong typing is a crutch for people with weak memories.'' | nectar | 2003-04-22 | 1 | -3/+3 |
* | Correct a bug that was somehow both obvious and hard-to-see. :-) | nectar | 2003-04-21 | 1 | -1/+1 |
* | Don't try to access the NIS `master' maps unless we have superuser | nectar | 2003-04-21 | 1 | -7/+9 |
* | Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5 | rwatson | 2003-04-20 | 3 | -1/+22 |
* | Add a man page for the mac.conf MAC library configuration file. | rwatson | 2003-04-20 | 2 | -0/+105 |
* | Add the mac_prepare{,_*}() functions to the high-level function list | rwatson | 2003-04-20 | 1 | -0/+11 |
* | Repair a bug in which a faulty group entry (one with only 2 colons) | nectar | 2003-04-20 | 1 | -8/+6 |
* | %E-like %g and %G conversions should remove trailing zeroes unless | das | 2003-04-19 | 2 | -0/+14 |
* | Follow-up to revision 1.74: Using the result buffer to store our empty | nectar | 2003-04-18 | 1 | -22/+16 |
* | Follow-up to revision 1.73: set _PWF_FILES when `compat' source is used | nectar | 2003-04-18 | 1 | -4/+13 |
* | Don't use `memset' to initialize a struct passwd. A module | nectar | 2003-04-18 | 1 | -6/+31 |