summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2007-08-071-1/+2
* Remove unused include(s).bde2007-08-077-15/+0
* Over the past couple of years, there have been a number of reports relatingcsjp2007-08-062-10/+66
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-065-5/+30
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-0634-310/+56
* Clear pending interrupts before we enable external interrupts.marcel2007-08-061-5/+20
* Keep interrupts disabled while handling external interrupts.marcel2007-08-063-73/+64
* Consider a scenario in which one processor, call it Pt, is performingalc2007-08-054-18/+20
* In ia64_set_rr(), don't perform data serialization. This allowsmarcel2007-08-051-1/+1
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-057-14/+14
* Silently fix up the estimated next free cluster number from the fsinfobde2007-08-051-10/+12
* - Divorce the IOTSBs, which so far where handled via a global listmarius2007-08-057-143/+95
* o In order to reduce bug and code duplication fold handling of NICsmarius2007-08-052-69/+31
* Initialize the rl_vlanctl field of the descriptors to zero (in ordermarius2007-08-051-0/+1
* Do not acquire Giant unconditionally around the calls to the cdevswkib2007-08-051-5/+0
* - Ensure the path cost does not exceed 65535 in legacy STP mode.thompsa2007-08-042-2/+31
* Replace "__asm __volatile()" by equivalent support functions frommarcel2007-08-041-6/+6
* Replace "__asm __volatile()" by equivalent support functions frommarcel2007-08-041-3/+5
* Replace "__asm __volatile()" by equivalent support functions frommarcel2007-08-041-16/+18
* Add required data-serialization after writing to cr.itm and cr.itv.marcel2007-08-041-0/+1
* Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization.marcel2007-08-041-0/+12
* Set D_NEEDGIANT.kib2007-08-041-0/+1
* - Fix one line that erroneously crept in my last commit.jeff2007-08-041-1/+0
* - Share scheduler locks between hyper-threaded cores to protect thejeff2007-08-031-114/+200
* - Set SW_PREEMPT when we preempt in critical_exit().jeff2007-08-031-1/+1
* Oops, fix the fix for the i/o size of the fsinfo block. Its logbde2007-08-032-2/+2
* MFp4 - Refine locking to eliminate some potential race/panics:delphij2007-08-032-21/+22
* Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) topeter2007-08-024-36/+12
* Add the device ID for the VIA CX700 chipset.kevlo2007-08-021-2/+9
* MFP4(123686): Fixing various ancontrol(8) related panics by dropping locksavatar2007-08-021-12/+60
* Call ttyld_close() in nmdmclose() to ensure that nmdm(4)emax2007-08-011-1/+6
* Add 64bit statistic counters to the ng_ppp node.mav2007-08-012-6/+85
* This patch improves fine-grained locking for the ng_ppp node.mav2007-08-011-68/+137
* Add a bridge interface flag called PRIVATE where any private port can notthompsa2007-08-012-34/+40
* Change TCPTV_MIN to be independent of HZ. While it was documented topeter2007-07-312-1/+3
* Make the driver fully MPSAFE. This fixes some serious locking problemsscottl2007-07-311-12/+32
* Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.scottl2007-07-312-4/+0
* Add in all the USB devices and all the wireless goo. The KB9202 hasimp2007-07-311-0/+44
* Make USB work on the KB9202{,A,B} boards. This has been in p4 for aboutimp2007-07-313-3/+36
* MFppc:cognet2007-07-311-1/+1
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekmarcel2007-07-312-4/+4
* Enable -Werror for ia64.marcel2007-07-311-1/+1
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."davidch2007-07-313-119/+240
* o Switch to physical addressing before dereferencing the VHPTmarcel2007-07-301-37/+62
* Add option EXCEPTION_TRACING, which enables KTR-like functionalitymarcel2007-07-303-1/+87
* Rework the interrupt code and add support for interrupt filteringmarcel2007-07-306-177/+239
* Explicitly map the VHPT on all processors. Previously we weremarcel2007-07-304-0/+27
* Add casts to some of the more commonly used pointer-type atomicmarcel2007-07-301-5/+14
* - Propagate the largest set of interface capabilities supported by all laggthompsa2007-07-302-16/+57
* Dynamically choose the quality of the ACPI timer depending on whethernjl2007-07-302-2/+4
OpenPOWER on IntegriCloud