| Commit message (Expand) | Author | Age | Files | Lines |
| * | 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE | Justin T. Gibbs | 1996-02-12 | 1 | -2/+2 |
| * | Add ifdefs for non-freebsd system usage. Add missing select wakeups, | John Dyson | 1996-02-11 | 1 | -27/+63 |
| * | Fixed a really bogus problem with msync ripping pages away from | John Dyson | 1996-02-11 | 1 | -8/+9 |
| * | Make tundebug sysctl writable. | Poul-Henning Kamp | 1996-02-09 | 1 | -1/+1 |
| * | Add some missing requests for the read-side to wakeup the write-side. Also | John Dyson | 1996-02-09 | 1 | -2/+11 |
| * | If a slow input queue was defined by the driver, initialize it. | Garrett Wollman | 1996-02-08 | 1 | -1/+13 |
| * | #if out unsupported IMP code. | Garrett Wollman | 1996-02-08 | 1 | -1/+3 |
| * | Close kern/627 - panic if syscons not attached | Paul Traina | 1996-02-08 | 3 | -3/+9 |
| * | Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri... | Paul Traina | 1996-02-08 | 1 | -2/+2 |
| * | Add a couple of macros I expect to need. | Garrett Wollman | 1996-02-07 | 1 | -1/+4 |
| * | Comment out netccitt, netimp, and netiso entries, since we | Garrett Wollman | 1996-02-07 | 1 | -72/+72 |
| * | Define a new socket option, SO_PRIVSTATE. Getting it returns the state | Garrett Wollman | 1996-02-07 | 2 | -2/+12 |
| * | Apparent fix for a pipe hang problem. | John Dyson | 1996-02-07 | 1 | -3/+16 |
| * | Kill netccitt. The code is ancient, nobody wants to maintain it, and it | Garrett Wollman | 1996-02-06 | 30 | -11721/+0 |
| * | Get rid of netiso. It hasn't compiled in some time, there are no | Garrett Wollman | 1996-02-06 | 86 | -31496/+0 |
| * | Comment out ISO, CCITT, LLC, and HDLC with a note to the effect | Garrett Wollman | 1996-02-06 | 3 | -27/+24 |
| * | Clean up Ethernet drivers: | Garrett Wollman | 1996-02-06 | 44 | -627/+322 |
| * | Fix METEOR_TEST_VIDEO case. | Jordan K. Hubbard | 1996-02-05 | 1 | -1/+1 |
| * | Provide a direct entry point for IP input. This actually results | Garrett Wollman | 1996-02-05 | 2 | -26/+34 |
| * | Make me feel a little better by filling in reasonable values for rmx_sendpipe | Garrett Wollman | 1996-02-05 | 1 | -6/+12 |
| * | Fill in the corresponding ether address of multicast and broadcast | Garrett Wollman | 1996-02-05 | 1 | -1/+17 |
| * | Correct some man page cross references and some file | Mike Pritchard | 1996-02-05 | 1 | -2/+1 |
| * | Unspam my changes in rev 1.54 that John spammed in rev 1.55. | David Greenman | 1996-02-05 | 2 | -18/+22 |
| * | Deliver all bells to current console, use different pitch | Andrey A. Chernov | 1996-02-05 | 3 | -33/+39 |
| * | More fixes from bde. | John Dyson | 1996-02-05 | 1 | -14/+24 |
| * | Kva space allocated for direct buffer wasn't quite big enough. The | John Dyson | 1996-02-05 | 1 | -7/+11 |
| * | Changed vm_fault_quick in vm_machdep.c to be global. Needed for | John Dyson | 1996-02-04 | 4 | -28/+28 |
| * | Rewrote cpu_fork so that it doesn't use pmap_activate, and removed | David Greenman | 1996-02-04 | 14 | -113/+34 |
| * | Improve the performance for pipe(2) again. Also include some | John Dyson | 1996-02-04 | 3 | -48/+485 |
| * | Document kernel config flags better and add bidirectional override | Paul Traina | 1996-02-04 | 1 | -15/+22 |
| * | Tell userconfig about qcam | Paul Traina | 1996-02-04 | 1 | -2/+3 |
| * | Add ability to bypass the auto-detection code. It used to be rock solid | Paul Traina | 1996-02-04 | 1 | -34/+50 |
| * | Create symlinks for vnboot and bootvn, too. | Joerg Wunsch | 1996-02-03 | 1 | -2/+2 |
| * | Fill in a lot of the missing blanks from the version I posted... | Peter Wemm | 1996-02-03 | 2 | -168/+178 |
| * | Implement CD_MEDIA_CATALOG request for read_subchannel | Andrey A. Chernov | 1996-02-03 | 2 | -54/+76 |
| * | Since ioc_read_subchannel don't used for hardware, remove padding. | Andrey A. Chernov | 1996-02-03 | 1 | -2/+1 |
| * | Add a quirk record for the Tandberg 42XX series. Not only that these | Joerg Wunsch | 1996-02-03 | 3 | -7/+19 |
| * | Make the sorting of IPFW rules an option. You don't want it to sort them. | Poul-Henning Kamp | 1996-02-03 | 4 | -4/+15 |
| * | Detect yet one kind of device (taken from NetBSD) | Andrey A. Chernov | 1996-02-03 | 2 | -18/+26 |
| * | Simplify READTOCENTRYS by removing fake leadout code, | Andrey A. Chernov | 1996-02-02 | 1 | -37/+5 |
| * | Add the HP4020i CD-R as a known device. | Joerg Wunsch | 1996-02-02 | 2 | -5/+257 |
| * | Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than | Joerg Wunsch | 1996-02-02 | 1 | -1/+5 |
| * | Implement PREVENT & CLOSE ioctls | Andrey A. Chernov | 1996-02-02 | 2 | -4/+38 |
| * | Remove close tray on open - works very bad with xcdplayer | Andrey A. Chernov | 1996-02-02 | 2 | -4/+4 |
| * | Exchange addr_type<->control | Andrey A. Chernov | 1996-02-02 | 1 | -3/+3 |
| * | Calculate TOC size to match what scsi cd says. | Andrey A. Chernov | 1996-02-02 | 4 | -8/+8 |
| * | I forget the fact that cd_read_toc reads toc header in any case | Andrey A. Chernov | 1996-02-02 | 1 | -3/+3 |
| * | Remove #pragma pack, use byte filler in ioc_read_subchannel | Andrey A. Chernov | 1996-02-02 | 1 | -13/+2 |
| * | Remove the ability for the user mode programs to specify bidirectional | Paul Traina | 1996-02-02 | 2 | -28/+3 |
| * | Add support for Connectix QuickCam(tm) | Paul Traina | 1996-02-02 | 2 | -0/+861 |