Age | Commit message (Expand) | Author |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-07 | also s/_PSW/_PSL/ | Michael Shalayeff |
2002-10-07 | s/PSW_/PSL_/ to match other archs | Michael Shalayeff |
2002-10-07 | -Wsign-compare clean | Daniel Hartmeier |
2002-10-07 | proper terminate the user stack on signal | Michael Shalayeff |
2002-10-07 | on implementations w/ fpu included unimplemented instructions | Michael Shalayeff |
2002-10-07 | -Wsign-compare clean | Daniel Hartmeier |
2002-10-07 | Two cases of const-correctness and make one global local. | Daniel Hartmeier |
2002-10-07 | misplaced break in the last | Michael Shalayeff |
2002-10-07 | test generic return | Henning Brauer |
2002-10-07 | test new return-icmp syntax | Henning Brauer |
2002-10-07 | adjust for new return-icmp | Henning Brauer |
2002-10-07 | output slightly different with new return-icmp handling, adjust | Henning Brauer |
2002-10-07 | this is valid now... change to be invalid | Henning Brauer |
2002-10-07 | set block-policy [drop|return] | Henning Brauer |
2002-10-07 | support a generic return | Henning Brauer |
2002-10-07 | make return-icmp work for rules covering both v4 and v6 | Henning Brauer |
2002-10-07 | use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or not | Henning Brauer |
2002-10-07 | Add 'reply-to' to filter rules, similar to route-to, but applying to | Daniel Hartmeier |
2002-10-07 | name space pollution; after art@ | Michael Shalayeff |
2002-10-07 | make restarts work again with missing srm.conf (sigh) | Henning Brauer |
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn |
2002-10-07 | kick, kick. Fix these files which did not come from NetBSD, but the | Dale Rahn |
2002-10-07 | clean up ifdefs for PIC, resulting code unchanged. | Dale Rahn |
2002-10-07 | s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate. | Dale Rahn |
2002-10-07 | Simpler, smaller, more efficient and equivalent. | Dale Rahn |
2002-10-07 | cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL() | Dale Rahn |
2002-10-06 | curbrk -> __curbrk on sparc to avoid name space pollution. | Artur Grabowski |
2002-10-06 | Rename curbrk to __curbrk on i386 to avoid namespace pollution. | Artur Grabowski |
2002-10-06 | Rename curbrk to __curbrk on alpha to avoid namespace pollution. | Artur Grabowski |
2002-10-06 | Rename cerror to __cerror on i386 to avoid namespace pollution. | Artur Grabowski |
2002-10-06 | Rename cerror to __cerror on alpha to avoid namespace pollution. | Artur Grabowski |
2002-10-06 | Remove some '#if 0' cruft. | Artur Grabowski |
2002-10-06 | unused prototype. | Artur Grabowski |
2002-10-06 | Move out the execution of vmcmds into a separate function. | Artur Grabowski |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-10-06 | Initialize the result list in uvm_pglistalloc. | Artur Grabowski |
2002-10-06 | nbuf doesn't belong here. It's declared on all architectures instead. | Artur Grabowski |
2002-10-06 | Declare nbuf just like all other architectures. | Artur Grabowski |
2002-10-06 | Garbage collect __HAVE_SPLASSERT. It wasn't necessary. | Artur Grabowski |
2002-10-06 | Remove more remnants of smtpfwdd. ok deraadt@. | Kenneth R Westerback |
2002-10-06 | Move CHECK_ROOT into LOOP_THROUGH, gets rid of one macro and saves | Daniel Hartmeier |
2002-10-06 | use syslog format for syslog, now that release is past... | Marc Espie |
2002-10-06 | match php 4, too, in the example, j@pureftpd.org | Henning Brauer |
2002-10-06 | in the commented out AddType example for php take values fitting for php4, | Henning Brauer |
2002-10-05 | Expand {} lists from left to right, so 'pass in from { a, b } to any' | Daniel Hartmeier |
2002-10-05 | spelling. | Federico G. Schwindt |
2002-10-05 | Allow filtering based on IP header's tos field. | Daniel Hartmeier |
2002-10-05 | Fix a typo ('Your' -> 'You'). Spotted by Julien Bordet. | Kenneth R Westerback |
2002-10-05 | fix a embarrassing list-handling bug in cbq. | Kenjiro Cho |