| Commit message (Expand) | Author | Age | Files | Lines |
* | MFi386: Fix mem device. Grrr. | markm | 2004-08-06 | 1 | -2/+0 |
* | MFi386: sort out the mem device. Grrrr. | markm | 2004-08-06 | 1 | -0/+3 |
* | Refine updates to PCI irq routing. Check _STA and _CRS but only print a | njl | 2004-08-06 | 1 | -28/+39 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | rwatson | 2004-08-06 | 6 | -12/+23 |
* | In ithread_schedule(), when we plan to go harvest some entropy as | rwatson | 2004-08-06 | 1 | -2/+4 |
* | When reseting a pending callout, perform the deregistration in | cperciva | 2004-08-06 | 1 | -2/+16 |
* | When iterating the UDP inpcb list processing an inbound broadcast | rwatson | 2004-08-06 | 1 | -10/+9 |
* | Add flags for _STA (status) methods and convenience macros for checking | njl | 2004-08-06 | 2 | -4/+18 |
* | Just because we have a serial console attached does not mean we don't | des | 2004-08-05 | 1 | -1/+1 |
* | Turn on the new contigmalloc(9) by default. There should not actually | green | 2004-08-05 | 1 | -1/+1 |
* | Try to narrow down the race window on HW that does not have ways to | sos | 2004-08-05 | 7 | -49/+46 |
* | Add firmware revision to probe printf. | sos | 2004-08-05 | 4 | -7/+9 |
* | Use in_cksum_skip() to calculate in4_cksum instead of doing handrolled magic | mlaier | 2004-08-05 | 1 | -279/+12 |
* | Fix the code in rman that merges adjacent unallocated resources to use a | jhb | 2004-08-05 | 1 | -5/+12 |
* | Don't use 'bp' after its destruction! | pjd | 2004-08-05 | 1 | -3/+2 |
* | Simplify a bit - we could use 'sc' here as it was initialized properly. | pjd | 2004-08-05 | 1 | -1/+1 |
* | MFi386: revision 1.597. | nyan | 2004-08-05 | 2 | -0/+6 |
* | MFi386: revision 1.502. | nyan | 2004-08-05 | 1 | -0/+1 |
* | MFi386: revision 1.410. | nyan | 2004-08-05 | 1 | -0/+1 |
* | In pmap_page_protect, clear the vm page's PG_WRITEABLE flag if | grehan | 2004-08-05 | 3 | -3/+21 |
* | Set ip_v field properly. | sobomax | 2004-08-05 | 1 | -0/+1 |
* | Now that mem(4) is a kernel module, we need to add a dependency on | mux | 2004-08-05 | 1 | -0/+1 |
* | Finish the PRISON_ROOT -> SUSER_ALLOWJAIL renaming by removing | cperciva | 2004-08-05 | 1 | -1/+0 |
* | Remove a product specific workaround for wrong modes when mmap(2)'ing | phk | 2004-08-05 | 1 | -15/+2 |
* | Work around non-compliant BIOS PCI link devices. Some systems have the | njl | 2004-08-05 | 1 | -0/+31 |
* | Remove the attempt to cache the previous page mapped at our identity | njl | 2004-08-05 | 1 | -15/+2 |
* | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | kan | 2004-08-05 | 2 | -5/+9 |
* | Implement TCP/UDP Transmit/Receive checksum offload. | yongari | 2004-08-05 | 4 | -17/+174 |
* | Do a lockless read of the BPF interface structure descriptor list head | rwatson | 2004-08-05 | 1 | -0/+21 |
* | Move definition of mem_range_softc from mp_machdep.c to machdep.c so | rwatson | 2004-08-05 | 2 | -2/+3 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | alc | 2004-08-04 | 6 | -2/+11 |
* | - Add two fields to bio structure: 'bio_cflags' which can be used by | pjd | 2004-08-04 | 3 | -22/+25 |
* | Oops. Didn't commit this as part of the mem module fix. | markm | 2004-08-04 | 2 | -0/+2 |
* | Remove a potential deadlock on i386 SMP by changing the lazypmap ipi and | jhb | 2004-08-04 | 2 | -9/+2 |
* | Workaround a possible deadlock on SMP due to a spin lock LOR by disabling | jhb | 2004-08-04 | 1 | -0/+6 |
* | Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock() | jhb | 2004-08-04 | 2 | -13/+20 |
* | Whitspace fix. | jhb | 2004-08-04 | 1 | -1/+1 |
* | Use a 256MB TR instead of a 64MB TR to make sure that the kernel | arun | 2004-08-04 | 1 | -1/+1 |
* | o Fix a typo in the comment. | maxim | 2004-08-04 | 1 | -1/+1 |
* | Assert Giant in namei(). Bugs have been reported in which, following | rwatson | 2004-08-04 | 1 | -0/+2 |
* | Assert Giant in the following file descriptor-related functions: | rwatson | 2004-08-04 | 1 | -0/+10 |
* | Fix module builds for i386 and amd64. | markm | 2004-08-04 | 8 | -77/+84 |
* | Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcb | rwatson | 2004-08-04 | 1 | -15/+0 |
* | More minor cleanups and one small bug fix: | wpaul | 2004-08-04 | 4 | -36/+32 |
* | Remove spl's from kern_resource.c. | rwatson | 2004-08-04 | 1 | -4/+0 |
* | Annotate locking strategy for 'struct uidinfo'. | rwatson | 2004-08-04 | 1 | -6/+11 |
* | Post-locking clean up/simplification, particularly, the elimination of | alc | 2004-08-04 | 3 | -169/+146 |
* | Correct a very rare case where command ordering could be compromised | gibbs | 2004-08-04 | 7 | -110/+358 |
* | Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next | marcus | 2004-08-04 | 2 | -2/+2 |
* | Unbreak LINT by making sure that method is always defined. | philip | 2004-08-04 | 2 | -0/+8 |