aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-0/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Declare pointers to signal handling functions in full instead of asBruce Evans1996-10-251-2/+2
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-181-1/+2
* Fixed a typo in the comment for sv_errsize.Sujal Patel1996-04-041-2/+2
* Fixed the type of sv_sendsig. The `code' arg to signal handlers is nowBruce Evans1996-03-291-8/+6
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-1/+8
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-2/+2
* Generate prototypes for syscall-implementing functions. Put them inBruce Evans1995-09-191-3/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2
* First attempt to run linux binaries. This is only the changes needed toSøren Schmidt1995-02-141-1/+2
* Added errno conversion table for ibcs2 support.Søren Schmidt1994-10-091-3/+5
* New file declaring the sysent structuresSøren Schmidt1994-08-241-0/+58