summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change some numeric #defines to enumsgrog1998-11-021-12/+11
* Don't close drives when called from interrupt context, set a flag forgrog1998-11-021-23/+63
* Get the default revive blocksize right for striped and RAID-5 plexesgrog1998-11-021-3/+4
* Close any drives downed in an interrupt context.grog1998-11-021-5/+24
* Accept incorrect device open counts, but print a warninggrog1998-11-021-2/+17
* Check for maximum number of subdisks in a plexgrog1998-11-021-1/+11
* Only do one VOP_ACCESS() per open() instead of two. This should reducepeter1998-11-021-8/+9
* Optimize bzero() by unrolling the aligned quadword loop and moving the lengthalex1998-11-021-2/+14
* Oops forgot to remove peter's 'device iicbb0' declaration. Done.nsouch1998-11-013-6/+3
* Add controller iicbb (generic I2C bit-banging code) and lpbbnsouch1998-11-013-6/+48
* The kernel should compile even /dev/null does not exists.wosch1998-11-011-3/+2
* Ignore, rather than emulate, an i386 'hlt' instruction (though forrnordier1998-11-012-22/+22
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-015-1098/+2615
* Unneeded file.phk1998-10-311-93/+0
* Set BLLI Layer 2 protocol field when using a 'User specified' protocol.phk1998-10-311-2/+4
* Trivial stylish changes, mostly to silence gcc.phk1998-10-3185-424/+434
* Increase the size of the tx and rx rings from 10 to 20 descriptorswpaul1998-10-312-8/+8
* Add John Dyson's SYSCTL descriptions, and an export of more stats topeter1998-10-315-20/+124
* * Extend the memory available for the heap from 256k to 512k.dfr1998-10-318-20/+86
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notpeter1998-10-312-4/+4
* Change dirty block list handling to use TAILQ macros.peter1998-10-312-16/+16
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-3129-96/+94
* I do not know if this is correct, but add iicbb0 as a device so thatpeter1998-10-313-3/+6
* Fixup prototypes so that this beastie compiles.peter1998-10-312-8/+8
* Convert lists for bufs attached to vnodes from a LIST to a TAILQ.peter1998-10-312-102/+116
* Convert the vnode clean/dirty attached buffer lists from LISTs to TAILQs.peter1998-10-313-14/+22
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-314-32/+79
* pcf.c: timeout management addednsouch1998-10-318-394/+837
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlynsouch1998-10-312-7/+340
* iicbb is generic support for I2C bit-banging.nsouch1998-10-3110-120/+665
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-318-38/+1076
* Extensions to iicbus(4) added + brooktree848 driver ported to new I2Cnsouch1998-10-311-0/+17
* * Use explicitly sized types for grovelling around inside packets.dfr1998-10-311-21/+21
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asdfr1998-10-313-8/+14
* The last argument to vm_object_page_clean() are now bit flags, rather thanpeter1998-10-314-8/+8
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-318-22/+657
* Document that we support i82595-based Ethernet adapters (Intel EtherExpressdes1998-10-303-3/+6
* Unwire everything to the inactive queue in order to preserve LRU ordering.dg1998-10-301-37/+12
* Fix a typo, and remove verbose error reporting when inluigi1998-10-302-4/+8
* Use "KB" instead of "Kb" for KiloBytes, consistently with otherluigi1998-10-304-12/+12
* Fix an uninitialized variable in the `dangerously dedicated disk' case.luoqi1998-10-301-1/+2
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-3012-64/+64
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-304-18/+35
* Put back MFS_ROOT now that it's been fixed correctly.jkh1998-10-302-4/+4
* Fix this correctly - check if mfs_getimage() succeeds before settingsjkh1998-10-301-2/+7
* Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokesjkh1998-10-302-4/+4
* Make the BTX loader much more quiet about what it's doing. This removesmsmith1998-10-303-54/+87
* Per request from ache, change the numbering scheme of __FreeBSD_cc_version.jdp1998-10-291-2/+2
* Correct the reporting of the queue full condition so that the XPT layergibbs1998-10-292-6/+13
* Bump VERSREQ to make ``config'' happy.dima1998-10-292-4/+4
OpenPOWER on IntegriCloud