summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-2023-555/+1304
* Drop Giant before calling kproc_exit(), so we don't trigger assertion inpjd2008-05-201-0/+4
* Add ID for T61p, which is not IBM really, but well.pjd2008-05-201-1/+1
* - Define changes in sctp.hrrs2008-05-205-44/+35
* Add support for controlling the audio powerkevlo2008-05-201-0/+1
* This small change will allow this driver in HEAD to buildjfv2008-05-191-1/+14
* Add age(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-192-0/+2
* Add an entry for the age(4) module.yongari2008-05-191-0/+1
* Hook up age(4) to the build.yongari2008-05-194-0/+13
* Add age(4), a driver for Attansic/Atheros L1 gigabit ethernetyongari2008-05-193-0/+4284
* Connect atphy(4) to the build.yongari2008-05-192-1/+2
* Add Attansic/Atheros F1 PHY driver.yongari2008-05-193-0/+480
* - Assert that we don't send new provider event for a provider which haspjd2008-05-181-1/+3
* Remove some DTrace hook definitions that are now in dtrace_bsd.hjb2008-05-182-8/+0
* Add sysinit levels for DTrace.jb2008-05-181-0/+6
* Play nice with DDB pager.pjd2008-05-181-4/+18
* Be more friendly for DDB pager.pjd2008-05-181-1/+6
* Add the hooks for the extra data that DTrace allocates for struct threadjb2008-05-181-0/+5
* Add a couple of files which depend of the KDTRACE_HOOKS option.jb2008-05-181-2/+5
* Add support for the DTrace struct proc and struct thread extendedjb2008-05-181-0/+120
* Add kernel support for the Statically Defined Trace provider.jb2008-05-181-0/+273
* Add two kernel options:jb2008-05-181-0/+2
* devctl_process_running(): Check for devsoftc.inuse == 1 instead ofrpaulo2008-05-181-1/+1
* Remove the unknown device that is breaking the tinderbox build.jb2008-05-181-2/+0
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-1811-87/+24
* Add support for the Epson 4800 scanner.remko2008-05-182-0/+2
* Resort the if_ti driver to match the PCI Network cards instead of placingremko2008-05-175-5/+8
* In order to map device memory using superpages, mmap(2) must find aalc2008-05-171-5/+3
* Preset a device object's alignment ("pg_color") based upon thealc2008-05-171-1/+5
* Remove last bits of OS adaptation code from the IPSec code.gnn2008-05-172-310/+8
* The if_check() function performed three actions:brooks2008-05-171-28/+10
* Add the DTrace kernel module makefiles.jb2008-05-1716-0/+345
* Add the DTrace shim layer definitions.jb2008-05-171-0/+111
* Add the statically defined tracing header.jb2008-05-171-0/+179
* Fix and speedup timestamp calculations which is roughly based on the patch inmarkus2008-05-161-22/+34
* Add support for the Nikon D300 cameraremko2008-05-162-0/+5
* This is driver version 1.4.4 of the Intel ixgbe driver.jfv2008-05-1617-1836/+3511
* Attempt to improve convergence of POSIX semaphore code with style(9).rwatson2008-05-161-31/+38
* Fix RID calculation. The RID is really the BAR for PCI cards,marcel2008-05-161-1/+1
* Removed unused assembly offsets for structures digging.attilio2008-05-163-7/+0
* Remove a check that didn't allow > 12 byte CDB's to be issued tops2008-05-161-6/+0
* Document BOOTP_BLOCKSIZE.benno2008-05-161-0/+1
* Allow the block size used when booting over NFS to be overridden. It defaultsbenno2008-05-162-2/+8
* The beacon miss notification must run without locks held has it calls back intothompsa2008-05-162-2/+16
* Spelling and capitalization fixes.scf2008-05-161-4/+4
* LO_ENROLLPEND is no more existing so just axe it (it was left out by theattilio2008-05-161-2/+1
* lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so justattilio2008-05-151-1/+1
* - Const'ify firmware and lookup-tables.marius2008-05-155-53/+53
* Update the kernel to count the number of mbufs and clustersgnn2008-05-152-2/+14
* - Embed the recursion counter for any locking primitive directly in theattilio2008-05-1512-82/+54
OpenPOWER on IntegriCloud