aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-271-1/+1
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thePoul-Henning Kamp1996-09-191-2/+2
* Remove the kernel FD_SETSIZE limit for select().Sujal Patel1996-08-201-2/+2
* Change the 'int len' args in the mmap/msync/mincore/etc class syscallsPeter Wemm1996-03-021-20/+6
* Add hooks for rfork/minherit pair, and reset args of vfork in preperationPeter Wemm1996-02-231-2/+24
* Note the syscall numbers used in BSD/OS 2.x. We dont want toPeter Wemm1996-02-231-10/+9
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-131-2/+2
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubsPeter Wemm1996-01-081-34/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)Garrett Wollman1996-01-041-1/+2
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-031-5/+1
* Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD.Peter Wemm1995-12-151-1/+44
* Fixed the args list for mount(). We're not ready for the BSD4.4lite2/Bruce Evans1995-11-121-10/+35
* Fix misc formatting errors in makesyscalls.sh.Steven Wallace1995-10-071-8/+9
* Add new functionality to makesyscalls.sh:Steven Wallace1995-10-071-237/+283
* Generate prototypes for syscall-implementing functions. Put them inBruce Evans1995-09-191-45/+48
* Make setreuid/setregid active syscallsAndrey A. Chernov1995-04-231-3/+3
* Added a third "flags" argument to msync() ...as other systems have.David Greenman1995-03-251-2/+2
* Removed obsolete vtrace() remnants.David Greenman1995-03-041-5/+1
* Actually enable NTP kernel PLL. (Oops!)Garrett Wollman1994-12-141-2/+2
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-021-2/+2
* LKM support is no longer optional.Garrett Wollman1994-09-281-14/+1
* Redo Kernel NTP PLL support, kernel side.Garrett Wollman1994-09-181-2/+2
* Added SYSV ipcs.Doug Rabson1994-09-131-1/+9
* Added namespace information for future pollution-control measures.Garrett Wollman1994-09-131-242/+245
* Realtime priority scheduling support.David Greenman1994-09-011-2/+2
* Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out untilGarrett Wollman1994-08-261-3/+3
* Terry Lambert's loadable kernel module support w/improvements from theDavid Greenman1994-08-191-1/+27
* Added $Id$David Greenman1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-5/+5
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+276