summaryrefslogtreecommitdiff
path: root/sbin/mknod
AgeCommit message (Expand)Author
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-09-11mknod appeared in V4sevan
2014-08-22Accept driver names only in the two args form together with a minor number.mlelstv
2013-06-14Remove old workaround for Cygwin.tsutsui
2011-08-27static + __deadjoerg
2009-04-11Enable WARNS=4 by default except for:lukem
2009-02-13WARNS=4lukem
2009-02-13fix -Wsign-compare issueslukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-07-07Use block minor (from device name) for block devices (not char minor).dsl
2005-10-01fix setmode error handling.christos
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-02-09WARNS=3.xtraeme
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-06-17We only need sys/sysctl.h when we are building on NetBSD not as a host tool.christos
2004-06-17Document 'mknod -l' (list drivers in kernel), and use of driver namedsl
2004-06-17Add support for specifying drivers by name and listing the drivers in thedsl
2004-05-11Constify.christos
2004-01-30Don't exit on error from pack_dev.c, but return an error string andross
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-12-29Fix speloatatat
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-09Use .Nm instead of .Xr mknod, and sort options in HISTORY (incl. mdoc and gra...wiz
2003-05-08/sbin/wizd points out that it is CYGWIN not GYGWIN.christos
2003-05-08deal with cygwin's dev_t (John Gordon)christos
2003-05-082.0, not 1.7lukem
2003-05-08Add -g gid -m mode -u uid so that MAKEDEV can run when chown/chmod aredsl
2003-05-08Move major_netbsd(), minor_netbsd(), and makedev_netbsd() fromlukem
2003-04-17clear errno before strto(u)l() if we're going to test it for ERANGE afterwardslukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Add hooks to make mtree compilable from src/tools.tv
2001-10-08cleanups suggested by simonb:lukem
2001-10-08improve arg clampinglukem
2001-10-08- move parsing of format type and format handlers into format.c, for easierlukem
2001-10-08Fix a formatting error.mycroft
2001-06-05Drop arguments of .Os.wiz
2001-02-19convert to use getprogname()cgd
2001-02-04fix nested externchristos
2000-07-03More include fixups and GCC 2.96 nonsensematt
2000-05-17To resolve PR 9451, wording and formatting adjusted to be more clear aboutfair
2000-03-22Arch-specific directories now live under .../sys/arch, not directlysimonb
1998-11-24Add mknod <name> p which creates a named pipe. There is no real reason forchristos
1998-11-24- document 'p' file type.christos
1998-10-13Print correct filename if mknod() fails.tron
1998-10-08Init dev to quiet compiler.wsanchez
1998-09-11Oops; update usage message.mycroft