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