aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
...
* Calling setrlimit from 32bit apps could potentially increase certainPaul Saab2005-11-021-1/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-2/+3
* Add a new field, sy_auevent, to the system call entry descriptionRobert Watson2005-05-291-0/+3
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-0/+1
* SCARGS removal take II.Alfred Perlstein2002-12-141-3/+0
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-0/+3
* Remove SCARGS.Alfred Perlstein2002-12-131-3/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-3/+7
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-0/+5
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-8/+6
* Remove __PAlfred Perlstein2002-03-191-14/+14
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'Alfred Perlstein2002-03-181-1/+1
* Make AIO a loadable module.Alfred Perlstein2001-12-291-2/+4
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* sysvipc loadable.Alfred Perlstein2000-12-011-0/+9
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-0/+1
* ELF kernels should use an ELF sysvec. This allows us to move a.outDavid E. O'Brien2000-11-051-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-261-0/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).Bruce Evans1999-12-271-4/+5
* This should have been committed with related changes to .c files.Bruce Evans1999-12-271-1/+1
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-1/+3
* Silence warnings about the use of vnode sanse declaration.Marcel Moolenaar1999-09-021-0/+1
* General cleanup of core-dumping code.Julian Elischer1999-09-011-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement support for adding syscalls in KLD modules.Doug Rabson1999-01-091-2/+32
* Add provisions for variant core dump file formats, depending on theJohn Polstra1998-09-141-1/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running underEivind Eklund1998-04-281-1/+3
* 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