summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-03-05It is clear that I have not committed in a long time!!!!Niklas Hallqvist
2002-03-05doh, thanks mickey!Niklas Hallqvist
2002-03-05Deal gracefully with ccb starvationNiklas Hallqvist
2002-03-05Deal gracefully with ccb starvationNiklas Hallqvist
2002-03-04Disable the wscons burner functionality... I'm not in the mood to debug it ri...Jason Wright
2002-03-04ok, so apparently wx doesn't work so wellNathan Binkert
2002-03-04do not attach wsdisplay if there is none configuredMichael Shalayeff
2002-03-04dc is not listed twice. Put de back, and move dc out of the untested section.Nathan Binkert
2002-03-04since we can't fit both dc and de, we've got to have de so we can have supportNathan Binkert
2002-03-04Move dc from the untested group since it is tested, though a commit willNathan Binkert
2002-03-0421140 support for dc isn't reliable enough for it to win over dc.Nathan Binkert
2002-03-04parts that copy in PK parametersTheo de Raadt
2002-03-04remove old PK stuffTheo de Raadt
2002-03-04crypto_check_alg() is not neededTheo de Raadt
2002-03-04dc not deTheo de Raadt
2002-03-04Typos; Matt <matt@vertrauen.org>Jason Wright
2002-03-03Fix crashes associated with SADB_GET/SADB_DUMP --- memory was notAngelos D. Keromytis
2002-03-02do some more renamingTheo de Raadt
2002-03-02bump the version after recent additionMichael Shalayeff
2002-03-02initial cut at crypto_sop definitions for symmetric cryptoTheo de Raadt
2002-03-02cleanup.Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02Do not use -1 as an unused entry, 0 is already reserved for invalid/unused.Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02These two drivers were incorrectly sharing variables, sometimes expectingDale Rahn
2002-03-02more logical order of operations, caveatsMichael Shalayeff
2002-03-02Add machine specific commands to the bootblocks, to let the user displayMiod Vallat
2002-03-02Add a strcmp() prototype, which will be needed shortly.Miod Vallat
2002-03-02disable immediate ack on TH_PUSH. make behaviour sysctl tuneable.Niels Provos
2002-03-01reassignMichael Shalayeff
2002-03-01fix a few irq assignmentsMichael Shalayeff
2002-03-01remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.Niels Provos
2002-03-01From NetBSD, noticed by Alexander YurchenkoChris Cappuccio
2002-03-01Change a config(8) reference to a more appropriate boot_config(8) reference.Miod Vallat
2002-03-01fp doesn't necessarily have to be set when we do the early FRELE.Artur Grabowski
2002-03-01sync with KAMEKenjiro Cho
2002-03-01sysctl for cryptodevallowsoft - /dev/crypto will allow the software engineNiels Provos
2002-03-01remove CRYPTO_BUF_CONTIG and convert to handle iovs. okay deraadt@Niels Provos
2002-03-01helper functions for uio (cuio_apply and cuio_getptr) okay deraadt@Niels Provos
2002-02-28forgot viper_hpaMichael Shalayeff
2002-02-28hide proto from locoreMichael Shalayeff
2002-02-28use red-black tree for lookup_entry. the red-black tree case forNiels Provos
2002-02-28setting prevlcv to 0 doesnt require additional checks. from chs@Niels Provos
2002-02-28Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove theKenneth R Westerback
2002-02-27Better values for invalid pte initialization.Miod Vallat
2002-02-27don't execute the pmap_update() call if we have no watch list. bo-bo art :-)Per Fogelstrom
2002-02-27make SPLAY_MIN and SPLAY_MAX (and thus SPLAY_FOREACH) safe on an emptry treeMike Frantzen
2002-02-27We have memcpy and memset in the kernel.Artur Grabowski
2002-02-26Cut/pasto: don't forget to scan for the source addressJason Wright
2002-02-26Add optional pool memory hard limits, mainly as temporary solutionDaniel Hartmeier