summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Initialize compact_flash_attribute_base_addr from bootinfo structuregonzo2011-12-241-0/+2
* - Add fallthrough commenteadler2011-12-241-0/+1
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-248-20/+1125
* When building the kernel for amd64 with clang, don't attempt to use thedim2011-12-241-0/+4
* Make another clang warning, -Wparentheses-equality, non-fatal duringdim2011-12-241-1/+2
* Fix a bug where TAILQ_FIRST(&V_ifnet) was accessed without holding thejhb2011-12-241-1/+2
* Amend r228781 by also disabling -Warray-bounds warnings for the asrdim2011-12-241-0/+3
* Discard local array based on return values.kevlo2011-12-243-5/+7
* ...and actually install it.theraven2011-12-241-1/+1
* Initial implementation of stdatomic.h. Works (at least in the parts that weretheraven2011-12-241-0/+296
* Set WERROR= for the nve(4) module. This driver gives several warningsdim2011-12-241-0/+1
* Make another clang warning, -Wempty-body, non-fatal during kerneldim2011-12-241-1/+1
* Some GCC-compatibility definitions. Define clang's feature test pseudomacrostheraven2011-12-241-0/+10
* Update a comment to reflect reality and explain why we're using themarius2011-12-241-1/+2
* On FreeBSD just use the MD5 implementation of libmd rather than that ofmarius2011-12-245-7/+14
* Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. Thelstewart2011-12-243-18/+210
* Fix LINT-VIMAGE build after r228814: use virtualized pf_pool_limits.pluknet2011-12-241-1/+1
* - Enable usbus on octusbgonzo2011-12-241-0/+1
* - Set CF physical address base in sysinfo structuregonzo2011-12-231-0/+2
* Report stripeoffset as zero not stripesize if physical block is zeromav2011-12-231-1/+2
* Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and usejhb2011-12-233-0/+22
* Addition to r228808:mav2011-12-231-0/+3
* Use READ CAPACITY(16) to get information about device physical sectors.mav2011-12-232-10/+125
* 1. don't use if_pspare directly, but through a macro WMA()luigi2011-12-232-7/+10
OpenPOWER on IntegriCloud