aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-1/+8
* Add a comment about how we should use vn_open() here instead of directlyRobert Watson2002-06-141-0/+4
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Zap some stale unused headers, including one machine/psl.h (which isPeter Wemm2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingRobert Watson2002-04-201-0/+4
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-131-13/+19
* Use td_ucred in a few spots.John Baldwin2002-04-111-3/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-3/+3
* Use the updated getcredhostname() function.Robert Drehmel2002-02-271-2/+1
* Use the getcredhostname function to fill the hostname intoRobert Drehmel2002-02-271-1/+3
* Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-01-231-0/+4
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-3/+4
* Revert incorrect KSEfication: realitexpire expects a struct proc *, not aDag-Erling Smørgrav2001-11-241-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Remove linux_getpgid(). We map the syscall natively now.Marcel Moolenaar2001-09-281-21/+0
* Add a wrapper for linux_getsid -> getsid Syscall.Michael Reifenberger2001-09-151-0/+8
* KSE Milestone 2Julian Elischer2001-09-121-106/+110
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-620/+625
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-231-0/+76
* Fix warning:Peter Wemm2001-06-151-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-11/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+8
* o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in theRobert Watson2001-04-241-1/+1
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-2/+3
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): TheAlan Cox2001-04-011-0/+56
* fix linux_times() to take into account linux's value of CLK_TCK on the alpha.Andrew Gallatin2001-03-231-0/+5
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-161-49/+72
* Add mount syscall to linux emulation. Also improve emulation of reboot.Jonathan Lemon2001-02-161-0/+20
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-17/+5
* Protect calcru() with sched_lock.John Baldwin2001-01-231-0/+2
* Lock access to proc members.John Baldwin2000-12-151-5/+20
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-4/+0
* Use callout_reset instead of timeout(9). Most callouts are staticallyJake Burkholder2000-11-271-2/+2
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-0/+4
* Sync with Alpha:Marcel Moolenaar2000-11-091-4/+0
* The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien2000-11-011-7/+33
* Fix bug in previous commit. We need to trim the limits to fitMarcel Moolenaar2000-08-261-0/+5
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitMarcel Moolenaar2000-08-261-24/+45
* Update include directives.Marcel Moolenaar2000-08-221-381/+5
* Add bounds checking to stackgap_alloc. Previously it was possibleMarcel Moolenaar2000-07-231-0/+2
* Revert implementation of setfsuid and setfsgid due to securityMarcel Moolenaar2000-07-201-20/+0
* Implement setfsuid and setfsgid. Implementation derived from patchMarcel Moolenaar2000-07-161-0/+20
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDMartin Cracauer2000-06-151-2/+10
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusMarcel Moolenaar2000-03-091-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+6