| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | When working with sigset_t's, and needing to perform masking operations based | jmallett | 2002-10-01 | 1 | -1/+1 |
* | use __packed. | alfred | 2002-09-23 | 1 | -1/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -1/+1 |
* | - Fix iBCS2 emulation of COFF files that have multiple libraries | robert | 2002-09-09 | 1 | -3/+7 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -4/+27 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 2 | -9/+15 |
* | - Hold the vnode lock throughout execve. | jeff | 2002-08-13 | 1 | -9/+13 |
* | Add necessary instrumentation to IBCS2 emulation support for mandatory | rwatson | 2002-08-12 | 1 | -0/+15 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+2 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -1/+1 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 4 | -4/+4 |
* | Fix warnings; deprecated use of label at end of compound statement | peter | 2002-05-24 | 1 | -0/+1 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 3 | -4/+4 |
* | Remove __P. | alfred | 2002-03-20 | 12 | -112/+112 |
* | Fix warnings (prototype for nonexisting static function) | peter | 2002-02-28 | 1 | -2/+0 |