| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing privilege check when setting the dump device. Before that change it | pjd | 2014-11-11 | 1 | -4/+1 |
* | null.c: uio is unused | eadler | 2014-04-30 | 1 | -1/+1 |
* | null.c: fix ordering | eadler | 2014-04-30 | 1 | -8/+9 |
* | Add a /dev/full device. | eadler | 2014-04-30 | 1 | -1/+24 |
* | Provide a device name in the sysctl tree for programs to query the | alfred | 2012-11-01 | 1 | -1/+1 |
* | Fix for PR 138526. | gnn | 2012-01-11 | 1 | -6/+42 |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | Usa a globally visible region of zeros for both /dev/zero and the md | mdf | 2011-05-13 | 1 | -6/+11 |
* | Mark /dev/zero and /dev/null as eternal. | kib | 2010-08-06 | 1 | -4/+4 |
* | Remove unneeded minor numbers from /dev/null and /dev/zero. | ed | 2009-09-06 | 1 | -7/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -3/+0 |
* | Go back to the historical minor numbers. Add a module version while | markm | 2004-08-02 | 1 | -2/+3 |
* | YA oops. Remove code that was being tested locally. | markm | 2004-08-01 | 1 | -21/+0 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 1 | -9/+27 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Micro-tweaking. | markm | 2004-06-20 | 1 | -7/+10 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -5/+5 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -2/+3 |
* | Shorten the code by removing one "do-nothing" function, replacing it | markm | 2003-11-01 | 1 | -10/+1 |
* | Mark as __unused some arguments that are, erm, unused. | markm | 2003-10-18 | 1 | -2/+5 |
* | Return ENOIOCTL for unknown ioctls, don't use noioctl to return ENODEV. | phk | 2003-09-27 | 1 | -1/+1 |
* | The present defaults for the open and close for device drivers which | phk | 2003-09-27 | 1 | -4/+0 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | /dev/null and /dev/zero does not need Giant | phk | 2003-06-24 | 1 | -1/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -28/+14 |
* | Don't use evil casts in cdevsw initialization. | phk | 2003-03-02 | 1 | -5/+13 |
* | Warns and lint fix. Nearly all trivial stuff. | markm | 2003-02-27 | 1 | -7/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Everywhere else, an argument passed to a device containing flags | markm | 2002-09-21 | 1 | -5/+4 |
* | Modernise the cdevsw WRT to (unused) kqueue. | markm | 2002-08-02 | 1 | -0/+2 |
* | Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking | phk | 2002-04-09 | 1 | -1/+1 |
* | Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. | phk | 2002-04-08 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Here follows the new kernel dumping infrastructure. | phk | 2002-03-31 | 1 | -1/+17 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -2/+0 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | During a verbose boot, call the null device 'null' rather than 'null0' to | jhb | 2000-10-06 | 1 | -1/+1 |
* | Move sys/dev/nulldev to sys/dev/null to be more consistent with naming | jhb | 2000-10-02 | 1 | -2/+2 |
* | Small style change; make function names less likely to clash with | markm | 2000-07-09 | 1 | -7/+7 |
* | New machine independant /dev/null and /dev/zero driver. This device is | markm | 2000-06-25 | 1 | -0/+137 |