summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.glebius2014-01-171-1/+1
* Implement a kqueue notification path for sendfile.adrian2014-01-171-12/+531
* Add in a default initialiser for the EVOPS_SENDFILE kqueue filterops.adrian2014-01-171-0/+1
* Simplify wait/nowait code, eventually killing last remnant ofglebius2014-01-161-20/+19
* Remove historical macro.glebius2014-01-161-1/+1
* Add sglist_append_bio(9) to append a struct bio's data to a sglistbryanv2014-01-131-0/+40
* Refactor out the common sendfile code from the do_sendfile() and theadrian2014-01-091-40/+53
* Add a compile-time control over the size of KN_HASHSIZE.adrian2014-01-071-0/+4
* Plug a memory leak in dup2 when both old and new fd have ioctl caps.mjg2014-01-031-0/+1
* Don't check for fd limits in fdgrowtable_exp.mjg2014-01-031-6/+1
* 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
OpenPOWER on IntegriCloud