aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug theJohn-Mark Gurney1998-06-301-1/+3
* Updated generated files.Bruce Evans1998-06-093-10/+3
* Include "opt_compat.h" explicitly instead of depending onBruce Evans1998-06-091-2/+2
* Updated generated files.Bruce Evans1998-06-081-139/+139
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-073-181/+186
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationJordan K. Hubbard1998-06-021-9/+13
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Unbotch whitespace and change switch with two cases to if.Eivind Eklund1998-05-071-12/+9
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running underEivind Eklund1998-04-281-1/+26
* Added EIDRM & ENOMSG to errno translation table.Søren Schmidt1998-04-131-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
* regeneratePeter Wemm1998-03-293-8/+35
* The linux chown syscall is more like lchown, a new chown syscall thatPeter Wemm1998-03-292-5/+25
* Patch up some space/tab problems. It looks like some of this camePeter Wemm1998-03-291-15/+14
* Add in placeholders for the newer linux syscallsPeter Wemm1998-03-291-1/+23
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-284-2/+59
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Added a null entry for sysmk that is generated by makesyscalls.sh.John Birrell1998-03-131-1/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).Bruce Evans1998-02-251-3/+3
* Staticized.Bruce Evans1998-02-132-4/+3
* De-staticize enough to make all the LKMs work again. Add comments whereEivind Eklund1998-02-112-5/+5
* Staticize.Eivind Eklund1998-02-092-14/+20
* In the words of the submitter:Mike Smith1998-02-071-2/+62
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Declare printf() instead of including <stdio.h>, so that this doesn'tBruce Evans1998-02-011-3/+2
* sigh....forgot to update the DEBUG printfJonathan M. Bresler1998-01-051-3/+3
* length argument to truncate() in linux emulationJonathan M. Bresler1998-01-051-1/+2
* Regenerate (fix argument of linux_nice).KATO Takenori1997-12-173-4/+4
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.KATO Takenori1997-12-171-2/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aEivind Eklund1997-12-162-1/+5
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-162-4/+12
* As described by the submitter:Mike Smith1997-12-152-1/+70
* As described by the submitter:Mike Smith1997-12-141-2/+147
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-052-2/+4
* Added support for linux sound ioctls:Amancio Hasty1997-11-172-3/+24
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-0610-426/+423
* Securelevel and formatting fixes, and trapframe simplification.KATO Takenori1997-10-301-10/+9
* Implement linux_iopl and linux_nice.KATO Takenori1997-10-293-17/+33
* Implement linux_semop, linux_semget and linux_semctl.KATO Takenori1997-10-282-5/+146
* Update for changes in the callout interface.Justin T. Gibbs1997-09-211-3/+4
* Removed unused #includes (<machine/cpu.h> now gives more pollution).Bruce Evans1997-09-011-2/+1
* Fixed misplaced declaration.Bruce Evans1997-08-251-2/+3
* Minor formatting and style fixes.Bruce Evans1997-08-251-2/+5
* Revert my previous commit about using CS_SECURE macro.Philippe Charnier1997-08-211-1/+2
* Use CS_SECURE macro.Philippe Charnier1997-08-181-2/+1
* Ops the arguments to copyin was in the wrong order..Søren Schmidt1997-08-101-2/+2
* Removed unused #includes.Bruce Evans1997-07-209-44/+9