summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order tosam2004-08-071-0/+6
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* As SLIP directly accesses the tty code from its if_start() routine,rwatson2004-08-061-1/+3
* Use the new prototype for the zone constructor.cognet2004-08-061-2/+3
* Flag a broad range of VFS operations as GIANT_REQUIRED in order torwatson2004-08-061-2/+24
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelnjl2004-08-061-1/+1
* In thread_exit(), include more information about the thread/processrwatson2004-08-061-1/+2
* Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's notrwatson2004-08-061-2/+2
* Avoid acquiring Giant for some common light-weight or already MPSAFErwatson2004-08-061-2/+31
* Generate KTR trace records for syscall enter and exit in i386 systemrwatson2004-08-061-0/+6
* Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg().rwatson2004-08-061-0/+6
* Cut a KTR record whenever a callout is invoked. Mark whether it runsrwatson2004-08-061-0/+4
* Assign KTR flag constants for UMA events and callouts.rwatson2004-08-061-1/+3
* While we're revisiting old sins, try to clean up the code a little anddes2004-08-061-168/+176
* Move the source code for these two modules out of src/sys/modules.des2004-08-064-906/+4
* Do not use hardware flow control for the moment. There are some issuesmarcel2004-08-061-0/+8
* Don't scare users with a warning about preemption being off when it isn'tjhb2004-08-061-0/+2
* remove /boot/kernel from the default path.. There is already code thatjmg2004-08-062-2/+3
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howpjd2004-08-061-1/+7
* Fields bio_caller[12] should be used by the consumer and fieldspjd2004-08-061-23/+23
* Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but whenpjd2004-08-061-0/+2
* Do not attempt to clean up data that has not been initialized yet.roam2004-08-062-6/+19
* 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
OpenPOWER on IntegriCloud