summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-265-20/+12
* Updated the major number check in vfs_object_create(). It's notbde1998-10-262-4/+6
* Check the major number of the boot device more carefully. There was onlybde1998-10-262-10/+6
* Fixed breakage of the GPROF case of statclock() in the previous commit.bde1998-10-262-2/+4
* Oops, back out some local changes that shouldn't have been in thebde1998-10-251-5/+5
* Fixed breakage of the !SMP case of roundrobin() in the previous commit.bde1998-10-251-5/+8
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-257-12/+21
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-7/+4
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-4/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-2531-173/+64
* Fixed device number checking in bdevvp():bde1998-10-252-12/+20
* Fixed sysctl attachment for statically configured vfs's.bde1998-10-251-16/+25
* Add some missing dependencies.phk1998-10-251-4/+6
* Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15.paul1998-10-251-3/+3
* Update to current reality. We can now track several LORSTA on separatephk1998-10-241-136/+185
* Update and add timekeeping code.phk1998-10-241-24/+182
* Header file for XRPU devices.phk1998-10-241-0/+37
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingmsmith1998-10-241-1/+8
* Don't put 0x in front of %p, it does it already.msmith1998-10-241-4/+4
* Reserve some space for the stack in the region we recover from the initialmsmith1998-10-241-2/+3
* Clean the ${BASE}.sym file as well.msmith1998-10-231-2/+2
* Remove a debugging copy of offsetof() that snuck in.msmith1998-10-231-2/+1
* Enable the PCI BIOS PnP enumerator.msmith1998-10-231-3/+3
* PnP enumerator using the PCI BIOS. This is needlessly complex due to themsmith1998-10-233-6/+300
* Ignore `vector xxxintr' specifications except for checking their syntax.bde1998-10-233-6/+6
* Sync with sys/i386/isa/clock.c revision 1.128.kato1998-10-233-33/+33
* Refer to vinum driver sources in a single location (outside of thepeter1998-10-2323-8249/+8
* Move the kld stuff to here.peter1998-10-231-4/+38
* Update timecounters to new interface.phk1998-10-236-58/+58
* Change the way we simulate stable storage for timecounters.phk1998-10-232-114/+104
* Remove the tc_cost field from timecounters.phk1998-10-232-4/+2
* Oops, revert part of last fix. vm_pager_dealloc() can't be called untildg1998-10-231-7/+8
* Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_deallocdg1998-10-231-8/+10
* Fix a problem with the way we handled device invalidation when attachingken1998-10-2210-335/+438
* PnP BIOS enumerator; mostly useful for hunting PnP devices that are supportedmsmith1998-10-221-0/+290
* Add a dependancy on the BTX crt0 objectmsmith1998-10-223-8/+6
* Add biospnp.cmsmith1998-10-221-2/+3
* Pop the return address off the stack before making a V86_CALLF call;msmith1998-10-221-2/+5
* Export an interface for presetting the ISA PnP read port address.msmith1998-10-223-46/+77
* Close PR #8409:wpaul1998-10-221-3/+3
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-224-143/+143
* Close PR #8384:wpaul1998-10-222-23/+39
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-225-21/+20
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-6/+6
* Quote port names that have a digit in them. IO_TIMER1 was lexed asbde1998-10-229-51/+51
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-229-343/+343
* Fixed the ifdef for `uart' driver being present. The sound-driver-specificbde1998-10-221-1/+3
* Added rl driver.kato1998-10-225-9/+12
* Fix behaviour of the driver with small files -- due to a stupidluigi1998-10-221-2/+2
* The previous change was much too simple to actually compensate forbde1998-10-221-1/+15
OpenPOWER on IntegriCloud