summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-01Tweak SCSI section to clarify that SCSIDEBUG enables probing/attachmentKenneth R Westerback
2022-03-01__i2c_transfer() should not lock the busJonathan Gray
2022-03-01up_dump_prefix() should not clear the p->flags before possibly callingClaudio Jeker
2022-03-01Rewrite some comments to hopefully be easier to understand.Claudio Jeker
2022-03-01Remove another empty lineClaudio Jeker
2022-03-01Reshuffle functions for better order and remove an excessive empty line.Claudio Jeker
2022-03-01change some defines to static inline functionsJonathan Gray
2022-03-01ci(1) populates the author keyword using getlogin(2), therefore favorAnton Lindqvist
2022-03-01change some defines to static inline functionsJonathan Gray
2022-03-01pack pollfd array before server_accept_loop() ppoll() call,Damien Miller
2022-03-01add rtable capability to login.conf.Ted Unangst
2022-02-28Remove unused ivbits argument from chacha_keysetup to match otherDarren Tucker
2022-02-28provide a login class for vmd, the "daemon" class now has a datasizeStuart Henderson
2022-02-28#include <disktab.h> not needed for successful compile.Kenneth R Westerback
2022-02-28The IOMMUs integrated on Apple's M1 Pro/MaxJ SoC use a different page tableMark Kettenis
2022-02-28Remove unneeded symbol name lookup.Visa Hankala
2022-02-28Shuffle some SCSIDEBUG code to simplify code, tersify theKenneth R Westerback
2022-02-28Instead of handrolling what is mostly prefix_link/prefix_unlink inClaudio Jeker
2022-02-28In the Adj-RIB-Out specific dump functions assert that PREFIX_FLAG_ADJOUTClaudio Jeker
2022-02-28Exit on SIGHUP before attach also, GitHub issue 3084.Nicholas Marriott
2022-02-28Map control keys back to an ASCII uppercase letter when passing them onNicholas Marriott
2022-02-28remove some unused definesJonathan Gray
2022-02-28add pcie_aspm_enabled() for the next linux 5.15.y releaseJonathan Gray
2022-02-28add the mbuf tags that prevent output loops.David Gwynne
2022-02-27Enable unwind tables on all clang architectures.Todd Mortimer
2022-02-27The At macro doesn't accept v8, v9 or v10. Noticed by jmc@Todd C. Miller
2022-02-27Add gzip-static option to httpd. This allows to deliver precompressedAlexander Bluhm
2022-02-27Adjust definition of DART_L1_TABLE to what Linux uses.Mark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-02-27Use ',' in custom separator example and change shell prompt to non-root.Todd C. Miller
2022-02-27Enable libedit line editingJeremie Courreges-Anglas
2022-02-27Fix whitespace and uninitialized variable in dt(4).Alexander Bluhm
2022-02-27tweak the opening paragraph for readability, and tidy up one of the examples;Jason McIntyre
2022-02-27SC_DEBUG() requires an initialized scsi_link. ShuffleKenneth R Westerback
2022-02-27include rejected signature algorithm in error message and not theChristian Weisgerber
2022-02-26Allow pledged pf ioctl test to pass also when pf is disabled.Alexander Bluhm
2022-02-26setuserenv: a missing /etc/login.conf file is not an error.Todd C. Miller
2022-02-26Add regress coverage for ASN1_OBJECT public interfaces.Joel Sing
2022-02-26Currently malloc caches a number of free'ed regions up to 128kOtto Moerbeek
2022-02-26regenMark Kettenis
2022-02-26Add Broadcom BCM4387.Mark Kettenis
2022-02-26Remove excessive ;Claudio Jeker
2022-02-26add the mbuf tag that prevents loops in vxlan_encap, not vxlan_output.David Gwynne
2022-02-26have another go at fixing assert "sc->sc_dev == NUM" failed.David Gwynne
2022-02-25Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.comPhilip Guenther
2022-02-25To fix crashes seen by Hrvoje with pfsync, IPsec and parallelAlexander Bluhm
2022-02-25use setall for setusercontext, to make it simpler to inherit new changes.Ted Unangst
2022-02-25add setrtable to pledge("id"). from Matthew MartinTed Unangst
2022-02-25A few additional changes related to the now 32 bit accounting flag.Rob Pierce
2022-02-25Whitespace.Rob Pierce