summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2002-02-23sysctl kern.usercryptoTheo de Raadt
2002-02-23Add burner function so wscons can blank the fbJason Wright
2002-02-23Factorize most of the pmap_bootstrap() guts used by pmap_motorola users,Miod Vallat
2002-02-23make this compile w/out pckbd (thanks marco for pointing this out)Jason Wright
2002-02-23Move out draining of the allocator to an own function andArtur Grabowski
2002-02-23Get rid of __POOL_EXPOSE. The pool needs to be always exposed in the kernelArtur Grabowski
2002-02-23Bring back pmap_motorola in service for amiga, too.Miod Vallat
2002-02-23remove unused file.Dale Rahn
2002-02-23If the allocator has the PA_WANT flag set, return whole pages immediately.Artur Grabowski
2002-02-23Pools that are only used in the ioctls can use the nointr allocator.Artur Grabowski
2002-02-23Fix up some functions. Don't have static all over the placeArtur Grabowski
2002-02-22Unbreak 68060 support, sorryMiod Vallat
2002-02-22Switch mvme68k to pmap_motorola again.Miod Vallat
2002-02-22Be sure to wait the whole 0.5 seconds (half a second!) for the streamingJason Wright
2002-02-22EA syncDale Rahn
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-22Call ether_ioctl() the way [insert favorite diety] intended.Jason Wright
2002-02-22Debugger() is #ifdef DDBTheo de Raadt
2002-02-22More locking in the NFS codeConstantine Sapuntzakis
2002-02-22Revert to previous (non hacked =) version now that the iommu is handledJason Wright
2002-02-22- don't call strbuf_flush_done for each segment, call it once per map (andJason Wright