summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-3094-526/+627
* Correct a significant problem with the softupdates port. Allow fsyncdyson1998-03-292-8/+22
* Sync with sys/i386/isa/if_ed.c revision 1.138.kato1998-03-291-2/+1
* Sync with sys/i386/i386/trap.c revision 1.124.kato1998-03-291-1/+2
* Sync with sys/i386/isa/if_ed.c revision 1.137.kato1998-03-291-12/+1
* Don't access "time" directly.phk1998-03-291-2/+2
* Replace direct access to time with getmicrotime().phk1998-03-291-4/+1
* Export MD5Transform in md5.c and remove a private version in random_machdep.cphk1998-03-295-246/+15
* regeneratepeter1998-03-293-8/+35
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-294-10/+50
* pcics are devices not controllers.helbig1998-03-293-9/+9
* Patch up some space/tab problems. It looks like some of this camepeter1998-03-292-30/+28
* 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
OpenPOWER on IntegriCloud