summaryrefslogtreecommitdiffstats
path: root/sys/dev/null
Commit message (Expand)AuthorAgeFilesLines
* MFC r274366:smh2015-11-231-4/+1
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+1
* Fix for PR 138526.gnn2012-01-111-6/+42
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Usa a globally visible region of zeros for both /dev/zero and the mdmdf2011-05-131-6/+11
* Mark /dev/zero and /dev/null as eternal.kib2010-08-061-4/+4
* Remove unneeded minor numbers from /dev/null and /dev/zero.ed2009-09-061-7/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Use dynamic major number allocation.phk2005-02-271-3/+0
* Go back to the historical minor numbers. Add a module version whilemarkm2004-08-021-2/+3
* YA oops. Remove code that was being tested locally.markm2004-08-011-21/+0
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-9/+27
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Micro-tweaking.markm2004-06-201-7/+10
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Device megapatch 4/6:phk2004-02-211-2/+3
* Shorten the code by removing one "do-nothing" function, replacing itmarkm2003-11-011-10/+1
* Mark as __unused some arguments that are, erm, unused.markm2003-10-181-2/+5
* Return ENOIOCTL for unknown ioctls, don't use noioctl to return ENODEV.phk2003-09-271-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-271-4/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* /dev/null and /dev/zero does not need Giantphk2003-06-241-1/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-28/+14
* Don't use evil casts in cdevsw initialization.phk2003-03-021-5/+13
* Warns and lint fix. Nearly all trivial stuff.markm2003-02-271-7/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Everywhere else, an argument passed to a device containing flagsmarkm2002-09-211-5/+4
* Modernise the cdevsw WRT to (unused) kqueue.markm2002-08-021-0/+2
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingphk2002-04-091-1/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Here follows the new kernel dumping infrastructure.phk2002-03-311-1/+17
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* During a verbose boot, call the null device 'null' rather than 'null0' tojhb2000-10-061-1/+1
* Move sys/dev/nulldev to sys/dev/null to be more consistent with namingjhb2000-10-021-2/+2
* Small style change; make function names less likely to clash withmarkm2000-07-091-7/+7
* New machine independant /dev/null and /dev/zero driver. This device ismarkm2000-06-251-0/+137
OpenPOWER on IntegriCloud