History log of /src/sbin/mknod/pack_dev.c |
Revision | | Date | Author | Comments |
1.12 |
| 14-Jun-2013 |
tsutsui | Remove old workaround for Cygwin. http://mail-index.netbsd.org/source-changes/2003/05/08/0042.html
16bit dev_t for !__CYGWIN_USE_BIG_TYPES__ was removed in Cygwin 1.7.2 http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/types.h?cvsroot=src#rev1.32 and __dev32_t has been removed since 1.7.19. http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/types.h?cvsroot=src#rev1.36
|
1.11 |
| 27-Aug-2011 |
joerg | branches: 1.11.2; 1.11.8; static + __dead
|
1.10 |
| 13-Feb-2009 |
lukem | fix -Wsign-compare issues
|
1.9 |
| 28-Apr-2008 |
martin | branches: 1.9.6; Remove clause 3 and 4 from TNF licenses
|
1.8 |
| 11-May-2004 |
christos | branches: 1.8.26; 1.8.28; Constify.
|
1.7 |
| 30-Jan-2004 |
ross | Don't exit on error from pack_dev.c, but return an error string and have the caller do cleanup and (potentially) report errors in context. This is needed because mknod(8) is not the only user of pack_dev.[ch]
|
1.6 |
| 27-Oct-2003 |
lukem | Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
|
1.5 |
| 08-May-2003 |
christos | deal with cygwin's dev_t (John Gordon)
|
1.4 |
| 08-May-2003 |
lukem | Move major_netbsd(), minor_netbsd(), and makedev_netbsd() from pack_dev.c to pack_dev.h, so that #include-rs of the latter can use them.
|
1.3 |
| 31-Jan-2002 |
tv | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has been tested on Solaris/x86 and Linux hosts.
* Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
|
1.2 |
| 29-Jan-2002 |
tv | Add hooks to make mtree compilable from src/tools.
|
1.1 |
| 08-Oct-2001 |
lukem | cleanups suggested by simonb: - rename "format.c" -> "pack_dev.c", "mknod.h" -> "pack_dev.h" - make the private stuff in pack_dev.c static
|
1.8.28.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.8.26.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.9.6.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.11.8.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.11.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|