summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-31Add MENTOR vendor and two devices.Dale Rahn
2003-10-31Fix ppc segment register restores, this fixes the 1GB ram limit andDale Rahn
cleans up pieces in the pmap code. tested otto, brad, miod, pval.
2003-10-31tab/whitespace cleanup.Dale Rahn
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-31warn commons instead of generating a map file (was there for debugging)Michael Shalayeff
2003-10-31need_trigger/idx should be u_int, not ssize_t. millertJun-ichiro itojun Hagino
2003-10-31insufficient length check (possible remote DoS). kame PR 507.Jun-ichiro itojun Hagino
ok deraadt markus mcbride
2003-10-30malloc failures in init? never. but try to be reasonable for one dumb oneTheo de Raadt
2003-10-30correct mac address fetching; pr 3532, jerry@dunmire.orgTheo de Raadt
2003-10-30add missing tcpdump capture types; aldo@nullcube.comTheo de Raadt
2003-10-30preceeded -> preceded;Jason McIntyre
2003-10-30- sync with headerJason McIntyre
- remove a bunch of useless .Pp's - a little grammar
2003-10-30typos and grammer from Bruno Rohee <bruno@rohee.com>Michael Shalayeff
2003-10-30typo from Tom Cosgrove; this appears to already be fixed in latest httpd;Jason McIntyre
2003-10-30rc.conf(8), not rc.conf(5)Todd C. Miller
2003-10-30double word, from Tom Cosgrove;Jason McIntyre
2003-10-30double word, from Tom Cosgrove;Jason McIntyre
2003-10-30double word, from Tom Cosgrove;Jason McIntyre
2003-10-30double word from Tom Cosgrove;Jason McIntyre
2003-10-30double word and wording improvement from Tom Cosgrove;Jason McIntyre
2003-10-30double words from Tom Cosgrove;Jason McIntyre
2003-10-30Another "the the" typo in a comment; Bruno RoheeTodd C. Miller
2003-10-30Fix "the the" typos in comments; Bruno RoheeTodd C. Miller
2003-10-30Fix typo in comment; Bruno RoheeTodd C. Miller
2003-10-30oops, one more double word typo from Bruno Rohee;Jason McIntyre
2003-10-30double words;Jason McIntyre
from Bruno Rohee
2003-10-30small update for DGST;Jason McIntyre
2003-10-30Add us.dvorak. ok maja@Thomas Nordin
2003-10-30fix NULL/0 mixup. drahn okJun-ichiro itojun Hagino
2003-10-30simplify cfdriver initialization. drahn okJun-ichiro itojun Hagino
2003-10-30fix missing 0. drahn okJun-ichiro itojun Hagino
2003-10-30array for multicast filter intialization mismatches. millert okJun-ichiro itojun Hagino
2003-10-30Remove double word; Ross L RichardsonTodd C. Miller
2003-10-30syncTheo de Raadt
2003-10-29Avoid another malloc in the VIA AES stuff: move the operation stuffJason Wright
into the softc allocated at attach time
2003-10-29don't allocate two buffers when one will do (VIA's AES stuff can have src==dst)Jason Wright
2003-10-29Revert to 1.70 for now which is the last working version on my u5.Matthieu Herrb
ok deraadt@
2003-10-29un-revert previous. wrong suspect. ok deraadt@Matthieu Herrb
2003-10-29backout previous. It breaks my u5 drive. ok deraadt@Matthieu Herrb
2003-10-29PDTheo de Raadt
2003-10-29fix binat for incoming connections when a netblock (not just a singleDaniel Hartmeier
address) is used for source in the binat rule. closes PR 3535, reported by Karl O.Pinc. ok henning@, cedric@
2003-10-29security fix from upcoming apache 1.3.29:Henning Brauer
SECURITY: CAN-2003-0542 (cve.mitre.org) Fix buffer overflows in mod_alias and mod_rewrite which occurred if one configured a regular expression with more than 9 captures. [André Malo] ok markus@
2003-10-28another ne2k entry. from Janjaap van Velthooven via PR/3524.Federico G. Schwindt
2003-10-28another ne2k entry. from Janjaap van Velthooven via PR/3524.Federico G. Schwindt
2003-10-28Split pmap_remove_range() into its main loop and a new function,Miod Vallat
pmap_remove_pte(), which takes the va and a pte. Use pmap_remove_pte() instead of pmap_remove_range() in strategic places, in order to save some cycles by avoiding unnecessary pte address recomputations. pmap_remove_range() is still preferred for large amounts of memory, as it will skip empty segments.
2003-10-28better partition finding. instead of groveling around looking forTed Unangst
a device, and then trying to guess what partition it is, use opendev(), fstat(), and DISKPART() to know what what's going on. most of the diff from Tom Cosgrove <tom.cosgrove at arches-consulting.com>
2003-10-28In pmap_remove_range(), be sure to propagate pvlist flags when removingMiod Vallat
the head entry. While there, invalidate the affected pte earlier for safety, and store its PG_U bit in the pvlist flags as well. And also get rid of a pdt table group leftover in pmap_collect().
2003-10-28let pkg_delete evaluate dependencies earlier: check that all packagesMarc Espie
that the user wants removed are actually a complete set with respect to dependencies. Otherwise, report a list of packages that would have to be removed as well for this pkg_delete to work, and stop right there. okay naddy@
2003-10-28oopsMarc Espie
2003-10-28zapMarc Espie