summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add in an interrupt type for this driver. I have no idea how this couldjhb2001-01-191-1/+2
* Revert revision 1.102. I don't think p_nice needs to be protected withjhb2001-01-191-2/+0
* Do not cluster with B_LOCKED buffers.dillon2001-01-191-4/+20
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-1937-116/+226
* When blocksize is set to 2352, alwas read 2352 bytes.sos2001-01-181-2/+10
* Protect p_stat and p_oncpu with sched_lock in forward_signal().jhb2001-01-187-14/+63
* workaround; be sure to initialize nd6 interface information when IPv6itojun2001-01-181-0/+8
* Nikon E990 and Nomad MP3 player Ids.n_hibma2001-01-181-0/+8
* Argh! add card_if.h to the generated list. This fixes kernel builds forpeter2001-01-171-1/+1
* - Reverse the order of two loop invariant to ensure strlcat() does notjedgar2001-01-171-3/+6
* Take advantage of the fixes to the pcic code that allows multipledmlb2001-01-173-132/+160
* Add NEWCARD hooks. This seems to work just fine.peter2001-01-171-2/+32
* Add first cut support for the ATA100 capable VIA82c686b.sos2001-01-172-3/+46
* - Sort of lie and say that %eax is an output only and not an input for thejhb2001-01-172-4/+4
* The stallion.c pci driver is broken. Emit a warning if compiling LINT.peter2001-01-171-0/+8
* Use pci_get_revid() rather than groping around the PCI register spacepeter2001-01-171-3/+3
* Fix breakage unconvered by LINT - dont refer to undefined variables inpeter2001-01-172-0/+4
* Document data structures and operation on dummynet so next timeluigi2001-01-171-42/+117
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-176-0/+31
* Special case for compiling LINT - just give a warning and continue on.peter2001-01-177-0/+35
* Remove unneeded (and compile-breaking) #include "alpm.h"peter2001-01-171-2/+0
* Some dummynet patches that I forgot to commit last summer.luigi2001-01-162-34/+75
* Add tags quirk for IBM DNES drives.mjacob2001-01-161-0/+11
* Change NSWAPDEV to something else than the default value.des2001-01-162-2/+2
* These files have been on deathrow for a couple of months, no appeal.phk2001-01-166-25/+0
* Prepare for mdoc(7)NG.ru2001-01-162-2/+2
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-1614-164/+99
* Guard against overflow of the calculated timeout value.mjacob2001-01-161-4/+9
* Argh, disable the micro-ops again. I didn't test these adequately andjhb2001-01-162-2/+4
* - Use "+a" instead of "=&a" for several constraints. This should fixjhb2001-01-162-50/+38
* Free the intrhand name when free'ing a intrhand.jhb2001-01-164-0/+4
* Add some KASSERTs valid if WITNESS is defined to verify that the mbufbmilekic2001-01-161-4/+39
* Implement condition variables.jasone2001-01-167-8/+643
* Use the residual from a spacing operation to try and figure out wheremjacob2001-01-161-10/+38
* Get rid of those pesky "driver mistake" messages... destroy the create_d dev_tmjacob2001-01-161-1/+5
* - Fix atomic_load_* and atomic_store_* to generate functions for atomic.cjhb2001-01-162-336/+246
* Fix PR 24220 by using the periph private field0 for a CCB for notmjacob2001-01-151-40/+50
* Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.markm2001-01-151-14/+2
* Add was_fabric_dev/fabric_dev tags to our local FC database structuremjacob2001-01-151-9/+45
* Put in offset definitions for FPM and FBM registers, plus just enoughmjacob2001-01-151-0/+17
* Set default adapter role.mjacob2001-01-151-0/+1
* Use the isp_lastmbxcmd tag to report timed out mailbox commands.mjacob2001-01-151-2/+3
* Do more cleanup of the usage of 0..125 for F-port topologies.mjacob2001-01-151-11/+29
* When resetting the Qlogic 2X00 units, reset the FPM (Fibre Protocolmjacob2001-01-151-75/+134
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-153-34/+36
* it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 hashm2001-01-151-2/+2
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-1515-218/+381
* Add support for SMC91C100FD chip of MELCO LPC-TX.toshi2001-01-152-1/+3
* Make NSWAPDEV reasonable so people do not mistakenly use unreasonabledillon2001-01-152-2/+12
* Implement an optimization for INTREN/INTRDIS that bde pointed out lastpeter2001-01-153-0/+42
OpenPOWER on IntegriCloud