aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove definition of the GCC3 variable. It was introduced in rev.Marcel Moolenaar2007-06-021-2/+0
* Add support for Asus A3N laptops.Philip Paeps2007-06-021-0/+12
* Fix a bug introduced in the per-CPU Cx states commit. The wrong loop varNate Lawson2007-06-021-30/+27
* Mute the main audio during reboot/shutdown. This prevents a burst of staticNate Lawson2007-06-021-2/+16
* AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested.Nate Lawson2007-06-021-13/+10
* Remove (accidentally) included types.h .Ariff Abdullah2007-06-021-1/+0
* Use standard pcm_get/setflags() rather than dereferencing softc whileAriff Abdullah2007-06-024-41/+26
* Separate license from comments.Joel Dahl2007-06-024-7/+10
* - fix initial pcb vrf setting when the initial vrf is not theRandall Stewart2007-06-027-40/+36
* fixed memory leak for IPv6 multicast membership information associatedJINMEI Tatuya2007-06-023-21/+29
* simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK withJINMEI Tatuya2007-06-021-6/+3
* remove pointless recursive acquisition of port lock in cxgb_init_lockedKip Macy2007-06-021-2/+0
* Clean up audit comments--formatting, spelling, etc.Robert Watson2007-06-018-74/+70
* Revert previous, part of NFS that I didn't know about.Tom Rhodes2007-06-011-0/+20
* Garbage collect msdosfs_fhtovp; it appears unused and I have been usingTom Rhodes2007-06-011-20/+0
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov2007-06-016-8/+8
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orRobert Watson2007-06-013-55/+10
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-0114-158/+164
* Partially back out rev. 1.127, to restore broken functionality. ThisGleb Smirnoff2007-06-011-5/+4
* Add on/off controls for VLAN_MTU and VLAN_HWTAGGING to bge(4).Yaroslav Tykhiy2007-06-011-2/+41
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-0126-163/+213
* Fix a breakage with "MODULES_WITH_WORLD=true make buildworld".Hidetoshi Shimokawa2007-06-011-2/+5
* Couple of the fixes needed revising. The ICH8 autoneg was still broken,Jack F Vogel2007-05-311-15/+14
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-3146-288/+263
* Take back the name 'bridge' now that we are the one and only. This can beAndrew Thompson2007-05-311-2/+2
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...Paolo Pisati2007-05-314-25/+42
* In some particular cases (like in pccard and pccbb), the real devicePaolo Pisati2007-05-318-19/+89
* Last major commit and updates for RELENG_7:Ariff Abdullah2007-05-3115-1044/+1813
* Last major commit and updates for RELENG_7:Ariff Abdullah2007-05-315-0/+1254
* (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULLRobert Watson2007-05-311-4/+3
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-3134-85/+62
* Now that sx(9) locks support an interruptible lock acquire primitive,Robert Watson2007-05-311-2/+5
* Add CPUID2_PDCMDag-Erling Smørgrav2007-05-312-0/+2
* Add functions sx_xlock_sig() and sx_slock_sig().Attilio Rao2007-05-313-92/+154
* Use ACPICA defined value for notification rather than locally defined one.Takanori Watanabe2007-05-311-8/+3
* Remove "acpi_bus_number: can't get _ADR" message. It usually appears asNate Lawson2007-05-311-10/+7
* A few small but significant fixes:Jack F Vogel2007-05-302-63/+54
* - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.cRandall Stewart2007-05-303-104/+108
* Remove a KASSERT intended to help the developer, the condition is no longerAndrew Thompson2007-05-301-0/+2
* - Fix a memory overwrite when the mapping arrayRandall Stewart2007-05-3011-131/+141
* Don't rely on pcm_channel index numbering while doing sequential channelAriff Abdullah2007-05-301-10/+21
* MFi386: revision 1.653.Yoshihiro Takahashi2007-05-301-1/+2
* MFi386: PDCM, remove pointless messageDag-Erling Smørgrav2007-05-301-7/+2
* Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, weRobert Watson2007-05-302-23/+0
* Synchronize white space to congruent user-space code in OpenBSM.Robert Watson2007-05-301-0/+2
* Remove unused ar_subj_comm field from in-kernel audit record; we neverRobert Watson2007-05-302-2/+0
* Consistent white space after .'s in comments.Robert Watson2007-05-301-3/+3
* Remove the volatile qualifier to apply to fxp_miibus_readreg().Kevin Lo2007-05-301-2/+2
* Bow to incomplete GCC 4. constant propagation optimizations andAlexander Kabaev2007-05-3013-13/+17
* In ipsec6_output_tunnel() make sure that the SA contents do not change.Bjoern A. Zeeb2007-05-291-1/+8