Age | Commit message (Expand) | Author |
2002-02-25 | Accept ethernet broadcasts too :-) This patch contains a copy of | Niklas Hallqvist |
2002-02-25 | back out red-black tree. they are very fast but alpha UVM is broken and | Niels Provos |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-25 | Change timeouts from microtime() to time.tv_sec like in pf.c, | Daniel Hartmeier |
2002-02-25 | use a red-black tree to find entries in the vm_map. augment the red-black | Niels Provos |
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 |
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 |
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 |
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 |
2002-02-23 | Get rid of __POOL_EXPOSE. The pool needs to be always exposed in the kernel | Artur Grabowski |
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 |
2002-02-22 | Unbreak 68060 support, sorry | Miod Vallat |
2002-02-22 | Switch mvme68k to pmap_motorola again. | Miod Vallat |
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright |
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 |
2002-02-22 | Call ether_ioctl() the way [insert favorite diety] intended. | Jason Wright |
2002-02-22 | Debugger() is #ifdef DDB | Theo de Raadt |
2002-02-22 | More locking in the NFS code | Constantine Sapuntzakis |
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright |
2002-02-22 | - don't call strbuf_flush_done for each segment, call it once per map (and | Jason Wright |
2002-02-22 | a few sigval_ptr cases were returning pc instead of fault address | Theo de Raadt |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt |
2002-02-22 | From NetBSD: | Jason Wright |
2002-02-22 | IEEE80211_NWKEY_* flags; from netbsd | Michael Shalayeff |
2002-02-22 | do not transmit ICMP source quench. from kjc/kame | Jun-ichiro itojun Hagino |
2002-02-22 | Fix stack sharing in FORK_VMNOSTACK. | Artur Grabowski |
2002-02-21 | for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just the... | Theo de Raadt |
2002-02-21 | In WI_SETSTR round up i_len to be an even number if needed since we | Todd C. Miller |
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski |
2002-02-21 | Correctly initialize the compression case. | Angelos D. Keromytis |
2002-02-21 | %s/iommu_clear/iommu_remove/g | Jason Wright |