summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Regenerate after r272823:marcel2014-10-092-6/+6
* Move the SCTP syscalls to netinet with the rest of the SCTP code. Themarcel2014-10-092-494/+5
* Add a bus method to fetch the VM domain for the given device/bus.adrian2014-10-092-0/+44
* Fix draining in ttydev_leave():marcel2014-10-091-10/+25
* Apply r269126 to tty_timedwait():marcel2014-10-091-4/+4
* Add schedgraph traces for callout handlers. Specifically, a callwheel logsjhb2014-10-081-4/+10
* Make kern.nswbuf tunable from loader.jkim2014-10-071-3/+6
* Convert racct stubs to inline functions.mjg2014-10-061-84/+0
* filedesc: fix up breakage introduced in 272505mjg2014-10-051-5/+5
* On error, sbuf_bcat() returns -1. Some callers returned this -1 tokib2014-10-052-9/+15
* Avoid unnecessary ppeers_lock acquisition in exit1.mjg2014-10-051-10/+12
* Get rid of crshared.mjg2014-10-051-11/+1
* Slightly reword comment. Move code, which is described by thekib2014-10-041-5/+4
* Add kernel option KSTACK_USAGE_PROF to sample the stack depth onkib2014-10-041-0/+5
* Fixes for i/o during coredumping:kib2014-10-042-22/+15
* Add IO_RANGELOCKED flag for vn_rdwr(9), which specifies that vnode iskib2014-10-041-7/+10
* Make kevent(2) periodic timer events more reliably periodic. The eventian2014-10-041-5/+9
* Plug capability races.mjg2014-10-041-7/+52
* Require p_cansched() for changing a process' protection status viajhb2014-10-021-1/+1
* In the syncer, drop the sync mutex while patting the watchdog.will2014-10-011-1/+8
* Test for absence of M_NOFREE before attempting to purge the mbuf's tags.np2014-09-301-1/+1
* Use bzero instead of explicitly zeroing stuff in do_execve.mjg2014-09-291-22/+1
* tty_rel_free() can be called more than once for the same tty so make sureneel2014-09-281-6/+6
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-281-15/+2
* Make do_dup() static and move relevant macros to kern_descrip.cmjg2014-09-261-1/+8
* Don't panic if a resource is allocated twice. Instead, print a warning andjhb2014-09-261-1/+4
* Fix fcntl(2) compat32 after r270691. The copyin and copyout of thekib2014-09-251-15/+20
* In kern_linkat() and kern_renameat(), do not call namei(9) whilekib2014-09-251-29/+56
* Stage one of multipass suspend/resumejhibbits2014-09-232-3/+59
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-2210-626/+463
* Convert from timeout(9) to callout(9).jhb2014-09-221-1/+9
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-0/+31
* svn revisions r269964 and r269963 seemed to have impaired small memorysbruno2014-09-221-0/+2
* Reprase r271616 comments.mav2014-09-171-2/+2
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-3/+3
* Modify cpuset_setithread() to take a CPU ID as an integer, not a char.adrian2014-09-161-1/+1
* Validate the mode argument in access, eaccess, and faccessat for optionalngie2014-09-161-0/+3
* Add comments describing r271604 change.mav2014-09-151-0/+12
* Add couple memory barries to serialize tdq_cpu_idle and tdq_load accesses.mav2014-09-141-0/+2
* Fix error handling in cpuset_setithread() introduced in r267716.melifaro2014-09-131-6/+17
* Fix various issues with invalid file operations:jhb2014-09-127-225/+55
* Tweak pipe_truncate() to more closely match pipe_chown() and pipe_chmod()jhb2014-09-121-4/+8
* Simplify vntype_to_kinfo() by returning when the desired value is foundjhb2014-09-121-5/+2
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().glebius2014-09-102-4/+0
* Avoid unlocking unlocked mutex in RCTL jail code. Specific test casetrasz2014-09-091-2/+4
* - Make hhook_run_socket() vnet-aware instead of adding CURVNET_SET() aroundhrs2014-09-081-31/+20
* pause_sbt(): Take the cold path (ie. use DELAY()) if KDB is activedumbbell2014-09-081-1/+1
* Fix for r271182.glebius2014-09-071-4/+6
* Plug unnecessary fp assignments in kern_fcntl.mjg2014-09-051-2/+2
* Set vnet context before accessing V_socket_hhh[].glebius2014-09-051-0/+4
OpenPOWER on IntegriCloud