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
/
usr.sbin
/
ndiscvt
Age
Commit message (
Expand
)
Author
2013-11-08
remove unused variable
christos
2013-07-20
Use Mt for email addresses.
wiz
2011-11-25
Use __dead
joerg
2011-06-09
Input function is not used
joerg
2009-10-29
use %option instead of #define YY_NO_...
christos
2009-04-22
Enable WARNS=4 by default, except for:
lukem
2009-02-14
Convert more MACHINE tests to MACHINE_ARCH
abs
2008-09-27
ndiscvt is architecture specific.
reed
2007-12-24
PR/37604 - Danilo Vidovic -- we do have a ndis(4) man page
jnemeth
2007-12-12
Ooops, backout Makefile change in previous - did not intend to commit
martin
2007-12-12
When converting unicode input, replace everything with second byte != 0
martin
2006-06-11
Cast yytext values to unsigned char when testing with isspace() to avoid
martin
2006-06-11
Some windows .INF files are UNICODE - extend the scanner to deal with this.
martin
2006-05-28
unlink temp file in error case
jnemeth
2006-05-26
In bincvt() use fdopen() on the fdesc returned by mkstemp(), instead
jnemeth
2006-05-26
Coverity CID 2977: failed to check for error return from ftell()
jnemeth
2006-05-26
Coverity CID 3685: memory leak
jnemeth
2006-05-26
Coverity CID 3027: possible dereference of NULL pointer.
jnemeth
2006-05-11
properly match char * with char * instead of u_char *.
mrg
2006-04-28
RCSId police.
skrll
2006-04-23
Bump date for previous. Remove trailing comma in SEE ALSO.
wiz
2006-04-20
Build and install the man page on all machine archs.
hannken
2006-04-20
Added the -f firmware information back, but commented it out. Now it should
rittera
2006-04-19
Backout previous and redo it by eliminating a superflous production
martin
2006-04-19
Remove a reduce/reduce conflict by splitting the "assign" non-terminal
martin
2006-04-19
Removed the entire section on firmware from ndiscvt.8 as I don't think this is
rittera
2006-04-19
Do the lex/yacc portions the sanctioned way, instead of adding Makefile gunk.
christos
2006-04-19
Be sure to prefix explicitly mentioned source files with ${.CURDIR}/,
he
2006-04-18
A number of minor changes for NDIS. (OK'd by phil)
rittera
2006-04-04
Sort options. Add RCS Id. Adapt a bit for NetBSD; needs more work
wiz
2006-04-03
#included sys/lock.h which is apparently needed in order for ndiscvt to
rittera
2006-03-30
applied zul's ndiscvt patch
rittera
2006-03-30
added the original files from FreeBSD in usr.sbin/ndiscvt/
rittera