| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rework logic of syscalls that modify process credentials as described in | jhb | 2002-04-13 | 1 | -13/+19 |
* | Use td_ucred in a few spots. | jhb | 2002-04-11 | 1 | -3/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -1/+0 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | Use the updated getcredhostname() function. | robert | 2002-02-27 | 1 | -2/+1 |
* | Use the getcredhostname function to fill the hostname into | robert | 2002-02-27 | 1 | -1/+3 |
* | Linux/alpha uses the same BSDish return mechanism we do for | gallatin | 2002-01-23 | 1 | -0/+4 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -3/+4 |
* | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | des | 2001-11-24 | 1 | -1/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Remove linux_getpgid(). We map the syscall natively now. | marcel | 2001-09-28 | 1 | -21/+0 |
* | Add a wrapper for linux_getsid -> getsid Syscall. | mr | 2001-09-15 | 1 | -0/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -106/+110 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 1 | -652/+657 |
* | Added the linux_sysinfo function to implement sysinfo(2). | pirzyk | 2001-07-23 | 1 | -0/+76 |
* | Fix warning: | peter | 2001-06-15 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -11/+13 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -6/+8 |
* | o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in the | rwatson | 2001-04-24 | 1 | -1/+1 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -2/+3 |
* | Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The | alc | 2001-04-01 | 1 | -0/+56 |
* | fix linux_times() to take into account linux's value of CLK_TCK on the alpha. | gallatin | 2001-03-23 | 1 | -0/+5 |
* | Allow debugging output to be controlled on a per-syscall granularity. | jlemon | 2001-02-16 | 1 | -49/+72 |
* | Add mount syscall to linux emulation. Also improve emulation of reboot. | jlemon | 2001-02-16 | 1 | -0/+20 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -17/+5 |
* | Protect calcru() with sched_lock. | jhb | 2001-01-23 | 1 | -0/+2 |
* | Lock access to proc members. | jhb | 2000-12-15 | 1 | -5/+20 |
* | Don't auto-generate the syscalls. | marcel | 2000-12-03 | 1 | -4/+0 |
* | Use callout_reset instead of timeout(9). Most callouts are statically | jake | 2000-11-27 | 1 | -2/+2 |
* | Revert auto-generation. The Alpha port is broken. | marcel | 2000-11-10 | 1 | -0/+4 |
* | Sync with Alpha: | marcel | 2000-11-09 | 1 | -4/+0 |
* | The MI/MD split wasn't perfect and the MI files need hacks for the | obrien | 2000-11-01 | 1 | -7/+33 |
* | Fix bug in previous commit. We need to trim the limits to fit | marcel | 2000-08-26 | 1 | -0/+5 |
* | Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit | marcel | 2000-08-26 | 1 | -24/+45 |
* | Update include directives. | marcel | 2000-08-22 | 1 | -381/+5 |
* | Add bounds checking to stackgap_alloc. Previously it was possible | marcel | 2000-07-23 | 1 | -0/+2 |
* | Revert implementation of setfsuid and setfsgid due to security | marcel | 2000-07-20 | 1 | -20/+0 |
* | Implement setfsuid and setfsgid. Implementation derived from patch | marcel | 2000-07-16 | 1 | -0/+20 |
* | Linux allows to mmap annonymous with a file descriptor passed, FreeBSD | cracauer | 2000-06-15 | 1 | -2/+10 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Fix bug in linux_wait4 and linux_waitpid where garbage in the status | marcel | 2000-03-09 | 1 | -0/+2 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+6 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | sigset_t change (part 4 of 5) | marcel | 1999-09-29 | 1 | -7/+13 |
* | Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. | luoqi | 1999-09-22 | 1 | -6/+25 |
* | I missed the namechange of field desc in struct i386_ldt_args into descs while | marcel | 1999-09-03 | 1 | -2/+2 |
* | Implementation of the modify_ldt syscall. Use the sysarch() interface to do | marcel | 1999-09-02 | 1 | -0/+84 |
* | Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while | marcel | 1999-08-29 | 1 | -6/+6 |