summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vfs: move si_usecount manipulation to dedicated functionsmjg2015-07-111-15/+35
* Create a dedicated function for ensuring that cdir and rdir are populated.mjg2015-07-118-64/+26
* Move chdir/chroot-related fdp manipulation to kern_descrip.cmjg2015-07-117-103/+102
* Always send a SIGSEGV on a map failure. Use the code to tell the reasonandrew2015-07-111-2/+2
* Regenerate syscalls.adrian2015-07-1111-3/+162
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-1124-11/+1704
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSbapt2015-07-111-3/+3
* sh(1): libedit has supported multibyte encodings for a while.jilles2015-07-111-4/+2
* Do not allow creation of the dirty buffers for the dead bufferkib2015-07-112-3/+9
* some additional improvements to the documentation...jmg2015-07-111-4/+19
* Complete the move that was started w/ r263218.. For some reason Ijmg2015-07-114-394/+47
* Spoil even can happen for some time now even on providers opened exclusivelypjd2015-07-101-3/+3
* assorted algorithmic fixes from Paolo Valente (one of my qfq coauthors):luigi2015-07-101-7/+13
* one more warning suppression when compiling the test code in userspace.luigi2015-07-101-1/+1
* add code to compute fairness indexes;luigi2015-07-102-9/+68
* staticize functions only used in netmap.cluigi2015-07-104-69/+38
* Add missing const keyword to kern_sigaction()'s 'act' parameter.ed2015-07-102-7/+4
* fd: further cleanup of kern_dupmjg2015-07-102-29/+14
* fd: split kern_dup flags argument into actual flags and a modemjg2015-07-104-28/+42
* Convert between abridged (from FXSAVE) and unabridged (from FSAVE)kib2015-07-101-6/+13
* Duplicate the copyright from the i386/i386/machdep.c intokib2015-07-101-6/+36
* Change the mb() use in the sched_ult tdq_notify() and sched_idletd()kib2015-07-101-2/+2
* Add support for makecontext. This supports up to 8 arguments as thisandrew2015-07-105-3/+129
* add netmap dependency when compiled as a moduleluigi2015-07-101-0/+3
* Let listen() return EDESTADDRREQ when not bound.ed2015-07-101-1/+3
* Sync netmap sources with the version in our private tree.luigi2015-07-1025-1455/+2034
* rev.284898 removed _SHLIBDIRPREFIX so we need to reconstruct its valueluigi2015-07-101-1/+5
* Summary: Fix LINT build. The names of the new AES modes were notgnn2015-07-101-3/+3
* Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.dim2015-07-091-1/+1
* Rename zfs nvpair files to not colidate with our nvlist.oshogbo2015-07-096-9/+9
* Remove checks for __ARM_EABI__, we only build for EABI now.andrew2015-07-096-30/+0
* Add support for __aeabi_memclr4, clang 3.7 calls it.andrew2015-07-092-0/+41
* Add support for AES modes to IPSec. These modes work both in software onlygnn2015-07-094-114/+199
* Clear the carry bit on the saved program state register when asked toandrew2015-07-091-3/+5
* Document r285329, OpenSSL update to 1.0.1p.gjb2015-07-091-3/+3
* vfs: cosmetic changes to namei and namei_handle_rootmjg2015-07-091-6/+7
* Merge OpenSSL 1.0.1p.jkim2015-07-09359-577/+832
|\
| * Import OpenSSL 1.0.1p.jkim2015-07-0922-235/+477
| * Import OpenSSL 1.0.1o.jkim2015-06-1210-27/+36
| * Import OpenSSL 1.0.1n.jkim2015-06-11205-905/+2350
* | vfs: simplify error handling in nameimjg2015-07-091-29/+20
* | Correct issue presented in r285051,eri2015-07-091-1/+2
* | increase buffer size to significantly increase performance...jmg2015-07-091-1/+1
* | Add implementations for some of the CloudABI file descriptor system calls.ed2015-07-094-24/+78
* | fd: prepare do_dup for being exportedmjg2015-07-091-20/+22
* | vfs: avoid spurious vref/vrele for absolute lookupsmjg2015-07-091-24/+46
* | vfs: plug a use-after-free of fd_rdir in nameimjg2015-07-091-0/+6
* | Do not try to set password on group if the group is added as a consequence ofbapt2015-07-094-1/+13
* | Add support for SMP. This uses the FDT data to find the CPUs to start on,andrew2015-07-097-10/+549
* | Add logging of synchronous exceptions.andrew2015-07-091-0/+8
OpenPOWER on IntegriCloud