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
/
lib
/
libc
/
gen
/
disklabel.c
Age
Commit message (
Expand
)
Author
2012-06-25
Update old-style definitions to ANSI, remove a couple of register
abs
2012-03-20
Use C89 definitions.
matt
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2006-03-19
Coverity CID 512: Fix memory leak.
christos
2005-06-22
Fix the toolification of disklabel by using the nbinclude namespace
he
2005-06-12
Make disklabel(8) and fdisk(8) into "host tools " last step: build
dyoung
2004-04-23
adjust to constification.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-02
Add support for UFS2. UFS2 is an enhanced FFS, adding support for
fvdl
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2000-07-07
Passing "char" values to ctype(3) functions is problematic.
itohy
2000-01-22
Delint.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-01-19
Add '-f disktab' option to disklabel, via lib/6623 from
abs
1998-11-12
delint
christos
1998-08-10
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-07-26
const poisoning.
mycroft
1998-02-28
Just nuke the cast rather than changing (char *) to (void *). Even lint
enami
1998-02-26
trivial changes to reduce lint complaints
perry
1998-02-03
remove obsolete register declarations
perry
1998-02-02
merge/update to lite-2
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1997-02-14
getdiskbyname() was broken by previous change, adversely affecting
scottr
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1995-06-07
eliminate the need for some (fatal) casts.
cgd
1995-05-13
#include appropriate header files to bring prototypes into scope
jtc
1995-02-27
make lint/SCCS Id if more standard.
cgd
1995-02-25
typo
cgd
1995-02-25
update to 4.4-Lite and/or clean up Id
cgd
1994-10-19
pointer type.
cgd
1994-06-12
fix up includes for new FS code
cgd
1993-11-11
First pass at getting a clean compile with "gcc -Wall", mostly explictly
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-07-30
Add even more RCS frobs.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd