| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -1/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -1/+8 |
| * | Add a comment about how we should use vn_open() here instead of directly | Robert Watson | 2002-06-14 | 1 | -0/+4 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
| * | Zap some stale unused headers, including one machine/psl.h (which is | Peter Wemm | 2002-05-01 | 1 | -6/+0 |
| * | Add an XXX: linux_uselib() should be using vn_open() rather than invoking | Robert Watson | 2002-04-20 | 1 | -0/+4 |
| * | Rework logic of syscalls that modify process credentials as described in | John Baldwin | 2002-04-13 | 1 | -13/+19 |
| * | Use td_ucred in a few spots. | John Baldwin | 2002-04-11 | 1 | -3/+3 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
| * | Use the updated getcredhostname() function. | Robert Drehmel | 2002-02-27 | 1 | -2/+1 |
| * | Use the getcredhostname function to fill the hostname into | Robert Drehmel | 2002-02-27 | 1 | -1/+3 |
| * | Linux/alpha uses the same BSDish return mechanism we do for | Andrew Gallatin | 2002-01-23 | 1 | -0/+4 |
| * | o Introduce pr_mtx into struct prison, providing protection for the | Robert Watson | 2001-12-03 | 1 | -3/+4 |
| * | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | Dag-Erling Smørgrav | 2001-11-24 | 1 | -1/+1 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -1/+1 |
| * | Remove linux_getpgid(). We map the syscall natively now. | Marcel Moolenaar | 2001-09-28 | 1 | -21/+0 |
| * | Add a wrapper for linux_getsid -> getsid Syscall. | Michael Reifenberger | 2001-09-15 | 1 | -0/+8 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -106/+110 |
| * | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 1 | -620/+625 |
| * | Added the linux_sysinfo function to implement sysinfo(2). | Jim Pirzyk | 2001-07-23 | 1 | -0/+76 |
| * | Fix warning: | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -11/+13 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -6/+8 |
| * | o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in the | Robert Watson | 2001-04-24 | 1 | -1/+1 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -2/+3 |
| * | Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The | Alan Cox | 2001-04-01 | 1 | -0/+56 |
| * | fix linux_times() to take into account linux's value of CLK_TCK on the alpha. | Andrew Gallatin | 2001-03-23 | 1 | -0/+5 |
| * | Allow debugging output to be controlled on a per-syscall granularity. | Jonathan Lemon | 2001-02-16 | 1 | -49/+72 |
| * | Add mount syscall to linux emulation. Also improve emulation of reboot. | Jonathan Lemon | 2001-02-16 | 1 | -0/+20 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | Back out proc locking to protect p_ucred for obtaining additional | John Baldwin | 2001-01-27 | 1 | -17/+5 |
| * | Protect calcru() with sched_lock. | John Baldwin | 2001-01-23 | 1 | -0/+2 |
| * | Lock access to proc members. | John Baldwin | 2000-12-15 | 1 | -5/+20 |
| * | Don't auto-generate the syscalls. | Marcel Moolenaar | 2000-12-03 | 1 | -4/+0 |
| * | Use callout_reset instead of timeout(9). Most callouts are statically | Jake Burkholder | 2000-11-27 | 1 | -2/+2 |
| * | Revert auto-generation. The Alpha port is broken. | Marcel Moolenaar | 2000-11-10 | 1 | -0/+4 |
| * | Sync with Alpha: | Marcel Moolenaar | 2000-11-09 | 1 | -4/+0 |
| * | The MI/MD split wasn't perfect and the MI files need hacks for the | David E. O'Brien | 2000-11-01 | 1 | -7/+33 |
| * | Fix bug in previous commit. We need to trim the limits to fit | Marcel Moolenaar | 2000-08-26 | 1 | -0/+5 |
| * | Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit | Marcel Moolenaar | 2000-08-26 | 1 | -24/+45 |
| * | Update include directives. | Marcel Moolenaar | 2000-08-22 | 1 | -381/+5 |
| * | Add bounds checking to stackgap_alloc. Previously it was possible | Marcel Moolenaar | 2000-07-23 | 1 | -0/+2 |
| * | Revert implementation of setfsuid and setfsgid due to security | Marcel Moolenaar | 2000-07-20 | 1 | -20/+0 |
| * | Implement setfsuid and setfsgid. Implementation derived from patch | Marcel Moolenaar | 2000-07-16 | 1 | -0/+20 |
| * | Linux allows to mmap annonymous with a file descriptor passed, FreeBSD | Martin Cracauer | 2000-06-15 | 1 | -2/+10 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Fix bug in linux_wait4 and linux_waitpid where garbage in the status | Marcel Moolenaar | 2000-03-09 | 1 | -0/+2 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+6 |