summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-25provide a function to enable accel io on pcxl2 and use it on the fbMichael Shalayeff
2003-09-25define pcxl2's mioc regs and devise l2 cache size on pcxl2 from thereMichael Shalayeff
2003-09-25a copule more regs present on pcxl2Michael Shalayeff
2003-09-25update from from@Michael Shalayeff
2003-09-25update fom form@ including support for 891 chips and moreMichael Shalayeff
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.Todd C. Miller
Closes PR 3441; drahn@ OK
2003-09-25more codecMichael Shalayeff
2003-09-25better structs alignment; jason@ testing on sparc64 and okMichael Shalayeff
2003-09-25no need for a redundant check; from form@ and jason okMichael Shalayeff
2003-09-25Fix typo in revision 1.29; deraadt@ OKTodd C. Miller
2003-09-25Do check for current pointer vs. buffer end before touching anyTodd C. Miller
elements in the buffer. Fixes an out of bounds access. From aaron@; OK deraadt@
2003-09-25syncAlexander Yurchenko
2003-09-25serverworks csb6 lpc; found in dmesg from mtoups@andrew.cmu.eduAlexander Yurchenko
ok deraadt@
2003-09-25Free buffer and set it to NULL on error lest it be used.Todd C. Miller
Fixes a crash when MALLOC_OPTIONS includes 'J' found by david@.
2003-09-25Return immediately if argument to BN_sub_word is zero.Otto Moerbeek
ok markus@ deraadt@
2003-09-25Use BN_is_zero(), not x->top == 0 to test if a BN is zero.Otto Moerbeek
ok markus@ deraadt@
2003-09-25Add extra calls to bn_fix_top() in BN_cmp(), since some functions mayOtto Moerbeek
leave an invalid BN. ok markus@ deraadt@
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
ok deraadt@
2003-09-25Makefile for bc(1).Otto Moerbeek
ok deraadt@
2003-09-25bc.library and bc.1 manual page using the Caldera license.Otto Moerbeek
ok deraadt@
2003-09-25A new, BSD licensed implementation of bc(1).Otto Moerbeek
ok deraadt@
2003-09-25- indent and literal for examplesJason McIntyre
- sort FILES - .Xr weekly 8
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
in certain cases; closes PR 3163
2003-09-25Fix one case of set length before realloc. Fix another case ofChad Loder
foo = realloc(foo...) and avoid possible memory leaks. Avoid leaving things pointing to freed memory on failure.
2003-09-25replace .Em with more appropriate macros. some other cleanup;Jason McIntyre
2003-09-25- simplify macrosJason McIntyre
- sort options - typos and formatting improvements - sync usage() and SYNOPSIS
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
by Gary W. Swearingen and fixed by Simon L. Nielsen in rev. 1.15; - some other small clarifications to the man page - sync usage()'s with the man page
2003-09-25update BUGS; this section is getting bigger rather than smaller :(Jason McIntyre
2003-09-25add supported chips to .Nd;Jason McIntyre
ok jason@
2003-09-25.Xr daily(8) and changelist(5);Jason McIntyre
2003-09-25man page for /etc/changelist format;Jason McIntyre
ok deraadt@
2003-09-25add man page for zlib(3). This is basically an mdoc version of <zlib.h>.Jason McIntyre
ok henning@ deraadt@
2003-09-25- add .Bk/.Ek to SYNOPSISJason McIntyre
- use -offset rather than indenting the actual display - kill unnecessary .Pp
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
krw@ ok.
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
ok david deraadt millert
2003-09-24cleanup privsep communications between child/parent with a lot moreAnil Madhavapeddy
paranoia. noticed by aaron@, feedback from drahn@ cloder@ millert@