aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Migrate the sysctl related routines (statistics, debugging, etc) out ofAdrian Chadd2011-03-026-614/+754
* Fix a bug in the result of manual assembly.Konstantin Belousov2011-03-022-2/+2
* Make a change to the implementation of the direct map to improve performanceAlan Cox2011-03-021-28/+27
* Fix misuse of TARGET_ARCH. This should be MACHINE_ARCH.Nathan Whitehorn2011-03-011-1/+1
* Correct spelling in a last-minute tweaked NOTES entry for CAPABILITIES.Robert Watson2011-03-011-1/+1
* Add Capsicum capability mode support; svn add of capability.h was missedRobert Watson2011-03-011-0/+71
* Similar to 189574, properly handle subclasses of bus drivers when deletingJohn Baldwin2011-03-011-30/+81
* Continue to introduce Capsicum capability mode:Robert Watson2011-03-013-0/+75
* Continue introducing Capsicum capability mode support:Robert Watson2011-03-011-0/+15
* Regenerate system call files following addition of cap_enter(2),Robert Watson2011-03-0110-220/+261
* Continue to introduce Capsicum Capability Mode support:Robert Watson2011-03-014-2/+786
* Hook up sys_capability.c to the build.Robert Watson2011-03-011-0/+1
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,Robert Watson2011-03-018-7/+143
* Add ECAPMODE, "Not permitted in capability mode", a new kernel errnoRobert Watson2011-03-013-1/+18
* Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets areAndrey V. Elsukov2011-03-012-0/+6
* Remove duplicate "in".Rebecca Cran2011-03-012-2/+2
* Change the return type of vmspace_swap_count to a long to match the otherRebecca Cran2011-03-012-3/+3
* Increase NKPT in case of n32 and n64 to support more physical memory.Jayachandran C.2011-03-011-0/+4
* Use new thread's stack to invoke pmap_activate in cpu_switch()Jayachandran C.2011-03-011-17/+4
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-017-41/+549
* Use correct types and fromats for physical addressJayachandran C.2011-02-282-12/+11
* Use vm_offset_t for virtual addresses.Jayachandran C.2011-02-281-2/+2
* Make sure changing ownership of RX descriptor to be done as lastPyun YongHyeon2011-02-282-3/+3
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-284-3/+29
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withMatt Jacob2011-02-284-6/+9
* Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran2011-02-282-2/+2
* Use proper lock in assertion.Pawel Jakub Dawidek2011-02-281-2/+2
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-27230-13599/+41410
* Force DMA for controller found in Lenovo T510 (probably in others too).Pawel Jakub Dawidek2011-02-271-0/+2
* Rename bcpy() macro to bcopy().Pawel Jakub Dawidek2011-02-272-7/+7
* Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.Dimitry Andric2011-02-273-6/+0
* Missed a file in r219056: add disk description for da(4).Nathan Whitehorn2011-02-261-0/+6
* Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. IfDimitry Andric2011-02-261-0/+6
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-02-261-4/+4
* Connect uep.ko to buildGleb Smirnoff2011-02-261-1/+1
* Improvements to CC modules:Randall Stewart2011-02-2614-57/+214
* Add the disk ident and a human-meaningful description (here, the disk modelNathan Whitehorn2011-02-265-0/+13
* - Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky2011-02-261-1/+1
* Set C1 "I/O then Halt" capability bit for Intel EIST. Some broken BIOSesJung-uk Kim2011-02-251-2/+5
* Introduce preliminary support of the show description of the ABI ofDmitry Chagin2011-02-254-12/+99
* ktrace_resize_pool() locking slightly reworked:Dmitry Chagin2011-02-251-18/+16
* Add more definitions for vendor-specific CPU capability bits to the lastJung-uk Kim2011-02-251-11/+13
* Silence 'out of chain frames' warnings and bump the number of frames.Kenneth D. Merry2011-02-253-5/+6
* Make the description of the feature consistent with another similarAlexander Leidinger2011-02-251-1/+1
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-2528-0/+68
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-2523-0/+60
* fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512.VANHULLEBUS Yvan2011-02-251-1/+2
* Add a real dependency on the microcode.David E. O'Brien2011-02-251-1/+1
* * Fix several bugs where the scaled versions of srtt and rttvarMichael Tuexen2011-02-243-23/+23
* * Cleanup the code computing the retransmission timeout.Michael Tuexen2011-02-243-77/+39