summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The Great PC98 Merge.asami1996-06-148-7/+124
* Document LINT.asami1996-06-142-2/+22
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decidese1996-06-134-8/+8
* A fast memory copy for Pentiums using floating point registers.asami1996-06-132-2/+200
* Externalize the declaration of dc_list. This is required in order tojoerg1996-06-121-2/+1
* Fix a very significant cnt.v_wire_count leak in vm_page.c, and somedyson1996-06-121-4/+6
* Add -Wunused to try and catch any future offendersgpalmer1996-06-121-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-1234-105/+75
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.gpalmer1996-06-121-40/+41
* Clean up -Wunused warnings.gpalmer1996-06-122-18/+14
* Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by variousnate1996-06-121-2/+90
* Move warning messages under bootverbosepst1996-06-112-8/+16
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-113-3/+9
* We are developing a device driver of Smart Capture Card.phk1996-06-101-1/+2
* *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in thepeter1996-06-102-4/+4
* Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.alex1996-06-102-6/+10
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'gibbs1996-06-091-1/+26
* Add a check in the SMC probe to verify that the card has an ethernetmartin1996-06-091-0/+4
* Fix the spl handling. There's still the effect that the timers havejoerg1996-06-091-14/+32
* Implement CDIOCCLOSEache1996-06-091-4/+16
* Bring back the `config file in the kernel' feature from the 1.x days. Thisjkh1996-06-081-3/+4
* Change the 'sysi86()' function not implemented' printf to be called onlynate1996-06-081-0/+2
* Removed unnecessary forward declarations of incomplete structs.bde1996-06-081-3/+1
* Stop using the alias `pcb_ptd' for `pcb_tcc.tss_cr3'. Use the (existing)bde1996-06-081-3/+3
* Eliminate a struct copy that gcc doesn't inline and ends up as a call topeter1996-06-081-2/+2
* Removed bogus `altfmt' code. No alternative formats are supported, butbde1996-06-081-10/+1
* Fixed calculation of the number of cylinders. wdp_cylinders (wasbde1996-06-082-18/+15
* Removed recently introduced unnecessary #includes of <machine/cpu.h>bde1996-06-082-7/+2
* Fixed group and permissions for devfs devices (group operator was games;bde1996-06-083-32/+38
* Fixed existence, minor numbers, group and permissions for devfs devicesbde1996-06-081-20/+29
* Replaced some memcpy()'s by bcopy()'s.bde1996-06-081-3/+3
* Bring back the loop in RESTART_SEQUENCER. It seems to be necessary forgibbs1996-06-081-9/+12
* Adjust the threshold for blocking on movement of pages from the cachedyson1996-06-081-24/+13
* When uname() returns the system name, try to use the unqualified domainnate1996-06-081-1/+6
* A trailing patch Jim left out of the last commit.jkh1996-06-071-1/+7
* Added index as a 'standard' file. It could be added as 'optional' fornate1996-06-071-1/+2
* Describe ATAPI_STATIC (it seems lkm variant never work)ache1996-06-072-2/+4
* Fix a bug in the pmap_object_init_pt routine that pages aren't takendyson1996-06-071-1/+3
* I missed a case of the page table page dirty-bit fix.dyson1996-06-051-2/+4
* Keep page-table pages from ever being sensed as dirty. This should fixdyson1996-06-051-15/+40
* Bring in changes from if_ep.c for PCCARD driver.nate1996-06-041-2/+2
* Freudian slip. Change M_DEVBUG -> M_DEVBUF.nate1996-06-042-4/+4
* Fix typo. in the APM_DSVALUE_BUG code that I missed.nate1996-06-042-4/+4
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notsos1996-06-031-1/+3
* Don't carry the modified or referenced bits through to the childdyson1996-06-021-12/+30
* Be slightly more verbose during configure() in the bootverbose case.joerg1996-06-021-3/+23
* Hide the ``wrong signature'' message behind bootverbose. It'sjoerg1996-06-021-2/+4
* Fix the problem with pmap_copy that breaks X in small memory machines. Alsodyson1996-06-011-13/+23
* Fix ioctl() operations...nasty typopst1996-05-311-2/+2
* Fix a regression. Turn off the selection hardware during a selection timeoutgibbs1996-05-311-12/+9
OpenPOWER on IntegriCloud