summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Oops, if we want to check from 0 to nsock, the test condition should becognet2011-12-281-1/+1
* Fix incorrect uses of sizeof().kevlo2011-12-286-8/+8
* - Add generic GPIO driver for Cavium Octeon. At the moment pin definition isgonzo2011-12-283-0/+551
* In POSIX.1-2008:delphij2011-12-281-1/+1
* Eliminate many of the unnecessary differences between the native andalc2011-12-272-141/+178
* libc: Eliminate some relative relocations in getusershell().jilles2011-12-271-8/+7
* libc: Eliminate some relative relocations in setlocale().jilles2011-12-271-1/+1
* Document restriction on 32-bits and 64-bits datatypes.ed2011-12-271-0/+6
* Add locally implemented atomic intrinsics to libcompiler_rt.ed2011-12-2717-0/+204
* Define NULL to nullptr in C++11 mode (not strictly required, but it makestheraven2011-12-271-1/+3
* - Fail when the utility is not invoked as rtprio nor idprio.delphij2011-12-271-23/+19
* Clean up from the 4.x era.pluknet2011-12-271-3/+3
* Fix target mode compilation issues that arose after a changemjacob2011-12-272-28/+35
* Add missing \.ed2011-12-271-1/+1
* Add manual page for atomic operations.ed2011-12-272-1/+319
* Update to vendor revision 4016.mm2011-12-273-17/+94
|\
| * Update to vendor revision 4016mm2011-12-271-3/+3
| * Update to vendor revision 3982mm2011-12-2637-264/+552
* | Update rtprio(2) manual page to reflect the latest changes in -CURRENT asdelphij2011-12-272-17/+82
* | 1. Remove a bunch of duplicates. Usually this means removing them fromdougb2011-12-273-683/+39
* | Address issues found by clang. While there, fix also some styletuexen2011-12-2715-342/+278
* | Fix some bugs in <stdatomic.h>.ed2011-12-261-9/+12
* | Add libstdthreads.ed2011-12-2612-0/+896
* | Oops, my bad. Fix a broken thing I introduced earlier.adrian2011-12-261-1/+1
* | As per C11, add static_assert() to <assert.h>.ed2011-12-261-0/+6
* | Improve C11 bits in <stdlib.h>:ed2011-12-261-5/+5
* | Add cdefs-magic to add optional C11 bits to headers.ed2011-12-261-1/+6
* | Add missing -l flag to usage().brueffer2011-12-261-1/+1
* | The standard is now called C11 -- C12.ed2011-12-261-2/+2
* | Merge from OpenBSD 5.0 (this is a dummy change, the vendor change does notdelphij2011-12-261-1/+1
* | AR5416 has 14 GPIO pins, from 0->13.adrian2011-12-261-1/+1
* | Since the only thing with a mux is the AR5416 and later, and we're nowadrian2011-12-261-1/+1
* | Flesh out configurable hardware based LED blinking.adrian2011-12-264-3/+79
* | Setup the initial LED state on attach and resume.adrian2011-12-261-1/+6
* | Update the hardware LED blinking code to do something useful rather thanadrian2011-12-261-19/+14
* | Refactor out the software LED config code into a common function, calledadrian2011-12-264-18/+26
* | First pass of LED related code changes.adrian2011-12-265-45/+194
* | Do a quick style(9) pass of some of the code introduced with 802.11nadrian2011-12-261-12/+17
* | Add missing opening and closing brackets in getopt_long.3 and getsubopt.3gjb2011-12-262-3/+6
* | Add the C11 standard to groff. This allows us to refer to C11 as -isoC-11.ed2011-12-252-0/+4
* | Make white space in this file a bit more consistent.ed2011-12-251-14/+14
* | remove a variable definition which shadows the correct one.luigi2011-12-251-1/+0
* | Fix field name.ed2011-12-251-1/+1
* | Add <stdalign.h> and <stdnoreturn.h>.ed2011-12-253-2/+85
* | Remove unneeded guard.ed2011-12-251-5/+0
* | - Add some information about sh(1) changes.eadler2011-12-251-0/+5
* | - The -h option was removed shortly after it was addedeadler2011-12-251-13/+2
* | Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.theraven2011-12-251-1/+3
* | Quite the tinderbox for the holidays. Remove the assert[1].bz2011-12-251-5/+0
* | sh: Add some testcases for pasting $*/$@ directly to a literal.jilles2011-12-251-0/+65
OpenPOWER on IntegriCloud