| Commit message (Expand) | Author | Age | Files | Lines |
* | fork: pass arguments to fork1 in a dedicated structure | mjg | 2016-02-04 | 1 | -2/+5 |
* | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | dchagin | 2016-01-09 | 1 | -0/+1 |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | kib | 2015-11-28 | 1 | -3/+0 |
* | Remove now obsolete comment. | imp | 2015-08-28 | 1 | -1/+0 |
* | Per overwhelming sentiment in the code review, use FEATURE instead. | imp | 2015-08-28 | 1 | -5/+1 |
* | When the kernel is compiled with INVARIANTS, export that as | imp | 2015-08-26 | 1 | -0/+9 |
* | Limit rights on process descriptors. | ed | 2015-07-31 | 1 | -1/+1 |
* | Get rid of lim_update_thread and cred_update_thread. | mjg | 2015-07-16 | 1 | -1/+4 |
* | Add an initial NUMA affinity/policy configuration for threads and processes. | adrian | 2015-07-11 | 1 | -0/+5 |
* | Generalised support for copy-on-write structures shared by threads. | mjg | 2015-06-10 | 1 | -3/+5 |
* | In preparation for switching linuxulator to the use the native 1:1 | dchagin | 2015-05-24 | 1 | -0/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | On amd64, make proc0 pmap initialization slightly more correct. In | kib | 2015-05-15 | 1 | -1/+1 |
* | Add "GELI Passphrase:" prompt to boot loader. | dteske | 2015-04-16 | 1 | -0/+3 |
* | cred: add proc_set_cred_init helper | mjg | 2015-03-21 | 1 | -1/+1 |
* | cred: add proc_set_cred helper | mjg | 2015-03-16 | 1 | -10/+12 |
* | Allow the kern.osrelease and kern.osreldate sysctl values to be set in a | ian | 2015-02-27 | 1 | -1/+1 |
* | turn GEOM_UNCOMPRESS_DEBUG into a proper option so it can be specified | jmg | 2015-02-05 | 1 | -0/+1 |
* | Revert for r277213: | hselasky | 2015-01-22 | 1 | -2/+1 |
* | Major callout subsystem cleanup and rewrite: | hselasky | 2015-01-15 | 1 | -1/+2 |
* | Add a facility for non-init process to declare itself the reaper of | kib | 2014-12-15 | 1 | -1/+6 |
* | The process spin lock currently has the following distinct uses: | kib | 2014-11-26 | 1 | -2/+2 |
* | filedesc: fixup fdinit to lock fdp and preapare files conditinally | mjg | 2014-11-13 | 1 | -1/+1 |
* | This is the much-discussed major upgrade to the random(4) device, known to yo... | markm | 2014-10-30 | 1 | -1/+1 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | davide | 2014-10-16 | 1 | -1/+1 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -1/+1 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 1 | -0/+1 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -2/+2 |
* | Don't call sleepinit() from proc0_init(), make it a SYSINIT instead. | cognet | 2013-08-09 | 1 | -4/+0 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -5/+0 |
* | rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST | avg | 2013-07-24 | 1 | -6/+9 |
* | MFP4 change 210763 | brooks | 2013-04-03 | 1 | -2/+9 |
* | print compiler version in the kernel banner | avg | 2013-02-02 | 1 | -0/+1 |
* | Fix a race between kern_setitimer() and realitexpire(), where the | kib | 2012-12-04 | 1 | -1/+1 |
* | Fix grammar. | kib | 2012-08-16 | 1 | -1/+1 |
* | Add a sysctl kern.pid_max, which limits the maximum pid the system is | kib | 2012-08-15 | 1 | -0/+1 |
* | Extend VERBOSE_SYSINIT to also print out the name of variables passed | jhb | 2012-06-01 | 1 | -9/+28 |
* | TDF_* flags should be used with td_flags field and TDP_* flags should be used | pjd | 2012-01-22 | 1 | -1/+2 |
* | Remove the long reprecated ``/stand/sysinstall'' from the init_path. | pluknet | 2011-10-27 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -1/+2 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | trasz | 2011-03-31 | 1 | -0/+3 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 1 | -0/+4 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -0/+1 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+2 |
* | - Properly initialize the base priority (td_base_pri) of thread0 to PVM | jhb | 2011-01-06 | 1 | -1/+1 |
* | MFp4: | davidxu | 2010-12-09 | 1 | -0/+1 |
* | Set bootverbose directly in mi_startup() rather than via a SYSINIT. This | jhb | 2010-10-28 | 1 | -9/+3 |
* | - Insert thread0 into correct thread hash link list. | davidxu | 2010-10-17 | 1 | -1/+1 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -0/+1 |