aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dup(2): document the handling of filedescriptor flagsHEADmainKonstantin Belousov8 hours2-1/+6
* diff: use O_CLOEXEC on pipesBaptiste Daroussin9 hours1-5/+2
* diff3: set O_CLOEXEC on pipesBaptiste Daroussin9 hours1-6/+2
* Hyper-V: Detect Extended Destination ID supportColin Percival12 hours2-0/+15
* Bhyve: Detect Extended Destination ID supportColin Percival12 hours1-0/+8
* vmm: Move defines from x86.c to x86/bhyve.hColin Percival12 hours2-4/+36
* Xen: Detect Extended Destination ID supportColin Percival12 hours1-0/+6
* x86/cpuid: add CPUID flag for Extended Destination ID supportRoger Pau Monné12 hours1-0/+7
* KVM: Detect Extended Destination ID supportColin Percival12 hours2-0/+12
* io_apic: Support APIC Extended Destination IDsColin Percival12 hours2-0/+8
* msi: Support APIC Extended Destination IDsColin Percival12 hours1-2/+9
* x86: Add stub for Extended Destination ID supportColin Percival12 hours2-0/+16
* io_apic: Don't route to APIC ID > 255Colin Percival12 hours1-3/+13
* x86: Add struct ioapic_intsrc.io_validColin Percival12 hours1-3/+11
* clapic_handle_intr: KASSERT isrc != NULLColin Percival12 hours1-0/+3
* i386/amd64/NOTES: Add some missing devicesWarner Losh13 hours2-0/+8
* vmgenc: fix typo in MODULE_DEPEND declarationChristos Longros13 hours1-1/+1
* routing: Include opt_route.h in route_ctl.cPouria Mousavizadeh Tehrani18 hours1-0/+1
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani21 hours47-223/+67
* tests: Add grand link-layer event in netinet6/ndpPouria Mousavizadeh Tehrani21 hours1-0/+50
* newsyslog: check for rename failure during log rotationChristos Longros22 hours1-3/+3
* packages: Add dependency from rc to mtreeLexi Winter26 hours1-2/+5
* packages: Move xz to the minimal setLexi Winter26 hours1-1/+1
* etc/mtree: Restore removed package tagsLexi Winter26 hours1-5/+5
* DEVICE_IDENTIFY.9: Fix function call to detect driver in example codeOlivier Certner27 hours1-1/+1
* tests/netlink: Bugfix on snl_parse_errmsg_capped testK Rin29 hours1-2/+2
* uart/pci: always disable MSI for generic devicesRoger Pau Monné33 hours1-1/+2
* uart/pci: support 16550A PCI serial devicesRoger Pau Monné33 hours1-1/+1
* ofed: Fix a typo in a source code commentGordon Bergling34 hours1-1/+1
* if_types: Fix a typo in a source code commentGordon Bergling34 hours1-1/+1
* Makefile.inc1: Remove extraneous }Ed Maste38 hours1-1/+1
* x86: move the NUM_ISA_IRQS symbol from atpic.c into x86/isa/icu.hKonstantin Belousov40 hours2-2/+2
* vm_fault: Avoid creating clean, writeable superpage mappingsMark Johnston41 hours1-2/+18
* kqueue: Fix a race when adding an fd-based knote to a queueMark Johnston41 hours2-1/+30
* rtld: add a test for rtld_set_var (with LIBRARY_PATH_FDS)Alex S42 hours2-0/+39
* rtld_get_var(3): provide explicit list of rtld vars that can be modifiedKonstantin Belousov42 hours1-0/+17
* rtld: properly handle update of several vars in rtld_set_var()Konstantin Belousov42 hours1-36/+152
* fenv.h: stop declaring feclearexcept() extern inlineKonstantin Belousov42 hours11-13/+58
* x86: Handle when MPERF/APERF MSRs aren't writableMatt Delco46 hours2-10/+13
* x86: Guard clock frequency against a divide by 0Matt Delco46 hours1-1/+8
* timerfd: Guard expected performance failureJake Freeland2 days1-1/+2
* manuals: System message vs kernel messageAlexander Ziaee2 days6-18/+14
* kldload.2: Provide more info about file argumentArtem Bunichev2 days1-2/+15
* libc/amd64/strrchr.S: fix rebase errorRobert Clausecker2 days1-4/+4
* libc/amd64/strrchr.S: rewrite and fix scalar implementationRobert Clausecker2 days1-52/+26
* diff: handle read(2) failuresBaptiste Daroussin2 days1-0/+5
* diff3: plug fd leakBaptiste Daroussin2 days1-0/+1
* diff: prefer posix_spawn over pdfork/execlBaptiste Daroussin2 days1-23/+39
* diff3: prefer posix_spawn over pdfork/execlpBaptiste Daroussin2 days1-18/+29
* rpcsec_gss: Fix a stack overflow in svc_rpc_gss_validate()Mark Johnston3 days2-2/+17