summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-25Add extra calls to bn_fix_top() in BN_cmp(), since some functions mayOtto Moerbeek
2003-09-25A set of regression tests for bc(1).Otto Moerbeek
2003-09-25USD doc for bc(1) using the Caldera license.Otto Moerbeek
2003-09-25Makefile for bc(1).Otto Moerbeek
2003-09-25bc.library and bc.1 manual page using the Caldera license.Otto Moerbeek
2003-09-25A new, BSD licensed implementation of bc(1).Otto Moerbeek
2003-09-25- indent and literal for examplesJason McIntyre
2003-09-25realloc fixes; markus okTheo de Raadt
2003-09-25hifn 7956 supportJason Wright
2003-09-25hifn 7956Jason Wright
2003-09-25Install files as group wheel to match mtree/special; noticed by David KrauseTodd C. Miller
2003-09-25Fix a bug where one byte past the end of a buffer could be touchedTodd C. Miller
2003-09-25Fix one case of set length before realloc. Fix another case ofChad Loder
2003-09-25replace .Em with more appropriate macros. some other cleanup;Jason McIntyre
2003-09-25- simplify macrosJason McIntyre
2003-09-25improve example even moreTheo de Raadt
2003-09-25- clarify "put" and "get" commands. This is based on a FreeBSD PR submittedJason McIntyre
2003-09-25update BUGS; this section is getting bigger rather than smaller :(Jason McIntyre
2003-09-25add supported chips to .Nd;Jason McIntyre
2003-09-25.Xr daily(8) and changelist(5);Jason McIntyre
2003-09-25man page for /etc/changelist format;Jason McIntyre
2003-09-25add man page for zlib(3). This is basically an mdoc version of <zlib.h>.Jason McIntyre
2003-09-25- add .Bk/.Ek to SYNOPSISJason McIntyre
2003-09-25realloc fixes; 3rd rev to make markus happierTheo de Raadt
2003-09-25correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadtPeter Valchev
2003-09-25syncTheo de Raadt
2003-09-25support AAA131U2; cmaxwell@themanor.netTheo de Raadt
2003-09-25sync with netbsd; fixes some problems with the upcoming atw driver.Federico G. Schwindt
2003-09-25do not crank size first, do not do p = realloc(p, ...Theo de Raadt
2003-09-25whack commons as wanted by hoTheo de Raadt
2003-09-25do not crank size before ereallocTheo de Raadt
2003-09-25p = realloc(p is not allowedTheo de Raadt
2003-09-25don't run out of bounds. fixes david's crash during regress.Ted Unangst
2003-09-24cleanup privsep communications between child/parent with a lot moreAnil Madhavapeddy
2003-09-24realloc fixTheo de Raadt
2003-09-24realloc fix; ho okTheo de Raadt
2003-09-24on-link DoS by bogus ARP. reported by appleJun-ichiro itojun Hagino
2003-09-24realloc fixes; ok hoTheo de Raadt
2003-09-24realloc fixes; ok ho matthieuTheo de Raadt
2003-09-24realloc fixes; ho okTheo de Raadt
2003-09-24realloc fixes: unallocate for next use if realloc fixes; do not incr size;Theo de Raadt
2003-09-24sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors.Henning Brauer
2003-09-24knfTheo de Raadt
2003-09-24fix automatic connection which is supposed to be done in put command;Theo de Raadt
2003-09-24Remove state setup no-ops.Ryan Thomas McBride
2003-09-24re-add AES, but without using EVP;Markus Friedl
2003-09-24back out EVP change; causes fd leaks; ok cedric@Markus Friedl
2003-09-24Fix realloc usage and make sure we don't increase buffer size on failure.Cedric Berger
2003-09-24Compile after poll changes...Miod Vallat
2003-09-24hifn(4) is only in GENERICJason Wright