summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the machine-specific definitions for configuring the new physicalalc2007-06-031-0/+38
* Add the machine-specific definitions for configuring the new physicalalc2007-06-032-1/+45
* mpt.c:scottl2007-06-033-32/+514
* Update to MPI 1.5.16scottl2007-06-039-456/+589
* Prepare for the new physical memory allocator: Change the way that thealc2007-06-032-2/+2
* Revert some debugging KTRs that were added during development.kris2007-06-031-4/+0
* Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .ariff2007-06-033-6/+12
* Minor filter tweaks:imp2007-06-031-26/+47
* disable taskqueue_drain calls on transition to INIT state; we need tosam2007-06-031-0/+2
* Disable CPU idle states during suspend and reenable them during resume.njl2007-06-031-2/+29
* Remove definition of the GCC3 variable. It was introduced in rev.marcel2007-06-021-2/+0
* Add support for Asus A3N laptops.philip2007-06-021-0/+12
* Fix a bug introduced in the per-CPU Cx states commit. The wrong loop varnjl2007-06-021-30/+27
* Mute the main audio during reboot/shutdown. This prevents a burst of staticnjl2007-06-021-2/+16
* AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested.njl2007-06-021-13/+10
* Remove (accidentally) included types.h .ariff2007-06-021-1/+0
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-024-41/+26
* Separate license from comments.joel2007-06-024-7/+10
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-027-40/+36
* fixed memory leak for IPv6 multicast membership information associatedjinmei2007-06-023-21/+29
* simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK withjinmei2007-06-021-6/+3
* remove pointless recursive acquisition of port lock in cxgb_init_lockedkmacy2007-06-021-2/+0
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-018-74/+70
* Revert previous, part of NFS that I didn't know about.trhodes2007-06-011-0/+20
* Garbage collect msdosfs_fhtovp; it appears unused and I have been usingtrhodes2007-06-011-20/+0
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-016-8/+8
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orrwatson2007-06-013-55/+10
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-0114-158/+164
* Partially back out rev. 1.127, to restore broken functionality. Thisglebius2007-06-011-5/+4
* Add on/off controls for VLAN_MTU and VLAN_HWTAGGING to bge(4).yar2007-06-011-2/+41
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-0126-163/+213
* Fix a breakage with "MODULES_WITH_WORLD=true make buildworld".simokawa2007-06-011-2/+5
* Couple of the fixes needed revising. The ICH8 autoneg was still broken,jfv2007-05-311-15/+14
* Revert VMCNT_* operations introduction.attilio2007-05-3146-288/+263
* Take back the name 'bridge' now that we are the one and only. This can bethompsa2007-05-311-2/+2
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...piso2007-05-314-25/+42
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-318-19/+89
* Last major commit and updates for RELENG_7:ariff2007-05-3115-1044/+1813
* Last major commit and updates for RELENG_7:ariff2007-05-315-0/+1254
* (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULLrwatson2007-05-311-4/+3
* Revert UF_OPENING workaround for CURRENT.kib2007-05-3134-85/+62
* Now that sx(9) locks support an interruptible lock acquire primitive,rwatson2007-05-311-2/+5
* Add CPUID2_PDCMdes2007-05-312-0/+2
* Add functions sx_xlock_sig() and sx_slock_sig().attilio2007-05-313-92/+154
* Use ACPICA defined value for notification rather than locally defined one.takawata2007-05-311-8/+3
* Remove "acpi_bus_number: can't get _ADR" message. It usually appears asnjl2007-05-311-10/+7
* A few small but significant fixes:jfv2007-05-302-63/+54
* - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.crrs2007-05-303-104/+108
* Remove a KASSERT intended to help the developer, the condition is no longerthompsa2007-05-301-0/+2
* - Fix a memory overwrite when the mapping arrayrrs2007-05-3011-131/+141
OpenPOWER on IntegriCloud