summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
* sysvipc loadable.alfred2000-12-011-0/+9
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+1
* ELF kernels should use an ELF sysvec. This allows us to move a.outobrien2000-11-051-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-261-0/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).bde1999-12-271-4/+5
* This should have been committed with related changes to .c files.bde1999-12-271-1/+1
* sigset_t change (part 2 of 5)marcel1999-09-291-1/+3
* Silence warnings about the use of vnode sanse declaration.marcel1999-09-021-0/+1
* General cleanup of core-dumping code.julian1999-09-011-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement support for adding syscalls in KLD modules.dfr1999-01-091-2/+32
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+3
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-0/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Declare pointers to signal handling functions in full instead of asbde1996-10-251-2/+2
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-1/+2
* Fixed a typo in the comment for sv_errsize.smpatel1996-04-041-2/+2
* Fixed the type of sv_sendsig. The `code' arg to signal handlers is nowbde1996-03-291-8/+6
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-1/+8
* Completed function declarations and/or added prototypes.bde1995-11-211-2/+2
* Generate prototypes for syscall-implementing functions. Put them inbde1995-09-191-3/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-141-1/+2
* Added errno conversion table for ibcs2 support.sos1994-10-091-3/+5
* New file declaring the sysent structuressos1994-08-241-0/+58
OpenPOWER on IntegriCloud