summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Moved the definition of `boottime' and its sysctl to the correct file.bde1999-09-133-4/+8
* Const poisoning from d_name.bde1999-09-131-6/+5
* Oops, I forgot to commit this together with the updates to the callers.bde1999-09-133-6/+6
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-1310-17/+14
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).bde1999-09-133-7/+11
* Fix disordering introduced in my previous commit.des1999-09-133-15/+15
* Merge from sys/i386/conf/GENERIC revision 1.190.kato1999-09-132-10/+16
* "\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)des1999-09-133-6/+6
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-124-29/+22
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-125-11/+13
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctldes1999-09-126-0/+102
* Mainly stylistic fixes:green1999-09-122-36/+26
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-123-3/+3
* Fixed missing changes from sys/isa/sio.c.nyan1999-09-122-404/+220
* Merge missing changes from sys/i386/conf/files.i386.nyan1999-09-122-2/+4
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-123-46/+30
* Remove replace phygetvpbuf() with direct call to getpbuf();phk1999-09-121-19/+1
* Remove unneeded disk-related includes.phk1999-09-122-5/+0
* Change scheduling to use on the fly determination rather than presorting.phk1999-09-121-156/+137
* Some PnP BIOSsen return garbage in the high byte of the number-of-devicesmsmith1999-09-122-0/+2
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-114-6/+36
* Fix kernel compile with BRIDGE, but without DUMMYNETnsayer1999-09-111-0/+3
* Fixed some style bugs (mainly disorderd prototypes).bde1999-09-111-14/+9
* Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3bde1999-09-112-12/+7
* Add the AMD driver.gibbs1999-09-115-0/+14
* Fix a compile warning.gibbs1999-09-111-0/+1
* Handle CAPABILITIESCHANGE event.iwasaki1999-09-112-0/+6
* Handle UserStandbyRequests as well as the other 3 members of thensayer1999-09-112-0/+16
* regenerate to include proper "gererated from" taglines.alfred1999-09-116-6/+6
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-1149-274/+910
* Add $FreeBSD$ tags to generated files otherwise the checker won't let thempeter1999-09-101-0/+6
* Create and use a dedicated malloc type for bus related stuff.phk1999-09-101-21/+23
* System clock don't update, because C6's TSC stop count up when runphk1999-09-102-0/+2
* Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu thatpeter1999-09-102-0/+4
* Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/peter1999-09-102-34/+34
* - Optimization to the previous (rev 1.15) commit.ru1999-09-101-9/+11
* Update to driver 1.73roger1999-09-102-8/+74
* Look for the right ACPI signature.msmith1999-09-102-2/+2
* Make sure that opti931's and guspnp's use the right offset from their ports.dfr1999-09-102-0/+4
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-104-3/+4
* Changes to centralise the default blocksize behaviour.julian1999-09-0920-63/+64
* Seperate the miibus pci ethernet drivers from the non-miibus drivers sopeter1999-09-092-12/+14
* Handle TCP reset sequence properly.ru1999-09-091-2/+2
* Merge from sys/i386/i386/machdep.c revision 1.361.kato1999-09-092-0/+2
* netboot removed until somebody fixes it so it compilesmjacob1999-09-091-1/+1
* Zap EXPORTMFS, it's no longer an option. (mfs_vfsops.c rev 1.58)peter1999-09-083-6/+0
* Zap EXPORTMFS -> opt_mfs.h - the option went away (turned on) in Aprilpeter1999-09-081-1/+0
* Clean up and reorder.des1999-09-081-1/+11
* Catch up with GENERIC. This file is creaming to be automaticallymarkm1999-09-081-10/+21
* Make unused tape bmajors in past tense.phk1999-09-084-11/+11
OpenPOWER on IntegriCloud