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
/
usr.sbin
/
mrinfo
Age
Commit message (
Expand
)
Author
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-08-21
since stdlib.h is in scope, don't cast.... you know the drill.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2011-03-22
use timerclear macro
Okan Demirmen
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-09-06
new sentence, new line...and generally just start new lines in sane places;
Jason McIntyre
2005-09-06
some grammar fixes from simon morgan;
Jason McIntyre
2005-06-20
use getopt(3) for argument list parsing and remove the get_number()
Robert Nagy
2005-05-03
setresuid; ok deraadt@
Damien Miller
2004-02-26
fix datalen, from Esben Norby. ok deraadt itojun
Ted Unangst
2003-11-26
Replace log() with logit() since ISO C reserves log() for the math
Todd C. Miller
2003-08-19
convert to poll; ok dhartmei
Theo de Raadt
2003-06-12
- section reorder
Jason McIntyre
2003-06-11
some ansification, some de-register
Theo de Raadt
2003-03-05
knf
Theo de Raadt
2003-03-04
skip this setuid stuff
Theo de Raadt
2003-02-18
copyrights added;
Jason McIntyre
2002-08-08
don't use dynamically-generated printf format string. more picky
Jun-ichiro itojun Hagino
2002-06-02
missing sockaddr inits; ok itojun
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-10
follow post-2.1 ip_off & ip_len byte orders
Theo de Raadt
2001-12-05
this has been setuid for quite some time
Theo de Raadt
2001-09-05
make sure that va_start() has matching va_end()
Theo de Raadt
2001-08-02
o) .Sh AUTHOR -> .Sh AUTHORS;
Mike Pechkin
2001-07-31
New license from Xerox! This code is now FREE! Took a while and a lot of
Theo de Raadt
2001-07-20
we don't like:
Mike Pechkin
2001-05-22
Some fixes. From <mpech@prosoft.org.lv>
Hakan Olsson
2001-05-22
mdoc-ify. Fix section headers. Some typos.
Hakan Olsson
2001-03-09
exit(-#) is wrong
Theo de Raadt
2000-12-21
more careful euid killing
Theo de Raadt
1999-06-05
remove trailing whitespace, some Nm cleanup
Aaron Campbell
1997-09-21
$OpenBSD$
Theo de Raadt
1996-10-16
check malloc() ret val!
Todd C. Miller
1996-09-11
revoke privs at start; tested by fenner@parc.xerox.com
Theo de Raadt
1995-12-14
from netbsd; update to mrouted 3.8
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt