Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-28 | forgot viper_hpa | Michael Shalayeff | |
2002-02-28 | hide proto from locore | Michael Shalayeff | |
2002-02-28 | use red-black tree for lookup_entry. the red-black tree case for | Niels Provos | |
map_findspace is still broken on alpha. this will make debugging easier. okay millert@ | |||
2002-02-28 | setting prevlcv to 0 doesnt require additional checks. from chs@ | Niels Provos | |
2002-02-28 | Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove the | Kenneth R Westerback | |
restrictions as the results of the INQUIRY command and the quirks table indicate. This should (for drivers that pay attention) make for more successful communication with devices having quirks, by using the lowest common denominator until more information is available. Issue a second TEST_UNIT_READY command after the INQUIRY command has been processed to allow drivers waiting for valid quirks data to set sync/wide/tags asap. Rework a little bit of the logic to ensure that negotiation messages produced by the TEST_UNIT_READY command do not get mixed up with attachment messages. This has the side benefit of putting the negotiation messages before the device description, where they have usually been displayed in the past. If a driver is examining and using quirks data before the INQUIRY command is processed, and not renegotiating after the INQUIRY command, it may now end up with async 8 bit, non-tagged transfers. Before it would have ended up with possibly unusable transfer parameters when talking to a device with quirks. ok costa@ | |||
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat | |
2002-02-27 | don't execute the pmap_update() call if we have no watch list. bo-bo art :-) | Per Fogelstrom | |
2002-02-27 | make SPLAY_MIN and SPLAY_MAX (and thus SPLAY_FOREACH) safe on an emptry tree | Mike Frantzen | |
ok niels@ | |||
2002-02-27 | We have memcpy and memset in the kernel. | Artur Grabowski | |
2002-02-26 | Cut/pasto: don't forget to scan for the source address | Jason Wright | |
2002-02-26 | Add optional pool memory hard limits, mainly as temporary solution | Daniel Hartmeier | |
until pool exhaustion causes problems no more. | |||
2002-02-26 | fucntion->function. | Federico G. Schwindt | |
2002-02-25 | Opps. One missing _nodead. -moj | Mats O Jansson | |
2002-02-25 | US isn't all :-) Here is a swedish map. -moj | Mats O Jansson | |
2002-02-25 | replace w/ utah-licensed source | Michael Shalayeff | |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn | |
2002-02-25 | Accept ethernet broadcasts too :-) This patch contains a copy of | Niklas Hallqvist | |
ether_crc32_le from NetBSD, which might be bettter placed in if_ethersubr.c later, if any other driver needs it. | |||
2002-02-25 | back out red-black tree. they are very fast but alpha UVM is broken and | Niels Provos | |
the tree triggers the bug, PMAP_PREFER case was broken also. | |||
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier | |
the current size of the pool. ok art@ | |||
2002-02-25 | Change timeouts from microtime() to time.tv_sec like in pf.c, | Daniel Hartmeier | |
initialize fr_timeout, free frent in pf_reassemble() when it's not inserted into a frag. ok provos@ | |||
2002-02-25 | use a red-black tree to find entries in the vm_map. augment the red-black | Niels Provos | |
tree to find free space between entries. speeds up memory allocation, etc... | |||
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat | |
2002-02-24 | queue.h like implementation of splay and red-black trees | Niels Provos | |
2002-02-24 | Proper screenblank semantics | Jason Wright | |
2002-02-24 | license repair, angelos ok | Theo de Raadt | |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski | |
Two days after commit people report serious lockups all over the place. Back out nfs locking changes. | |||
2002-02-23 | SRC prefix is not required for some operations. | Angelos D. Keromytis | |
2002-02-23 | Print compression algorithm name too. | Angelos D. Keromytis | |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt | |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb | |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb | |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb | |
under the control of machdep.allowaperture. This allows to run the X server on macppc with securelevel=1, given that machdep.allowaperture is != 0. OK deraadt@ | |||
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt | |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt | |
2002-02-23 | Add burner function so wscons can blank the fb | Jason Wright | |
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat | |
with a few hooks to cope with each architecture's specifics. The new arch/m68k/m68k/pmap_bootstrap.c is not a standalone file, but will be #included by the existing pmap_bootstrap.c code. Tested on hp300 and mvme68k, mac68k coming soon. amiga will be left out for now because it is a bit too different. | |||
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright | |
2002-02-23 | Move out draining of the allocator to an own function and | Artur Grabowski | |
let other parts of the kernel call it. | |||
2002-02-23 | Get rid of __POOL_EXPOSE. The pool needs to be always exposed in the kernel | Artur Grabowski | |
And there is no point in hiding it in userland. | |||
2002-02-23 | Bring back pmap_motorola in service for amiga, too. | Miod Vallat | |
2002-02-23 | remove unused file. | Dale Rahn | |
2002-02-23 | If the allocator has the PA_WANT flag set, return whole pages immediately. | Artur Grabowski | |
2002-02-23 | Pools that are only used in the ioctls can use the nointr allocator. | Artur Grabowski | |
2002-02-23 | Fix up some functions. Don't have static all over the place | Artur Grabowski | |
and don't static inline big functions that are called multiple times and are not time critical. | |||
2002-02-22 | Unbreak 68060 support, sorry | Miod Vallat | |
2002-02-22 | Switch mvme68k to pmap_motorola again. | Miod Vallat | |
68060 operation tested by deraadt@ | |||
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright | |
cache to flush, not some fraction of it, before giving up. | |||
2002-02-22 | EA sync | Dale Rahn | |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn | |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn | |