summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the namespace pollution caused by iconv.h including stdbool.htheraven2013-09-063-2/+12
* Update some signal man pages for multithreading.jilles2013-09-064-25/+41
* Add stub implementations of the missing C++11 math functions.theraven2013-09-063-0/+79
* Fix spelling.grehan2013-09-061-1/+1
* Allow level-triggered interrupt sources. While this isn'tgrehan2013-09-061-2/+2
* Fix build.glebius2013-09-061-0/+1
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-066-51/+39
* Emulate reading of the IA32_MISC_ENABLE MSR, by returninggrehan2013-09-061-1/+16
* Allow CPUID leaf 0xD to be read as zeroes.grehan2013-09-062-0/+2
* During universe/tinderbox export MAKE_JOB_ERROR_TOKEN=nosjg2013-09-061-0/+8
* If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E")sjg2013-09-061-1/+18
* It was reported via email that the cu_sent field used by thermacklem2013-09-061-0/+2
* Also align the 32-bit PowerPC stacks.nwhitehorn2013-09-051-0/+1
* Remove contractions.carl2013-09-052-7/+7
* Only tear down interface and transport if they've been successfully setup.carl2013-09-051-6/+11
* Workaround an issue with hardware by accessing remote device through memcarl2013-09-052-60/+104
* Simplify register access macros by removing one level of indirection.carl2013-09-051-66/+58
* Cleaning up spacing and making hex value case consistent.carl2013-09-051-11/+11
* Implement workaround for IvyTown 4K BAR size issue.carl2013-09-052-0/+37
* Simplifying bus alloc resource call since we only need the default values.carl2013-09-051-5/+4
* Add support for per device features and workarounds.carl2013-09-051-7/+19
* Align stacks of kernel threads correctly at 16-byte boundaries rather thannwhitehorn2013-09-052-0/+2
* Restructure the PCI bar initialization code in anticipation of upcomingcarl2013-09-051-53/+93
* Fix name change from ntb_transport to if_ntb. A few places werecarl2013-09-051-4/+4
* Fix a typo.carl2013-09-051-1/+1
* Throw a bit to enable the link to come up on Xeon.carl2013-09-051-0/+4
* Add some logging to ntb link up.carl2013-09-053-1/+21
* Style clean-ups.hrs2013-09-051-54/+48
* Enable "late" option when a file= option is specified in /etc/fstab.hrs2013-09-051-4/+11
* watch: Do not mess up the tty modes on early error.jilles2013-09-051-1/+2
* Fixing a small typo.hiren2013-09-051-1/+1
* Minor printf nit to keep out cleansbruno2013-09-051-1/+1
* Merge bmake-20130904sjg2013-09-0522-50/+189
|\
| * Tag bmake-20130904sjg2013-09-05186-0/+65926
| * Import bmake-20130904sjg2013-09-0520-48/+196
| * Tag bmake-20130730sjg2013-08-02185-0/+65778
| * Import bmake-20130730 - allows folk to supress job tokens.sjg2013-08-0223-165/+365
| * Tag bmake-20130604sjg2013-06-05185-0/+65578
| * Import bmake-20130604sjg2013-06-055-22/+42
* | Use LIST_FOREACH_SAFE() instead of doing it by hand.jhb2013-09-051-7/+5
* | Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. Thisjhb2013-09-052-6/+6
* | Fix build.glebius2013-09-051-0/+1
* | Fix build.glebius2013-09-051-0/+1
* | The vm_pageout_flush() functions sbusies pages in the passed pageskib2013-09-051-2/+2
* | The vm_page_trysbusy() should not fail when shared busy counter orkib2013-09-051-3/+7
* | authpf needs /var/authpf to exist and be writable by group authpf.des2013-09-051-0/+2
* | Correct two comments.hselasky2013-09-051-2/+2
* | The fget() function now takes pointer to cap_rights_t, so change 0 to NULL.pjd2013-09-051-1/+1
* | Handle cases where capability rights are not provided.pjd2013-09-056-22/+42
* | Fix !CAPABILITIES build.glebius2013-09-051-0/+2
OpenPOWER on IntegriCloud