| Commit message (Expand) | Author | Age | Files | Lines |
* | - Always call exec_free_args() in kern_execve() instead of doing it in all | jhb | 2006-02-06 | 1 | -1/+0 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 2 | -3/+7 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 3 | -32/+6 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 3 | -6/+32 |
* | Add a 'sysent' target that depends on the various files built from | jhb | 2005-07-13 | 1 | -1/+3 |
* | Regen. | jhb | 2005-07-13 | 3 | -81/+81 |
* | Make a pass through all the compat ABIs sychronizing the MP safe flags | jhb | 2005-07-13 | 1 | -79/+79 |
* | - Remove spl's from osf1_usleep_thread(). | jhb | 2005-07-07 | 1 | -8/+4 |
* | Do not allocate memory based on not-checked argument from userland. | pjd | 2005-06-11 | 1 | -6/+2 |
* | Fix copy&paste bug. | pjd | 2005-06-11 | 1 | -1/+1 |
* | Avoid code duplication in serval places by introducing universal | pjd | 2005-06-09 | 1 | -44/+26 |
* | 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 |