Age | Commit message (Expand) | Author |
2018-01-05 | Use log_warnx() in places where errno is irrelevant. | Jeremie Courreges-Anglas |
2018-01-05 | Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'. | Theo Buehler |
2018-01-05 | Remove unnecessary delays. There is no reason to wait after each and every | Mark Kettenis |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2018-01-05 | No need for <sys/socketvar.h> | Martin Pieuchot |
2018-01-05 | Fix DRM_DEBUG builds. | Paul Irofti |
2018-01-05 | the value of bflag is a blockno, so use the proper type, avoids | Otto Moerbeek |
2018-01-05 | Remove useless <sys/socketvar.h> includes. | Martin Pieuchot |
2018-01-05 | accidental commit | Theo de Raadt |
2018-01-05 | backout, because it breaks builds in dev/microcode. | Theo de Raadt |
2018-01-05 | cast the result of the ternary ops in __swapXX to the relevant types. | David Gwynne |
2018-01-04 | Receiving an AUTH event means that we successfully authenticated, thus | Patrick Wildt |
2018-01-04 | Add more tests that check the timeout behavior of relayd. | Alexander Bluhm |
2018-01-04 | from paul de weerd: provide a more helpful Xr to ocspcheck, and note | Jason McIntyre |
2018-01-04 | add HISTORY; requested by jiri navratil | Jason McIntyre |
2018-01-04 | Compact some whitespace, unsplit now shorter lines. | Kenneth R Westerback |
2018-01-04 | Add ARM EABI aliases and remove functions that are also provided by our libc. | Mark Kettenis |
2018-01-04 | Back out sign compare changes that appear to cause problems on hppa. | Todd C. Miller |
2018-01-04 | Comments and grammar use '_decl' so use _decl instead of _declaration | Kenneth R Westerback |
2018-01-04 | glaring KNF violation | Theo de Raadt |
2018-01-04 | Address TOCTOU issue with checking to ensure disks are regular files. | ccardenas |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2018-01-04 | Implement support for calling EFI runtime services and use it to implement | Mark Kettenis |
2018-01-04 | space -> tab | Martin Pieuchot |
2018-01-04 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-04 | Back out tx mitigation again because it breaks suspend and resume at | Theo Buehler |
2018-01-04 | Do a FREF/FRELE dance after calling fd_getfile(). | Martin Pieuchot |
2018-01-04 | Include timeout & tasks in 'struct ifnet' instead of always allocating | Martin Pieuchot |
2018-01-04 | Unifdef snd/rcv. | Martin Pieuchot |
2018-01-04 | parse_lease_time() is an unnecessary abstraction. Just use | Kenneth R Westerback |
2018-01-04 | We only parse decimal numbers, so parse_decimal() -> parse_number() to | Kenneth R Westerback |
2018-01-04 | remove support for decapsulating LLC/SNAP frames. | David Gwynne |
2018-01-03 | sync | Theo de Raadt |
2018-01-03 | rework __swapXX to avoid the use of __statement. | David Gwynne |
2018-01-03 | assign 1 instead of the result of htole16(1) to a uint8_t. | David Gwynne |
2018-01-03 | Since the PCI attachment code already uses mbufs for RX packets, we can | Patrick Wildt |
2018-01-03 | Instead of adding each and every clock to the list of clocks that are enabled | Mark Kettenis |
2018-01-03 | Add ASMedia ASM1061 SATA to the list of devices as it is an AHCI controller | Mark Kettenis |
2018-01-03 | Add support for IPv6 over MPLS pseudowire aka mpw(4) | denis |
2018-01-03 | Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff" | Ingo Schwarze |
2018-01-03 | Use crypt_checkpass(3) instead of crypt(3). | Sunil Nimmagadda |
2018-01-03 | Always present the same question at the end of installs or upgrades. | Robert Peichaer |
2018-01-03 | Add size for free(9) in the bwfm(4) PCI attachment code. | Patrick Wildt |
2018-01-03 | Include https:// in links, so HTML output doesn't assume they're relative. | Anthony J. Bentley |
2018-01-03 | pretty up the "start" command; | Jason McIntyre |
2018-01-03 | fix SEE ALSO; | Jason McIntyre |
2018-01-03 | remove __swap16_multi because endian.h provides swap16_multi without it | David Gwynne |
2018-01-03 | Add initial CD-ROM support to VMD via vioscsi. | ccardenas |
2018-01-03 | Add remap_bynode() since I use it in the rkpcie(4) implementation. | Mark Kettenis |
2018-01-02 | rkpcie(4) | Mark Kettenis |