| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the tap driver. | nsayer | 2000-07-20 | 1 | -0/+12 |
* | Add /dev/agpgart for AGP. | ru | 2000-07-19 | 1 | -0/+6 |
* | Apm device is now safe to be world readable, so make it so. | imp | 2000-07-19 | 1 | -1/+1 |
* | Finally merge newmidi. | tanimura | 2000-07-11 | 1 | -1/+3 |
* | Force the link from 3dfx# -> 3dfx, so that it doesn't bail with "file | cokane | 2000-06-26 | 1 | -1/+1 |
* | Clean up all the old setup code for the old /dev/random. This will be | markm | 2000-06-25 | 1 | -1/+1 |
* | Add 3dfxN to MAKEDEV, automatically links 3dfx to the last 3dfxN made. | cokane | 2000-06-24 | 1 | -0/+7 |
* | 1. Update Comtrol RocketPort driver(rp) to version 3.02. | tanimura | 2000-06-11 | 1 | -12/+12 |
* | Learn how to create device nodes for the 'twe' devices. | msmith | 2000-05-24 | 1 | -4/+11 |
* | Add kbd1 to MAKEDEV's all) target so that we support using kbdcontrol | jhb | 2000-05-12 | 1 | -1/+1 |
* | Fix the linking in my `sa' changes. | obrien | 2000-05-10 | 1 | -3/+3 |
* | Fix some whitespace brokeness.. (usio and ctx) | peter | 2000-05-09 | 1 | -3/+3 |
* | Finish off replacing the rest of the duplicate mknod's with hard links. | peter | 2000-05-09 | 1 | -33/+19 |
* | Use printf (shell builtin) instead of cut - cut isn't in /bin. | peter | 2000-05-08 | 1 | -4/+4 |
* | Add [en]sa devices for othoginality. | obrien | 2000-05-08 | 1 | -6/+16 |
* | Fix comparison of units. | asmodai | 2000-05-06 | 1 | -1/+1 |
* | Fix a couple of easy cases where we make two identical devices.. one | peter | 2000-05-01 | 1 | -4/+4 |
* | Replace the /dev/stdin, /dev/stdout, and /dev/stderr nodes with | chris | 2000-04-26 | 1 | -3/+3 |
* | Doug Ambrisko recommends not using minor 0-127 yet (Hardware flow | n_hibma | 2000-03-26 | 1 | -1/+2 |
* | Add the entry for usio, major 138 | n_hibma | 2000-03-26 | 1 | -0/+6 |
* | Add the entries for urio. | n_hibma | 2000-03-18 | 1 | -1/+8 |
* | Correct device naming for IDA disk nodes (idad) | jlemon | 2000-03-08 | 1 | -9/+9 |
* | Modify MAKEDEV to create four bpf devices instead of one when doing a | rwatson | 2000-02-18 | 1 | -1/+2 |
* | Add the uhid device. | n_hibma | 2000-02-12 | 1 | -1/+7 |
* | Remove /dev/console from the jail /dev environment. It's probably not | rwatson | 2000-02-09 | 1 | -1/+2 |
* | Fixed chgrp lossage in rev.1.233. Most floppy devices and all slices for disk | bde | 2000-01-29 | 1 | -39/+41 |
* | Add the unlpt\d+ device to MAKEDEV. It is the same as ulpt\d+, except | n_hibma | 2000-01-23 | 1 | -2/+5 |
* | Group of usb and usb\d+ is now operator and permissions are 0660. | n_hibma | 2000-01-21 | 1 | -2/+4 |
* | Add device entries for new parallel port radio clock driver. | jkh | 2000-01-19 | 1 | -0/+6 |
* | add SES driver | mjacob | 2000-01-15 | 1 | -0/+13 |
* | Readd ipfilter devices | guido | 2000-01-13 | 1 | -1/+13 |
* | Remove usage of chgrp(1) and wrap long lines. | obrien | 2000-01-07 | 1 | -87/+89 |
* | Now that chown is no longer available, we shouldn't try to use it. | msmith | 2000-01-06 | 1 | -49/+31 |
* | Add support for building the 'mlx?' devices, which will be used by the | msmith | 1999-12-29 | 1 | -1/+9 |
* | Added following modes: | kato | 1999-12-28 | 1 | -0/+14 |
* | Moved $FreeBSD$ to its usual place after the CSRG id. | bde | 1999-12-26 | 1 | -9/+9 |
* | Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV. | green | 1999-12-19 | 1 | -85/+128 |
* | The target `all' evoluted into a kitchen-sink these days... It's no | joerg | 1999-12-14 | 1 | -22/+35 |
* | As promised long ago, remove the last evidence of the 'sd' driver. | msmith | 1999-11-27 | 1 | -5/+2 |
* | Do not create bdev nodes anymore. Instead create cdev nodes with the | phk | 1999-11-26 | 1 | -58/+57 |
* | Make the devices for the endpoints 0-15, not only for 0. This creates | n_hibma | 1999-11-24 | 1 | -3/+5 |
* | Remove /dev/drum | phk | 1999-11-24 | 1 | -3/+1 |
* | Remove leftover reference to the "od" devices. | phk | 1999-11-24 | 1 | -2/+1 |
* | Add the entry for usb (as opposed to usb<number>). It's minor is equivalent | n_hibma | 1999-11-17 | 1 | -1/+5 |
* | cleanup the IDE cases a bit, add the ad driver to the all: target. | sos | 1999-11-09 | 1 | -4/+10 |
* | Document the ch* devices. | nik | 1999-11-01 | 1 | -0/+1 |
* | Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0. | obrien | 1999-10-30 | 1 | -1/+1 |
* | Fix ``MAKEDEV acd'' | brian | 1999-10-15 | 1 | -1/+1 |
* | Remove references to the od driver. These devices are no attached by | gibbs | 1999-10-12 | 1 | -4/+1 |
* | remove ipl hooks | peter | 1999-10-10 | 1 | -9/+1 |