summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Print a warning if we removed a junked drivegrog1998-11-031-1/+7
* Take drive down if the disk driver tells us it's not theregrog1998-11-031-1/+5
* Check for duplicate subdisk namesgrog1998-11-031-9/+9
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,msmith1998-11-0323-2/+9740
* Don't update the screen while the cursor shape is being changedyokota1998-11-032-2/+10
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough formsmith1998-11-021-7/+16
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-027-13/+278
* Revise a few comments.rnordier1998-11-022-14/+14
* Standardise on ';' as a component separator; it seems to be a little moremsmith1998-11-021-4/+4
* spell checkobrien1998-11-022-6/+6
* 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
OpenPOWER on IntegriCloud