summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the definition of the struct unrhdr into a separate header file,kib2013-08-303-27/+70
* Reduce WARNS to 0 for dig, host, and nslookup to make themerwin2013-08-303-3/+3
* Few more minor if_vmx tweaksbryanv2013-08-303-25/+92
* Fix the sysctl that displays whether buffer packing is enablednp2013-08-301-7/+13
* If reading a virtual-device value fails, attempt to read a virtual-device-extcperciva2013-08-301-0/+3
* Implement support for rx buffer packing. Enable it by default for T5np2013-08-302-142/+601
* - Fix LOCAL_MTREE so it properly handles multiple files and quotesbdrewery2013-08-301-3/+3
* Add a routine for attaching an mbuf to a buffer with an externalnp2013-08-291-0/+22
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-298-642/+615
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.jkim2013-08-291-1/+1
* Partially revert r254880. The bitmap operations actually use long type now.jkim2013-08-293-8/+5
* Bump up the default timeouts for move commands in the ch(4) driverken2013-08-291-4/+4
* Fix the incomplete conversion from atomic_t to long for test_bit().jkim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsjkim2013-08-292-13/+19
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-2964-2654/+2433
* - Remove test_and_set_bit() macro. It is unused since r255037.jkim2013-08-291-5/+3
* Convert the if_lagg rwlock to an rmlock.adrian2013-08-292-33/+56
* Fix atomic operations on context_flag without altering semantics.jkim2013-08-291-3/+3
* Add directories that is installed as part of bsdconfig.delphij2013-08-291-0/+74
* Add a few missing language directories for /usr.delphij2013-08-291-0/+8
* Update to 2013-08-29 NetBSD libexecinfo snapshotemaste2013-08-293-13/+27
* Fix some issues in change 254760 pointed out by Bruce Evans:ken2013-08-291-11/+8
* Work-around a timing problem with the ITE IT8513E now that the coremarcel2013-08-291-1/+13
* Don't return an error for socket timeouts that are too large. Justjhb2013-08-291-7/+2
* Fix after r255014antoine2013-08-292-4/+4
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-2913-11/+419
* Migrate iwn(4) to use the new ieee80211_tx_complete() API.adrian2013-08-291-35/+23
* Remove the duplicate LLC_MISS event and put it in the right order.adrian2013-08-291-3/+2
* Prevent the full restart cycle every time arge_start() is called. Onlyloos2013-08-291-1/+2
* Remove GNU_PATCH leftover.andreast2013-08-291-5/+0
* Merge r254736 from user/np/cxl_tuning.np2013-08-291-12/+14
* Merge r254386 from user/np/cxl_tuning. Add an INET|INET6 check missingnp2013-08-293-0/+17
* Drop build option switch for the older GNU patch.pfg2013-08-294-19/+0
* Correct atomic operations in i915.jkim2013-08-283-11/+11
* Fix a compiler warning and add couple of VM map types.jkim2013-08-281-3/+21
* Whitespace nit.np2013-08-281-1/+1
* Merge r254336 from user/np/cxl_tuning.np2013-08-282-1/+26
* Fix a compiler warning. With this fix, a negative time can be converted tojkim2013-08-281-1/+1
* Support storing 7 additional file flags in tmpfs:ken2013-08-281-3/+4
* libutil: Use O_CLOEXEC for internal file descriptors from open().jilles2013-08-285-9/+12
* Change t4_list_lock and t4_uld_list_lock from mutexes to sx'es.np2013-08-283-35/+34
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update anp2013-08-286-8/+30
* Reduce diff against stable/9 slightly.jkim2013-08-281-3/+2
* ql_minidump() should be performed only by port 0.davidcs2013-08-281-2/+2
* Xref capsicum(4) and procdesc(4) from pdfork(2).rwatson2013-08-281-4/+18
* Add a simple procdesc(4) man page describing "options PROCDESC" and therwatson2013-08-283-5/+103
* Do not save/restore video memory if we are not using linear frame buffer.jkim2013-08-281-22/+15
* Make sure to free stale buffer before allocating new one for safety.jkim2013-08-281-2/+6
* Avoid unnecessary signedness conversion.jkim2013-08-281-3/+3
* In looking at block layouts as part of fixing filesystem blockmckusick2013-08-281-2/+2
OpenPOWER on IntegriCloud