.. |
Makefile
|
for some time now mandoc has not required MLINKS to function
|
8 years ago |
bcrypt_pbkdf.3
|
no first person in man pages.
|
10 years ago |
bcrypt_pbkdf.c
|
rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,
|
10 years ago |
check_expire.3
|
use the actual function name in .Dt and NAME .Nm, not an alias;
|
10 years ago |
check_expire.c
|
Use the backchannel for all error messages instead of syslog(3).
|
9 years ago |
duid.c
|
ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in
|
12 years ago |
fmt_scaled.3
|
obvious cases of missing .An;
|
10 years ago |
fmt_scaled.c
|
fairly simple unsigned char casts for ctype
|
11 years ago |
fparseln.3
|
Remove useless quoting from .Fo and .Fn function names, to prevent
|
9 years ago |
fparseln.c
|
Remove excessive sys/cdefs.h inclusion
|
12 years ago |
getmaxpartitions.3
|
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
|
11 years ago |
getmaxpartitions.c
|
sys/types.h rather than sys/param.h, where applicable. avoid overreach.
|
10 years ago |
getrawpartition.3
|
reduce .Nd to one line and kill .Tn while here
|
9 years ago |
getrawpartition.c
|
sys/types.h rather than sys/param.h, where applicable. avoid overreach.
|
10 years ago |
imsg-buffer.c
|
check for NULL in ibuf_free().
|
9 years ago |
imsg.c
|
Add a cast to silence a compiler warning by clang on FreeBSD.
|
9 years ago |
imsg.h
|
constify data parameter in imsg_add() and imsg_compose()
|
11 years ago |
imsg_init.3
|
mention that ibuf_free() does not need a NULL check.
|
9 years ago |
isduid.3
|
typo in manual page.
|
9 years ago |
login.3
|
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
|
11 years ago |
login.c
|
Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()
|
9 years ago |
login_fbtab.3
|
Remove obsolete caveat. OK deraadt@
|
8 years ago |
login_fbtab.c
|
Remove three NULL-checks before free(). ok millert@
|
9 years ago |
login_tty.c
|
sys/types.h rather than sys/param.h, where applicable. avoid overreach.
|
10 years ago |
logout.c
|
Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()
|
9 years ago |
logwtmp.c
|
scrape $Id$ tags.
|
19 years ago |
ohash.c
|
merge ohash into 1 source file, then we can revisit next roadmap items.
|
10 years ago |
ohash.h
|
merge ohash into 1 source file, then we can revisit next roadmap items.
|
10 years ago |
ohash_init.3
|
zap trailing whitespace;
|
10 years ago |
ohash_interval.3
|
move the ohash functions into libutil by popular demand.
|
10 years ago |
opendev.3
|
remove .Tn; from Jan Stary <hans at stare dot cz>
|
10 years ago |
opendev.c
|
Do not mask errno if we fail to open /dev/diskmap. Also, fall through
|
13 years ago |
opendisk.3
|
reduce .Nd to one line and kill .Tn while here
|
9 years ago |
opendisk.c
|
sys/types.h rather than sys/param.h, where applicable. avoid overreach.
|
10 years ago |
openpty.3
|
Remove lies about openpty(4) searching for a free pseudo-tty by iterating
|
9 years ago |
passwd.c
|
Use strtonum() instead of strtoul() when parsing uid/gid so we get
|
9 years ago |
pidfile.3
|
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
|
11 years ago |
pidfile.c
|
Remove three NULL-checks before free(). ok millert@
|
9 years ago |
pkcs5_pbkdf2.3
|
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
|
11 years ago |
pkcs5_pbkdf2.c
|
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
|
10 years ago |
pty.c
|
Fix pty descriptor leak if fork() fails.
|
11 years ago |
pw_init.3
|
in the SYNOPSIS, make void function arguments explicit
|
9 years ago |
pw_lock.3
|
Don't Xr flock, since that is not the locking method used.
|
9 years ago |
readlabel.c
|
Move to the <limits.h> universe.
|
10 years ago |
readlabelfs.3
|
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
|
11 years ago |
shlib_version
|
move the ohash functions into libutil by popular demand.
|
10 years ago |
util.h
|
Add bcrypt_pbkdf, a password based key derivation function using bcrypt.
|
11 years ago |
uucplock.3
|
update NAME section to include all documented functions,
|
9 years ago |
uucplock.c
|
creat() -> open equiv; from Frederic Nowak
|
9 years ago |