summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* *gulp*. Jordan specifically OK'ed this..peter1998-10-162-19/+38
* Unregister the glibc2 brand at module unload time.alex1998-10-111-5/+19
* Fix a couple of out-of-bounds array references in mapping betweenjdp1998-10-111-4/+9
* Make async I/O on a socket work.jfieber1998-10-053-12/+14
* In linux_newuname bzero the right type of struct (linux_newuname_t).sos1998-10-051-2/+2
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-302-2/+29
* MF22: revert time bogon.jkh1998-09-241-2/+1
* return time in proper format for linux.jkh1998-09-231-1/+2
* Add support for glibc consumers using the new ld-linux.so.2 linker.msmith1998-09-171-2/+10
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-3/+6
* 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
OpenPOWER on IntegriCloud