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
/
xlint
/
common
/
externs.h
Age
Commit message (
Expand
)
Author
2023-07-06
lint: add type safety for accessing properties of basic types
rillig
2023-06-29
lint: clean up initialization of type properties
rillig
2023-06-24
lint: remove redundant 'extern' from function declarations
rillig
2023-01-13
lint: remove custom memory allocator
rillig
2021-09-04
lint: move outqchar from common to lint1
rillig
2021-09-04
lint: trim down the code for writing the output files
rillig
2021-09-04
lint: use 'char' as type for passing characters to functions
rillig
2021-08-31
lint: fix memory allocation (since 2021-08-28)
rillig
2021-08-22
lint: only include code in the binaries that is actually used
rillig
2021-08-22
lint: remove Tflag and pflag from common declarations
rillig
2021-08-03
lint: clean up and move 'sametype'
rillig
2021-08-01
lint: make xasprintf simpler
rillig
2021-08-01
lint: unexport nomem
rillig
2021-08-01
lint: remove xmapalloc
rillig
2021-01-16
lint: replace 0 and 1 with false and true, where appropriate
rillig
2021-01-12
lint: add new check for strict bool mode
rillig
2021-01-04
lint: revert previous commit, except for the typo
rillig
2021-01-04
lint: fix typo in comment
rillig
2021-01-02
lint: fix buffer truncation for type names
rillig
2021-01-01
lint: rename basic_type_name to tspec_name
rillig
2020-12-29
lint: rename functions with very short names
rillig
2020-02-10
use asprintf().
christos
2016-08-19
add a type comparison function.
christos
2014-04-17
make outname print where it came from in case of error
christos
2005-04-07
Factor out tyname() so that it can be used both by lint1 and lint2.
christos
2003-10-21
PR/23219: Dan McMahill: Make this compile on system that don't have MAP_ANON.
christos
2002-01-18
Centralize the initialization/declaration of the ttab.
thorpej
2002-01-18
* Move stuff shared between lint1 and lint2 to the new common/ directory.
thorpej