| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If last state was supended, remove the card. This is a kludge, there | imp | 1999-12-08 | 1 | -0/+3 |
* | Style nit. | obrien | 1999-12-08 | 1 | -1/+1 |
* | Document what "X" in the table means. | obrien | 1999-12-08 | 1 | -0/+3 |
* | When erroring out that there is not enough space to write the corefile, | obrien | 1999-12-08 | 1 | -3/+5 |
* | Fix alloc_driver() so that calls devclass_get_device() with slt->slotnum | wpaul | 1999-12-08 | 1 | -1/+1 |
* | Revamp the devstat priority system. All disks now have the same priority. | ken | 1999-12-08 | 15 | -32/+28 |
* | I've been Brucified! I did evil things with typedefs, but I'll do it | green | 1999-12-08 | 1 | -4/+4 |
* | Fix invocation of bus_teardown_intr(). The last arg is supposed to be | wpaul | 1999-12-08 | 2 | -2/+2 |
* | o Implement IRQ activation. We do this in bus_{setup,teardown}_intr, | imp | 1999-12-08 | 5 | -195/+75 |
* | Add a cross-reference to fabs(3) man page. | chris | 1999-12-07 | 1 | -0/+1 |
* | Commit the kernel part of our DVD support. Nothing much to say really, | sos | 1999-12-07 | 8 | -5/+449 |
* | Fix typo errors, remove repeated paragraphs, update incorrect (i.e. mixed up) | chris | 1999-12-07 | 1 | -11/+6 |
* | Try a little harder at the VIA DMA support. | sos | 1999-12-07 | 3 | -32/+61 |
* | Correct the synopsis for the wi(4) driver: it's just "device wi0" now, not | wpaul | 1999-12-07 | 2 | -2/+2 |
* | Spruce up the Sundance ST201 driver: | wpaul | 1999-12-07 | 2 | -139/+126 |
* | Bump CIS_MAXSTR from 30 to 254. pccard appears to define the entire | imp | 1999-12-07 | 2 | -4/+17 |
* | Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL() | wpaul | 1999-12-07 | 2 | -4/+4 |
* | Update the sample for $init_path to reflect the kernel default. | msmith | 1999-12-07 | 1 | -1/+2 |
* | Update to reflect use of : not ; as separator in paths passed to the | msmith | 1999-12-07 | 1 | -2/+2 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 67 | -437/+4785 |
* | Fix bug where tuner i2c address was not set for IMS Turbo cards | roger | 1999-12-07 | 1 | -2/+9 |
* | Build gasp (GAS Preprocessor). This is needed for building Glide. | dfr | 1999-12-07 | 2 | -1/+21 |
* | Fix support for disk with > 64K cyls. | sos | 1999-12-07 | 2 | -9/+8 |
* | Temporary adjustment to build after pnp changes. There is a new version | peter | 1999-12-07 | 6 | -11/+10 |
* | Fix the ioctl CONS_FINDMODE and its underlying subroutine | yokota | 1999-12-07 | 3 | -18/+10 |
* | Merge from sys/isa/fd.c rev 1.170. | kato | 1999-12-07 | 2 | -12/+46 |
* | Merge from sys/isa/sio.c rev 1.277 & 1.278. | kato | 1999-12-07 | 2 | -44/+58 |
* | Merge from sys/i386/conf/files.i386 rev 1.283. | kato | 1999-12-07 | 2 | -2/+0 |
* | Merge from sys/dev/syscons/syscons.c rev 1.328. | kato | 1999-12-07 | 1 | -1/+2 |
* | Merge from sys/i386/i386/userconfig.c rev 1.162 & 1.163. | kato | 1999-12-07 | 1 | -6/+1 |
* | Tonight's cleanups. | imp | 1999-12-07 | 9 | -234/+179 |
* | Remove a bunch of un-needed includes. | julian | 1999-12-07 | 16 | -42/+0 |
* | Change the default poweroff delay from 0 to 5 seconds. This seems to be | msmith | 1999-12-07 | 1 | -1/+5 |
* | Make some examples reflect defaults. | dcs | 1999-12-07 | 1 | -7/+7 |
* | Recognize the Pioneer CD-ROM DRM-6324X as a changer. | ken | 1999-12-07 | 1 | -1/+7 |
* | Do proper constification in args.c. This shuts up -Wcast-qual (thanks, | green | 1999-12-07 | 2 | -4/+8 |
* | The typo was actually that ``if'' was misspelled as ``it.'' | chris | 1999-12-07 | 1 | -1/+1 |
* | Fix a typo (specifically, the word ``it'' was used twice in a row where it | chris | 1999-12-07 | 1 | -1/+1 |
* | -Wall cleanup / variable correctness. | billf | 1999-12-07 | 1 | -19/+23 |
* | Change ``.Dq Fl o'' to ``.Dq -o'' | chris | 1999-12-07 | 1 | -1/+1 |
* | -Wall cleanup. | billf | 1999-12-07 | 3 | -18/+88 |
* | Reckognize the 'Avance Asound 100' | billf | 1999-12-07 | 3 | -0/+12 |
* | Add vendor NetChip with its device NET1080 (host-to-host adapter) | n_hibma | 1999-12-07 | 2 | -7/+23 |
* | Add reference to netgraph(4) in the 'see also' section. | archie | 1999-12-06 | 1 | -0/+1 |
* | "raw" -> "block" Block devices have been what are now gone, not "raw" | imp | 1999-12-06 | 1 | -1/+1 |
* | I always forget to check before I reboot a system, and while it | phk | 1999-12-06 | 1 | -0/+30 |
* | Include BSD-license. | wosch | 1999-12-06 | 1 | -1/+23 |
* | Mention the '6' flag in the flags summary. (Forgotten in the last commit). | joe | 1999-12-06 | 1 | -1/+1 |
* | Last minute patch that I forgot to apply: check return code of iplattach() | guido | 1999-12-06 | 2 | -0/+4 |
* | Add braces ({}) to all the places that they're missing. | joe | 1999-12-06 | 1 | -18/+34 |