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
/
bin
Age
Commit message (
Expand
)
Author
2021-12-12
s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ in comments.
andvar
2021-12-08
s/desireable/desirable/ in comments.
andvar
2021-12-05
s/existance/existence/ in comment.
msaitoh
2021-12-05
s/commmand/command/ in comment.
msaitoh
2021-12-05
s/exisit/exist/ in comment.
msaitoh
2021-11-29
Set totals.f_frsize to DEV_BSIZE instead of totals.f_bsize so that
simonb
2021-11-22
PR bin/53550
kre
2021-11-21
Improve the however-many-negatives wording even more.
kre
2021-11-20
sh.1: replace triple negation with single negation, fix typo
rillig
2021-11-20
Improve the wording of the "Argument List Processing" section (where
kre
2021-11-16
sh.1: fix typos
rillig
2021-11-16
echo: fix lint error due to strict bool mode
rillig
2021-11-16
Make pwd (both /bin/pwd and the /bin/sh built-in version) check for
kre
2021-11-16
PR bin/56491
kre
2021-11-16
Detect write errors to stdout, and exit(1) from some built-in
kre
2021-11-16
Fix value of ${LINENO} in "for" commands.
kre
2021-11-10
Ensure that all of the POSIX standard utilities are correctly
kre
2021-11-10
With -Wall compiling this was giving:
kre
2021-11-10
Add a couple of macro definitions for dealing with shell I/O errors.
kre
2021-11-10
DEBUG mode changes only. NFC (NC) for any normally compiled shell.
kre
2021-11-06
s/writting/writing/
msaitoh
2021-11-06
s/maxiumum/maximum/
msaitoh
2021-11-06
pax.1: minor grammar fixes
gutteridge
2021-11-02
ed(1): use reallocarr instead of realloc(x * y)
nia
2021-10-31
PR bin/45390
kre
2021-10-31
PR bin/45390 - fix for folly four
kre
2021-10-30
"no affect" -> "no effect" in man pages and comments.
andvar
2021-10-26
Use a type-correct end marker for strstrcat() rather than NULL, as
kre
2021-10-26
PR bin/56464
kre
2021-10-10
echo: clean up, increase WARNS to 6
rillig
2021-10-10
sh: remove useless do-while-0 loop
rillig
2021-10-10
sh: remove no-op 'continue' from do-while-0 loop
rillig
2021-10-10
sh: make find_command simpler
rillig
2021-10-09
dd: fix lint warnings about effectively discarding 'const'
rillig
2021-10-09
bin: in builds with MKLINT=yes, run lint on all programs
rillig
2021-10-09
sh: ignore lint error about 'continue' in 'do while' loop
rillig
2021-10-09
dd: clean up function summary
rillig
2021-10-09
dd: fix lint error about 'return expr' from void function
rillig
2021-10-08
PR/56443: RVP: dd conv=swab doesn't always work
christos
2021-09-16
It is either teaching gcc about aaah or adding FALLTHROUGH.
christos
2021-09-16
support -Z
christos
2021-09-16
provide a way to reset setproctitle.
christos
2021-09-15
Fix an ordering error in the previous (and even earlier, going back
kre
2021-09-15
Have the ulimit command watch for ulimit -n (alter number of available fds)
kre
2021-09-15
Improve the solution for the 2nd access to a fd which shouldn't
kre
2021-09-15
Don't assign v to newvar, so we can still access the original length.
christos
2021-09-14
reflect reality on flags.
christos
2021-09-14
use emalloc and friends, add ktrace flag printing.
christos
2021-09-14
Provide symbolic printing of some keywords by capitalizing them.
christos
2021-09-14
Quote the filenames like before
christos
[next]