summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-307-8/+8
* KerberosIV removal. Also crunch down the "krb5" distribution intomarkm2003-04-302-12/+2
* We no longer have KerberosIV. Remove it here also.markm2003-04-301-13/+0
* We no longer have a separate kerberos distribution. Its now justmarkm2003-04-302-2/+0
* We have to hide copyright[] for gcc33. :-(obrien2003-04-301-0/+2
* Only define platform once -- in a C file.obrien2003-04-302-20/+23
* Remove some KerberosIV references that are now stale.markm2003-04-302-63/+22
* 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
* Use %j instead of %q in printf to unbreak sparc64.phk2003-04-301-3/+4
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-3028-32/+28
* Restore the ordering of NO's and remove one redundant NOLINT.ru2003-04-301-4/+4
* Warns fixing. Protect against inappropriate linting, and markmarkm2003-04-302-2/+16
* Help out with linting. Print the ${LINT} command line. This makesmarkm2003-04-301-1/+1
* Make bitfields plain old u_int. u_int16_t makes no sense.markm2003-04-301-6/+6
* Fix "make world" for the WANT_LINT case. The various build toolsmarkm2003-04-301-3/+3
* Groff after 2002/10/15 has no known backward compatibility issues,ru2003-04-301-1/+7
* Release devq before detach.simokawa2003-04-301-0/+3
* Backout my changes in rev. 1.32 and 1.33. There is some code that dependsmtm2003-04-301-4/+2
* Set status to FWDEVINVAL if probe failed.simokawa2003-04-301-6/+7
* The including makefile's directory is tried first for .include "...".ru2003-04-304-5/+5
* Most things depend on !defined(NO_OPENSSL); make it look so.ru2003-04-303-10/+13
* NOSECURE is implied by NOCRYPT, meaning if the latter is definedru2003-04-303-3/+3
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.ru2003-04-302-6/+7
* Fixed alignment.ru2003-04-301-1/+1
* This script should require mountcritremote, since that is the lastmtm2003-04-301-1/+1
* o Don't announce that the timer is good when in fact it isn't timingmarcel2003-04-301-22/+43
* Fix tpyo in last commit.imp2003-04-301-1/+1
* Set include path.simokawa2003-04-301-0/+3
* Free asyreq.simokawa2003-04-301-6/+6
* Eliminate an unused parameter from vm_pageout_object_deactivate_pages().alc2003-04-301-6/+5
* This particular debugging statement is very verbose, making the restmtm2003-04-301-1/+1
* o Make the 'Ip-filter module loaded' messages informationalmtm2003-04-302-4/+4
* Running the script with restart or manually stopping and startingmtm2003-04-301-2/+2
* Get rid of the redundant 'gone' field, and overload suspend instead.imp2003-04-302-13/+12
* Increase some default values.davidxu2003-04-302-4/+4
* 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
* Add vm_object locking to vmspace_swap_count().alc2003-04-301-5/+6
* Set $HOME to the correct directory (within the chroot tree).des2003-04-301-0/+1
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-304-88/+347
OpenPOWER on IntegriCloud