summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add macro IS_BSP() to check whether the current CPU is BSP.kib2012-01-171-0/+2
* Fix the "lock &zrl->zr_mtx already initialized" assertion by initializingpluknet2012-01-171-1/+1
* Return EOPNOTSUPP since we only support update mounts for NFS export.kevlo2012-01-171-0/+4
* There are several bugs/hangs when trying to take a snapshot on a UFS/FFSmckusick2012-01-171-1/+9
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-1718-45/+72
* Revert r212360 now that PowerPC can handle large sparse arguments tonwhitehorn2012-01-171-5/+2
* Improve abstraction. Eliminate direct access by elf*_load_section()alc2012-01-171-26/+25
* - Add ID for the BeagleBone FTDI serial over usb port.stas2012-01-162-0/+2
* 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
OpenPOWER on IntegriCloud