summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add in placeholders for the newer linux syscallspeter1998-03-292-2/+46
* Don't use fast interrupts when initialized through PnP. if_ed doeseivind1998-03-292-4/+2
* The system call stubs for the sched_* system calls can't bedufault1998-03-283-10/+2
* Remove duplicate commentdufault1998-03-281-4/+1
* Don't allow the readdirplus routine to be used in NFS V2.steve1998-03-282-2/+6
* Include sys/resource.h to get PRIO_MAX.dufault1998-03-282-0/+2
* Removed unused #includes.bde1998-03-2829-127/+24
* Don't export anything from <sys/socket.h> except AF_MAX from here.bde1998-03-281-4/+3
* Don't depend on <sys/mount.h> including <sys/socket.h>.bde1998-03-284-4/+8
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-2845-679/+1172
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-2847-48/+108
* Fixed style bugs (mostly) in previous commit.bde1998-03-287-25/+33
* Get socket and locking stuff by including <sys/socket.h> and <sys/lock.h>,bde1998-03-281-1/+2
* Fix dead hang writing to FATache1998-03-282-4/+4
* Add two VLSI chip set components: 82C592 and 82C593se1998-03-271-1/+5
* When building in in the kernel rather than as a LKM, don't compilepeter1998-03-271-4/+4
* allow open on all minorspeter1998-03-272-4/+4
* A fix for a link down route cleanup panic, when the route cleanuppeter1998-03-271-1/+10
* Enable the use of soft updates on the root filesystem. Previously, thepeter1998-03-271-2/+9
* Split the padding out into a separate function.phk1998-03-272-6/+19
* Correct a problem where buffers might not be zeroed when needed. Thedyson1998-03-271-3/+3
* Give this a shot at actually working as an LKM..peter1998-03-271-3/+11
* Add two new functions, get{micro|nano}time.phk1998-03-2624-227/+216
* Remove unused cheat static.imp1998-03-251-3/+1
* Quieten a debug message.. This happens under "normal" operation by 4 bytespeter1998-03-251-2/+2
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-247-33/+140
* Fix a stupid bug where I was returning the wrong value. It's a wonderjlemon1998-03-241-1/+2
* Only read the cr4 register if the cpu_feature flag indicates the machinejlemon1998-03-241-2/+3
* PC-98 does not have a BIOS call to get memory size.kato1998-03-241-2/+3
* Sync with sys/i386/i386/machdep.c and trap.c revisions 1.293 andkato1998-03-243-65/+101
* Sync with sys/i386/conf/files.i386 revision 1.195.kato1998-03-242-6/+6
* Describe the SC_DISABLE_REBOOT option.yokota1998-03-243-3/+6
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-2319-113/+986
* si driver has changed microcode file locations.peter1998-03-232-6/+6
* Remove these.peter1998-03-232-2530/+0
* Several changes:peter1998-03-236-568/+1038
* New versions of Specialix host card download code.peter1998-03-234-0/+6932
* key_getspi() bugfix.itojun1998-03-231-2/+19
* Forward declare even more structs to restore some self-sufficiency.bde1998-03-231-2/+3
* Fixed syntax errors.bde1998-03-232-10/+10
* Don't depend on namespace pollution to help misdeclare pointers as arrays.bde1998-03-231-5/+3
* Added a forward struct declaration so that this file is lessbde1998-03-231-2/+2
* FixedSpellingErrorInAFunctionname.bde1998-03-231-2/+2
* Add vm_ooffset_t and vm_pindex_t that FreeBSD uses (but NetBSD doesn't).jb1998-03-231-1/+3
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-223-8/+40
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptpeter1998-03-213-852/+1959
* Make it compile.. missing "opt_ipfilter.h" and missing <sys/malloc.h>peter1998-03-212-6/+10
* Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.peter1998-03-213-3/+24
* Some patchups for when this code is compiled in userland (!).peter1998-03-214-4/+12
* On most other systems "out there", <net/if.h> does not require the callerpeter1998-03-211-1/+9
OpenPOWER on IntegriCloud