summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFCmarkm2013-08-30248-4713/+18651
|\
| * The round of expand_number() cleanups.pluknet2013-08-301-29/+10
| * sh: Cast -1 to pointer rather than pointer to variable of wrong type.jilles2013-08-302-5/+3
| * Simplify pause_sbt() logic. Don't call DELAY() if remainder is lesshselasky2013-08-301-7/+7
| * Typo in strtol(3).pluknet2013-08-301-1/+1
| * Implement support for the process-context identifiers ('PCID') onkib2013-08-3010-113/+527
| * Add BIT_AND_ATOMIC() and CPU_AND_ATOMIC().kib2013-08-302-1/+9
| * Provide a wrapper for the INVPCID instruction, definition of thekib2013-08-301-0/+20
| * 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
OpenPOWER on IntegriCloud