aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant strlen checks, do not check the sameAlexander Kabaev2003-04-301-22/+23
* Turn off libstand for amd64 for the time being. It is built in i386Peter Wemm2003-04-301-1/+2
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.Peter Wemm2003-04-301-12/+2
* Update for AMD64 after repocopy from i386/sys/*. This means:Peter Wemm2003-04-306-105/+35
* I have no idea why the reboot(2) syscall wrapper ends with iret, butPeter Wemm2003-04-301-1/+1
* Update for AMD64. Depend on %rdi (first syscall argument) being preservedPeter Wemm2003-04-301-4/+3
* Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)Peter Wemm2003-04-301-5/+4
* Update for AMD64 contexts. Note that this still has some x87-style FPUPeter Wemm2003-04-303-105/+112
* Reduce the SRCS to what compilesPeter Wemm2003-04-301-3/+3
* Update for AMD64 (repocopied from i386/net). We can depend on havingPeter Wemm2003-04-304-10/+6
* Update for AMD64-style syscalls. Repocopied from i386/SYS.h.Peter Wemm2003-04-301-7/+4
* Range check the syscall number before looking it up in the syscallnames[]John Baldwin2003-04-307-8/+8
* KerberosIV removal. Also crunch down the "krb5" distribution intoMark Murray2003-04-302-12/+2
* We no longer have KerberosIV. Remove it here also.Mark Murray2003-04-301-13/+0
* We no longer have a separate kerberos distribution. Its now justMark Murray2003-04-302-2/+0
* We have to hide copyright[] for gcc33. :-(David E. O'Brien2003-04-301-0/+2
* Only define platform once -- in a C file.David E. O'Brien2003-04-302-20/+23
* Remove some KerberosIV references that are now stale.Mark Murray2003-04-302-62/+21
* Floating point libc functions traditionally written in ASM.David E. O'Brien2003-04-302-0/+113
* Symlink with -f.David E. O'Brien2003-04-302-2/+2
* No libc_r for AMD64.David E. O'Brien2003-04-301-0/+2
* Move the mailbox to the beginning of the thread and align theDaniel Eischen2003-04-3010-14/+48
* Use %j instead of %q in printf to unbreak sparc64.Poul-Henning Kamp2003-04-301-3/+4
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-3028-32/+28
* Restore the ordering of NO's and remove one redundant NOLINT.Ruslan Ermilov2003-04-301-4/+4
* Warns fixing. Protect against inappropriate linting, and markMark Murray2003-04-302-2/+16
* Help out with linting. Print the ${LINT} command line. This makesMark Murray2003-04-301-1/+1
* Make bitfields plain old u_int. u_int16_t makes no sense.Mark Murray2003-04-301-6/+6
* Fix "make world" for the WANT_LINT case. The various build toolsMark Murray2003-04-301-3/+3
* Groff after 2002/10/15 has no known backward compatibility issues,Ruslan Ermilov2003-04-301-1/+7
* Release devq before detach.Hidetoshi Shimokawa2003-04-301-0/+3
* Backout my changes in rev. 1.32 and 1.33. There is some code that dependsMike Makonnen2003-04-301-4/+2
* Set status to FWDEVINVAL if probe failed.Hidetoshi Shimokawa2003-04-301-6/+7
* The including makefile's directory is tried first for .include "...".Ruslan Ermilov2003-04-304-5/+5
* Most things depend on !defined(NO_OPENSSL); make it look so.Ruslan Ermilov2003-04-303-10/+13
* NOSECURE is implied by NOCRYPT, meaning if the latter is definedRuslan Ermilov2003-04-303-3/+3
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.Ruslan Ermilov2003-04-302-6/+7
* Fixed alignment.Ruslan Ermilov2003-04-301-1/+1
* This script should require mountcritremote, since that is the lastMike Makonnen2003-04-301-1/+1
* o Don't announce that the timer is good when in fact it isn't timingMarcel Moolenaar2003-04-301-22/+43
* Fix tpyo in last commit.Warner Losh2003-04-301-1/+1
* Set include path.Hidetoshi Shimokawa2003-04-301-0/+3
* Free asyreq.Hidetoshi Shimokawa2003-04-301-6/+6
* Eliminate an unused parameter from vm_pageout_object_deactivate_pages().Alan Cox2003-04-301-6/+5
* This particular debugging statement is very verbose, making the restMike Makonnen2003-04-301-1/+1
* o Make the 'Ip-filter module loaded' messages informationalMike Makonnen2003-04-302-4/+4
* Running the script with restart or manually stopping and startingMike Makonnen2003-04-301-2/+2
* Get rid of the redundant 'gone' field, and overload suspend instead.Warner Losh2003-04-302-13/+12
* Increase some default values.David Xu2003-04-302-4/+4
* Call kse_wakeup_mutli() after remove current thread from RUNQ to avoidDavid Xu2003-04-302-2/+2