aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename the cc.4 and cc.9 modular congestion control related man pages toLawrence Stewart2011-09-1513-37/+40
* Use the proper dynamic tls block to calculate the tls variable addressKonstantin Belousov2011-09-151-1/+1
* Put amd64_syscall() prototype in md_var.h.Konstantin Belousov2011-09-152-1/+1
* Microoptimize the return path for the fast syscalls on amd64. ArrangeKonstantin Belousov2011-09-151-10/+10
* Correct the RFC number for the description of IPv6 privacy addressingDoug Barton2011-09-152-2/+2
* Make sure that SCTP rejects broadcast, multicast and wildcard addressesMichael Tuexen2011-09-155-13/+51
* Ensure that ta_pending doesn't overflow u_short by capping its value at USHRT...Adrian Chadd2011-09-152-2/+4
* Minor spelling, wording and punctuation fixes in comments.Christian Brueffer2011-09-141-6/+6
* Ensure that 1-to-1 style SCTP sockets can only be connected once.Michael Tuexen2011-09-144-59/+32
* Reduce USB memory usage during enumeration.Hans Petter Selasky2011-09-141-3/+4
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-09-146-64/+137
* Allow WPA PSKs up to 63 characters, the max length according toChristian Brueffer2011-09-131-1/+1
* Include descriptions for keymaps missing from INDEX.keymaps. This fixesGavin Atkinson2011-09-131-0/+16
* Modify vfs_register() to use a hash calculationRick Macklem2011-09-132-1/+56
* Fix typos in error messages.Christian Brueffer2011-09-131-3/+3
* Fix csup to allow case insensitive server names in the auth file,Christian Brueffer2011-09-131-1/+1
* Do not try to change the mode or ownership of the root of the mountpointKonstantin Belousov2011-09-131-0/+27
* Improve the sleep_delay sysctl description by specifying which unitChristian Brueffer2011-09-131-1/+1
* - Fix compiler warning in ADD_64() macro.David Christensen2011-09-131-1/+1
* zfs boot subroutines: correctly specify type of an integer literalAndriy Gapon2011-09-131-1/+1
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1Andriy Gapon2011-09-133-29/+4
* zfstest: cleanup the code, improve functionality and diagnosticsAndriy Gapon2011-09-131-16/+40
* Update ObsoleteFiles.inc:Sergey Kandaurov2011-09-131-0/+5
* Fix cpio on ARM.Tim Kientzle2011-09-132-4/+4
* Merge from openresolv 3.4.4 in the vendor branch.Hiroki Sato2011-09-136-47/+55
|\
| * Import of openresolv 3.4.4.vendor/openresolv/3.4.4Hiroki Sato2011-09-1310-86/+166
* | - Add an warning when ifconfig_IF_ipv6 has no inet6 keyword in frontHiroki Sato2011-09-131-2/+10
* | Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEHiroki Sato2011-09-137-5/+39
* | - Add ":origin" label to the interface id for resolvconf(8). (r223149)Hiroki Sato2011-09-124-52/+164
* | - Fix a bug that can lead to displaying an incorrect value. (r224210)Hiroki Sato2011-09-128-188/+240
* | Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*John Baldwin2011-09-127-7/+7
* | Connect the vxge(4) module to the i386/amd64 build.Christian Brueffer2011-09-121-0/+3
* | dump_write() returns ENXIO if the dump is trying to be written outsideAttilio Rao2011-09-121-2/+5
* | Partially revert 222753: If a CardBus card stores its CIS in a BAR, deleteJohn Baldwin2011-09-121-0/+1
* | Add missing lib32 parts for the previous changes:Sergey Kandaurov2011-09-121-0/+15
* | Fix error return codes for ioctls on init/lock state devices.Ed Schouten2011-09-121-1/+2
* | dsp_ioctl: fix type of variable used to store ioctl requestAndriy Gapon2011-09-121-1/+2
* | The jump target shall be after the padding, not into it.Konstantin Belousov2011-09-111-1/+2
* | Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-1110-10/+10
* | Perform amd64-specific microoptimizations for native syscall entryKonstantin Belousov2011-09-113-19/+13
* | Inline the syscallenter() and syscallret(). This reduces the time measuredKonstantin Belousov2011-09-1111-165/+229
* | Fix the order of parameters passed to the HT frame duration calculation.Adrian Chadd2011-09-111-4/+5
* | Refactor auto-quirk solution so that we break as few externalHans Petter Selasky2011-09-106-22/+20
* | Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists.Christian Brueffer2011-09-102-0/+3
* | Improve implementation of the Nagle algorithm for SCTP:Michael Tuexen2011-09-091-6/+12
* | Sync pf.os with OpenBSD:Xin LI2011-09-081-4/+7
* | Improve the informations reported in case of busy buffers during the shutdown:Attilio Rao2011-09-085-11/+27
* | Fix SSL memory handlig for (EC)DH cipher suites, in particular forXin LI2011-09-082-7/+21
* | Don't use the whole free space when resizing partition to a larger sizeAndrey V. Elsukov2011-09-081-6/+6
* | Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.Adrian Chadd2011-09-0819-55/+207