summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Finish the Linuxulator MD/MI split.marcel2000-08-221-1470/+0
* 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
* Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return amarcel1999-07-051-3/+3
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-7/+13
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-9/+5
* Change suser_xxx() to suser() where it applies.phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-271-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-14/+1
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-19/+16
* Enable Linux threads support by default.julian1999-01-261-33/+3
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-47/+46
* Commit #2 ofsos1998-12-301-1/+73
* According to the author..julian1998-12-241-9/+4
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+173
* linux_pipe does not preserve the edx register. Linux andjkh1998-12-101-3/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-7/+13
* In linux_newuname bzero the right type of struct (linux_newuname_t).sos1998-10-051-2/+2
* MF22: revert time bogon.jkh1998-09-241-2/+1
* return time in proper format for linux.jkh1998-09-231-1/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-3/+3
* Converted the second last instance of hzto() to tvtohz().bde1998-08-051-20/+15
* Fixed print format errors.bde1998-07-291-26/+31
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-1/+32
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-9/+9
* Use microruntime() rather than doing it by hand.phk1998-04-041-3/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+5
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-251-3/+3
OpenPOWER on IntegriCloud