summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Delete echoed doesn't rub out the previous character, so alwaysimp2013-12-311-4/+2
* The arguments to sched:::off-cpu are the thread and associated process ofmarkj2013-12-291-1/+1
* Fix accounting for the negative cache entries when reusing v_cache_dd.kib2013-12-271-4/+10
* Revert r259200. There are geoms/drivers which do not updatekib2013-12-271-1/+1
* In sys/kern/vfs_mountroot.c, remove static function parse_isspace(),dim2013-12-251-7/+0
* In sys/kern/subr_witness.c, remove static functiondim2013-12-251-7/+0
* In sys/kern/sched_ule.c, remove static function sched_both(), which isdim2013-12-251-24/+0
* Fix copy-pasting of CJK fullwidth characters.ed2013-12-241-1/+7
* o Add virtual terminal mmap request handler.ray2013-12-231-0/+11
* Extend libteken to support CJK fullwidth characters.ed2013-12-201-1/+1
* Move list of ttys handling from the allocating procedures, to theglebius2013-12-201-10/+10
* Fix compilation on 32 bit architectures and use INT64_MAX instead ofse2013-12-191-3/+6
* Fix overflow for timeout values of more than 68 years, which is the maximumse2013-12-191-1/+2
* Invoke the kld_* event handlers from linker_load_file() andmarkj2013-12-191-24/+14
* - Rename tty_makedev() into tty_makedevf() and make it capableglebius2013-12-181-36/+73
* The fasttrap fork handler is responsible for removing tracepoints in themarkj2013-12-181-5/+5
* If vn_open_vnode() succeeded in opening the vnode, but subsequentkib2013-12-171-0/+3
* Fix copy/paste typo.ae2013-12-171-1/+1
* - Assert for not leaking readers rw locks counter on userland return.attilio2013-12-172-0/+6
* Remove the invariants stuff I copy/paste'd from the mbuf code whenadrian2013-12-171-7/+1
* Migrate the sendfile_sync struct to use a UMA zone rather than M_TEMP.adrian2013-12-161-2/+22
* Fix periodic per-CPU timers startup on boot.mav2013-12-161-1/+2
* Properly drain the TTY when both revoke(2) and close(2) end up closingmarcel2013-12-161-2/+4
* Regenerate after r259438.pjd2013-12-151-16/+16
* Fix syscalls that can be loaded as kernel modules - they were not givenpjd2013-12-151-1/+1
* Regenerate after r259436.pjd2013-12-151-1/+1
* Allow for pselect(2) in capability mode.pjd2013-12-151-1/+2
* Forgot to regenerate after r257736.pjd2013-12-151-1/+1
* proc exit: don't take PROC_LOCK while freeing rlimitsmjg2013-12-151-2/+0
* rlimit: avoid unnecessary copying of rlimitsmjg2013-12-131-6/+16
* rlimit: add and utilize lim_sharedmjg2013-12-131-1/+11
* Create own free list for each of the first 32 possible allocation sizes.mav2013-12-111-9/+17
* Fix detection of EOF in kern_physio(). If bio_length was clipped bykib2013-12-101-1/+0
* Merge VT(9) project (a.k.a. newcons).ray2013-12-051-0/+602
|\
| * MFC @r258947.ray2013-12-0545-291/+439
| |\
| * \ MFC @r258091.ray2013-11-137-39/+43
| |\ \
| * \ \ MFC @r257740.ray2013-11-061-8/+1
| |\ \ \
| * \ \ \ MFC @r257698.ray2013-11-059-44/+62
| |\ \ \ \
| * | | | | Add teken_subr_do_resize new method, to update taken sizes w/o reset positionsray2013-10-311-5/+1
| * | | | | Do not reset terminal state if it is not cleared on resize.ray2013-10-281-4/+11
| * | | | | MFC @r257107.ray2013-10-252-283/+16
| |\ \ \ \ \
| * \ \ \ \ \ MFC @r256953ray2013-10-2317-72/+212
| |\ \ \ \ \ \
| * | | | | | | Add new terminal method terminal_set_winsize_blank. Same as terminal_set_wins...ray2013-10-221-5/+13
| * | | | | | | MFC @r256148.ray2013-10-0863-1501/+1946
| |\ \ \ \ \ \ \
| * | | | | | | | o Rename methods according to "consdev style".ray2013-10-081-18/+65
| * | | | | | | | MFC @r255128.ray2013-09-0130-432/+606
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ MFC @r254374.ray2013-08-1540-547/+405
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ MFC @r219886.ray2013-07-2572-1697/+5368
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ MFC@r248830ray2013-03-2866-2529/+4148
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ IFC @ 247036nwhitehorn2013-02-2063-925/+1998
| |\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud