Age | Commit message (Expand) | Author |
2018-07-18 | Revert the change that delivers process signals to any threads. As | Alexander Bluhm |
2018-07-18 | Replace VATTR_NULL() with memset(3) in fusefs_getattr(). VATTR_NULL() | helg |
2018-07-17 | TX packets, which can be either Ethernet or control packets, must be | Patrick Wildt |
2018-07-17 | Don't send FBT_DESTROY if the FUSE connection is still PENDING. Also | helg |
2018-07-17 | unvname_new() is passed something that is always 64-bits so the | Kenneth R Westerback |
2018-07-17 | we have splraise() now | David Gwynne |
2018-07-16 | use 'switch' rathan than an if-else construct to match on the netflow version... | Jasper Lievisse Adriaanse |
2018-07-16 | Insert the appropriate uvm_vnp_uncache(9) and uvm_vnp_setsize(9) | helg |
2018-07-16 | Add support for the BCM43455 SDIO chip to bwfm(4). | Patrick Wildt |
2018-07-16 | In certain modes SDIO-connected bwfm(4) chips might expect us to read | Patrick Wildt |
2018-07-16 | Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2). | helg |
2018-07-16 | the AP sends their crypto parameters as a mask, so let us still select it | Peter Hessler |
2018-07-16 | don't save or use auto-join when the card is not in station (aka client) mode | Peter Hessler |
2018-07-16 | Re-set the pointer to the bwfm event after the strict alignment | Patrick Wildt |
2018-07-16 | make this build again after changes made in rev 1.74 | Jonathan Gray |
2018-07-16 | Fix for uninitialized variables. | Martin Pieuchot |
2018-07-16 | typos, from Michael W. Bombardieri. | Martin Pieuchot |
2018-07-15 | Restore correct behaviour to pledge for access and stat, which was broken | Bob Beck |
2018-07-14 | Don't pass an uninitialised size value to free(9). Pointer argument is | Jonathan Gray |
2018-07-13 | unbreak gcc4 build | Jonathan Gray |
2018-07-13 | Make the default failure for unveil while disabled return success | Bob Beck |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-07-13 | Some USB network interfaces like rum(4) report ENXIO from their | Alexander Bluhm |
2018-07-13 | Disable codepatching infrastructure after boot | Stefan Fritsch |
2018-07-13 | repair inconsistancies | Theo de Raadt |
2018-07-13 | Some more checks before auto-join switches networks. | Peter Hessler |
2018-07-13 | Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed. | Philip Guenther |
2018-07-13 | zap some garbage that snuck in. | Theo Buehler |
2018-07-12 | we will be toggling witness on/off a few times. when it is on, it raises | Theo de Raadt |
2018-07-12 | Introduce RTM_CHGADDRATTR to inform userland on the route socket when | Florian Obser |
2018-07-12 | Introduce ipsec_output_cb() to merge duplicate code and account for | Martin Pieuchot |
2018-07-12 | unbreak i386 build, thanks to pd@ for noticing. Same diff as I committed | Mike Larkin |
2018-07-12 | zap an extra newline | Mike Larkin |
2018-07-12 | trade few 'goto unlock: for 'break' in pf_test() | Alexandr Nedvedicky |
2018-07-12 | Unbreak the nmi handler (again): I placed INTR_CLEAR_GPRS in the wrong | Philip Guenther |
2018-07-12 | - introducing _Q_INVALID to sys/queue.h | Alexandr Nedvedicky |
2018-07-12 | Reorganize the Meltdown entry and exit trampolines for syscall and | Philip Guenther |
2018-07-12 | Remove cases for 1-bit and 4-bit color depths in efifb_ioctl(), as we | Frederic Cambus |
2018-07-12 | Stop building rasops4 on amd64. | Frederic Cambus |
2018-07-12 | zap a blank line | Mike Larkin |
2018-07-12 | vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, | Mike Larkin |
2018-07-12 | Add hw.ncpuonline to count the number of online CPUs. | cheloha |
2018-07-11 | Disambiguate the source of panics in sys/net* by adding __func__ | Nayden Markatchev |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-07-11 | Declare cpu_meltdown in <machine/cpu.h> | Philip Guenther |
2018-07-11 | superfluous newline | Henning Brauer |
2018-07-11 | If no thread can immediately handle a signal, which has been sent | Alexander Bluhm |
2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
2018-07-11 | adding __func__ identifier to panic() calls in vmm.c for amd64 and i386 | Nayden Markatchev |
2018-07-11 | Prevent updating async option on softdep mount | kn |