| Commit message (Expand) | Author | Age | Files | Lines |
* | Set BLLI Layer 2 protocol field when using a 'User specified' protocol. | phk | 1998-10-31 | 1 | -2/+4 |
* | Trivial stylish changes, mostly to silence gcc. | phk | 1998-10-31 | 85 | -424/+434 |
* | If the CBCP callee offsers no callback, send our configured | brian | 1998-10-31 | 1 | -5/+7 |
* | Allow multiple systems (config labels) on the command | brian | 1998-10-31 | 6 | -101/+116 |
* | Increase the size of the tx and rx rings from 10 to 20 descriptors | wpaul | 1998-10-31 | 2 | -8/+8 |
* | Add John Dyson's SYSCTL descriptions, and an export of more stats to | peter | 1998-10-31 | 5 | -20/+124 |
* | * Extend the memory available for the heap from 256k to 512k. | dfr | 1998-10-31 | 8 | -20/+86 |
* | vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not | peter | 1998-10-31 | 2 | -4/+4 |
* | Change dirty block list handling to use TAILQ macros. | peter | 1998-10-31 | 3 | -24/+24 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 29 | -96/+94 |
* | I do not know if this is correct, but add iicbb0 as a device so that | peter | 1998-10-31 | 3 | -3/+6 |
* | Fixup prototypes so that this beastie compiles. | peter | 1998-10-31 | 2 | -8/+8 |
* | Convert lists for bufs attached to vnodes from a LIST to a TAILQ. | peter | 1998-10-31 | 2 | -102/+116 |
* | Convert the vnode clean/dirty attached buffer lists from LISTs to TAILQs. | peter | 1998-10-31 | 3 | -14/+22 |
* | New callback mechanism to allow iicbus bus allocation when requesting | nsouch | 1998-10-31 | 4 | -32/+79 |
* | pcf.c: timeout management added | nsouch | 1998-10-31 | 8 | -394/+837 |
* | lpbb is the official Philips parallel I2C interface. lpbb.c contains only | nsouch | 1998-10-31 | 2 | -7/+340 |
* | iicbb is generic support for I2C bit-banging. | nsouch | 1998-10-31 | 10 | -120/+665 |
* | Brooktree driver ported to the new I2C framework. See iicbus(4) for more info. | nsouch | 1998-10-31 | 8 | -38/+1076 |
* | Extensions to iicbus(4) added + brooktree848 driver ported to new I2C | nsouch | 1998-10-31 | 1 | -0/+17 |
* | * Use explicitly sized types for grovelling around inside packets. | dfr | 1998-10-31 | 1 | -21/+21 |
* | * Fix vga_probe() so that it doesn't report a non-vga display adapter as | dfr | 1998-10-31 | 3 | -8/+14 |
* | The last argument to vm_object_page_clean() are now bit flags, rather than | peter | 1998-10-31 | 4 | -8/+8 |
* | Backout rev 1.175. | obrien | 1998-10-31 | 2 | -40/+32 |
* | - Add a new command 'lsdev' to list devices which might be likely to host | msmith | 1998-10-31 | 8 | -22/+657 |
* | Add a new field to the devsw structure; dv_print, to print all valid units | msmith | 1998-10-31 | 3 | -2/+19 |
* | Typo. | jmz | 1998-10-30 | 1 | -1/+1 |
* | Add a hungarian map to allow use of a US 101 key keyboard. | julian | 1998-10-30 | 3 | -4/+325 |
* | Document that we support i82595-based Ethernet adapters (Intel EtherExpress | des | 1998-10-30 | 3 | -3/+6 |
* | Fix some of the more blatant bugs in the original code, provide a | joerg | 1998-10-30 | 3 | -33/+156 |
* | This commit was generated by cvs2svn to compensate for changes in r40767, | joerg | 1998-10-30 | 2 | -0/+182 |
|\ |
|
| * | This is enigma, aka. crypt(1). It has suppsedly been taken from | joerg | 1998-10-30 | 2 | -0/+182 |
* | Rename a function name so that it doesn't conflict with a future system call. | dg | 1998-10-30 | 5 | -15/+15 |
* | Unwire everything to the inactive queue in order to preserve LRU ordering. | dg | 1998-10-30 | 1 | -37/+12 |
* | Fix a typo, and remove verbose error reporting when in | luigi | 1998-10-30 | 2 | -4/+8 |
* | Use "KB" instead of "Kb" for KiloBytes, consistently with other | luigi | 1998-10-30 | 4 | -12/+12 |
* | (1) Add new variables LOOP_VAR and LOOP_OPTIONS to implement building several | asami | 1998-10-30 | 2 | -7/+54 |
* | Fix an uninitialized variable in the `dangerously dedicated disk' case. | luoqi | 1998-10-30 | 1 | -1/+2 |
* | ``MAKEDEV ccd3'' is now consistant with many of the other devices in that | obrien | 1998-10-30 | 2 | -34/+42 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 12 | -64/+64 |
* | Do not disable the ISA compatibility window if it is the same value as | gibbs | 1998-10-30 | 4 | -18/+35 |
* | Put back MFS_ROOT now that it's been fixed correctly. | jkh | 1998-10-30 | 2 | -4/+4 |
* | Fix this correctly - check if mfs_getimage() succeeds before settings | jkh | 1998-10-30 | 1 | -2/+7 |
* | Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokes | jkh | 1998-10-30 | 2 | -4/+4 |
* | Make the BTX loader much more quiet about what it's doing. This removes | msmith | 1998-10-30 | 3 | -54/+87 |
* | Don't call PacketAliasIn() when we turn around packets destined | brian | 1998-10-29 | 1 | -7/+1 |
* | Prevent buffer overflow in getpwnam() | msmith | 1998-10-29 | 1 | -2/+2 |
* | tx(4) - misspelled word | nate | 1998-10-29 | 2 | -2/+2 |
* | Add support for -Wformat consistency checking between format strings | jdp | 1998-10-29 | 1 | -7/+7 |
* | Clarify processing of the string argument by psignal(). | rnordier | 1998-10-29 | 1 | -1/+3 |