index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dump
/
dumprmt.c
Age
Commit message (
Expand
)
Author
2021-01-21
Rearrange variables in dump / restore to handle -fno-common.
mortimer
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-11-22
Whole bunch of (unsigned char) casts carefully added for ctype calls.
Theo de Raadt
2013-11-12
add a variety of missing prototypes
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-01-02
remove unused functions
Charles Longeau
2007-03-04
delete sunos junk; Jim Razmus
Theo de Raadt
2004-11-04
very basic de-lints
Theo de Raadt
2003-07-28
rcsid should say openbsd. make 'em const while here.
Ted Unangst
2003-06-26
ansi and protos
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2002-02-21
Fix signal handlers to take an int arg even though it is not used.
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
kill more registers;
Mike Pechkin
2001-01-19
mark signal races i cannot fix at the moment
Theo de Raadt
2000-01-22
remove extra externs not needed because of unistd.h (rest of tree will be don...
Theo de Raadt
1999-01-04
use TCP_NODELAY; giannici@neomedia.it
Theo de Raadt
1998-11-24
Wall, and do not let tapesize overflow
Theo de Raadt
1998-07-14
fix exit codes, adding X_STARTUP; jkoshy@freebsd
Theo de Raadt
1998-04-26
extract errno from rmt operation, assuming other machine has same errno value...
Theo de Raadt
1997-07-05
Fix some incorrect strncpy usage.
Todd C. Miller
1997-06-25
(foo *)0 -> NULL
kstailey
1996-09-15
sprintf -> snprintf (how'd that get missed?)
Todd C. Miller
1996-09-02
don't try to do setsockopt(TCP_MAXSEG) unless we are root.
Todd C. Miller
1996-09-01
kill setuid, fix setgid hole
Theo de Raadt
1996-08-06
buf oflow, from joshd
Theo de Raadt
1996-03-21
From NetBSD: Merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt