aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In case readers are misled by expressions that combine multiplication andAlan Cox2017-08-041-5/+10
* Amend r321884 to check the refcount and update the class with w_mtx held.Mark Johnston2017-08-011-2/+2
* Fix a witness assertion that fires when a lock type's class changes.Mark Johnston2017-08-011-4/+6
* The blist_meta_* routines that process a subtree take arguments 'radix' andAlan Cox2017-08-011-58/+77
* Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin2017-08-011-1/+1
* Batch v_wire_count decrements in vm_hold_free_pages().Mark Johnston2017-07-311-4/+1
* Add clock_schedule(), a feature that allows realtime clock drivers toIan Lepore2017-07-311-19/+58
* Correct the predicates on which lockstat:::{thread,spin}-spin fire.Mark Johnston2017-07-311-2/+2
* Add taskqueue_enqueue_timeout_sbt(), because sometimes you want more controlIan Lepore2017-07-311-8/+17
* kldstat: Use sizeof in place of named constants for sizingConrad Meyer2017-07-291-4/+4
* Make it possible to request nosys logging to console.Konstantin Belousov2017-07-271-1/+6
* Make the number of children for pctrie node available outside subr_pctrie.c.Konstantin Belousov2017-07-271-12/+0
* Change the interactions of the interface functions with the "meta" andAlan Cox2017-07-241-60/+29
* Add common code to support realtime clocks that store year without century.Ian Lepore2017-07-231-3/+12
* Fix getsockopt() for listening sockets when using SO_SNDBUF, SO_RCVBUF,Michael Tuexen2017-07-211-4/+8
* Fix whitespace regression accidentally checked in via ^/head@r280149Enji Cooper2017-07-181-1/+1
* Tidy up before making another round of functional changes: Remove end-Alan Cox2017-07-171-103/+50
* Set the current vnet pointer in the socket buffer AIO handler.John Baldwin2017-07-171-0/+2
* Minor optimization: instead of converting between days and years using loopsIan Lepore2017-07-161-4/+23
* Revert r320918 and have mkdumpheader() handle version string truncation.Mark Johnston2017-07-151-1/+4
* Revert r320997. There are reports of it getting the wrong results, soIan Lepore2017-07-151-23/+4
* Add 32-bit compat for kinfo_proc's ki_tdaddr.Brooks Davis2017-07-141-0/+1
* Minor optimization: instead of converting between days and years usingIan Lepore2017-07-141-4/+23
* Allow setting debug.clocktime as a tunable. Print 64-bit time_t correctlyIan Lepore2017-07-141-4/+4
* This adds CAM pass(4) support for NVMe IO's. Applications indicateWarner Losh2017-07-141-0/+10
* Correct sysent flags for dynamically loaded syscalls.Konstantin Belousov2017-07-142-8/+12
* kvprintf %b enhancementsRyan Libby2017-07-121-24/+29
* Support multiple realtime clocks, and remove locking/sleeping restrictionsIan Lepore2017-07-121-76/+172
* Simplify UIO_SYSSPACE and UIO_NOCOPY paths in uiomoveAndrew Gallatin2017-07-061-16/+18
* After r319722 two fields were left uninitialized when transforming aHans Petter Selasky2017-07-041-0/+3
* Resolve confusion between different error code spaces.Konstantin Belousov2017-07-031-9/+8
* rwlock: perform the typically false td_rw_rlocks check laterMateusz Guzik2017-07-021-3/+2
* Change blst_leaf_alloc() to handle a cursor argument, and to improveAlan Cox2017-07-011-56/+74
* Define ino64_trunc_error under same conditions as the code which usesKonstantin Belousov2017-06-301-1/+1
* Clear the MAP_WIREFUTURE flag on the vm map in exec_new_vmspace() when itAlan Cox2017-06-301-0/+4
* Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin2017-06-292-17/+12
* Adjust sowakeup post-r319685 so that it continues to make upcalls butNavdeep Parhar2017-06-291-2/+2
* Do not cast struct kevent_args or struct freebsd11_kevent_args toKonstantin Belousov2017-06-291-2/+18
* Do not ignore an error from vm_mmap_object().Konstantin Belousov2017-06-271-1/+1
* Address the remaining integer overflow issues with the "skip" parametersAlan Cox2017-06-271-58/+41
* Fix one more place uio_resid is truncated to intConrad Meyer2017-06-271-1/+1
* Provide sbsetopt() that handles socket buffer related socket options.Gleb Smirnoff2017-06-252-43/+76
* Fix the !TD_IS_IDLETHREAD(curthread) locking assertions.Mark Johnston2017-06-193-9/+13
* Allow negative aio_offset only for the read and write LIO ops onKonstantin Belousov2017-06-191-1/+3
* Change blist_alloc()'s allocation policy from first-fit to next-fit soAlan Cox2017-06-181-24/+35
* Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf.Rick Macklem2017-06-171-7/+37
* Regen.Konstantin Belousov2017-06-173-44/+46
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-173-27/+147
* Style.Konstantin Belousov2017-06-161-7/+8
* Plug read(2) and write(2) on listening sockets.Gleb Smirnoff2017-06-151-4/+13