summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move libnv into the kernel and hook it into the kernel buildrstone2015-03-013-0/+3646
* Correct the use of an unitialized variable in sendfind_getobj()rstone2015-02-281-0/+1
* Format the line properly (wrap before column 80).ian2015-02-281-1/+2
* Export the new osreldate and osrelease jail parms in jail_get(2).ian2015-02-281-0/+6
* The umtx_lock mutex is used by top-half of the kernel, but iskib2015-02-286-33/+42
* Put back Andy's void for gcc happiness.imp2015-02-271-1/+1
* Make sched_random() return an unsigned number, and use uint32_timp2015-02-271-11/+13
* The VNASSERT in vflush() FORCECLOSE case is trying to panic early tokib2015-02-271-0/+1
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aian2015-02-274-14/+115
* Fix sched_ule on sparc64, gcc complains sched_random is not a correctandrew2015-02-271-1/+1
* sched_random is only called for SMP, only define it there.andrew2015-02-271-1/+2
* Create sched_rand() and move the LCG code into that. Call this whenimp2015-02-271-9/+22
* Remove taskqueue_start_threads_pinned(); there's noa generic cpuset version o...adrian2015-02-251-24/+0
* When failing to claim ownership of a umtx_pi, restore the umutex ownerkib2015-02-251-0/+11
* When unlocking a contested PI pthread mutex, if the queue of waiterskib2015-02-251-2/+33
* Keep a reference on the coredump vnode for vn_fullpath() call. Do itkib2015-02-241-8/+6
* soreceive_generic() still has similar KASSERT(), therefore instead ofae2015-02-231-0/+2
* In some cases soreceive_dgram() can return no data, but has controlae2015-02-231-5/+5
* Make kernel ELF image parsing not crash for kernels running at locationsnwhitehorn2015-02-211-1/+7
* Don't specify a resid parameter if we're just going to ignore it. Instead,markj2015-02-201-7/+5
* Remove unnecessary checks for a return value of NULL from M_WAITOKmarkj2015-02-191-21/+5
* Free the zlib stream after expanding a compressed CTF section.markj2015-02-191-1/+3
* If malloc() sleeps, Giant is dropped. Recheck for another threadkib2015-02-181-5/+16
* filedesc: obtain a stable copy of credentials in fget_unlockedmjg2015-02-181-4/+4
* filedesc: simplify fget_unlocked & friendsmjg2015-02-175-47/+79
* Use anonymous unions and structs to organize shared space in mbuf(9),glebius2015-02-171-2/+2
* Use anonymous unions to add possibility to put mbufs into queue(3)glebius2015-02-171-0/+12
* Add the mnt_lockref field to the ddb(4) 'show mount' commandngie2015-02-171-0/+1
* Implement taskqueue_start_threads_cpuset().adrian2015-02-171-12/+25
* Reparenting done by debugger attach can leave reaper without directkib2015-02-151-3/+5
* Return with the process locked, caller expects p still locked afterkib2015-02-151-1/+1
* Don't access sockbuf fields directly, use accessor functions instead.davide2015-02-141-8/+4
* Include OBJT_PHYS VM objects in ELF core dumps. In particular thisjhb2015-02-141-1/+2
* Add two new counters for vnode life cycle events:jhb2015-02-141-1/+13
* Preset the object's color, or alignment, to maximize superpage usage.alc2015-02-131-1/+2
* This fixes a bug I in-advertantly inserted when I updated the calloutrrs2015-02-121-15/+21
* Remove check against NULL after M_WAITOK.rpaulo2015-02-111-2/+0
* Restore the data array in coredump(), but use a different style torpaulo2015-02-111-4/+12
* Remove a printf and an strlen() from the coredump code.rpaulo2015-02-101-6/+3
* Mountd iterating over the mount points may race with the parallelkib2015-02-101-2/+8
* Sanitise the coredump file names sent to devd.rpaulo2015-02-101-16/+39
* Notify devd(8) when a process crashed.rpaulo2015-02-091-0/+31
* This fixes two conditions that can incur when migrationrrs2015-02-091-86/+154
* Preset the object's color, or alignment, to maximize superpage usage.alc2015-02-081-1/+2
* Add a new device control utility for new-bus devices called devctl. Thisjhb2015-02-062-0/+291
* Expose the constants for internal new-bus device flags to userland. Thejhb2015-02-051-9/+0
* Set and clear the DF_SUSPENDED flag on the child device being manipulatedjhb2015-02-051-2/+2
* turn GEOM_UNCOMPRESS_DEBUG into a proper option so it can be specifiedjmg2015-02-051-0/+1
* Initialize ticks so that it wraps 10 minutes after boot to increase thepeter2015-02-051-0/+5
* Add ddb command 'show clocksource' to display state of the per-cpukib2015-02-041-0/+39
OpenPOWER on IntegriCloud