aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a missing '-1' in the size argument of copyout in getgroups. Spotted whileMarcel Moolenaar1999-08-291-6/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-271-3/+8
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatMarcel Moolenaar1999-08-251-53/+70
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-28/+14
* Fix bug in the debug-printf of the vfork syscall, where the format specifierMarcel Moolenaar1999-08-171-24/+24
* Implement linux_vfork() syscall by calling vfork(). Analogous to theMarcel Moolenaar1999-08-161-1/+18
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-1/+65
* Include opt_compat.h so that COMPAT_43 is defined. This gives us the properMarcel Moolenaar1999-08-151-10/+15
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.Marcel Moolenaar1999-08-111-1/+52
* Fix page fault in linux_uselib syscall.Marcel Moolenaar1999-08-081-2/+2
* Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return aMarcel Moolenaar1999-07-051-3/+3
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-7/+13
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-9/+5
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-191-14/+1
* Fix thread/process tracking and differentiation for Linux threads emulation.Julian Elischer1999-03-021-19/+16
* Enable Linux threads support by default.Julian Elischer1999-01-261-33/+3
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-47/+46
* Commit #2 ofSøren Schmidt1998-12-301-1/+73
* According to the author..Julian Elischer1998-12-241-9/+4
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+173
* linux_pipe does not preserve the edx register. Linux andJordan K. Hubbard1998-12-101-3/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-7/+13
* In linux_newuname bzero the right type of struct (linux_newuname_t).Søren Schmidt1998-10-051-2/+2
* MF22: revert time bogon.Jordan K. Hubbard1998-09-241-2/+1
* return time in proper format for linux.Jordan K. Hubbard1998-09-231-1/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-3/+3
* Converted the second last instance of hzto() to tvtohz().Bruce Evans1998-08-051-20/+15
* Fixed print format errors.Bruce Evans1998-07-291-26/+31
* Quick and dirty support for Linux's mremap. Not used by anythingJordan K. Hubbard1998-07-101-1/+32
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Make a kernel version of the timer* functions called timerval* to bePoul-Henning Kamp1998-04-061-9/+9
* Use microruntime() rather than doing it by hand.Poul-Henning Kamp1998-04-041-3/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+5
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).Bruce Evans1998-02-251-3/+3
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-53/+52
* Securelevel and formatting fixes, and trapframe simplification.KATO Takenori1997-10-301-10/+9
* Implement linux_iopl and linux_nice.KATO Takenori1997-10-291-1/+31
* Update for changes in the callout interface.Justin T. Gibbs1997-09-211-3/+4
* Removed unused #includes.Bruce Evans1997-07-201-8/+1
* Always include PROT_READ for Linux mmap operations.Mike Smith1997-04-281-2/+2
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusBruce Evans1997-04-011-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-101-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1