openbsd
2018-07-24 bcookadd c++ symbol annotations
2018-07-24 claudioUse prefix_nexthop() to access the nexthop instead...
2018-07-24 knMove duplicate code into new helper print_addr_str()
2018-07-24 knSimplify getaddrinfo() error handling
2018-07-24 kettenisFix address calculation for _DYNAMIC. We want to addre...
2018-07-24 yasuokaWhen a GRE packet goes to "decline", the mbuf pointer...
2018-07-24 guentherAlso do RSB refilling when context switching, after...
2018-07-24 tbUse the same order in NAME, SYNOPSIS, DESCRIPTION,...
2018-07-24 robRemove defunct prototype leftover from previous code...
2018-07-23 brynetAdd "Mitigation G-2" per AMD's Whitepaper "Software...
2018-07-23 chelohaDon't cast malloc(3) size to u_int.
2018-07-23 schwarzeRemove more redundant element selectors where the class...
2018-07-23 schwarzereplace the last instances of ex units by em;
2018-07-23 bluhmCoverity CID 1470233 complainst that the m != NULL...
2018-07-23 jmcoops, failed to notice that SEE ALSO got messed up;
2018-07-23 robAdd missing $OpenBSD$ CVS tag.
2018-07-23 patrickThe imxiomuxc(4) node itself can also contain a set...
2018-07-23 knPoint to glob in section 7 for the actual list of speci...
2018-07-23 tbDocument tls_peer_ocsp_result() and use it in place...
2018-07-23 tbUse BN_swap_ct() instead of BN_consttime_swap() in
2018-07-23 tbUse a size_t instead of an int for the byte count in...
2018-07-23 tbClean up our disgusting implementations of BN_{,u}...
2018-07-23 guentherDo "Return stack refilling", based on the "Return stack...
2018-07-23 tbImplement RSASSA-PKCS1-v1_5 as specified in RFC 8017.
2018-07-23 florianWhen moving between networks slaacd configures new...
2018-07-23 tbavoid using argv[0] for printing to stderr
2018-07-23 florianadd _rad user
2018-07-23 florianRemove rtadvd(8) rc script.
2018-07-23 florianRemove rtadvd(8), it's time to switch to rad(8).
2018-07-23 floriansync
2018-07-23 florianRemove rtadvd(8) leftovers in etc.
2018-07-23 florianIt's time to switch to rad(8); tested by many.
2018-07-23 florianIt's time to switch to rad(8); tested by many.
2018-07-23 florianreplace references to rtadvd(8) with rad(8)
2018-07-23 florianHandle duplicate address detection failures.
2018-07-22 krwNo need to re-implement realloc(). Just use it
2018-07-22 schwarzecross reference sndio(7) and sndiod(8); from weerd@;
2018-07-22 jmcdocument method=https, and use it in the example config;
2018-07-22 claudioFirst iteration of implementing full mrt dumping/printi...
2018-07-22 claudioMove nexthop into struct filterstate (including nexthop...
2018-07-22 claudioAdd more information to if_change() debug log using...
2018-07-22 claudioMove functions to print link status etc. to util.c...
2018-07-22 kettenisIn uvm_map_protect(), make sure we select a first map...
2018-07-22 dtuckerSwitch authorized_keys example from ssh-dss to ssh...
2018-07-22 sfFix arguments of pf_purge_expired_{src_nodes,rules}()
2018-07-22 krwTweak comment about truncating NULs to reflect new
2018-07-22 krwWhen finished pulling an option out of a buffer, skip...
2018-07-22 antonhook up fchown
2018-07-22 antonAdd regress covering the recently fixed NULL pointer...
2018-07-22 antonAvoid a NULL pointer deref when calling fchown() on...
2018-07-22 claudioAdjust a log message and make sure that the data pointe...
2018-07-21 krwReading past the end of a buffer is bad, Even if the
2018-07-21 jmccomment out a dead Xr;
2018-07-21 jmcsort;
2018-07-21 antonInclude the vnode type in the panic message in ffs_writ...
2018-07-21 claudioThere is no need to initialise global and static local...
2018-07-21 guentherRemove the "got meltdown?" conditional from INTRENTRY...
2018-07-20 bluhmThe newly added realpath(3) in vmd's parse.y checks...
2018-07-20 claudioListen on 127.0.0.1 and ::1 in the regress config since...
2018-07-20 deraadtRemove a few leftovers from the days of emulation,...
2018-07-20 kettenisFail if a PT_LOAD segment has a memory size of 0. ...
2018-07-20 mestreadd pledge(2), it only needs rpath if reading from...
2018-07-20 mestrezap whitespaces
2018-07-20 florianNo need to copy rdns_lifetime around with an IMSG,...
2018-07-20 florianFix mem leaks on config reload:
2018-07-20 florianfix mem leak: missing freeifaddrs
2018-07-20 bketIntroduce MTU option.
2018-07-20 florianWe need to track the auto prefix in ra_prefix_conf...
2018-07-20 millertNow that aliases in smtpd.conf default to plain text...
2018-07-20 claudioMove the nlri_get_prefix functions to util.c so that...
2018-07-20 claudioRename rde_update_get_prefix and friends to nlri_get_pr...
2018-07-20 claudioRename rde_update_extract_prefix to extract_prefix...
2018-07-20 florianRename "resolver" to "nameserver" in the configuration...
2018-07-20 claudioPrint the timestamp embedded in mrt files for update...
2018-07-20 claudioThere is no need to have bgpd running when running...
2018-07-20 helgAdd missing RCS Id.
2018-07-20 knStop checking table commands for `create'
2018-07-20 robertadd regress test for "bypassunveil" where a path should...
2018-07-20 espieinform that diagnostics in functions won't work, but...
2018-07-20 beckCorrectly copy across unveil's from parent to child...
2018-07-20 jsgmatch on marvell,armada-38x-uart linux >= 4.18-rc1...
2018-07-20 djmslightly-clearer description for AuthenticationMethods...
2018-07-20 djmremove unused zlib.h
2018-07-20 guentherMissed a 'ksi' -> '*ksip' change in previous commit
2018-07-19 dtuckerFix typo in comment. From Alexandru Iacob via github.
2018-07-19 jmci found a nicer way to describe -join;
2018-07-19 drahnEnable kernel profiling on arm64
2018-07-19 sthenattach RTL8188EU under AboCom's vendor id. From FreeBSD...
2018-07-19 sthensync
2018-07-19 sthenAdd RTL8188EU under AboCom's vendor id. From FreeBSD...
2018-07-19 mpiReuse implicit padding to export the port number of...
2018-07-19 dtuckerDeprecate UsePrivilegedPort now that support for runnin...
2018-07-19 sthenrevert previous, something isn't quite right as clients...
2018-07-19 florianieee80211_ess_is_better() returns 0 or 1, comparing...
2018-07-19 beckAdd regress test for inheritance of unveil's across...
2018-07-18 naddyRemove the unused leftovers of the 4.4BSD libm, which...
2018-07-18 millertConvert from fgetln(3) to getline(3). Based on a diff...
2018-07-18 bluhmRevert the change that delivers process signals to...
2018-07-18 tbBob's license was missing, add it.
2018-07-18 florianreplace manual zero initialization of various fields...
next