Age | Commit message (Expand) | Author |
2002-12-23 | regen | Michael Shalayeff |
2002-12-23 | a few more machines and devs | Michael Shalayeff |
2002-12-23 | no need to htons the port, it's already in net order, since we swapped it bac... | Michael Shalayeff |
2002-12-23 | Change from array to single pf_pabuf (no longer need multiple buffers as | Ryan Thomas McBride |
2002-12-23 | Repair minor indentation problem. | Miod Vallat |
2002-12-23 | dev/ata/ata.c should depends on wdc_base since it uses some calls | Alexander Yurchenko |
2002-12-23 | Fix complete botch in handling of 'openings'. | Kenneth R Westerback |
2002-12-22 | pfioc_changealtq is not needed anymore; queues will eventually be | Ryan Thomas McBride |
2002-12-22 | Define atagettrace_t type and use it instead of struct atagettrace. | Alexander Yurchenko |
2002-12-22 | No more magic wdc events types, give them names. | Alexander Yurchenko |
2002-12-22 | better handling of bigendian batteries; problem noticed by blovett@bsdguru.com | Michael Shalayeff |
2002-12-22 | Do not attempt to select keyboard layout until it has been determined from | Miod Vallat |
2002-12-22 | Flargs -> Flags. | Artur Grabowski |
2002-12-22 | Cosmetic changes: | Todd C. Miller |
2002-12-22 | Clear the high bit of ipc_perm.seq so msgget(3) never returns a | Todd C. Miller |
2002-12-22 | Handle rdr rules with unspecified proxy ports correctly. Also don't | Ryan Thomas McBride |
2002-12-22 | mv PF_RULESET_MAX into the enum, slightly less confusing. | Ryan Thomas McBride |
2002-12-20 | replace struct assignment w/ bcopy w/ help and testing of millert@; henning@ ... | Michael Shalayeff |
2002-12-20 | Clear error before jumping back to the input loop. If error was set | Todd C. Miller |
2002-12-20 | dino is ataken | Michael Shalayeff |
2002-12-20 | - Clean up the defines in pool.h | Artur Grabowski |
2002-12-20 | Add a special malloc type M_DEBUG. | Artur Grabowski |
2002-12-20 | user-defined stacks check is the same for grownups as for growndowns | Michael Shalayeff |
2002-12-20 | do not compile what we already get from libkern (size does not matter) | Michael Shalayeff |
2002-12-20 | those are gone now | Michael Shalayeff |
2002-12-20 | no need for these to sit in their own dirs, there not gonna be any sources th... | Michael Shalayeff |
2002-12-19 | make sure we are hitting user stack and not smth else here, make init show no... | Michael Shalayeff |
2002-12-19 | regen | Henning Brauer |
2002-12-19 | more O2Micro PCI-Cardbus; FreeBSD via pamifer at terra.es | Henning Brauer |
2002-12-19 | arc4random seems better now | Michael Shalayeff |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-12-19 | Clear pf_state.nat_rule pointers when non-main nat rules are removed. | Daniel Hartmeier |
2002-12-19 | Replace skip step calculation so it scales O(n) instead of O(n*n). | Daniel Hartmeier |
2002-12-19 | fix 'no nat/rdr/binat' evaluation. from mcbride@, slightly modified :) | Daniel Hartmeier |
2002-12-19 | Initialize pf_state.nat_rule to NULL if there's no translation used. | Daniel Hartmeier |
2002-12-19 | fix a debugging printf on cmd wait timeout | Michael Shalayeff |
2002-12-19 | proper barrier call in ie_ack | Michael Shalayeff |
2002-12-19 | comparam() does not need an spltty() for it, already called there. | Michael Shalayeff |
2002-12-19 | simplify stack grownups (growndowns are not touched) | Michael Shalayeff |
2002-12-19 | setregs: put the whole frame setup into one place | Michael Shalayeff |
2002-12-19 | level 0x16 is really an l2 | Michael Shalayeff |
2002-12-19 | knf, remove register, space trim | Michael Shalayeff |
2002-12-19 | do not plan for DISKLESS; cross out CRTBEGIN and CRTEND | Michael Shalayeff |
2002-12-19 | update | Michael Shalayeff |
2002-12-19 | debugging check_alias is only needed in PMAPDEBUG | Michael Shalayeff |
2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. | Michael Shalayeff |
2002-12-18 | APM_BEBATT is in the apm_flags, not sc_flags, from markus@ | Michael Shalayeff |
2002-12-18 | order the entries by number | Michael Shalayeff |
2002-12-18 | boot -a support. | Miod Vallat |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |