| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -6/+6 |
* | GC unused 'syshide' override to /dev/null. This was here to disable | peter | 2003-12-24 | 1 | -1/+0 |
* | Regen (should be NOP except for rcsid) | peter | 2003-12-24 | 3 | -3/+3 |
* | GC unused namespc column and un-wrap some longer lines that now fit. | peter | 2003-12-24 | 1 | -357/+335 |
* | Fix build on alpha | kris | 2003-11-16 | 1 | -0/+1 |
* | Regen. | jhb | 2003-11-07 | 3 | -52/+62 |
* | Sync up with global syscalls.master for MP safe syscalls for the first | jhb | 2003-11-07 | 1 | -48/+48 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -1/+1 |
* | style: strcmp() does not return a bool. | brooks | 2003-10-30 | 1 | -1/+1 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -1/+2 |
* | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | marcel | 2003-08-17 | 1 | -7/+8 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 6 | -15/+17 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -0/+3 |
* | - Remove unnecessary useracc() calls from osf1_sigreturn(). | alc | 2003-04-29 | 1 | -12/+3 |
* | Lock Giant around calls to useracc() in osf1_sigreturn() so that the | jhb | 2003-04-25 | 1 | -1/+5 |
* | Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo() | jhb | 2003-04-25 | 1 | -0/+5 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -194/+64 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -14/+15 |
* | - Use sigexit() instead of twiddling the signal mask, catch, ignore, and | jeff | 2003-03-31 | 1 | -5/+1 |
* | Fix some memory leaks in the failure cases after trying to look up the | jhb | 2003-03-21 | 1 | -6/+9 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -3/+3 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 1 | -0/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -8/+8 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Convert an instance of "struct timezone tz" use I missed yesterday. | phk | 2003-02-04 | 1 | -1/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -8/+8 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 4 | -229/+224 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 4 | -224/+229 |
* | Remove SCARGS. | alfred | 2002-12-13 | 4 | -229/+224 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 1 | -5/+6 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -2/+1 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -1/+2 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -1/+1 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -5/+13 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 1 | -1/+1 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -3/+3 |
* | - Hold the vnode lock throughout execve. | jeff | 2002-08-13 | 1 | -13/+1 |
* | Teach the OSF/1 emulation layer a little more about mandatory access | rwatson | 2002-08-12 | 1 | -0/+19 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -3/+4 |
* | - Split the unaligned access check flags out of md_flags in struct mdthread | jhb | 2002-07-31 | 1 | -1/+1 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -1/+1 |
* | Squish the "could sleep with process lock" messages caused by calling | alfred | 2002-06-19 | 1 | -2/+6 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 5 | -5/+5 |
* | Rework logic of syscalls that modify process credentials as described in | jhb | 2002-04-13 | 1 | -4/+16 |
* | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | alc | 2002-04-05 | 1 | -16/+13 |
* | Spell "privileges" correctly. | eric | 2002-04-05 | 1 | -2/+2 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+3 |