| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebuild generated system call definition files following the addition of | rwatson | 2005-05-30 | 3 | -304/+305 |
* | Introduce a new field in the syscalls.master file format to hold the | rwatson | 2005-05-30 | 1 | -334/+408 |
* | Add missing jail.h include. | pjd | 2005-05-22 | 1 | -0/+1 |
* | This code seems to be dead, but anyway: | pjd | 2005-05-22 | 1 | -3/+9 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 2 | -3/+4 |
* | Use a custom version of copyinuio() to implement osf1_{read,write}v() via | jhb | 2005-03-31 | 1 | -79/+56 |
* | - Implement osf1_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-18 | 3 | -309/+113 |
* | 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 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 2 | -10/+5 |
* | Begin all license/copyright comments with /*- or #- | imp | 2005-01-05 | 7 | -7/+7 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 2 | -2/+2 |
* | Add missing flag to userland_sysctl() | phk | 2004-10-14 | 1 | -1/+1 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -23/+14 |
* | Regenerate after fcntl() wrappers were marked MP safe. | jhb | 2004-08-24 | 3 | -4/+4 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | jhb | 2004-08-24 | 2 | -21/+14 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -2/+2 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 1 | -15/+12 |
* | Regenerate. | jhb | 2004-03-15 | 3 | -4/+4 |
* | - Mark ABI syscalls that call wait4() MP safe as recent changes to | jhb | 2004-03-15 | 1 | -1/+1 |
* | Regen. | jhb | 2004-02-04 | 3 | -5/+5 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | jhb | 2004-02-04 | 1 | -2/+2 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -16/+19 |
* | GC old unused dev_t mangling stuff. | phk | 2004-02-02 | 1 | -21/+0 |
* | 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 |