summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Improve bufring impl:attilio2012-12-281-21/+19
* Remove an unused var.attilio2012-12-271-5/+1
* br_prod_tail and br_cons_tail members are used as barrier toattilio2012-12-271-5/+5
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-1/+2
* Create an architecture-agnostic buffer pool manager that uses uma(9) tocognet2012-12-201-0/+118
* - Add new machine parsable KTR macros for timing events.jeff2012-12-191-0/+44
* When mnt_vnode_next_active iterator cannot lock the next vnode andkib2012-12-151-8/+3
* Line up the continuation backslashes.kib2012-12-151-2/+2
* Add an #include guard to the sys/fnv_hash.h.ae2012-12-141-0/+3
* Similar to CTLFLAG_RDTUN, provide CTLFLAG_RWTUN that defines writable sysctlpjd2012-12-111-1/+2
* Switch the hardwired WITNESS panics to kassert_panic.alfred2012-12-111-1/+3
* Add CTLFLAG_STATS to sysctl flagsalfred2012-12-101-0/+1
* Add constant missed in r244099alfred2012-12-101-0/+1
* The socket_zone UMA zone is now private to uipc_socket.c.pjd2012-12-081-1/+0
* Allow KASSERT to log instead of panic.alfred2012-12-071-2/+4
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thankevlo2012-12-071-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-13/+2
* Using a long is the wrong type to represent the realmem and maxmbufmemandre2012-11-291-1/+1
* Base the mbuf related limits on the available physical memory orandre2012-11-272-1/+2
* Update comment to prefer M_NOWAIT over M_DONTWAIT andandre2012-11-271-2/+2
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-1/+0
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-272-1/+3
* Document sin6_scope_id handling change and bump FreeBSD_version to 1000025.hrs2012-11-231-1/+1
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-0/+1
* Move the definition of the idtype_t from sys/types.h to sys/wait.h.kib2012-11-163-41/+41
* Alphabetically reorder the forward-declarations of the structures.kib2012-11-161-7/+8
* - Implement run-time expansion of the KTR buffer via sysctl.jeff2012-11-152-1/+5
* Allow usernames up to 32 charsbapt2012-11-141-1/+1
* Remove unused/obsolete macros.attilio2012-11-131-11/+0
* Regenkib2012-11-133-7/+19
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-135-2/+63
* Replace the single, global page queues lock with per-queue locks on thealc2012-11-131-2/+2
* Tweak comments.attilio2012-11-112-23/+22
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+1
* After years of hard work by many FreeBSD and LLVM developers, makebrooks2012-11-051-1/+1
* Add a jitter buffer in the common USB serial driver code whichhselasky2012-11-051-1/+1
* Add tty_set_winsize().ed2012-11-031-0/+1
* Merge r242395,242483 from mutex implementation:attilio2012-11-032-20/+81
* Tweak comment to make more clear why it will fail.attilio2012-11-021-1/+1
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+1
* Give mtx(9) the ability to crunch different type of structures, with theattilio2012-10-312-16/+75
* Compiler have a precise knowledge of the content of sched_pin() andattilio2012-10-291-0/+2
* Fix two problems that caused instant panic when the device mountedtrasz2012-10-281-1/+0
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-264-2/+27
* Correct SIGTTIN handling.ed2012-10-251-0/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+1
* Bump __FreeBSD_version and make a note in UPDATING about removal ofkib2012-10-221-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-224-42/+3
* Fix build if COMPAT_43 is defined without one ofeadler2012-10-221-1/+2
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-191-0/+1
OpenPOWER on IntegriCloud