summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Zap some stale unused headers, including one machine/psl.h (which ispeter2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingrwatson2002-04-201-0/+4
* Rework logic of syscalls that modify process credentials as described injhb2002-04-131-13/+19
* Use td_ucred in a few spots.jhb2002-04-111-3/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Use the updated getcredhostname() function.robert2002-02-271-2/+1
* Use the getcredhostname function to fill the hostname intorobert2002-02-271-1/+3
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-231-0/+4
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-3/+4
* Revert incorrect KSEfication: realitexpire expects a struct proc *, not ades2001-11-241-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Remove linux_getpgid(). We map the syscall natively now.marcel2001-09-281-21/+0
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-0/+8
* KSE Milestone 2julian2001-09-121-106/+110
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-652/+657
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-231-0/+76
* Fix warning:peter2001-06-151-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-11/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+8
* o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in therwatson2001-04-241-1/+1
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-2/+3
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-0/+56
* fix linux_times() to take into account linux's value of CLK_TCK on the alpha.gallatin2001-03-231-0/+5
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-49/+72
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-161-0/+20
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-17/+5
* Protect calcru() with sched_lock.jhb2001-01-231-0/+2
* Lock access to proc members.jhb2000-12-151-5/+20
* Don't auto-generate the syscalls.marcel2000-12-031-4/+0
* Use callout_reset instead of timeout(9). Most callouts are staticallyjake2000-11-271-2/+2
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+4
* Sync with Alpha:marcel2000-11-091-4/+0
* The MI/MD split wasn't perfect and the MI files need hacks for theobrien2000-11-011-7/+33
* Fix bug in previous commit. We need to trim the limits to fitmarcel2000-08-261-0/+5
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitmarcel2000-08-261-24/+45
* Update include directives.marcel2000-08-221-381/+5
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-231-0/+2
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-201-20/+0
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-161-0/+20
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDcracauer2000-06-151-2/+10
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusmarcel2000-03-091-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+6
* useracc() the prequel:phk1999-10-291-1/+0
* sigset_t change (part 4 of 5)marcel1999-09-291-7/+13
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-221-6/+25
* I missed the namechange of field desc in struct i386_ldt_args into descs whilemarcel1999-09-031-2/+2
OpenPOWER on IntegriCloud