summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* In getit(), use read_eflags()/write_eflags() to preserve the interruptbde1996-06-172-6/+16
* In microtime(), use pushfl/popfl to preserve the interrupt enable flagbde1996-06-171-2/+4
* Several bugfixes/improvements:dyson1996-06-171-485/+620
* Explain the options for the `od' driver.joerg1996-06-163-4/+40
* Fix cut/paste error; a read-only variable should have been read/write.peter1996-06-161-2/+2
* Whoops, I accidentally deleted a necessary ":" which is part of thenate1996-06-151-2/+2
* At long last, we know have support for the 3C589 in a FreeBSD releasenate1996-06-142-3/+219
* Better code for switching the ethernet transceiver.nate1996-06-141-30/+32
* 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
OpenPOWER on IntegriCloud