summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation when DEBUG is defined.hselasky2015-02-171-1/+1
* Restore the extern qualifier on __cleanup.kib2015-02-171-1/+1
* Some minor style(9) fixes (whitespace + comment)ngie2015-02-171-4/+2
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-1782-6878/+11308
* Try to resolve infinite interrupts by clearing an undocumentedhselasky2015-02-171-1/+2
* Remove compat code for pre-FreeBSD 7 systems.imp2015-02-171-103/+10
* This should have been GC'd 6 years ago when ar(4) was removed.imp2015-02-171-372/+0
* Implement taskqueue_start_threads_cpuset().adrian2015-02-172-12/+28
* Having the TOC pointer in kernel dbeugger printouts is useful.nwhitehorn2015-02-171-0/+3
* - Improve INET/INET6 scope.glebius2015-02-162-38/+35
* Fix a typo when invoking tar(1) to create the debug distributions.rpaulo2015-02-161-1/+1
* Array cannot be NULL, remove always true comparision. ACPI speckib2015-02-161-4/+3
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-164-4/+21
* Initialize x2APIC mode on the resume path before accessing LAPIC.kib2015-02-164-1/+3
* Toss declarations to fix regular build and NO_INET6 build.glebius2015-02-162-5/+6
* rexec(3): prevent uninitialized access to "port" variable.pfg2015-02-161-4/+4
* Define standard formatting strings to print GIDshselasky2015-02-161-0/+40
* The kasprintf() function cannot be inlined due to using a variablehselasky2015-02-162-12/+15
* Add example for upcoming aarch64/arm64 targets.sbruno2015-02-161-0/+11
* Add a mask to match only the relative base address of BSC controllers.loos2015-02-162-3/+4
* remove NULL check as M_WAITOK will not return NULLjmg2015-02-161-2/+0
* Commit a miss from r278843.glebius2015-02-161-0/+1
* Fix build.brd2015-02-161-0/+1
* kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms.pluknet2015-02-161-1/+1
* The "frag_info" pointer is already pointing to an array index.hselasky2015-02-161-1/+1
* xen/intr: improve handling of legacy IRQsroyger2015-02-161-3/+19
* xen/intr: improve PIRQ handlingroyger2015-02-161-20/+29
* Reduce number of memory buffers a bit.hselasky2015-02-161-1/+1
* Avoid recursive locking.hselasky2015-02-161-5/+14
* Swap screen dimensions back to normal.hselasky2015-02-161-2/+2
* Handle VBUS error interrupts.hselasky2015-02-161-1/+8
* vt: move suspend/resume event handlers registration outside of mutex scopeavg2015-02-161-5/+10
* symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW).jilles2015-02-161-1/+2
* Allow the display port to be powered off.hselasky2015-02-161-14/+5
* Forward the FBIO_BLANK IOCTL to framebuffer clients. Bump the FreeBSDhselasky2015-02-163-2/+5
* xen: fix xenstore devroyger2015-02-161-24/+30
* In the forwarding case refragment the reassembled packets with the sameglebius2015-02-164-2/+93
* Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4).glebius2015-02-162-48/+64
* sfxge: flush all Tx queues from if_qflusharybchik2015-02-161-1/+1
* Xref the following in wlan(4):kevlo2015-02-161-1/+3
* sfxge: style fixesarybchik2015-02-169-23/+28
* sfxge: SYSCTL_IN/OUT should not be called with non-sleepable lock heldarybchik2015-02-161-32/+29
* sfxge: remove inline specifiersarybchik2015-02-162-11/+11
* sfxge: remove used sfxge_tso_state member dma_seg_iarybchik2015-02-161-1/+0
* sfxge: remove full_packet_size from sfxge_tso_statearybchik2015-02-161-4/+2
* Missed from r278831.glebius2015-02-161-0/+2
* sfxge: remove unused variablearybchik2015-02-161-2/+0
* Move ip6_deletefraghdr() to frag6.c.glebius2015-02-162-24/+24
* Update the pf fragment handling code to closer match recent OpenBSD.glebius2015-02-162-286/+552
* install the man page...jmg2015-02-161-1/+0
OpenPOWER on IntegriCloud