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