summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preserve the errno value of an ioctl before calling free(3). Previously,markj2014-08-043-11/+14
* set EXT2_LINK_MAX to LINK_MAXpfg2014-08-041-1/+1
* Added support for extra ifconfig args to jail ip4.addr & ip6.addr paramssmh2014-08-043-17/+80
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-045-6/+52
* xen: Dom0 console fixesroyger2014-08-041-0/+26
* xen: implement support for mapping IO APIC interrupts on Xenroyger2014-08-042-0/+117
* x86/madt: make the interrupt override parser a public functionroyger2014-08-042-30/+50
* xen: change quality of the MADT ACPI enumeratorroyger2014-08-042-2/+2
* xen: change order of Xen intr init and IO APIC registrationroyger2014-08-042-2/+2
* xen: add a DDB command to print event channel informationroyger2014-08-041-0/+77
* xen: mask all event channels on initroyger2014-08-041-0/+4
* xen: implement event channel PIRQ supportroyger2014-08-042-18/+214
* Fix BINDIR to not duplicate "${TESTSDIR}ngie2014-08-041-1/+1
* Move a -L argument from LDADD to LDFLAGSngie2014-08-041-1/+3
* Fix a -Wsecurity warning with clangngie2014-08-041-1/+1
* Remove hardcoded path to TESTSDIR (Makefile, ld_library_pathfds.c) atngie2014-08-042-12/+11
* Fix an overflow in getsockopt(). optval isn't big enough to holddavide2014-08-041-6/+6
* Make igb(4) build outside of the kernel build.adrian2014-08-041-1/+5
* Make the ixgbe(4) module buildable outside of the tree.adrian2014-08-041-1/+5
* Add support for Windows dialect of EXTENDED COPY command, aka Microsoft ODX.mav2014-08-047-55/+1090
* Improve locking of multicast addresses in VLAN and LAGG interfaces.mav2014-08-043-27/+37
* Partial revert of r262867.peter2014-08-031-1/+1
* For reasons which are not clear, r254263 broke some PCMCIA and CardBusgavin2014-08-031-0/+2
* Add generic list, status, load and unload docs to gpart(8)issyl02014-08-031-1/+21
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-0317-472/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-0312-11/+90
* Fix multicast, broken by the conversion of the nfe(4) driver to themarcel2014-08-031-9/+8
* Use consistent names for SCTP sysctls. Renametuexen2014-08-031-1/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-0312-29/+89
* Allow to disable some special key combinations handled by vt(4), like debugray2014-08-033-5/+32
* Do not retry on set of non-transient XCOPY errors.mav2014-08-031-8/+8
* Fix vt_vga driver to draw not-8-bit-aligned fonts correctly.ray2014-08-031-66/+61
* Avoid a divide-by-zero panic when setting the baudrate to 0.joerg2014-08-031-1/+4
* Do not retry token errors. They are not going to disappear by themselves.mav2014-08-031-11/+11
* Revert r269404 and use cpu_ticks() for dbuf allocation.delphij2014-08-032-11/+5
* vn_path_to_global_path: update comment.pluknet2014-08-031-1/+1
* Add required `exec' before Xdialog(1) invocation for the case where wedteske2014-08-031-1/+11
* Make the witness lock limit an option.imp2014-08-032-0/+3
* Do the iwn(4) panic reinitialisation under IWN_LOCK().adrian2014-08-031-3/+9
* Remove Giant acquisition from the mount and unmount pathes.kib2014-08-034-65/+93
* Add myself to committers-src.dot.hiren2014-08-031-0/+2
* Rework r269444 to work also for lists without IDs.mav2014-08-021-2/+2
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-0214-38/+125
* Fix a copy and paste error.tuexen2014-08-021-1/+1
* Plug EXTENDED COPY request data memory leak.mav2014-08-021-0/+2
* Fix some bugs in RECEIVE COPY STATUS data.mav2014-08-021-9/+7
* Add missing comparisons to make list IDs in EXTENDED COPY per-initiator,mav2014-08-021-33/+26
* cxgbe(4): Remove an unused version of t4_enable_vi.np2014-08-022-15/+0
* - Spelling correctionshselasky2014-08-021-6/+6
* Rewrite a loop in vm_map_wire() so that gcc doesn't think that the variablealc2014-08-021-3/+3
OpenPOWER on IntegriCloud