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
/
sys
/
lib
/
libsa
/
bootparam.c
Age
Commit message (
Expand
)
Author
2019-04-02
fix sign-compare and sign-passing errors.
christos
2019-03-31
fix warnings, printf formats, etc.
christos
2009-10-21
Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
snj
2009-01-17
Remove __P().
tsutsui
2008-03-25
- use mem* instead of b* routines, and kill the b* routines.
christos
2007-11-24
style, indent, and ANSI-fy.
isaki
2003-03-19
Move global variables which are used only by bootparam here.
drochner
2003-03-12
no need to include "netif.h" anymore
drochner
1999-11-13
Backout my libsa changes.
thorpej
1999-11-11
Update for the improvements to libsa, and don't reference libkern.h.
thorpej
1997-06-26
Avoid user space headers for standalone programs.
drochner
1996-10-14
Delete spurious #endif
thorpej
1996-10-13
backout previous kprintf changes
christos
1996-10-10
- printf -> kprintf, sprintf -> ksprintf
christos
1996-02-26
Make this code independent of <sys/nfs> now that we use very little
gwr
1995-12-08
Correct error which caused truncation of port number on i386 (PR#1823)
gwr
1995-09-23
More cleanup: change some private types to eliminate casts,
gwr
1995-09-18
Another round of clean up, including fixes presented by Matthias Drochner
pk
1995-09-17
Revert fs_ops read/write declarations; these return error numbers.
pk
1995-09-14
Clear up some size_t/ssize_t confusion.
pk
1995-06-27
Support functions for NFS boot (get server address and root path).
gwr