summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-021-0/+84
* Fix a missing '-1' in the size argument of copyout in getgroups. Spotted whilemarcel1999-08-291-6/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-3/+8
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatmarcel1999-08-251-53/+70
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-28/+14
* Fix bug in the debug-printf of the vfork syscall, where the format specifiermarcel1999-08-171-24/+24
* Implement linux_vfork() syscall by calling vfork(). Analogous to themarcel1999-08-161-1/+18
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-1/+65
* Include opt_compat.h so that COMPAT_43 is defined. This gives us the propermarcel1999-08-151-10/+15
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-111-1/+52
* Fix page fault in linux_uselib syscall.marcel1999-08-081-2/+2
OpenPOWER on IntegriCloud