aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/null
Commit message (Expand)AuthorAgeFilesLines
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-28/+14
* Don't use evil casts in cdevsw initialization.Poul-Henning Kamp2003-03-021-5/+13
* Warns and lint fix. Nearly all trivial stuff.Mark Murray2003-02-271-7/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Everywhere else, an argument passed to a device containing flagsMark Murray2002-09-211-5/+4
* Modernise the cdevsw WRT to (unused) kqueue.Mark Murray2002-08-021-0/+2
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-091-1/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-1/+17
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* During a verbose boot, call the null device 'null' rather than 'null0' toJohn Baldwin2000-10-061-1/+1
* Move sys/dev/nulldev to sys/dev/null to be more consistent with namingJohn Baldwin2000-10-021-2/+2
* Small style change; make function names less likely to clash withMark Murray2000-07-091-7/+7
* New machine independant /dev/null and /dev/zero driver. This device isMark Murray2000-06-251-0/+137