summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.phk2000-04-182-2/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-5/+5
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-132-16/+16
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusmarcel2000-03-091-0/+2
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-092-0/+42
* Fix accept(2) behavior in that accepted sockets don't inherit themarcel2000-02-281-1/+20
* Avoid passing an uninitialized structure member to the realnsayer2000-02-011-0/+1
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequencenewton2000-01-152-15/+51
* Remove some all-too-wordy debugging printsnewton2000-01-151-5/+0
* Return Linux kernel version 2.2.12 by default. This is in linemarcel2000-01-101-1/+1
* Removed bogus include of opt_global.h. opt_global.h is automaticallybde2000-01-091-1/+0
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-081-2/+51
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatnewton2000-01-031-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-155-2/+24
* Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --newton1999-12-121-85/+124
* Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg():newton1999-12-121-8/+8
* fd_revoke() shouldn't panic if the descriptor provided is not a file ornewton1999-12-121-9/+2
* Remove unused includes.marcel1999-12-101-2/+0
* Remove unnecessary includesnewton1999-12-0811-68/+19
* SVR4 emulator source files now take their compilation options fromnewton1999-12-088-2/+11
* Fix LINT breakage.archie1999-12-051-1/+1
* Implement pluggable ioctl handlers.marcel1999-12-043-1077/+1713
* Implement linux_sigaltstack.marcel1999-11-301-11/+47
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+4
* Implement linux_ustat.marcel1999-11-271-3/+56
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-0/+11
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* simplify check for device.phk1999-11-081-1/+1
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statpeter1999-11-081-15/+1
* useracc() the prequel:phk1999-10-293-3/+0
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-211-1/+1
* Remove unnecessary includes.newton1999-10-172-20/+0
* Remove unnecessary includes.newton1999-10-1715-55/+4
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-1/+1
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andjhay1999-10-061-1/+1
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Oops. That'll teach me to commit without testing. I either replacedpeter1999-10-011-1/+1
* Zap a trigraph (???)peter1999-10-011-1/+1
* sigset_t change (part 4 of 5)marcel1999-09-296-355/+428
* This patch clears the way for removing a number of tty relatedphk1999-09-251-4/+5
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-231-1/+3
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-221-6/+25
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-198-55/+41
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-171-6/+19
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-041-1/+1
* I missed the namechange of field desc in struct i386_ldt_args into descs whilemarcel1999-09-031-2/+2
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-021-0/+84
* Add MAINTAINER linenewton1999-09-011-0/+2
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.marcel1999-08-291-1/+1
OpenPOWER on IntegriCloud