summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Fix mem device. Grrr.markm2004-08-061-2/+0
* MFi386: sort out the mem device. Grrrr.markm2004-08-061-0/+3
* Refine updates to PCI irq routing. Check _STA and _CRS but only print anjl2004-08-061-28/+39
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-066-12/+23
* In ithread_schedule(), when we plan to go harvest some entropy asrwatson2004-08-061-2/+4
* When reseting a pending callout, perform the deregistration incperciva2004-08-061-2/+16
* When iterating the UDP inpcb list processing an inbound broadcastrwatson2004-08-061-10/+9
* Add flags for _STA (status) methods and convenience macros for checkingnjl2004-08-062-4/+18
* Just because we have a serial console attached does not mean we don'tdes2004-08-051-1/+1
* Turn on the new contigmalloc(9) by default. There should not actuallygreen2004-08-051-1/+1
* Try to narrow down the race window on HW that does not have ways tosos2004-08-057-49/+46
* Add firmware revision to probe printf.sos2004-08-054-7/+9
* Use in_cksum_skip() to calculate in4_cksum instead of doing handrolled magicmlaier2004-08-051-279/+12
* Fix the code in rman that merges adjacent unallocated resources to use ajhb2004-08-051-5/+12
* Don't use 'bp' after its destruction!pjd2004-08-051-3/+2
* Simplify a bit - we could use 'sc' here as it was initialized properly.pjd2004-08-051-1/+1
* MFi386: revision 1.597.nyan2004-08-052-0/+6
* MFi386: revision 1.502.nyan2004-08-051-0/+1
* MFi386: revision 1.410.nyan2004-08-051-0/+1
* In pmap_page_protect, clear the vm page's PG_WRITEABLE flag ifgrehan2004-08-053-3/+21
* Set ip_v field properly.sobomax2004-08-051-0/+1
* Now that mem(4) is a kernel module, we need to add a dependency onmux2004-08-051-0/+1
* Finish the PRISON_ROOT -> SUSER_ALLOWJAIL renaming by removingcperciva2004-08-051-1/+0
* Remove a product specific workaround for wrong modes when mmap(2)'ingphk2004-08-051-15/+2
* Work around non-compliant BIOS PCI link devices. Some systems have thenjl2004-08-051-0/+31
* Remove the attempt to cache the previous page mapped at our identitynjl2004-08-051-15/+2
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notkan2004-08-052-5/+9
* Implement TCP/UDP Transmit/Receive checksum offload.yongari2004-08-054-17/+174
* Do a lockless read of the BPF interface structure descriptor list headrwatson2004-08-051-0/+21
* Move definition of mem_range_softc from mp_machdep.c to machdep.c sorwatson2004-08-052-2/+3
* - Push down the acquisition and release of Giant into pmap_enter_quick()alc2004-08-046-2/+11
* - Add two fields to bio structure: 'bio_cflags' which can be used bypjd2004-08-043-22/+25
* Oops. Didn't commit this as part of the mem module fix.markm2004-08-042-0/+2
* Remove a potential deadlock on i386 SMP by changing the lazypmap ipi andjhb2004-08-042-9/+2
* Workaround a possible deadlock on SMP due to a spin lock LOR by disablingjhb2004-08-041-0/+6
* Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock()jhb2004-08-042-13/+20
* Whitspace fix.jhb2004-08-041-1/+1
* Use a 256MB TR instead of a 64MB TR to make sure that the kernelarun2004-08-041-1/+1
* o Fix a typo in the comment.maxim2004-08-041-1/+1
* Assert Giant in namei(). Bugs have been reported in which, followingrwatson2004-08-041-0/+2
* Assert Giant in the following file descriptor-related functions:rwatson2004-08-041-0/+10
* Fix module builds for i386 and amd64.markm2004-08-048-77/+84
* Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcbrwatson2004-08-041-15/+0
* More minor cleanups and one small bug fix:wpaul2004-08-044-36/+32
* Remove spl's from kern_resource.c.rwatson2004-08-041-4/+0
* Annotate locking strategy for 'struct uidinfo'.rwatson2004-08-041-6/+11
* Post-locking clean up/simplification, particularly, the elimination ofalc2004-08-043-169/+146
* Correct a very rare case where command ordering could be compromisedgibbs2004-08-047-110/+358
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextmarcus2004-08-042-2/+2
* Unbreak LINT by making sure that method is always defined.philip2004-08-042-0/+8
OpenPOWER on IntegriCloud