Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-17 | arp did not long-align sockaddrs in routing messages. This led to | Henric Jungheim | |
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@ | |||
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | Jason Wright | |
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok. | |||
2003-03-17 | Deal with snprintf returning -1 | Todd C. Miller | |
2003-03-17 | Use snprintf() and strlcpy() in the generated lib_keyname.c | Todd C. Miller | |
2003-03-17 | update to official patch from openssl.org; ok deraadt@, millert@ | Markus Friedl | |
2003-03-17 | use snprintf throughout | Todd C. Miller | |
2003-03-17 | OpenBSD 3.3 has setreuid/setregid. | Todd C. Miller | |
2003-03-17 | remove dupe st.patrick; from form@; millert@ ok | Michael Shalayeff | |
2003-03-17 | Use snprintf/vsnprintf; partly from krw@ | Todd C. Miller | |
2003-03-17 | enter 3.6 | Markus Friedl | |
2003-03-17 | don't print \n if backgrounded; from ho@ | Markus Friedl | |
2003-03-17 | more small typos; | Jason McIntyre | |
2003-03-17 | some small typos; | Jason McIntyre | |
2003-03-17 | knock these games out, i hope the licenses are fixed | Theo de Raadt | |
2003-03-17 | sync | Theo de Raadt | |
2003-03-17 | incorrect string length matching; ianm@cit.uws.edu.au | Theo de Raadt | |
2003-03-17 | sync | Theo de Raadt | |
2003-03-17 | sync | Theo de Raadt | |
2003-03-16 | hack is free | Camiel Dobbelaar | |
Thanks to Andries Brouwer, Jay Fenlason and the folks at CWI for their efforts. http://www.cwi.nl/~aeb/games/hack/hack.html ok deraadt@ | |||
2003-03-16 | Your average hp300 manual page overhaul for the release: | Miod Vallat | |
- clean/rewrite frame buffer manual page, with correct names, and add hyper. - add missing manual pages, mostly from NetBSD - harmonize texts, rebalance .Bl lists, sprinkle useful .Xr | |||
2003-03-16 | leave does respond to normal signals | Ted Unangst | |
ok millert@ | |||
2003-03-16 | correctly initialize a pointer | Nikolay Sturm | |
OK millert@ | |||
2003-03-16 | A short description of the mvme68k boot process; may be extended with | Miod Vallat | |
more useful information about the BUG and its environement if I find enough time before cold = 1; | |||
2003-03-16 | - BSD -> Ox | Anil Madhavapeddy | |
- Point people to our documentation and not the freebsd/netbsd handbooks - Add checklist.html to the See Also section ok pvalchev@ | |||
2003-03-16 | nuber -> number; | Jason McIntyre | |
from NetBSD (Igor Sobrado) | |||
2003-03-16 | Remove leftovers from non-wscons sparc. There might be more left to prune. | Miod Vallat | |
This does not affect the output, so no regen is necessary. | |||
2003-03-16 | Best topkitties are a 1280x1024 display, not 2048x1024... | Miod Vallat | |
2003-03-16 | Old unused stuff left under the carpet. | Miod Vallat | |
2003-03-16 | Less strcpy/strcat/sprintf. tdeval@ ok. | Hakan Olsson | |
2003-03-16 | remove a tab which isn't needed (-indent is there) | Anil Madhavapeddy | |
jmc@ ok | |||
2003-03-16 | typos; | Jason McIntyre | |
ddb(4), hilid(4), hilkbd(4), hilms(4): ok miod@ gsckbd(4): found by miod@ | |||
2003-03-16 | secrity -> security. Ok ho@ | Matthieu Herrb | |
2003-03-16 | modifed -> modified | margarida | |
2003-03-16 | more avoidance of snprintf, strcpy, and strcat; millert ok | Theo de Raadt | |
2003-03-16 | sync w/ my tree | Todd C. Miller | |
2003-03-16 | Don't need to link in kerberos or skey libs anymore; we use BSD auth | Todd C. Miller | |
2003-03-16 | A better explanation of why we need to operate hil keyboards in raw mode. | Miod Vallat | |
2003-03-16 | Use len+1 as the size parameter to strlcpy() since len does not include | Todd C. Miller | |
the trailing NUL. From krw@; deraadt@ OK | |||
2003-03-16 | realated -> related | margarida | |
2003-03-16 | typos | margarida | |
2003-03-15 | - "Third-Party [Ss]oftware" -> "third-party software" | Anil Madhavapeddy | |
- Xr to ports(7) instead of external web-page ok pvalchev@ | |||
2003-03-15 | sync with i386.html | Alexander Yurchenko | |
2003-03-15 | update to what will soon be sudo 1.6.7 | Todd C. Miller | |
2003-03-15 | recoginzed -> recognized; | Jason McIntyre | |
elimininating -> eliminating; typos courtesy NetBSD (Igor Sobrado) | |||
2003-03-15 | re-run configure if it changes | Todd C. Miller | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-15 | - Reference to php4 flavors replaced with exim (php uses subpackages now) | Anil Madhavapeddy | |
- Dont encourage 'env FLAVOR=blah make install', since this breaks with a lot of subpackaged ports; instead replace 'install' with 'package' - Remove some of the freebsd/netbsd references which are obsolete now - /usr/share/mk/bsd.port.mk doesnt exist, so Xr bsd.port.mk(5) instead ok pvalchev@ | |||
2003-03-15 | spamd is running on port 8025, not 25; from Adrian Knoth | Peter Valchev | |
2003-03-15 | Enforce blinding on RSA operations involving private keys. | Hakan Olsson | |
From http://www.openssl.org/~geoff, modified to be enabled at all times. | |||
2003-03-15 | missing ap_server_strip_chroot() | Henning Brauer | |