summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Maybe fix netkey. I am not sure how to test this..peter1998-04-051-44/+68
* Fix previous commit. Don't people read compiler messages or something??peter1998-04-051-2/+2
* Remove some unneeded statements that enabled interrupts.tegge1998-04-055-15/+10
* Use microruntime() rather than doing it by hand.phk1998-04-042-6/+4
* Handle double fraction overflow in nano & microtime functions (spotted by Bruce)phk1998-04-043-12/+9
* Substitute a panic for a undefined function so LINT will compile.phk1998-04-041-0/+4
* Sync with sys/i386/isa/syscons.c revision 1.257.kato1998-04-041-9/+14
* More fixes to deal with fonts:yokota1998-04-043-69/+546
* Time changes mark 2:phk1998-04-0429-263/+450
* Perhaps fix a problem that some drivers have that they don't properlydyson1998-04-041-2/+2
* Sync with sys/i386/isa/wd.c revision 1.152.kato1998-04-021-2/+2
* Try to fix poll & select after I broke them.phk1998-04-021-11/+9
* Shut up GCC.eivind1998-04-021-2/+2
* Add two workarounds for broken MP tables:tegge1998-04-0114-44/+443
* Declare some variables modified by interrupt handlers as volatile.tegge1998-04-013-9/+9
* Fix an off by 1<<32 error.phk1998-03-312-4/+4
* Add a dummy timecounter until we find the real thing(s).phk1998-03-312-8/+72
* Cosmetic. Move a blank line.kato1998-03-311-3/+3
* Sync with sys/i386/i386/trap.c revision 1.125 and sys/i386/isa/clock.ckato1998-03-314-12/+33
* Add an ioctl to retrieve the next writable address.jmz1998-03-313-20/+119
* - Use existing file (psm.c) though the driver does not work underkato1998-03-302-12/+4
* Merge the change in sys/i386/boot/rawboot/Makefile revision from 1.7kato1998-03-301-16/+5
* Added missing #include's.kato1998-03-301-1/+3
* 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
OpenPOWER on IntegriCloud