summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for more USB devices.hselasky2012-01-163-0/+7
* Remove unnecessary includes from these libutil man pages.ghelmer2012-01-163-4/+0
* Fix more disorder in prototypes and constants.ghelmer2012-01-161-46/+43
* Be pedantic and change // comment to C-style one.pluknet2012-01-161-1/+1
* Generate a warning if the kernel's arc4random() is seeded with bogus entropy.das2012-01-161-0/+8
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.das2012-01-163-3/+3
* Change the definition of FLT_EVAL_METHOD from 1 to 0. A value of 1 impliesdas2012-01-161-1/+1
* Change checkpath() to not exit on error. This is a prerequisite forjh2012-01-1615-20/+43
* Use the signal fence builtin in stdatomic.h when using the clang atomictheraven2012-01-161-4/+1
* Add a bit of verbosity to the comment.ivoras2012-01-161-1/+6
* Fix a style bugkevlo2012-01-161-1/+1
* Make panic strings in m_gettype(), m_getzone(), m_cljset()glebius2012-01-161-3/+3
* Add missing static.glebius2012-01-161-1/+1
* Remove some disabled NOTYET code. Probability of enabling it is low,glebius2012-01-161-78/+0
* sh: Fix execution of multiple statements in a trap when evalskip is setdumbbell2012-01-165-2/+48
* sh: Test EXIT trap with multiple statements in itdumbbell2012-01-161-0/+3
* m_getzone() should return only cluster zones.glebius2012-01-161-3/+0
* Export ttyname instead of ttyunit via the sysctl interface.hselasky2012-01-162-11/+18
* Add nfs export support to tmpfs(5)kevlo2012-01-161-4/+2
* Drop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDRglebius2012-01-162-77/+7
* Export information about USB serial port unit and port numbershselasky2012-01-162-12/+42
* Insert read memory barriers.davidxu2012-01-162-1/+2
* Match surrounding style.delphij2012-01-161-1/+1
* Remove a confused comment and fix some minor bugs.das2012-01-161-7/+6
* Fix the definition of FLT_EVAL_METHOD and some minor bugs.das2012-01-161-4/+6
* Stop overloading opt_global.h.adrian2012-01-163-4/+7
* Eliminate branch and insert an explicit reader memory barrier to ensuredavidxu2012-01-161-3/+2
* Computations on NaNs are supposed to return one of the input NaNs unchanged.das2012-01-162-4/+3
* Add an implementation of fenv.h intended for platforms that lack an FPU anddas2012-01-164-6/+205
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support fordas2012-01-163-2/+69
* Remove functions from softfloat's Symbol.map that don't need to be exported.das2012-01-162-20/+14
* Convert softfloat to use the standard exception flag and rounding macrosdas2012-01-165-34/+34
* Correct some bugs that resulted from arm/_fpmath.h being blindly copieddas2012-01-161-1/+2
* s/amd64/i386/ in comment.cperciva2012-01-161-1/+1
* Copy XENHVM config file from amd64, now that i386+XENHVM works.cperciva2012-01-161-0/+24
* Make XENHVM work on i386. The __ffs() function counts bits starting fromcperciva2012-01-161-1/+1
* Add check to avoid assertion panic on duplicate stop.mav2012-01-161-0/+2
* When tmpfs_write() resets an extended file to its original size after analc2012-01-163-7/+12
* BeagleBone uses an FTDI chip withkientzle2012-01-152-0/+2
* sh: Fix some bugs with exit status from case containing ;&.jilles2012-01-154-9/+41
* dadump: don't leak the periph lock on i/o erroravg2012-01-151-1/+1
* xlocale.h: consistently use __va_listavg2012-01-151-2/+2
* Make man page wording more clear:eadler2012-01-151-1/+1
* sh: Fix two bugs with case and exit status:jilles2012-01-154-1/+20
* Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a m...adrian2012-01-152-1/+6
* Build some more things (random, bridge/gif/gre, gpio, USB) as modules as welladrian2012-01-151-2/+3
* Begin breaking out the AR71xx specific functional drivers into modules.adrian2012-01-153-0/+116
* Allow building the GPIO bus and associated bits as modules.adrian2012-01-154-0/+150
* Add the new option introduced in the previous commit.adrian2012-01-151-0/+1
* Some of the atheros based embedded devices use one or more PCI NICsadrian2012-01-151-0/+81
OpenPOWER on IntegriCloud