summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-12-31Split scrub rules out from the filter rules in the kernel.Ryan Thomas McBride
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
2002-12-31sha1.c is needed by pf.Matthieu Herrb
2002-12-31+ NFSCLIENTTheo de Raadt
2002-12-31don't overrun user-supplied buffer. from jinmei@kame, deraadt okJun-ichiro itojun Hagino
2002-12-31Use a default state table limit of 10000 entries. This is safe for allDaniel Hartmeier
2002-12-30Add new parameter to scsi_test_unit_ready(): retries number.Alexander Yurchenko
2002-12-30Use PLOCK for tsleep priority instead of the (rather bogus) PZERO - 4.Todd C. Miller
2002-12-30If we can't allocate a struct sem_undo w/o sleeping, use PR_WAITOKTodd C. Miller
2002-12-30Don't forget to copyout the time at which statistics got cleared.Cedric Berger
2002-12-30really count the number of deleted tables - obvious fix.Cedric Berger
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