summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Argh! *Now* the correct 3.0 fix is committed.jkh1998-08-311-7/+7
* Whoops! Stamp out a 2.2-ism that snuck between branches here.jkh1998-08-311-2/+2
* Initial support for using linux X servers under emulation - to use anjkh1998-08-312-5/+51
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-163-12/+13
* Oops, the previous fix confused Linux's sigset_t with a pointer type.bde1998-08-151-5/+5
* Converted the second last instance of hzto() to tvtohz().bde1998-08-051-20/+15
* Fixed print format errors.bde1998-07-296-61/+70
* Fixed printf format errors.bde1998-07-291-9/+11
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-105-4/+44
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug thejmg1998-06-301-1/+3
* Updated generated files.bde1998-06-093-10/+3
* Include "opt_compat.h" explicitly instead of depending onbde1998-06-091-2/+2
* Updated generated files.bde1998-06-081-139/+139
* This commit fixes various 64bit portability problems required fordfr1998-06-073-181/+186
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationjkh1998-06-021-9/+13
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-071-12/+9
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+26
* Added EIDRM & ENOMSG to errno translation table.sos1998-04-131-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
* regeneratepeter1998-03-293-8/+35
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-292-5/+25
* Patch up some space/tab problems. It looks like some of this camepeter1998-03-291-15/+14
* Add in placeholders for the newer linux syscallspeter1998-03-291-1/+23
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-284-2/+59
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Added a null entry for sysmk that is generated by makesyscalls.sh.jb1998-03-131-1/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-251-3/+3
* Staticized.bde1998-02-132-4/+3
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-112-5/+5
* Staticize.eivind1998-02-092-14/+20
* In the words of the submitter:msmith1998-02-071-2/+62
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-011-3/+2
* sigh....forgot to update the DEBUG printfjmb1998-01-051-3/+3
* length argument to truncate() in linux emulationjmb1998-01-051-1/+2
* Regenerate (fix argument of linux_nice).kato1997-12-173-4/+4
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.kato1997-12-171-2/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aeivind1997-12-162-1/+5
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-162-4/+12
* As described by the submitter:msmith1997-12-152-1/+70
* As described by the submitter:msmith1997-12-141-2/+147
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-052-2/+4
* Added support for linux sound ioctls:ahasty1997-11-172-3/+24
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-0610-426/+423
* Securelevel and formatting fixes, and trapframe simplification.kato1997-10-301-10/+9
* Implement linux_iopl and linux_nice.kato1997-10-293-17/+33
OpenPOWER on IntegriCloud