| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use td_ucred and thus remove now unneeded proc lock acquire and release. | jhb | 2002-02-27 | 1 | -3/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 3 | -6/+6 |
* | Use the updated getcredhostname() function. | robert | 2002-02-27 | 3 | -4/+3 |
* | - Use the new getcredhostname function in xenix_utsname(), | robert | 2002-02-27 | 3 | -4/+9 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -0/+2 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -3/+5 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 2 | -4/+4 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 4 | -68/+134 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Handle the IBCS2 FIONREAD ioctl. I have only tested that this | iedowse | 2001-11-16 | 1 | -0/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 18 | -481/+499 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | dillon | 2001-09-01 | 1 | -3/+3 |