summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The dqrele() function syncs the dq, then acquires the dqh lock, and thenkib2008-12-081-1/+13
* mutex.h is needed here. It got it by namespace pollution.yongari2008-12-081-0/+2
* Clean up the mac GPIO interface a little. Also remove bogus copyrightnwhitehorn2008-12-082-26/+29
* Reduce spin wait time consumed in GMII register access routines.yongari2008-12-081-4/+2
* Accidentally left ADB out of the PowerPC NOTES file during initial import.nwhitehorn2008-12-081-0/+3
* Add facilities to pmu(4) to interrogate battery status on Apple PowerPCnwhitehorn2008-12-082-12/+219
* o Implemented miibus_statchg handler. It detects whether re(4)yongari2008-12-082-28/+52
* Make sure to return the result of meida change request.yongari2008-12-081-2/+3
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-083-0/+3
* - According to the corresponding Linux, NetBSD and OpenSolarismarius2008-12-072-36/+47
* Minor tweaks to some of the comments. Also, add a XXX wondering if weimp2008-12-071-17/+18
* Restore opt_inet.h include which was lost in the last commit.thompsa2008-12-071-0/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-0710-74/+135
* PROBLEM: putting in a loader config file a line of the formluigi2008-12-071-26/+19
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modesam2008-12-071-2/+50
* New periodic calibration scheme needed for 11n parts that havesam2008-12-072-54/+92
* Use '0' rather than PZERO to not change the priority that I'm waitingimp2008-12-071-3/+3
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifimp2008-12-071-1/+1
* Improve usefulness of the panic by printing the pointer to the problematickib2008-12-071-1/+1
* Add support for automated reboot after power failure on Apple Core99 machinesnwhitehorn2008-12-071-3/+61
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingnwhitehorn2008-12-067-141/+214
* Carefully handle memory errors to keep peers compression/encryption statemav2008-12-061-11/+24
* Cleanup msleep() arguments.mav2008-12-061-2/+2
* Implement suspend/resume for mmc and mmcsd drivers.mav2008-12-062-66/+164
* Restore memory clobber, to cause mb on the compiler level too.kib2008-12-061-3/+3
* The startall variable should default to zero, otherwise the vap is restartedthompsa2008-12-061-6/+5
* Change the default value for the flag enabling superpage mapping andalc2008-12-061-1/+1
* in_rtalloc1(9) returns a locked route, so make sure that we usecsjp2008-12-061-4/+4
* Correct include path for i386 specific includes. This allows zfsps2008-12-061-1/+1
* - Eliminate unused variable. [1]stas2008-12-061-5/+2
* Code from the hack-session known as the IETF (and arrs2008-12-0625-885/+6917
* Make it possible to use gjournal for the root filesystem. Previously,trasz2008-12-062-0/+18
* - correct variable namedanger2008-12-061-1/+1
* 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
OpenPOWER on IntegriCloud