Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-27 | regen | Michael Shalayeff | |
2002-11-27 | chips&tech 69030 | Michael Shalayeff | |
2002-11-27 | fix tbrsize spec | Henning Brauer | |
2002-11-27 | Update document date. | Hakan Olsson | |
2002-11-27 | fix error message for altq ifspec without child queues | Henning Brauer | |
2002-11-27 | fix an underflow in socket timeout calculations. | Michael Shalayeff | |
(see http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/32827). itojun@ ok | |||
2002-11-27 | correct hppa attachments | Michael Shalayeff | |
2002-11-27 | do address translation for for socket syscalls that pass addresses in | Jason Ish | |
or out - this allows linux programs that use IPv6 to work (not ipv4 mapped addresses though) - from NetBSD | |||
2002-11-27 | recover original stanford copyright. sync w/kame | Jun-ichiro itojun Hagino | |
2002-11-27 | Ressurect -l flag to be compliant with spell(1). | margarida | |
millert@ ok | |||
2002-11-27 | Kill some alloca. Reduces temp allocation for big static libraries drastically, | Marc Espie | |
allow, e.g., linking against static debug qt (or debug static mozilla for that matter). okay miod@ | |||
2002-11-26 | more tweaks | Theo de Raadt | |
2002-11-26 | tiny spacing nit | Theo de Raadt | |
2002-11-26 | Fix various nits: | Ryan Thomas McBride | |
- references to ip(4) et. al. - Remove extra whitespace - Finish some uncompleted sentences - s/traffic shaping/bandwidth control/ ok deraadt@, frantzen@ | |||
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert | |
thanks to miod for pointing this out | |||
2002-11-26 | The day of fighting with the violence against women | Alexander Yurchenko | |
ok mickey@ | |||
2002-11-26 | make bandwidth specification on queue truly optional | Henning Brauer | |
2002-11-26 | fancier queue example | Henning Brauer | |
2002-11-26 | fix queue example | Henning Brauer | |
2002-11-26 | queue comes before NAT | Henning Brauer | |
2002-11-26 | more cleanup | Theo de Raadt | |
2002-11-26 | more cleanup, and nat parts from mcbride | Theo de Raadt | |
2002-11-26 | test for working timeouts on recv, currently failing | Michael Shalayeff | |
2002-11-26 | i've comitted from the wrong tree the previous, needs dkbad | Michael Shalayeff | |
2002-11-26 | Call the enable function, don't set the variable directly. | Jason Wright | |
2002-11-26 | Match VE_3, too; Cliff Skolnick | Jason Wright | |
2002-11-26 | weissmanndiff | Michael Shalayeff | |
2002-11-26 | parse all the usefull files in sys for ioctls, change if() return to a ↵ | Michael Shalayeff | |
switch(), makes it much smaller on most architectures | |||
2002-11-26 | pass struct pfioc_changeaddr to DIOCCHANGEADDR | Ryan Thomas McBride | |
rather than struct pfioc_pooladdr an obvious fix from dhartmei@ | |||
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert | |
- More technically correct - Matches FreeBSD and NetBSD - Preserved #define for 1000baseTX for backwards compatibility ok jason@ | |||
2002-11-26 | use pci_matchbyid | Nathan Binkert | |
2002-11-26 | reflect currently supported bge(4) devices | Nathan Binkert | |
2002-11-26 | reflect currently supported devices | Nathan Binkert | |
2002-11-26 | Numerous bug fixes from freebsd and a few from me. | Nathan Binkert | |
- Add support for the BCM5702X and BCM5703X chips - Take care of an alignment bug in the PCI-X implementation of a couple revs of the chip - Disable memory write invalidate. (Supposedly doesn't always work) - Add missing splx(s) - Fix some typos | |||
2002-11-26 | Pull in DSP patches for the BCM5400, BCM5401, and BCM5411; from NetBSD. | Jason Wright | |
2002-11-26 | avoid symbol conflict with "errno" | Jun-ichiro itojun Hagino | |
2002-11-26 | performance improvement by omitting a redundant getcwd. | Jun-ichiro itojun Hagino | |
from provos | |||
2002-11-26 | error should go to stderr. from provos | Jun-ichiro itojun Hagino | |
2002-11-26 | fix "pfctl -Fq". | Kenjiro Cho | |
after altq gets flushed, altq forgot that it was enabled since altq is actually detached with an empty ruleset. so, add a variable, pfaltq_running, to remember the running state and re-enable altq when a new ruleset is loaded. noticed, tested, and oked by henning@ | |||
2002-11-26 | KNF, comment and error message repair; ok markus@ | Kevin Steves | |
2002-11-26 | remove outdated statement; ok markus@ deraadt@ | Kevin Steves | |
2002-11-26 | Make the PTE constants unsigned long with UL. | Artur Grabowski | |
The macro PG_PALCODE in pte.h is supposed to be used when comparing two ptes to see if we need a tlb flush. For that it uses the macro ALPHA_PTE_PALCODE which in turn is defined to ~ALPHA_PTE_SOFTWARE. Unfortunately ALPHA_PTE_SOFTWARE is small enough to fit in an int, so ALPHA_PTE_PALCODE becomes an int to and the masking in PG_PALCODE masks off the pfn in the pte and pmap_enter will then fail to flush certain TLB entries when it needs to (this situation shouldn't happen too often). This might or might not be the solution for the memory corruption bug I've been hunting for the last three months (the machine still borks up, but in different ways now). | |||
2002-11-26 | re-enable if_timer; jason@ ok. | Federico G. Schwindt | |
2002-11-26 | KNF | Henning Brauer | |
2002-11-26 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | Wilbern Cobb | |
ok markus@ | |||
2002-11-26 | Whitespace diff; from FreeBSD | Jason Wright | |
2002-11-25 | Change a setuid() that should be seteuid(), not iced by grange@ | Todd C. Miller | |
Move a va_end so it gets called in an error condition as well | |||
2002-11-25 | enable fxp(4) and xl(4) on sparc64; ok jason@ | Christian Weisgerber | |
2002-11-25 | create a new set of regress tests, which require an active | Michael Shalayeff | |
setup/cleanup of interfaces/protocols/etc. this is not ran by default and requires a DO_PFSETUP make variable set to be activated, one has to run as root as well. add one simple test for the proper loN link1 address expansion. henning@ ok | |||
2002-11-25 | repair decide_address_family | Henning Brauer | |
you cannot just taked the first address family you meet as rule's address family... either all are equal, or the rule has no explicit AF. found by danh@ ok theo |