index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2003-04-25
- added missing .Ed
Jason McIntyre
2003-04-25
removed unused .Bl
Jason McIntyre
2003-04-25
missing .El for .Bl macros;
Jason McIntyre
2003-04-25
missing .El for .Bl macro;
Jason McIntyre
2003-04-25
- add missing .El macros (7 of them!)
Jason McIntyre
2003-04-25
eliminate a sprintf in code we don't use, prodded by and ok jsyn@
Henning Brauer
2003-04-25
minor tweak to error message, from Eric in pr3235
Ted Unangst
2003-04-25
ICMP types are u_int8_t. Use u_int8_t and %u for ICMP types instead of
Chad Loder
2003-04-25
TTL is defined as u_int8_t in both <netinet/ip.h> and
Chad Loder
2003-04-24
better bounds for strlcpy. from lha@stacken via janj+openbsd at wenf.org.
Ted Unangst
2003-04-24
get rid of incorrectly sized buffer by using asprintf; ok millert
Peter Valchev
2003-04-24
Validation of command line argument for packet data length was comparing
Chad Loder
2003-04-24
fix typo; Patrick Latifi
Todd C. Miller
2003-04-24
regen
Alexander Yurchenko
2003-04-24
Two ServerWorks CSB6 devices found in dmesg from
Alexander Yurchenko
2003-04-24
fix for EOF in interactive policy generation.
Mike Pechkin
2003-04-24
fix bounds for strlcpy. pr3228 from Jan Johansson
Ted Unangst
2003-04-24
mount_cd9660 is not normally executed at boot time;
Jason McIntyre
2003-04-23
most programs do not syslog at startup. especially this one
Theo de Raadt
2003-04-23
fix aaron's copyright. ok aaron
Ted Unangst
2003-04-23
implement mmap tests and enable the .text test (with padding now)
Michael Shalayeff
2003-04-23
check for sizeof(struct mbuf) vs MSIZE botches
Jason Wright
2003-04-23
be extra cautious in managing pv-entries for pages that are not managable
Michael Shalayeff
2003-04-23
give 'em some const; mjacob@ ok
Michael Shalayeff
2003-04-23
DVMA, not DMVA.
Miod Vallat
2003-04-23
typo;
Jason McIntyre
2003-04-23
strchr() should be strrchr(); zyrnix
Todd C. Miller
2003-04-23
ignore altroot filesystem when upgrading, ok krw@
Peter Stromberg
2003-04-23
some typos, and clarification of game rules;
Jason McIntyre
2003-04-23
updated links to FreeBSD ppp docs;
Jason McIntyre
2003-04-23
more snprintf and strlcpy/strlcat fixes. from todd@ and tedu@.
Jakob Schlyter
2003-04-23
Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmei
Jason Wright
2003-04-22
replace an unbounded fscanf with an fgets
Anil Madhavapeddy
2003-04-22
some entries from encyclopedia 'holy ross' by o. platonov
Michael Shalayeff
2003-04-22
Tell glob() to do tilde and brace expansion too.
Todd C. Miller
2003-04-22
Indent delay slot insns
Jason Wright
2003-04-22
char * in prototypes should be const; Kamo Hiroyasu
Todd C. Miller
2003-04-22
port numbers are unsigned. use %u. from kame
Jun-ichiro itojun Hagino
2003-04-22
sync up ELF and a.out versions of ldconfig(8)
David Krause
2003-04-22
.Fn for functions, better spacing;
Jason McIntyre
2003-04-22
correct (false) assumption made about m->m_len. dhartmei ok.
Jun-ichiro itojun Hagino
2003-04-21
Stop parsing arguments when we hit "--".
Todd C. Miller
2003-04-21
build expanded brace with more explicit bound checking.
Marc Espie
2003-04-21
Mention that stroul() et al *do* accept negative numbers, they
Todd C. Miller
2003-04-21
Fix the load_size which is used by ldd to print end address.
Dale Rahn
2003-04-21
Close .Bl
Mike Pechkin
2003-04-21
a few string cleanups; ok dhartmei
Theo de Raadt
2003-04-21
mdocify; apparently no one every reads this man page.
Todd C. Miller
2003-04-21
mdoc version from NetBSD (wiz) with minor modifications and local changes.
Todd C. Miller
2003-04-21
Use strlcpy() and snprintf() in favor of inline strcpy() and sprintf().
Todd C. Miller
[next]