| Commit message (Expand) | Author | Age | Files | Lines |
| * | First pass at removing Alpha kernel support. | John Baldwin | 2006-05-11 | 17 | -5421/+0 |
| * | - Always call exec_free_args() in kern_execve() instead of doing it in all | John Baldwin | 2006-02-06 | 1 | -1/+0 |
| * | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 2 | -3/+7 |
| * | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 3 | -32/+6 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 3 | -6/+32 |
| * | Add a 'sysent' target that depends on the various files built from | John Baldwin | 2005-07-13 | 1 | -1/+3 |
| * | Regen. | John Baldwin | 2005-07-13 | 3 | -81/+81 |
| * | Make a pass through all the compat ABIs sychronizing the MP safe flags | John Baldwin | 2005-07-13 | 1 | -79/+79 |
| * | - Remove spl's from osf1_usleep_thread(). | John Baldwin | 2005-07-07 | 1 | -8/+4 |
| * | Do not allocate memory based on not-checked argument from userland. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -6/+2 |
| * | Fix copy&paste bug. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -1/+1 |
| * | Avoid code duplication in serval places by introducing universal | Pawel Jakub Dawidek | 2005-06-09 | 1 | -44/+26 |
| * | Rebuild generated system call definition files following the addition of | Robert Watson | 2005-05-30 | 3 | -304/+305 |
| * | Introduce a new field in the syscalls.master file format to hold the | Robert Watson | 2005-05-30 | 1 | -334/+408 |
| * | Add missing jail.h include. | Pawel Jakub Dawidek | 2005-05-22 | 1 | -0/+1 |
| * | This code seems to be dead, but anyway: | Pawel Jakub Dawidek | 2005-05-22 | 1 | -3/+9 |
| * | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin | 2005-04-01 | 2 | -3/+4 |
| * | Use a custom version of copyinuio() to implement osf1_{read,write}v() via | John Baldwin | 2005-03-31 | 1 | -79/+56 |
| * | - Implement osf1_emul_find() using kern_alternate_path(). This changes | John Baldwin | 2005-02-18 | 3 | -309/+113 |
| * | Backout previous change (disabling of security checks for signals delivered | Maxim Sobolev | 2005-02-13 | 1 | -1/+1 |
| * | Split out kill(2) syscall service routine into user-level and kernel part, the | Maxim Sobolev | 2005-02-13 | 1 | -1/+1 |
| * | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev | 2005-01-29 | 2 | -10/+5 |
| * | Begin all license/copyright comments with /*- or #- | Warner Losh | 2005-01-05 | 7 | -7/+7 |
| * | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 2 | -2/+2 |
| * | Add missing flag to userland_sysctl() | Poul-Henning Kamp | 2004-10-14 | 1 | -1/+1 |
| * | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -23/+14 |
| * | Regenerate after fcntl() wrappers were marked MP safe. | John Baldwin | 2004-08-24 | 3 | -4/+4 |
| * | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | John Baldwin | 2004-08-24 | 2 | -21/+14 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -2/+2 |
| * | - Replace wait1() with a kern_wait() function that accepts the pid, | John Baldwin | 2004-03-17 | 1 | -15/+12 |
| * | Regenerate. | John Baldwin | 2004-03-15 | 3 | -4/+4 |
| * | - Mark ABI syscalls that call wait4() MP safe as recent changes to | John Baldwin | 2004-03-15 | 1 | -1/+1 |
| * | Regen. | John Baldwin | 2004-02-04 | 3 | -5/+5 |
| * | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 1 | -2/+2 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -16/+19 |
| * | GC old unused dev_t mangling stuff. | Poul-Henning Kamp | 2004-02-02 | 1 | -21/+0 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -6/+6 |
| * | GC unused 'syshide' override to /dev/null. This was here to disable | Peter Wemm | 2003-12-24 | 1 | -1/+0 |
| * | Regen (should be NOP except for rcsid) | Peter Wemm | 2003-12-24 | 3 | -3/+3 |
| * | GC unused namespc column and un-wrap some longer lines that now fit. | Peter Wemm | 2003-12-24 | 1 | -357/+335 |
| * | Fix build on alpha | Kris Kennaway | 2003-11-16 | 1 | -0/+1 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -52/+62 |
| * | Sync up with global syscalls.master for MP safe syscalls for the first | John Baldwin | 2003-11-07 | 1 | -48/+48 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -1/+1 |
| * | style: strcmp() does not return a bool. | Brooks Davis | 2003-10-30 | 1 | -1/+1 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 1 | -1/+2 |
| * | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | Marcel Moolenaar | 2003-08-17 | 1 | -7/+8 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 6 | -15/+17 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -0/+3 |