summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused member reselet from struct tstamp.se1998-07-121-3/+2
* Fix size of time stamps (had been time_t before the variable "time" wasse1998-07-121-26/+29
* Set the minimum malloc bucket to 5. In a DIAGNOSTIC kernel, the extradfr1998-07-121-1/+5
* Point at the correct disk location for alpha disklabels.dfr1998-07-123-9/+9
* Make sure the packet is aligned correctly for the alpha in if_simloop.dfr1998-07-121-2/+13
* Initialise all the fields separately in vattr_null since on the alphadfr1998-07-122-16/+34
* Overhaul the spl system so that it actually works properly.dfr1998-07-129-67/+101
* Don't bother calling pmap_emulate_reference() from cpu_fork(). It isn'tdfr1998-07-123-33/+3
* Define option DEC_EB164dfr1998-07-122-2/+4
* Add entry for prom console.dfr1998-07-121-2/+3
* Add some bits and pieces for my test box.dfr1998-07-122-2/+22
* Update to new interrupt api.dfr1998-07-125-14/+35
* Change interrupt api to be closer to intr_create/intr_connect.dfr1998-07-123-10/+27
* Implement CIA interrupts.dfr1998-07-122-1/+96
* Implement intr_create/intr_connect.dfr1998-07-122-3/+37
* Implement promcncheckc.dfr1998-07-123-14/+12
* Add some debug code.dfr1998-07-121-5/+29
* Add a couple of sysctls and implement sendsig/sigreturn.dfr1998-07-121-29/+196
* Add some generic interrupt dispatch code.dfr1998-07-122-114/+80
* Add definition of p_switchtime.dfr1998-07-122-2/+4
* Include opt_ddb.h.dfr1998-07-121-1/+3
* Hardwire the root disk of my test box for now.dfr1998-07-121-3/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.117.kato1998-07-122-80/+60
* Removed historical dependencies on `Makefile'. They had rotted to beingbde1998-07-123-96/+66
* Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERSbde1998-07-123-30/+30
* Prepare to handle MAXUSERS as a normal option.bde1998-07-121-1/+2
* Sync with sys/i386/isa/wd.c revision 1.171.kato1998-07-111-4/+4
* Sync with sys/i386/isa/fd.c revision 1.116.kato1998-07-112-8/+8
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.28.kato1998-07-112-6/+6
* Sync with sys/i386/i386/machdep.c revision 1.303.kato1998-07-112-10/+12
* Moved definition of fscale from param.c to kern_synch.c where itbde1998-07-113-13/+7
* Fixed printf format errors.bde1998-07-112-246/+226
* Fixed printf format errors.bde1998-07-111-2/+2
* Fixed printf format errors.bde1998-07-113-12/+20
* Fixed printf format errors.bde1998-07-112-6/+6
* Fixed printf format errors.bde1998-07-111-3/+4
* Fixed printf format errors.bde1998-07-112-12/+13
* Fixed printf format errors.bde1998-07-111-5/+5
* Don't disable pmap_setdevram() which isn't called, but which could be,phk1998-07-112-4/+6
* Improve a couple of comment.phk1998-07-112-12/+14
* Fixed printf format errors.bde1998-07-1149-305/+369
* Don't pretend to support ix86's with 7-bit ints by using longs just tobde1998-07-115-16/+16
* Don't pretend to support ix86's with 16-bit ints by using longs just tobde1998-07-114-38/+36
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-112-64/+64
* Add ipforward optionjulian1998-07-113-6/+6
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-07-111-15/+15
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-107-7/+79
* Removed no longer valid comment about swb_block being int instead ofalex1998-07-101-2/+2
* Removed unnecessary test from if/else construct.alex1998-07-101-2/+2
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-102-2/+12
OpenPOWER on IntegriCloud