summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix errors detected by -Wformat.jdp1998-11-013-6/+7
* Link objformat statically by default. This makes it possible tojdp1998-11-011-0/+1
* 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
* If the CBCP callee offsers no callback, send our configuredbrian1998-10-311-5/+7
* Allow multiple systems (config labels) on the commandbrian1998-10-316-101/+116
* 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-313-24/+24
* 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
* Backout rev 1.175.obrien1998-10-312-40/+32
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-318-22/+657
* Add a new field to the devsw structure; dv_print, to print all valid unitsmsmith1998-10-313-2/+19
* Typo.jmz1998-10-301-1/+1
* Add a hungarian map to allow use of a US 101 key keyboard.julian1998-10-303-4/+325
* Document that we support i82595-based Ethernet adapters (Intel EtherExpressdes1998-10-303-3/+6
* Fix some of the more blatant bugs in the original code, provide ajoerg1998-10-303-33/+156
* This commit was generated by cvs2svn to compensate for changes in r40767,joerg1998-10-302-0/+182
|\
| * This is enigma, aka. crypt(1). It has suppsedly been taken fromjoerg1998-10-302-0/+182
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-305-15/+15
* 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
* (1) Add new variables LOOP_VAR and LOOP_OPTIONS to implement building severalasami1998-10-302-7/+54
* Fix an uninitialized variable in the `dangerously dedicated disk' case.luoqi1998-10-301-1/+2
* ``MAKEDEV ccd3'' is now consistant with many of the other devices in thatobrien1998-10-302-34/+42
* 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
* Don't call PacketAliasIn() when we turn around packets destinedbrian1998-10-291-7/+1
* Prevent buffer overflow in getpwnam()msmith1998-10-291-2/+2
OpenPOWER on IntegriCloud