| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Range check the syscall number before looking it up in the syscallnames[] | jhb | 2003-04-30 | 7 | -8/+8 |
* | KerberosIV removal. Also crunch down the "krb5" distribution into | markm | 2003-04-30 | 2 | -12/+2 |
* | We no longer have KerberosIV. Remove it here also. | markm | 2003-04-30 | 1 | -13/+0 |
* | We no longer have a separate kerberos distribution. Its now just | markm | 2003-04-30 | 2 | -2/+0 |
* | We have to hide copyright[] for gcc33. :-( | obrien | 2003-04-30 | 1 | -0/+2 |
* | Only define platform once -- in a C file. | obrien | 2003-04-30 | 2 | -20/+23 |
* | Remove some KerberosIV references that are now stale. | markm | 2003-04-30 | 2 | -63/+22 |
* | Floating point libc functions traditionally written in ASM. | obrien | 2003-04-30 | 2 | -0/+113 |
* | Symlink with -f. | obrien | 2003-04-30 | 2 | -2/+2 |
* | No libc_r for AMD64. | obrien | 2003-04-30 | 1 | -0/+2 |
* | Move the mailbox to the beginning of the thread and align the | deischen | 2003-04-30 | 10 | -14/+48 |
* | Use %j instead of %q in printf to unbreak sparc64. | phk | 2003-04-30 | 1 | -3/+4 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 28 | -32/+28 |
* | Restore the ordering of NO's and remove one redundant NOLINT. | ru | 2003-04-30 | 1 | -4/+4 |
* | Warns fixing. Protect against inappropriate linting, and mark | markm | 2003-04-30 | 2 | -2/+16 |
* | Help out with linting. Print the ${LINT} command line. This makes | markm | 2003-04-30 | 1 | -1/+1 |
* | Make bitfields plain old u_int. u_int16_t makes no sense. | markm | 2003-04-30 | 1 | -6/+6 |
* | Fix "make world" for the WANT_LINT case. The various build tools | markm | 2003-04-30 | 1 | -3/+3 |
* | Groff after 2002/10/15 has no known backward compatibility issues, | ru | 2003-04-30 | 1 | -1/+7 |
* | Release devq before detach. | simokawa | 2003-04-30 | 1 | -0/+3 |
* | Backout my changes in rev. 1.32 and 1.33. There is some code that depends | mtm | 2003-04-30 | 1 | -4/+2 |
* | Set status to FWDEVINVAL if probe failed. | simokawa | 2003-04-30 | 1 | -6/+7 |
* | The including makefile's directory is tried first for .include "...". | ru | 2003-04-30 | 4 | -5/+5 |
* | Most things depend on !defined(NO_OPENSSL); make it look so. | ru | 2003-04-30 | 3 | -10/+13 |
* | NOSECURE is implied by NOCRYPT, meaning if the latter is defined | ru | 2003-04-30 | 3 | -3/+3 |
* | Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions. | ru | 2003-04-30 | 2 | -6/+7 |
* | Fixed alignment. | ru | 2003-04-30 | 1 | -1/+1 |
* | This script should require mountcritremote, since that is the last | mtm | 2003-04-30 | 1 | -1/+1 |
* | o Don't announce that the timer is good when in fact it isn't timing | marcel | 2003-04-30 | 1 | -22/+43 |
* | Fix tpyo in last commit. | imp | 2003-04-30 | 1 | -1/+1 |
* | Set include path. | simokawa | 2003-04-30 | 1 | -0/+3 |
* | Free asyreq. | simokawa | 2003-04-30 | 1 | -6/+6 |
* | Eliminate an unused parameter from vm_pageout_object_deactivate_pages(). | alc | 2003-04-30 | 1 | -6/+5 |
* | This particular debugging statement is very verbose, making the rest | mtm | 2003-04-30 | 1 | -1/+1 |
* | o Make the 'Ip-filter module loaded' messages informational | mtm | 2003-04-30 | 2 | -4/+4 |
* | Running the script with restart or manually stopping and starting | mtm | 2003-04-30 | 1 | -2/+2 |
* | Get rid of the redundant 'gone' field, and overload suspend instead. | imp | 2003-04-30 | 2 | -13/+12 |
* | Increase some default values. | davidxu | 2003-04-30 | 2 | -4/+4 |
* | Call kse_wakeup_mutli() after remove current thread from RUNQ to avoid | davidxu | 2003-04-30 | 2 | -2/+2 |
* | Call kse_wakeup_multi() to wakeup idle KSEs when there are threads ready | davidxu | 2003-04-30 | 2 | -0/+2 |
* | Make sure rhostip is always initialized. | des | 2003-04-30 | 1 | -1/+1 |