summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bug fix to support N310 version of Chelsio cards (board ID 1088).gnn2008-12-062-3/+12
* Forget current bus power settings on full reset. Chip must be reconfigured.mav2008-12-061-3/+8
* Re submit code to print the part and serial number for Chelsio cards.gnn2008-12-051-0/+7
* Add simple locking for the in-kernel iconv code. Translation operationsjhb2008-12-051-5/+27
* Unconditionally use locked addition of zero to tip of the stack forkib2008-12-051-14/+3
* Several threads in a process may do vfork() simultaneously. Then, allkib2008-12-055-2/+7
* When the SYSINIT() to load a module invokes the MOD_LOAD event successfully,jhb2008-12-051-0/+15
* Avoid confusion and adjust link address range of Marvell Orion kernel so it israj2008-12-051-4/+4
* Fix configuration of the PCI bridge. This got omitted in the initial import ofraj2008-12-051-0/+4
* In a case of CARP status change run through the if_link_state_change()glebius2008-12-051-4/+5
* - Invoke MOD_QUIESCE on all modules in a linker file (kld) beforejhb2008-12-053-10/+50
* Improve db_backtrace() for compat ia32 on amd64. 32bit image enterskib2008-12-051-0/+6
* Move to using filter for the change interrupts. Also rework the powerimp2008-12-053-37/+24
* Minor style nit.imp2008-12-051-2/+2
* Augment comments, and move things around a smidge.imp2008-12-051-17/+17
* Implement a method described in NetBSD PR 36652 for coping with theimp2008-12-051-1/+12
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompletegnn2008-12-041-0/+10
* Put the MIPS support back in after it was removed in r185029.imp2008-12-041-0/+43
* Integrate 185578 from dfrkmacy2008-12-0416-1343/+754
* fix initialization for case of normal kernbasekmacy2008-12-041-215/+33
* Add HW MAC counter support for newer JMC250/JMC260 revisions.yongari2008-12-043-24/+197
* Add support for newer JMC250/JMC260 revisions.yongari2008-12-043-22/+76
* Don't attempt to clear status updates if we did not do a link statedelphij2008-12-031-5/+6
* When unloading a 32-bit system call module, restore the sysent vector injhb2008-12-031-1/+1
* Change nfsserver slightly so that it does not trip over the timestampkan2008-12-031-7/+8
* Fixes for Core2 Extreme support.jkoshy2008-12-032-3/+5
* Change new card identification names.ambrisko2008-12-031-4/+4
* Fix a credential reference leak. [1]bz2008-12-031-9/+16
* Add aliases that map architectural event names to fixed function counters.jkoshy2008-12-031-0/+5
* Another, hopefully final set of changes to boot0 and boot0cfg.luigi2008-12-032-61/+71
* AR8113 also need to set DMA read burst value. This should fixyongari2008-12-031-4/+2
* Add some PHY magic to enable PHY hibernation and 1000baseT/10baseTyongari2008-12-031-0/+33
* Update if_iqdrops instead of if_ierrors when m_devget(9) fails.yongari2008-12-031-7/+4
* Merge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branch to head, bothrwatson2008-12-025-159/+214
|\
| * Vendor import of OpenBSM 1.1 alpha2, which incorporates the followingrwatson2008-11-138-0/+2331
* Rather than using hidden includes (with cicular dependencies),bz2008-12-02125-56/+212
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.ed2008-12-028-9/+9
* Bug fix from Chelsio which addresses the issue of the device resettinggnn2008-12-021-25/+2
* This commits brings in a lot of documentation and some enhancementluigi2008-12-022-248/+476
* Remove unused variable.ganbold2008-12-021-3/+0
* Shared lookup makes it possible to create several negative cachekib2008-12-021-4/+11
* Do not lock vnode interlock around reading of v_iflag to check VI_DOOMED.kib2008-12-021-9/+2
* - Efficiency tweak: when checking for PMC overflows, only go tojkoshy2008-12-022-14/+13
* kf_offset was supposed to be signed.peter2008-12-021-1/+1
* - fix bug where dnsperf would stop transmitting after a few secondskmacy2008-12-021-57/+32
* Merge user/peter/kinfo branch as of r185547 into head.peter2008-12-024-16/+529
|\
| * Prune some whining.peter2008-12-021-10/+0
| * Duplicate another few hundred lines of code in order to be compatiblepeter2008-12-014-4/+211
| * Properly wrap this giant block of duplicate code inside COMPAT_FREEBSD7peter2008-11-301-2/+2
| * Implement copyout packing more along the lines of what I had in mind.peter2008-11-303-14/+308
OpenPOWER on IntegriCloud