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.bin
/
whatis
Age
Commit message (
Expand
)
Author
2011-09-06
static + __dead
joerg
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2006-09-26
PR/9742: whatis doesn't deal with '.' in manpage names (John Hawkinson)
daniel
2006-04-10
modified man(1):
chuck
2005-08-25
PR bin/31068: whatis doesn't find /bin/[ by Zafer Aydogan.
rpaulo
2004-11-05
Use isalnum((unsigned char)x) instead of testing both isdigit() and isalpha()
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-09-19
- revert change to accessing ../man/ includes as <man/xxx.h>; it's
lukem
2002-09-13
config.[ch] -> manconf.[ch]
mycroft
2002-06-11
cleanup TAILQ use
lukem
2002-06-11
sync with usr.bin/man change
itojun
2002-03-08
document -C option, add /etc/man.conf to FILES and xref man.conf(5)
jdolecek
2002-03-08
use -I${CURDIR}/.. and #include <man/config.h>, <man/pathnames.h> so
jdolecek
1999-03-22
More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
garbled
1998-07-06
Since GLOB_NOCHECK is not set, explicitly check for a return value of
kleink
1998-06-19
GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters being
kleink
1998-04-09
add .Xr makewhatis 8
fair
1998-02-03
change includes to fix compiler warning
perry
1997-11-12
handle strings longer than 256 bytes. should do this with fgetln()...but
mrg
1997-11-01
getopt returns -1 not EOF
lukem
1997-10-20
fix problem from PR4292 here as well
mikel
1997-10-20
deprecate register, fix .Nm usage
lukem
1997-10-20
clean up .Nm usage
mrg
1997-10-17
now needs -I to find headers from ../man
mikel
1997-10-17
cleanup for WARNS=1; also avoid feeding relative pathnames to
mikel
1997-10-17
add support for globbing _whatdb entries in man.conf; from Mike
mikel
1997-05-08
Back out the .PATH.c changes. The .depend problem (and others)
gwr
1997-05-06
Use .PATH.c: ...
gwr
1997-01-09
RCS ID Police, also Sync to 4.4BSD-Lite2
tls
1994-12-21
misc cleanup by jimj and myself.
jtc
1993-12-21
add whatis(1); part of new man(1) package from Bostic
cgd