summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement linux_semop, linux_semget and linux_semctl.kato1997-10-282-5/+146
* Update for changes in the callout interface.gibbs1997-09-211-3/+4
* Removed unused #includes (<machine/cpu.h> now gives more pollution).bde1997-09-011-2/+1
* Fixed misplaced declaration.bde1997-08-251-2/+3
* Minor formatting and style fixes.bde1997-08-251-2/+5
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-1/+2
* Use CS_SECURE macro.charnier1997-08-181-2/+1
* Ops the arguments to copyin was in the wrong order..sos1997-08-101-2/+2
* Removed unused #includes.bde1997-07-209-44/+9
* Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).bde1997-07-201-7/+3
* Make this thing actually compile.dfr1997-06-021-2/+2
* Grr. Remove not-ready LDT modification fluff that also crept in withmsmith1997-06-021-26/+1
* 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-022-2/+115
* md_regs is a struct trapframe * now, not int []peter1997-05-071-41/+41
* Always include PROT_READ for Linux mmap operations.msmith1997-04-281-2/+2
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+3
* Regenerate (removed unused #includes in linux_sysent.c).bde1997-04-093-5/+3
* Removed unused #includes.bde1997-04-091-3/+1
* 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-013-6/+4
* Renerate (some include files were changed)peter1997-03-293-6/+4
* Be consistant with the other syscall makefile's handling of the defaultpeter1997-03-291-1/+4
* Fix the warning when compiling the SYSINIT hook due to function types.peter1997-03-291-2/+13
* Forgot $Id$, break a long linepeter1997-03-291-2/+5
* Add a Makefile for regenerating the syscall tablespeter1997-03-291-0/+7
* 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-2216-16/+16
* 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-1416-16/+16
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherjkh1996-12-231-1/+3
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+2
* Add IP_OPTIONS and the multicast-related setsockopts to thefenner1996-12-032-2/+23
* Add audio mixer ioctls.smpatel1996-11-052-2/+92
* Declare pointers to signal handling functions in full instead of asbde1996-10-251-3/+2
* Prepare kernel to take advantage of "branded" ELF binaries.sos1996-10-161-5/+6
* Updated #includes to 4.4lite style.bde1996-10-151-2/+3
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedbde1996-10-151-1/+2
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-031-4/+3
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-031-2/+2
* Fix memory leak bug in the path parsing code which never released it'snate1996-08-051-6/+10
* Removed unused #include. Linux doesn't support SCO consoles.bde1996-06-231-2/+1
OpenPOWER on IntegriCloud