summaryrefslogtreecommitdiffstats
path: root/sys/compat
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-311-4/+36
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-3/+3
* 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-294-51/+56
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-1/+32
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug thejmg1998-06-301-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* ".. 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
* 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
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-291-1/+22
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-251-3/+3
* In the words of the submitter:msmith1998-02-071-2/+62
* Changed `inline' to `__inline' so that this file can be compiled bybde1998-02-031-3/+3
* sigh....forgot to update the DEBUG printfjmb1998-01-051-3/+3
* length argument to truncate() in linux emulationjmb1998-01-051-1/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aeivind1997-12-161-1/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-2/+6
* As described by the submitter:msmith1997-12-151-1/+54
* As described by the submitter:msmith1997-12-141-2/+147
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Added support for linux sound ioctls:ahasty1997-11-171-2/+18
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-067-293/+291
* Securelevel and formatting fixes, and trapframe simplification.kato1997-10-301-10/+9
* Implement linux_iopl and linux_nice.kato1997-10-291-1/+31
* Implement linux_semop, linux_semget and linux_semctl.kato1997-10-281-4/+136
* Update for changes in the callout interface.gibbs1997-09-211-3/+4
* Moved include files which are independent of bs driver.kato1997-08-281-0/+64
* Ops the arguments to copyin was in the wrong order..sos1997-08-101-2/+2
* Removed unused #includes.bde1997-07-205-22/+5
* Make this thing actually compile.dfr1997-06-021-2/+2
* Oops, remove some bogus debugging code that crept in with the last commit.msmith1997-06-021-10/+1
* Add support for the SIOCGIFHWADDR ioctl, commonly used bymsmith1997-06-021-1/+44
* Always include PROT_READ for Linux mmap operations.msmith1997-04-281-2/+2
* Remove dependancy on UFS' DIRBLKSIZ definition.dfr1997-04-061-6/+2
* Fix linux_getdents so that it can cope with filesystems which translatedfr1997-04-051-10/+46
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-3/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-6/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-232-3/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-229-9/+9
* Make this compile again after the Lite2 merge.mpp1997-02-102-5/+4
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-102-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-149-9/+9
OpenPOWER on IntegriCloud