summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The command name is a constant, use the correct type.andrew2014-10-311-3/+3
* Clean up the types of a few strings to make them const when they are neverandrew2014-10-311-6/+7
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-316-93/+77
* Use macro ERROUT() to make code more laconic and follow style of otherglebius2014-10-311-24/+15
* Remove the check for packets with broadcast source from if_gif's encapcheck.ae2014-10-311-14/+0
* Fix usage of kern_getenv().kevlo2014-10-311-1/+3
* Add /etc/rc.d/initrandom, which was removed in r273872.des2014-10-311-0/+2
* Print human-readable error for "route not found" case.melifaro2014-10-311-2/+11
* Use in_localip() instead of handmade implementation.ae2014-10-311-21/+2
* Fix typo.ae2014-10-311-1/+1
* Build ttm_agp_backend.c.tijl2014-10-311-1/+1
* filedesc: drop retval argument from do_dupmjg2014-10-311-17/+14
* Only put one CTASSERT() inside each macro to avoid compile issues.hselasky2014-10-311-25/+25
* filedesc: fix missed comments about fdsetugidsafetymjg2014-10-312-5/+3
* Build mount_nfs(8) with WARNS=6.trasz2014-10-312-50/+59
* filedesc: make fdinit return with source filedesc locked and new one sizedmjg2014-10-311-32/+45
* filedesc: iterate over fd table only once in fdcopymjg2014-10-311-21/+21
* filedesc: tidy up fdfreemjg2014-10-311-22/+14
* filedesc: tidy up fdcopy a little bitmjg2014-10-311-3/+4
* Use search method instead of fixed offsets for finding rootfs. This unbreakshiren2014-10-301-3/+3
* Bump FreeBSD_version due to syscall*_register API changes in r273707mjg2014-10-301-1/+1
* Use the right depend file for each program.jmmv2014-10-301-2/+6
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-3049-1524/+2460
* Skip the smap sysctl instead of panicing if no kernel metadata can bejhb2014-10-301-0/+2
* Fix compile warning by removing unused variable.hselasky2014-10-301-3/+0
* Plug memory ordering holes in buf_ring_enqueue. For at least somejpaetzel2014-10-301-33/+16
* Make UEFI booting of 4Kn disks work:ambrisko2014-10-303-3/+8
* Avoid possible overflow in agp_generic_alloc_memory.tijl2014-10-301-1/+1
* Port the TTM AGP backend to the FreeBSD agp driver and enable AGP supporttijl2014-10-307-60/+55
* Remove two functions unused after r273848. Would be nice if clangtrasz2014-10-301-29/+0
* Remove redundant code.ae2014-10-301-65/+4
* Move ifq drain into in6m_purge().ae2014-10-301-3/+2
* Add two new functions to the AGP driver KPI to bind/unbind arbitrary setstijl2014-10-302-0/+86
* Fix mbuf leak in IPv6 multicast code.ae2014-10-301-0/+3
* Update acl(3) to expand on NFSv4 ACL support.trasz2014-10-301-5/+9
* Make it clear that ACL flags are NFSv4-only.trasz2014-10-307-14/+14
* Fix handling of "conn" mount_nfs(8) option.trasz2014-10-301-1/+1
* Note that the "timeout" nfs option is in tenths of a second.trasz2014-10-301-1/+2
* Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() andjch2014-10-305-68/+93
* Add support for "timeo", "actimeo", "noac", and "proto" optionstrasz2014-10-303-7/+80
* Get rid of obsolete code in mount_nfs(8).trasz2014-10-301-217/+2
* filedesc: make sure to force table reload in fget_unlocked when count == 0mjg2014-10-301-1/+6
* fix spelling of offset since that is what is used in the body...jmg2014-10-301-3/+3
* filedesc: microoptimize fget_unlocked by retrying obtaining reference countmjg2014-10-301-4/+3
* filedesc: get rid of atomic_load_acq_int from fget_unlockedmjg2014-10-302-40/+56
* .a's are installed in /usr/lib, don't delete them.delphij2014-10-291-1/+0
* Fix a clang 3.5 warning about abs(3) being given an argument of typedim2014-10-291-5/+5
* Replace a magic number with the proper definition. This change actuallyjkim2014-10-291-2/+2
* Rework the EXAMPLES section to be a bit clearer.jhb2014-10-291-6/+58
* Fix iscsictl(8) and ctld(8) to correctly handle Windows newlinestrasz2014-10-292-0/+2
OpenPOWER on IntegriCloud