summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add strndup(3) prototype to string.h.kib2008-12-087-6/+7
* Fix typo in the comment %is -> %si.sobomax2008-12-081-1/+1
* Move from solely write-locking the global tcbinfo in tcp_input()rwatson2008-12-081-59/+274
* - avoid recursively locking the radix node head lockkmacy2008-12-081-2/+4
* Add a reference count to struct inpcb, which may be explicitlyrwatson2008-12-082-12/+85
* - Detect Bochs BIOS variants and use HZ_VM as well.jkim2008-12-081-12/+25
* Obey the TMPDIR, TMP, TEMP, or TEMPDIR environment variableskientzle2008-12-081-1/+14
* White space only: Tabify; white space at EOL removed.schweikh2008-12-081-14/+14
* - Add missing word in comment.lulf2008-12-081-1/+1
* Make two style changes to create new commit and document proper commitkib2008-12-082-3/+2
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-12-082-16/+51
* Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoidkib2008-12-081-38/+40
* Document processor errata that affect performance measurement.jkoshy2008-12-081-0/+52
* 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-083-15/+241
* 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
* bring in diagnostic tools that are useful now that we have hal source codesam2008-12-0723-7/+4222
* Use "allowed_peer" throughout this manual page.trhodes2008-12-071-2/+3
* 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
* Fix spelling error (find -> found).nwhitehorn2008-12-071-1/+1
* Now that pmu(4) has features, it should also have a man page.nwhitehorn2008-12-072-0/+96
* Add filler man pages for the kinfo functions I added recently.peter2008-12-073-1/+149
* When libthr and rtld start up, there are a number of magic spells castpeter2008-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
* Add a -L option to wc(1), for finger compatibility with the GNUkeramida2008-12-062-11/+60
* 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
OpenPOWER on IntegriCloud