summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2002-02-26fucntion->function.Federico G. Schwindt
2002-02-25Opps. One missing _nodead. -mojMats O Jansson
2002-02-25US isn't all :-) Here is a swedish map. -mojMats O Jansson
2002-02-25replace w/ utah-licensed sourceMichael Shalayeff
2002-02-25fix mapping bug in serial console support, not yet working.Dale Rahn
2002-02-25Accept ethernet broadcasts too :-) This patch contains a copy ofNiklas Hallqvist
2002-02-25back out red-black tree. they are very fast but alpha UVM is broken andNiels Provos
2002-02-25Make pool_sethardlimit() check that it doesn't decrease the limit belowDaniel Hartmeier
2002-02-25Change timeouts from microtime() to time.tv_sec like in pf.c,Daniel Hartmeier
2002-02-25use a red-black tree to find entries in the vm_map. augment the red-blackNiels Provos
2002-02-24Don't generate noise before entering DDB from keyboard.Miod Vallat
2002-02-24queue.h like implementation of splay and red-black treesNiels Provos
2002-02-24Proper screenblank semanticsJason Wright
2002-02-24license repair, angelos okTheo de Raadt
2002-02-23Sigh. The diff is out for testing for three months without a single problem.Artur Grabowski
2002-02-23SRC prefix is not required for some operations.Angelos D. Keromytis
2002-02-23Print compression algorithm name too.Angelos D. Keromytis
2002-02-23switch vax to -O2, from hughTheo de Raadt
2002-02-23remove a commented-out debug printfMatthieu Herrb
2002-02-23add a comment for option APERTUREMatthieu Herrb
2002-02-23Add aperture driver support for macppc, and also place writing to /dev/pciMatthieu Herrb
2002-02-23sysctl kern.usercryptoTheo de Raadt