| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle incorrect ELF images specifying size for PT_GNU_STACK not being | kib | 2015-04-23 | 1 | -1/+1 |
* | Make AIO to not allocate pbufs for unmapped I/O like r281825. | mav | 2015-04-22 | 1 | -101/+105 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 3 | -4/+3 |
* | Support file verification in MAC. | rodrigc | 2015-04-22 | 1 | -0/+6 |
* | Modify kern___getcwd() to take max pathlen limit as an additional | trasz | 2015-04-21 | 1 | -4/+6 |
* | Rewrite physio() to not allocate pbufs for unmapped I/O. | mav | 2015-04-21 | 1 | -61/+93 |
* | Always send log(9) messages to the message buffer. | vangyzen | 2015-04-20 | 1 | -1/+1 |
* | Regen. | kib | 2015-04-18 | 3 | -230/+20 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 3 | -6/+14 |
* | Remove unimplemented sched provider probes. | markj | 2015-04-18 | 1 | -11/+0 |
* | Initialize td_sel in the thread_init(). Struct thread is not zeroed | kib | 2015-04-18 | 1 | -0/+1 |
* | More accurately collect name-cache statistics in sysctl functions | mckusick | 2015-04-18 | 1 | -20/+16 |
* | Add "GELI Passphrase:" prompt to boot loader. | dteske | 2015-04-16 | 1 | -0/+3 |
* | File systems that do not use the buffer cache (such as ZFS) must | rmacklem | 2015-04-15 | 1 | -0/+1 |
* | Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'. | neel | 2015-04-15 | 1 | -8/+10 |
* | Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). This | trasz | 2015-04-15 | 1 | -7/+14 |
* | Implement support for binary to requesting specific stack size for the | kib | 2015-04-15 | 3 | -3/+22 |
* | When a kernel has DEVICE_POLLING turned on but no drivers have | gnn | 2015-04-14 | 1 | -0/+6 |
* | Fix my stupid restoral of old code.. must be c_iflags now. | rrs | 2015-04-14 | 1 | -1/+1 |
* | Restore the two lines accidentally deleted that allow CALLOUT_DIRECT to be | rrs | 2015-04-13 | 1 | -0/+2 |
* | uiomove_object_page(): Avoid instantiating pages in sparse regions on reads. | will | 2015-04-11 | 1 | -0/+11 |
* | Replace struct filedesc argument in getsock_cap with struct thread | mjg | 2015-04-11 | 1 | -27/+25 |
* | fd: remove filedesc argument from fdclose | mjg | 2015-04-11 | 8 | -19/+17 |
* | Add vmem locking to r281026. | mav | 2015-04-05 | 1 | -0/+3 |
* | Restore proper error from oshmctl(2), used by COMPAT_43, when the | kib | 2015-04-04 | 1 | -1/+1 |
* | utimensat: Correct Capsicum required capability rights. | jilles | 2015-04-04 | 1 | -2/+4 |
* | Remove useless initialization. | kib | 2015-04-04 | 1 | -1/+1 |
* | Make ZFS ARC track both KVA usage and fragmentation. | mav | 2015-04-03 | 1 | -0/+9 |
* | Speed up symbol lookup for the amd64 kernel modules. | kib | 2015-04-02 | 1 | -2/+40 |
* | Fix integer truncation bug in malloc(9) | rstone | 2015-04-01 | 3 | -6/+6 |
* | Adopt jhb's suggested changes, updated comments and callout_migration() moving | rrs | 2015-03-31 | 1 | -0/+2 |
* | Catch up on r271387 and remove unused parameter from | glebius | 2015-03-30 | 1 | -1/+0 |
* | Periodically wake up threads waiting for vmem(9) resources, so they could | mav | 2015-03-30 | 1 | -0/+6 |
* | Add four new DDB commands to display vmem(9) statistics. | mav | 2015-03-29 | 1 | -0/+74 |
* | Make debug.vmem_check a tunable. It is useful to set it early. | kib | 2015-03-28 | 1 | -1/+1 |
* | Clean up some cosmetic nits in kern_umtx.c, found during recent work | vangyzen | 2015-03-28 | 1 | -14/+10 |
* | Try to unbreak !SMP kernels broken in r280785 by using the proper macros | bz | 2015-03-28 | 1 | -2/+2 |
* | Change the callout to supply -1 to indicate we are not changing | rrs | 2015-03-28 | 1 | -47/+86 |
* | Implement a simple OID number garbage collector. Given the increasing | hselasky | 2015-03-25 | 1 | -16/+47 |
* | Make sure tunable sysctls are only fetched once. The existing code can | hselasky | 2015-03-24 | 1 | -0/+3 |
* | Do not include if_var.h and in6_var.h into kern_jail.c. It is now possible | glebius | 2015-03-24 | 1 | -4/+0 |
* | Correct string pointer offset for error printout. | hselasky | 2015-03-24 | 1 | -1/+1 |
* | Disable coredump_devctl because it could lead to leaking paths to | rpaulo | 2015-03-24 | 1 | -1/+1 |
* | filedesc: microoptimize fget_unlocked by getting rid of fd < 0 branch | mjg | 2015-03-24 | 1 | -1/+1 |
* | The sysctls that return process argv and envv return binary data, so clear | ian | 2015-03-22 | 1 | -0/+2 |
* | Fix for out of order device destruction notifications when using the | hselasky | 2015-03-22 | 1 | -2/+18 |
* | proc: use MTX_NEW flag in proc_init | mjg | 2015-03-21 | 1 | -6/+5 |
* | cred: add proc_set_cred_init helper | mjg | 2015-03-21 | 3 | -4/+16 |
* | fork: assign refed credentials earlier | mjg | 2015-03-21 | 1 | -8/+7 |
* | Introduce vm_object_color() and use it in mmap(2) to set the color of | alc | 2015-03-21 | 1 | -4/+1 |