summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-12-30Add $OpenBSD$ tag.Thierry Deval
2002-12-30Update.Thierry Deval
2002-12-30Some cleanup.Thierry Deval
2002-12-30Implement the reconnect callback. This will be called whenever an SBP2 node'sThierry Deval
2002-12-30As we still don't have a data_page_dir support yet, transfers of more thanThierry Deval
2002-12-30Some devices have bad ConfigROM crc, but contain valid Unit entries.Thierry Deval
2002-12-30Make the callbacks entry non-constant.Thierry Deval
2002-12-30Re-design fwohci_hadler_set() to use a new key3.Thierry Deval
2002-12-30proper HOSTAP_FLAGS_BITS; from merith@vantronix.netMichael Shalayeff
2002-12-30KNFHenning Brauer
2002-12-30KNFHenning Brauer
2002-12-29Fix a couple of cases where semutot was not getting decremented andTodd C. Miller
2002-12-29Add support for radix tables for source and destination of PF rules.Cedric Berger
2002-12-29fix buf allocation; partoff may be a NULL tooMichael Shalayeff
2002-12-28fix C++ semantics.Marc Espie
2002-12-27Bugfix and better error handling:Ryan Thomas McBride
2002-12-27Fixups for pf_route and pf_route6.Ryan Thomas McBride
2002-12-27Use model control capability to distinguish 8 from 16 line models,Hugh Graham
2002-12-27Handle binat-anchor rules in pf_match_translation(), they don't have aDaniel Hartmeier
2002-12-27Initialize rt_ifp in newly allocated pf_state objects to NULL.Daniel Hartmeier
2002-12-26Prettier debug printing in pf_map_addr.Ryan Thomas McBride
2002-12-26Additional sanity checks for pf_route(). Please report when any of theseDaniel Hartmeier
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-25Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.Miod Vallat
2002-12-25Get prototypes from *dev_decl() macros rather than running our own.Miod Vallat
2002-12-25Do not force DEBUG to be defined here. hp300 is already slow enough.Miod Vallat
2002-12-25Initialize color palette from rasops settings (from sparc) rather thanMiod Vallat
2002-12-24cleanup; ok costa@Alexander Yurchenko
2002-12-24Received a christmas card from Diego and Wim -- thanks!Hugh Graham
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