openbsd
2021-02-14 kettenisEnable clocks.
2021-02-14 kettenisRaise match priority to beat syscon(4).
2021-02-14 kettenisregen
2021-02-14 kettenisAdd a few more devices that show up on the Apple M1...
2021-02-14 semariedistrib: restore rdsetroot -x usage (extract the disk...
2021-02-14 semariedistrib: use ${MACHINE} instead of hardcoded value
2021-02-14 mortimerShuffle how lldb register contexts are built.
2021-02-14 antonPostpone installation of the periodic sensor task until...
2021-02-14 antonBail out earlier during attach if no devices are paired...
2021-02-14 antonEnumerate all features supported by a device on connect.
2021-02-14 kettenisIntroduce variables to deal with bit layout differences...
2021-02-14 kettenisRecent device trees have the syscon-reboot and syscon...
2021-02-14 jsgcorrect drm work flush behaviour
2021-02-13 mortimerCleanup lldb amd64 support.
2021-02-13 semariedistrib: remove .comment section systematically
2021-02-13 semariedistrib: remove .SUNW_ctf only on kernels
2021-02-13 semariedistrib: merge "cp a b; strip b" to "objcopy -S a b"
2021-02-13 semariedistrib: remove duplicate strip(1) calls
2021-02-13 semariedistrib: merge objcopy -Sg and strip commands
2021-02-13 semariedistrib: remove STRIPOPTS variable from alpha and sparc...
2021-02-13 visaRevise cnmac(4)'s address filter setup
2021-02-13 tobheAdd dynamic address configuration for roadwarrior clients.
2021-02-13 jmc-h does not display version; from larry hynes
2021-02-13 jmcreadability fixes; from larry hynes
2021-02-13 jmcvarious readability fixes; from larry hynes
2021-02-13 mlarkinFix some wrong comments and KNF/long line wraps
2021-02-13 mlarkinFix a comment
2021-02-13 mlarkinRemove trailing whitespace
2021-02-13 mlarkinRemove trailing whitespace
2021-02-13 jmcvarious readability fixes; from larry hynes
2021-02-13 jmcadd some missing articles; from larry hynes
2021-02-13 jmcreadability fix; from larry hynes
2021-02-13 jmccomma swap; from larry hynes
2021-02-13 jsgchange documented drm nodes to /dev/dri/ and mention...
2021-02-12 tobheFix local and peer addresses in policy lookup for dangl...
2021-02-12 deraadtsync
2021-02-12 deraadtSome people still argue that rand(3) and random(3)...
2021-02-12 patrickpf_remove_divert_state() is an entry point into pf...
2021-02-12 sthenXr to ssl(8) which has clues about EC key generation...
2021-02-12 sthenTweak ssl(8)'s text about EC generation. Streamline...
2021-02-12 bluhmFix null pointer dereference in pf_route6(). Embedding...
2021-02-12 sthenSync cert.pem with Mozilla NSS root CAs, except "GeoTru...
2021-02-12 ottoA few more flag combo's to test
2021-02-12 jsgsync
2021-02-12 jsgcreate /dev/ drm nodes with the same names as linux
2021-02-12 deraadtdo not need 66 keys anymore
2021-02-12 nicmDo not care about the server socket closing if exiting...
2021-02-12 djmsftp: add missing lsetstat@openssh.com documentation
2021-02-12 djmfactor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its...
2021-02-11 patrickCall exuart(4) early attach on arm64.
2021-02-11 patrickEnable exuart(4).
2021-02-11 patrickDon't hardcode com(4)'s major number in exuart(4).
2021-02-11 tobheExplicitly unset IKED_REQ_CERTVALID before sending...
2021-02-11 bluhmMore route-to fallout in pfctl regress.
2021-02-11 mvssbdrop(): use NULL instead of 0 in pointer assignment
2021-02-11 mvsWe link `ifp' to `if_list' before we perform if_attachs...
2021-02-11 bluhmLink isakmpd dynamically. Mount /usr on NFS via IPsec...
2021-02-11 deraadtWhen clang was changed to -fcommon, perl's P_hash_...
2021-02-11 stspAdd missing break in switch statement of rge_activate().
2021-02-11 visaLeave out gp initialization from kernel entry on mips64
2021-02-11 otto"proc: table is full" actually means thread table is...
2021-02-11 claudioIn the various open functions reduce the fdplock()...
2021-02-11 mestreInitialize var since it's used in a condition a little...
2021-02-11 antonInitialize the stack local device id variable correctly.
2021-02-11 patrickSwap faddr/laddr and fport/lport arguments in call...
2021-02-11 nicmAdd a couple of helper functions, and flush imsgs on...
2021-02-11 nicmO_TRUNC is needed in case file exists.
2021-02-11 nicmMove file handling protocol stuff all into file.c so...
2021-02-11 antonMake room for handling of HID++ 1.0 devices. No functio...
2021-02-11 antonUse idx suffix consistently.
2021-02-11 antonRemove unused software id macro.
2021-02-11 antonFold long line.
2021-02-11 antonStop uhidpp from claiming all report ids, instead only...
2021-02-11 antonAdd uhidev_unset_report_dev(), doing the opposite of
2021-02-11 antonIf uhidev_set_report_dev() already have been invoked...
2021-02-11 tbKNF
2021-02-11 deraadtsync
2021-02-10 tobheDelay deletion of IKE SAs on rekey when stickyaddress...
2021-02-10 espierephrase example in a more consistent way
2021-02-10 kettenisAdd a instruction barrier between writing CCSELR_EL1...
2021-02-10 bluhmIf pf changes the routing table when sending packets...
2021-02-10 claudioAdd med test, this no longer fails in -current
2021-02-10 bluhmUse the same check in kernel and ifconfig for group...
2021-02-10 bluhmInterface group names must fit into IFNAMSIZ and be...
2021-02-10 mvsRemove `sc_dead' logic from pppac(4). It is used to...
2021-02-10 espieas usual, stuff got removed without updating the docume...
2021-02-10 mvsMove UNIX domain sockets out of kernel lock. The new...
2021-02-10 nicmUse ~/.tmux.conf as an example rather than /etc/passwd...
2021-02-10 jmcsome spacing/grammar fixes from dave voutila;
2021-02-10 deraadtonly amd64 & arm64 lldb work at the moment
2021-02-10 deraadtcast large to reduce warning on 32-bit machines (an...
2021-02-09 kettenisMake sure that switching the console from serial to...
2021-02-09 patrickpfsync_state_import() must not be called with the pf...
2021-02-09 patricksync
2021-02-09 patrickBuild and install lldb.
2021-02-09 naddyrc: ensure that vfs.mounts.nfs check works without NFS
2021-02-09 tobheAdd optional 'group none' transform for child SAs and...
2021-02-09 mortimerFix lldb.
2021-02-09 claudioThese regress tests expect coredumps to be written...
2021-02-09 claudioThese regress test expect coredumps as an effect of...
next