Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-31 | Add MENTOR vendor and two devices. | Dale Rahn | |
2003-10-31 | Fix ppc segment register restores, this fixes the 1GB ram limit and | Dale Rahn | |
cleans up pieces in the pmap code. tested otto, brad, miod, pval. | |||
2003-10-31 | tab/whitespace cleanup. | Dale Rahn | |
2003-10-31 | Enable wi@usb, otherwise this will never get tested... deraadt@ | Dale Rahn | |
2003-10-31 | warn commons instead of generating a map file (was there for debugging) | Michael Shalayeff | |
2003-10-31 | need_trigger/idx should be u_int, not ssize_t. millert | Jun-ichiro itojun Hagino | |
2003-10-31 | insufficient length check (possible remote DoS). kame PR 507. | Jun-ichiro itojun Hagino | |
ok deraadt markus mcbride | |||
2003-10-30 | malloc failures in init? never. but try to be reasonable for one dumb one | Theo de Raadt | |
2003-10-30 | correct mac address fetching; pr 3532, jerry@dunmire.org | Theo de Raadt | |
2003-10-30 | add missing tcpdump capture types; aldo@nullcube.com | Theo de Raadt | |
2003-10-30 | preceeded -> preceded; | Jason McIntyre | |
2003-10-30 | - sync with header | Jason McIntyre | |
- remove a bunch of useless .Pp's - a little grammar | |||
2003-10-30 | typos and grammer from Bruno Rohee <bruno@rohee.com> | Michael Shalayeff | |
2003-10-30 | typo from Tom Cosgrove; this appears to already be fixed in latest httpd; | Jason McIntyre | |
2003-10-30 | rc.conf(8), not rc.conf(5) | Todd C. Miller | |
2003-10-30 | double word, from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | double word, from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | double word, from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | double word from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | double word and wording improvement from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | double words from Tom Cosgrove; | Jason McIntyre | |
2003-10-30 | Another "the the" typo in a comment; Bruno Rohee | Todd C. Miller | |
2003-10-30 | Fix "the the" typos in comments; Bruno Rohee | Todd C. Miller | |
2003-10-30 | Fix typo in comment; Bruno Rohee | Todd C. Miller | |
2003-10-30 | oops, one more double word typo from Bruno Rohee; | Jason McIntyre | |
2003-10-30 | double words; | Jason McIntyre | |
from Bruno Rohee | |||
2003-10-30 | small update for DGST; | Jason McIntyre | |
2003-10-30 | Add us.dvorak. ok maja@ | Thomas Nordin | |
2003-10-30 | fix NULL/0 mixup. drahn ok | Jun-ichiro itojun Hagino | |
2003-10-30 | simplify cfdriver initialization. drahn ok | Jun-ichiro itojun Hagino | |
2003-10-30 | fix missing 0. drahn ok | Jun-ichiro itojun Hagino | |
2003-10-30 | array for multicast filter intialization mismatches. millert ok | Jun-ichiro itojun Hagino | |
2003-10-30 | Remove double word; Ross L Richardson | Todd C. Miller | |
2003-10-30 | sync | Theo de Raadt | |
2003-10-29 | Avoid another malloc in the VIA AES stuff: move the operation stuff | Jason Wright | |
into the softc allocated at attach time | |||
2003-10-29 | don't allocate two buffers when one will do (VIA's AES stuff can have src==dst) | Jason Wright | |
2003-10-29 | Revert to 1.70 for now which is the last working version on my u5. | Matthieu Herrb | |
ok deraadt@ | |||
2003-10-29 | un-revert previous. wrong suspect. ok deraadt@ | Matthieu Herrb | |
2003-10-29 | backout previous. It breaks my u5 drive. ok deraadt@ | Matthieu Herrb | |
2003-10-29 | PD | Theo de Raadt | |
2003-10-29 | fix binat for incoming connections when a netblock (not just a single | Daniel Hartmeier | |
address) is used for source in the binat rule. closes PR 3535, reported by Karl O.Pinc. ok henning@, cedric@ | |||
2003-10-29 | security 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-28 | another ne2k entry. from Janjaap van Velthooven via PR/3524. | Federico G. Schwindt | |
2003-10-28 | another ne2k entry. from Janjaap van Velthooven via PR/3524. | Federico G. Schwindt | |
2003-10-28 | Split 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-28 | better partition finding. instead of groveling around looking for | Ted 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-28 | In pmap_remove_range(), be sure to propagate pvlist flags when removing | Miod 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-28 | let pkg_delete evaluate dependencies earlier: check that all packages | Marc 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-28 | oops | Marc Espie | |
2003-10-28 | zap | Marc Espie | |