summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Use truncate() instead of otruncate() - step on the way to stoppingeivind1999-01-101-3/+3
* Add (but don't activate) code for a special VM option to makejulian1999-01-062-67/+49
* Commit patch insos1998-12-302-2/+9
* Commit #2 ofsos1998-12-304-8/+90
* Commit #1 of:sos1998-12-301-3/+5
* According to the author..julian1998-12-241-9/+4
* The result of running make linux_sysent.c on the new syscalls.mastersos1998-12-223-4/+5
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* The result of running make linux_sysent.c on the new syscall.master filesos1998-12-213-4/+4
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after havingsos1998-12-211-2/+2
* Make it compile again.sos1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-198-18/+206
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-162-4/+4
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-5/+5
* 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
* Finished updating module event handlers to be compatible withbde1998-11-151-8/+2
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-122-2/+77
* *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
OpenPOWER on IntegriCloud