| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell "separate" correctly. | eric | 2002-04-05 | 1 | -1/+1 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 1 | -5/+5 |
* | Remove __P. | alfred | 2002-03-20 | 3 | -163/+163 |
* | Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig() | alc | 2002-03-19 | 1 | -49/+5 |
* | Fix format warning. | peter | 2002-02-27 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 2 | -3/+4 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 1 | -2/+2 |
* | Convert BSD trap codes to i386. | pb | 2001-11-20 | 1 | -2/+41 |
* | Eliminate the prefix parameter to linux_emul_find(), which was always | des | 2001-10-27 | 1 | -2/+2 |
* | Implement linux_chown and linux_lchown. The fchown syscall maps | marcel | 2001-10-16 | 4 | -20/+10 |
* | o Change prototype of linux_lchown and linux_chown so that the | marcel | 2001-10-16 | 1 | -6/+5 |
* | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | des | 2001-10-15 | 1 | -1/+1 |
* | Oops, these already included sys/lock.h, they just did so after | jhb | 2001-10-11 | 2 | -2/+0 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 2 | -0/+2 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Regen: Stop using linux_getpgid(). Use the native getpgid() | marcel | 2001-09-28 | 3 | -9/+5 |
* | Stop using linux_getpgid(). The implementation at this time is | marcel | 2001-09-28 | 1 | -1/+1 |
* | o Modify access control checks in linux_iopl() to use securelevel_gt() | rwatson | 2001-09-26 | 1 | -2/+2 |
* | Add a lock assertion to linux_sendsig() to match other sendsig functions. | jhb | 2001-09-17 | 1 | -0/+1 |
* | Add a wrapper for linux_getsid -> getsid Syscall. | mr | 2001-09-15 | 1 | -1/+0 |
* | Implement LINUX_[SEM|IPC]_[STAT|INFO] | mr | 2001-09-15 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -237/+243 |
* | Fix LINT breakage caused by previous commit. The linux_rt_sendsig | marcel | 2001-09-10 | 1 | -0/+9 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 8 | -798/+1102 |
* | o Introduce private types for use in linux syscalls for two reasons: | marcel | 2001-09-08 | 1 | -166/+215 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 1 | -2/+2 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | dillon | 2001-09-01 | 1 | -8/+8 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 1 | -0/+5 |
* | Added the linux_sysinfo function to implement sysinfo(2). | pirzyk | 2001-07-23 | 3 | -3/+2 |
* | Added the proper arguments the sysinfo system call | pirzyk | 2001-07-23 | 1 | -1/+1 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 2 | -6/+6 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 2 | -8/+6 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -4/+4 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+1 |
* | Preserve the state of the %gs register when setting up the signal | deischen | 2001-05-12 | 1 | -2/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 3 | -9/+14 |
* | Regen after adding linux_sched_get_priority_max() and | alc | 2001-04-01 | 3 | -7/+15 |
* | Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The | alc | 2001-04-01 | 1 | -2/+2 |
* | rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have | des | 2001-03-11 | 1 | -7/+3 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -2/+4 |
* | Create clone'd linux processes as stopped processes at first and don't | jhb | 2001-03-06 | 1 | -1/+9 |
* | Linux does not filesystem-sync file-backed writable mmap pages on | dillon | 2001-02-28 | 1 | -0/+2 |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 2 | -9/+9 |
* | MFS: bring the consistent `compat_3_brand' support into -CURRENT | obrien | 2001-02-24 | 1 | -0/+2 |
* | Allow debugging output to be controlled on a per-syscall granularity. | jlemon | 2001-02-16 | 3 | -45/+67 |
* | Re-gen auto generated files. | jlemon | 2001-02-16 | 3 | -11/+22 |
* | Remove dummy stub functions. | jlemon | 2001-02-16 | 1 | -3/+0 |