summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-1/+3
* Clean up -Wunused warnings.gpalmer1996-06-124-12/+7
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-022-6/+6
* Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.jkh1996-05-011-1/+2
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+3
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-4/+1
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-192-6/+10
* Update the linux_sendsig() handler to the new type of the 4thpeter1996-03-171-4/+4
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-122-4/+4
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thepeter1996-03-102-8/+10
* Move the elf linux_interp structure from the lkm stub to here so that itpeter1996-03-101-1/+18
OpenPOWER on IntegriCloud