summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is simple testing program for revision 185647.ganbold2008-12-061-0/+81
* 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
* Import the strndup(3) function.kib2008-12-064-3/+75
* Order the str*.c files mostly alphabetical.kib2008-12-061-3/+3
* bsdtar is synced up with 2.5.903akientzle2008-12-061-1/+1
* bsdtar always supports long options now, so we can removekientzle2008-12-061-2/+2
* Only use GCC-specific __dead2 marker when building with GCC.kientzle2008-12-062-1/+11
* Custom command line parser for cpio; this is a little morekientzle2008-12-065-119/+198
* Make the GCC-specific __dead2 markers conditional on whetherkientzle2008-12-062-1/+9
* New tests:kientzle2008-12-069-0/+27367
* Strip ";1" and trailing "." from ISO9660 entries.kientzle2008-12-061-12/+21
* General improvements to Rockridge parsing and ISO9660 format detection.kientzle2008-12-061-156/+354
OpenPOWER on IntegriCloud