aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix WPA setup broken by changes to shell argument passing inside theNathan Whitehorn2011-09-161-0/+1
* Print the package name on deletion errors.Sergey Kandaurov2011-09-161-2/+2
* zfsboottest: some additional enhancementsAndriy Gapon2011-09-161-5/+10
* zfstest: rename to zfsboottest and move to toolsAndriy Gapon2011-09-162-0/+23
* When resuming an HTTP download, we failed to verify that the rangeDag-Erling Smørgrav2011-09-151-0/+14
* It seems when I added code for affine unit changes to units, IDavid Malone2011-09-151-3/+5
* Expose "log" in the default devfs rules. /etc/rc.d/jail creates /dev/logJaakko Heinonen2011-09-151-0/+1
* Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ableAndrey V. Elsukov2011-09-152-13/+57
* Fix a typo introduced inMichael Tuexen2011-09-151-1/+1
* 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