index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
etc
/
MAKEDEV.awk
Age
Commit message (
Expand
)
Author
2020-06-13
When reading in the MD MAKEDEV.conf, perform block / char major
thorpej
2019-11-03
PR port-arm/54640: hack to work around conditional RAW_PART definition in
martin
2019-10-28
Allow including numbers in %XXX_chr% parameter (for upcoming vio9p driver)
ozaki-r
2019-06-13
Fix aarch64
christos
2014-09-19
Teach this to deal with the use of include in majors files.
matt
2013-05-20
Rename the 'gpio' group to '_gpio' as new group names should start with an
mbalmer
2013-04-14
Match all the arm machines to get the majors.arm32 file
skrll
2013-04-12
Find the right majors files for earm*
skrll
2010-03-30
make sure we pickup the powerpc majors file on powerpc64.
mrg
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2007-12-10
Change to deal with the shared powerpc majors file, copied from the arm32
garbled
2007-04-08
Remove support for NetBSD/{,evb}sh5.
scw
2007-03-09
Add a globally applied substitution pattern for the console major number.
dsl
2005-06-14
Make a simple fix for inculsion of disklabel.h. Since this script
he
2004-04-22
The char position passed to substr() should be 1 origion.
enami
2004-03-18
Search and replace by hand rather than using gsub() in loop. This reduces
enami
2004-03-16
Add missing close().
enami
2004-01-14
put a 'Generated from' with RCS Ids of MAKEDEV.awk, MAKEDEV.tmpl and the
jdolecek
2003-12-19
* Match the source code to the comments, and use $NETBSDSRCDIR
lukem
2003-12-08
Improve the portability of this script by escaping some {'s and }'s used
dmcmahill
2003-10-28
the arm ports are 'arm' and 'armeb'
jdolecek
2003-10-26
style nits - use / re / instead of "re" for constant REs
jdolecek
2003-10-24
make friendlier to objdir builds; now expect the caller to set ETCDIR
jdolecek
2003-10-24
fix handling of ARM ports' majors file
jdolecek
2003-10-19
determine the platform number of disk partitions by looking
jdolecek
2003-10-17
improve error checking, and bail out early, instead of looping
jdolecek
2003-10-15
minor KNF
itojun
2003-10-15
read the MD MAKEDEV.conf file and appropriately massage the template
jdolecek
2003-10-13
the main parts of new unified MAKEDEV framework - MAKEDEV template
jdolecek