summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverimp2006-12-221-0/+1
* fix botchmjacob2006-12-211-1/+1
* Document MTX_NOPROFILE flag.pjd2006-12-211-1/+1
* Allow this module to get its options from the kernel build directoryyar2006-12-211-0/+2
* Pay attention to return value from xpt_bus_register in xpt_init.mjacob2006-12-211-1/+5
* The prepend function did not handle non-pkthdr's correctly.rrs2006-12-211-2/+7
* MFP4 (110956):netchild2006-12-211-0/+2
* Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. Theglebius2006-12-211-1/+2
* Minor style fixes.rwatson2006-12-214-20/+20
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-2115-400/+3
* Unbreak 64-bit little-endian systems that do require alignment.marcel2006-12-211-18/+5
* Comment LABEL_TO_SLOT() macro, including observing that we'd like to improverwatson2006-12-202-0/+16
* Trim trailing white space, clean up comment line wrapping and formatting.rwatson2006-12-201-10/+21
* Trim trailing white space.rwatson2006-12-202-7/+7
* Document socket labeling model.rwatson2006-12-201-15/+27
* Clean up comment white space and line wrapping.rwatson2006-12-201-15/+14
* Additional comments regarding the interaction between the kernel privilegerwatson2006-12-201-0/+18
* Document that we could allocate the mbuf label as part of the tag ratherrwatson2006-12-201-8/+26
* Staticize and comment zone_label.rwatson2006-12-201-1/+7
* Clean up comments, trailing white space.rwatson2006-12-201-17/+27
* Re-wrap comment at 77 character columns.rwatson2006-12-201-7/+7
* Comment and white space cleanup.rwatson2006-12-201-15/+17
* Regen (just to fix 'generated from' line from the previous commit).jkim2006-12-203-3/+3
* Externalize local stack copy of the ifnet label, rather than the copy onrwatson2006-12-201-2/+2
* Expand commenting on label slots, justification for the MAC Framework lockingrwatson2006-12-203-162/+237
* Add linux_nanosleep() and regen.jkim2006-12-204-5/+11
* reduce padding to compensate for recent change to sys/pcpu.h (tinderbox fix)kmacy2006-12-201-1/+1
* MFP4: 109655jkim2006-12-204-55/+72
* MFP4: 110179jkim2006-12-201-3/+41
* Regen.jkim2006-12-204-10/+27
* MFP4: (part of) 110058jkim2006-12-202-6/+58
* MFP4: (part of) 110058jkim2006-12-201-24/+26
* MFP4: (part of) 110058jkim2006-12-202-85/+90
* MFP4: (part of) 109714jkim2006-12-201-0/+6
* MFp4: differences for bwct ethernet attachmentimp2006-12-202-3/+13
* MFp4: Differences in flash part for bwct. need a more generic way to cope.imp2006-12-202-0/+35
* MFp4: Add timeout to eeprom access for lame eeprom that go awolimp2006-12-202-4/+8
* MFp4: bwct memory size and PLL parametersimp2006-12-201-0/+8
* MFp4: bwct boot rom is different. need a more generic way to cope long term.imp2006-12-201-0/+4
* MFp4: Delay a second or two after the upload before printing Done.imp2006-12-201-2/+6
* MFp4: bwct is a new board choice.imp2006-12-201-1/+1
* On amd64 platform, use linux32 headers so 32-bit Linux applicationsdelphij2006-12-201-0/+5
* In bge_txeof(), cancel the watchdog timeout if all descriptors havebde2006-12-201-1/+2
* Avoid a race and a pessimization in bge_intr():bde2006-12-201-6/+22
* In rev. 1.514, iodone on async buffer may happen before code checks thekib2006-12-201-2/+9
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-2010-4/+89
* Back out rev. 1.266. The real cause for the recent panics has been fixedmbr2006-12-201-1/+1
* - Use the re_tick() callout instead of if_slowtimo() for drivingmarius2006-12-201-35/+23
* Fix a bug originally introduced in rev. 1.74; don't reloaded themarius2006-12-201-1/+2
* Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN.jkim2006-12-201-11/+5
OpenPOWER on IntegriCloud