| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce a new field in the syscalls.master file format to hold the | rwatson | 2005-05-30 | 1 | -138/+175 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 1 | -1/+2 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -5/+9 |
* | Use kern_settimeofday() to avoid stackgap use. | jhb | 2005-03-31 | 1 | -11/+11 |
* | correct bounds check of fd parameter | sam | 2005-02-25 | 1 | -1/+1 |
* | Backout previous change (disabling of security checks for signals delivered | sobomax | 2005-02-13 | 1 | -1/+1 |
* | Split out kill(2) syscall service routine into user-level and kernel part, the | sobomax | 2005-02-13 | 1 | -1/+1 |
* | - Implement ibcs2_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-07 | 8 | -376/+268 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 2 | -6/+1 |
* | /* -> /*- for license, add FreeBSD tag | imp | 2005-01-06 | 31 | -32/+48 |
* | - Move the function prototypes for kern_setrlimit() and kern_wait() to | jhb | 2005-01-05 | 1 | -0/+1 |
* | Add missing zero flag arguments to sysctl calls. | phk | 2004-10-12 | 3 | -3/+3 |
* | Regenerate after fcntl() wrappers were marked MP safe. | jhb | 2004-08-24 | 3 | -4/+5 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | jhb | 2004-08-24 | 2 | -48/+19 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+1 |
* | Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES. | phk | 2004-06-21 | 2 | -0/+7 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -2/+2 |
* | Regen from ibcs2_wait() becoming MPSAFE. | rwatson | 2004-03-28 | 3 | -5/+4 |
* | ibcs2_wait() now MPSAFE. | rwatson | 2004-03-28 | 1 | -1/+1 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 1 | -23/+15 |
* | Regen. | jhb | 2004-02-06 | 3 | -19/+19 |
* | Sync up MP safe flags with global syscalls.master. This includes write(), | jhb | 2004-02-06 | 1 | -16/+16 |
* | Regen. | jhb | 2004-02-04 | 8 | -11/+11 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | jhb | 2004-02-04 | 3 | -3/+3 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -51/+33 |
* | GC unused 'syshide' override to /dev/null. This was here to disable | peter | 2003-12-24 | 3 | -3/+0 |
* | Oops, remove references to namespc column in comment (I'm not going to | peter | 2003-12-24 | 1 | -2/+1 |
* | Regen. (This should have been a NOP except it hasn't been regenerated | peter | 2003-12-24 | 8 | -317/+351 |
* | GC namespc column and unwrap long lines that now fit. | peter | 2003-12-24 | 3 | -234/+222 |
* | Replace the dangerous strcpy() call with strlcpy(), instead of the safe one | tjr | 2003-11-18 | 1 | -2/+2 |
* | Fix a multitude of security bugs in the iBCS2 emulator: | tjr | 2003-10-12 | 6 | -12/+42 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -1/+2 |
* | Remove a few ushorts I missed in my earlier pass. | jhb | 2003-08-15 | 1 | -6/+6 |
* | The iBCS2 system call translator for statfs(2) did not check the | nectar | 2003-08-10 | 1 | -0/+4 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 2 | -3/+3 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 19 | -32/+57 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -133/+56 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -15/+16 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 3 | -4/+4 |
* | Split the global timezone structure into two integer fields to | phk | 2003-02-03 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 3 | -4/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 2 | -3/+3 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 2 | -3/+3 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 9 | -324/+319 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 9 | -319/+324 |
* | Remove SCARGS. | alfred | 2002-12-13 | 9 | -324/+319 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -2/+1 |
* | Add a missing include. | jmallett | 2002-10-01 | 1 | -0/+1 |