| Commit message (Expand) | Author | Age | Files | Lines |
* | Add standard padding argument to pread and pwrite syscall. That should make them | dt | 1999-04-04 | 1 | -3/+5 |
* | Added pread and pwrite. These functions are defined by the X/Open | alc | 1999-03-27 | 1 | -3/+3 |
* | A kldsym(2) syscall prototype for extracting information from the in-kernel | peter | 1998-11-11 | 1 | -1/+2 |
* | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | dg | 1998-11-05 | 1 | -1/+3 |
* | Fix a few syscall arguments to use size_t instead of u_int. | dfr | 1998-08-24 | 1 | -6/+6 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | deep-six signanosleep(). It sounded like a good idea at the time. | peter | 1998-05-14 | 1 | -3/+2 |
* | Fix the futimes/undelete/utrace conflict with other BSD's. Note that | dyson | 1998-05-11 | 1 | -15/+12 |
* | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | dufault | 1998-03-28 | 1 | -1/+12 |
* | Fixed type of mincore(). | bde | 1998-02-03 | 1 | -2/+3 |
* | Retire LFS. | phk | 1998-01-30 | 1 | -18/+5 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Added missing caddr_t --> void * conversions for sys/mman.h functions. | alex | 1998-01-01 | 1 | -9/+9 |
* | Add "NOIMPL" for syscalls we know what is, but don't implement as "STD". | phk | 1997-10-26 | 1 | -11/+5 |
* | Add a __getcwd() syscall. This is intentionally undocumented, but all | phk | 1997-09-14 | 1 | -1/+2 |
* | Activate poll(2) syscall | peter | 1997-09-14 | 1 | -3/+5 |
* | SVR4/XPG-style getpgid()/getsid() syscalls. | peter | 1997-08-19 | 1 | -3/+3 |
* | Modifications to existing files to support the initial AIO/LIO and | dyson | 1997-06-16 | 1 | -1/+13 |
* | New syscall, signanosleep(), which is a hybrid of sigsuspend(2) and | peter | 1997-06-01 | 1 | -2/+3 |
* | oops. NODIDE -> NOHIDE | peter | 1997-05-08 | 1 | -2/+2 |
* | Define entries for the posix-style clock/timer syscalls including | peter | 1997-05-08 | 1 | -14/+26 |
* | This is the kernel linker. To use it, you will first need to apply | dfr | 1997-05-07 | 1 | -1/+57 |
* | issetugid is now implemented rather than reserved | peter | 1997-03-31 | 1 | -2/+2 |
* | Reserve 252 (poll, first in OpenBSD) | peter | 1997-03-31 | 1 | -1/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -3/+3 |
* | Reduced #include spam in <sys/sysproto.h> and fixed things that depended | bde | 1997-01-16 | 1 | -8/+13 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add the utrace(caddr_t addr,size_t len) syscall, that will store the | phk | 1996-09-19 | 1 | -2/+2 |
* | Remove the kernel FD_SETSIZE limit for select(). | smpatel | 1996-08-20 | 1 | -2/+2 |
* | Change the 'int len' args in the mmap/msync/mincore/etc class syscalls | peter | 1996-03-02 | 1 | -20/+6 |
* | Add hooks for rfork/minherit pair, and reset args of vfork in preperation | peter | 1996-02-23 | 1 | -2/+24 |
* | Note the syscall numbers used in BSD/OS 2.x. We dont want to | peter | 1996-02-23 | 1 | -10/+9 |
* | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | phk | 1996-01-13 | 1 | -2/+2 |
* | Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs | peter | 1996-01-08 | 1 | -34/+1 |
* | Convert SYSV IPC to new-style options. (I hope I got everything...) | wollman | 1996-01-04 | 1 | -1/+2 |
* | Converted two options over to the new scheme: USER_LDT and KTRACE. | wollman | 1996-01-03 | 1 | -5/+1 |
* | Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD. | peter | 1995-12-15 | 1 | -1/+44 |
* | Fixed the args list for mount(). We're not ready for the BSD4.4lite2/ | bde | 1995-11-12 | 1 | -10/+35 |
* | Fix misc formatting errors in makesyscalls.sh. | swallace | 1995-10-07 | 1 | -8/+9 |
* | Add new functionality to makesyscalls.sh: | swallace | 1995-10-07 | 1 | -237/+283 |
* | Generate prototypes for syscall-implementing functions. Put them in | bde | 1995-09-19 | 1 | -45/+48 |
* | Make setreuid/setregid active syscalls | ache | 1995-04-23 | 1 | -3/+3 |
* | Added a third "flags" argument to msync() ...as other systems have. | dg | 1995-03-25 | 1 | -2/+2 |
* | Removed obsolete vtrace() remnants. | dg | 1995-03-04 | 1 | -5/+1 |
* | Actually enable NTP kernel PLL. (Oops!) | wollman | 1994-12-14 | 1 | -2/+2 |
* | "idle priority" support. Based on code from Henrik Vestergaard Draboel, | dg | 1994-10-02 | 1 | -2/+2 |
* | LKM support is no longer optional. | wollman | 1994-09-28 | 1 | -14/+1 |
* | Redo Kernel NTP PLL support, kernel side. | wollman | 1994-09-18 | 1 | -2/+2 |
* | Added SYSV ipcs. | dfr | 1994-09-13 | 1 | -1/+9 |