summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarity improvements.wblock2012-01-091-8/+8
* X11BASE has been deprecated for a long time and will die sooneadler2012-01-096-9/+9
* Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon().kib2012-01-082-4/+34
* There is no longer a need to abstract ${rcvar_manpage} as we are notdougb2012-01-082-3/+2
* Correct an error of omission in the implementation of the truncationalc2012-01-082-66/+113
* Fix a typo. (s/nessesary/necessary/)hrs2012-01-081-1/+1
* Make it possible to use alternative source hardware addressglebius2012-01-081-10/+19
* Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN().glebius2012-01-081-0/+1
* Copy ifa->if_data to ifam->ifam_data. This was forgotten in r228571.glebius2012-01-081-0/+1
* Move arprequest() declaration to if_ether.h.glebius2012-01-083-5/+2
* Don't include <sys/timeb.h>.ed2012-01-081-1/+1
* Properly sort functions by name.ed2012-01-081-3/+3
* Fix spelling of C11 and sort functions by name.ed2012-01-081-2/+2
* Two other places where we can use WEAK_ALIAS.andreast2012-01-082-6/+2
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-085-7/+39
* Fix relocations for MIPS64:gonzo2012-01-081-17/+82
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-085-2/+5
* Make these two files conditionally build on UFS_ACL, as it doesn'tadrian2012-01-081-2/+3
* Fix DDB x/i addr[,count] command for count > 1 casegonzo2012-01-081-0/+1
* Correct comment for the IPv6 case to say "traffic class" not "TOS"bz2012-01-071-1/+1
* - Fix how hexdump parses escape stringseadler2012-01-071-8/+23
* .. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,adrian2012-01-072-0/+6
* Commit a temporary workaround for people who are building kernelsadrian2012-01-071-0/+11
* Fix the broken module build I introduced earlier.adrian2012-01-071-0/+4
* Convert files to UTF-8 and add some copyright markers where missing.uqs2012-01-0714-16/+17
* Spelling fixes for etc/uqs2012-01-078-17/+17
* Spelling fixes for bin/uqs2012-01-071-1/+1
* Spelling fixes for include/uqs2012-01-077-12/+12
* Spelling fixes for libexec/uqs2012-01-0719-30/+30
* Spelling fixes for release/uqs2012-01-074-8/+8
* Spelling fixes for sbin/uqs2012-01-0724-37/+37
* Merge from OpenBSD:glebius2012-01-071-7/+7
* Retire the SCTP sysctl "strict_init". We always perform the validationtuexen2012-01-073-16/+3
* Improve the handling of received INITs. Send an ABORT whentuexen2012-01-071-100/+65
* Fix indentation.glebius2012-01-071-4/+3
* Document comconsole_port and comconsole_pcidev loader variables.kib2012-01-071-1/+38
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-077-35/+130
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-0735-35/+0
* Handle the internal scope address representation of the KAME IPv6ume2012-01-072-4/+8
* Fix the ar724x shift calculation when writing to the PCI config space.adrian2012-01-071-1/+1
* In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the samedim2012-01-071-1/+1
* - Fix sysctl descriptioneadler2012-01-071-1/+1
* fork(2) returns -1 on failure, not some random negative number.pjd2012-01-062-2/+2
* sh: Avoid possible echo options in a testcase.jilles2012-01-061-3/+3
* Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),ghelmer2012-01-061-10/+30
* Use NULL instead of 0.tuexen2012-01-061-1/+1
* Add 5 spare VOPs as placeholders to avoid breaking the KBI in the futurejhb2012-01-061-1/+26
* Use proper argument structure types for the extattr post-VOP hooks.jhb2012-01-061-2/+2
* Last attempt at <tgmath.h>: do enable the new code for C11 compilers.ed2012-01-061-11/+17
* Silence a warning about redefinition of TARGET_ELF on powerpc.andreast2012-01-061-0/+1
OpenPOWER on IntegriCloud