| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doug Ambrisko recommends not using minor 0-127 yet (Hardware flow | Nick Hibma | 2000-03-26 | 1 | -1/+2 |
| * | Add the entry for usio, major 138 | Nick Hibma | 2000-03-26 | 1 | -0/+6 |
| * | Add the entries for urio. | Nick Hibma | 2000-03-18 | 1 | -1/+8 |
| * | Correct device naming for IDA disk nodes (idad) | Jonathan Lemon | 2000-03-08 | 1 | -9/+9 |
| * | Modify MAKEDEV to create four bpf devices instead of one when doing a | Robert Watson | 2000-02-18 | 1 | -1/+2 |
| * | Add the uhid device. | Nick Hibma | 2000-02-12 | 1 | -1/+7 |
| * | Remove /dev/console from the jail /dev environment. It's probably not | Robert Watson | 2000-02-09 | 1 | -1/+2 |
| * | Fixed chgrp lossage in rev.1.233. Most floppy devices and all slices for disk | Bruce Evans | 2000-01-29 | 1 | -39/+41 |
| * | Add the unlpt\d+ device to MAKEDEV. It is the same as ulpt\d+, except | Nick Hibma | 2000-01-23 | 1 | -2/+5 |
| * | Group of usb and usb\d+ is now operator and permissions are 0660. | Nick Hibma | 2000-01-21 | 1 | -2/+4 |
| * | Add device entries for new parallel port radio clock driver. | Jordan K. Hubbard | 2000-01-19 | 1 | -0/+6 |
| * | add SES driver | Matt Jacob | 2000-01-15 | 1 | -0/+13 |
| * | Readd ipfilter devices | Guido van Rooij | 2000-01-13 | 1 | -1/+13 |
| * | Remove usage of chgrp(1) and wrap long lines. | David E. O'Brien | 2000-01-07 | 1 | -87/+89 |
| * | Now that chown is no longer available, we shouldn't try to use it. | Mike Smith | 2000-01-06 | 1 | -49/+31 |
| * | Add support for building the 'mlx?' devices, which will be used by the | Mike Smith | 1999-12-29 | 1 | -1/+9 |
| * | Added following modes: | KATO Takenori | 1999-12-28 | 1 | -0/+14 |
| * | Moved $FreeBSD$ to its usual place after the CSRG id. | Bruce Evans | 1999-12-26 | 1 | -9/+9 |
| * | Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV. | Brian Feldman | 1999-12-19 | 1 | -85/+128 |
| * | The target `all' evoluted into a kitchen-sink these days... It's no | Joerg Wunsch | 1999-12-14 | 1 | -22/+35 |
| * | As promised long ago, remove the last evidence of the 'sd' driver. | Mike Smith | 1999-11-27 | 1 | -5/+2 |
| * | Do not create bdev nodes anymore. Instead create cdev nodes with the | Poul-Henning Kamp | 1999-11-26 | 1 | -58/+57 |
| * | Make the devices for the endpoints 0-15, not only for 0. This creates | Nick Hibma | 1999-11-24 | 1 | -3/+5 |
| * | Remove /dev/drum | Poul-Henning Kamp | 1999-11-24 | 1 | -3/+1 |
| * | Remove leftover reference to the "od" devices. | Poul-Henning Kamp | 1999-11-24 | 1 | -2/+1 |
| * | Add the entry for usb (as opposed to usb<number>). It's minor is equivalent | Nick Hibma | 1999-11-17 | 1 | -1/+5 |
| * | cleanup the IDE cases a bit, add the ad driver to the all: target. | Søren Schmidt | 1999-11-09 | 1 | -4/+10 |
| * | Document the ch* devices. | Nik Clayton | 1999-11-01 | 1 | -0/+1 |
| * | Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0. | David E. O'Brien | 1999-10-30 | 1 | -1/+1 |
| * | Fix ``MAKEDEV acd'' | Brian Somers | 1999-10-15 | 1 | -1/+1 |
| * | Remove references to the od driver. These devices are no attached by | Justin T. Gibbs | 1999-10-12 | 1 | -4/+1 |
| * | remove ipl hooks | Peter Wemm | 1999-10-10 | 1 | -9/+1 |
| * | Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID | Mike Smith | 1999-10-07 | 1 | -2/+16 |
| * | Add support for md driver. | Poul-Henning Kamp | 1999-09-21 | 1 | -12/+15 |
| * | Fixed some disordering (mainly of case lists for disks). | Bruce Evans | 1999-09-13 | 1 | -16/+17 |
| * | Apply a consistent style to most of the etc scripts. Particularly, use | Sheldon Hearn | 1999-09-13 | 1 | -20/+19 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | added usb0 to 'all' target for usbd(8) | Masahide MAEKAWA | 1999-08-21 | 1 | -2/+3 |
| * | Use a colon (:) instead of a period (.) to distinguish the group name | Sheldon Hearn | 1999-08-16 | 1 | -13/+13 |
| * | Put apmd configuration and rc files in /etc. | Mitsuru IWASAKI | 1999-07-10 | 1 | -2/+6 |
| * | Add a pseudo target called "jail" which DTRT for a jail(2)'ed /dev | Poul-Henning Kamp | 1999-07-09 | 1 | -1/+10 |
| * | Fix typo in previous commit. | Sheldon Hearn | 1999-07-09 | 1 | -2/+2 |
| * | Add the pps (Pulse per second timing interface) device. | Sheldon Hearn | 1999-07-09 | 1 | -1/+7 |
| * | Removed bogus quotes in descriptions of disk devices. Only "Winchester" | Bruce Evans | 1999-07-07 | 1 | -14/+14 |
| * | Add support for the 'ida' driver. | Mike Smith | 1999-07-05 | 1 | -5/+8 |
| * | Bump the number of vtys created to compensate for new demands created | Jordan K. Hubbard | 1999-07-05 | 1 | -2/+2 |
| * | Fix my DOC2k CHRDEV goof | Poul-Henning Kamp | 1999-05-29 | 1 | -3/+3 |
| * | Fix i4bteld entry, the section of the sh case for "i4teld*)" should be | Hellmuth Michaelis | 1999-05-24 | 1 | -8/+8 |
| * | upgrade isdn4bsd from version 0.71 to the just released version 0.81 | Hellmuth Michaelis | 1999-05-20 | 1 | -2/+12 |
| * | added card1 and card2 to 'all' target. | Tatsumi Hosokawa | 1999-05-04 | 1 | -2/+2 |