openbsd
2022-08-17 claudioConvert bzero() to memset(), bcmp() to memcmp() and...
2022-08-17 miodNo more disklabel -B.
2022-08-17 millertUpdate to tzdata2022cgtz from https://github.com/JodaOr...
2022-08-17 jobClarify and tidy up some comments
2022-08-17 claudioJust use struct kif and kill struct kif_node. No need...
2022-08-17 claudioJust 2 newline changes.
2022-08-17 claudioAdd default case to switch to silence a warning seen...
2022-08-17 jsingDeduplicate peer certificate chain processing code.
2022-08-17 djmadd an extra flag to sk_probe() to indicate whether...
2022-08-16 schwarzeAdjust desired output after the bugfix man.c rev. 1...
2022-08-16 schwarzeRestore the traditional behaviour of the man(7) single...
2022-08-16 jmcuse .Cm for "sign"; from josiah frentsos
2022-08-16 schwarzeNew tests of tabs in fill mode, in particular
2022-08-16 schwarzeAdjust the desired output after the improvements in...
2022-08-16 schwarzeWhen starting a new input line, even when continuing...
2022-08-16 schwarzeEven though the constant ASCII_ESC is only used in...
2022-08-16 knRemove -c compat
2022-08-16 kn-v prints to standard error not output
2022-08-16 deraadt-v option should only act based upon syscall success...
2022-08-16 visaRemove kqueue-related ktrace points from poll(2) and...
2022-08-16 visaRemove obsolete kern.nselcoll sysctl.
2022-08-16 jsgregen
2022-08-16 jsgadd id for Intel Optane SSD 9 Series (900P/905P)
2022-08-16 claudioDo not send kroutes from the RDE to the FIB with the...
2022-08-15 schwarzeSome more tests of no-fill mode similar to mdoc/Bd...
2022-08-15 schwarzeSimplify handling of no-fill mode in man(7) by inspecti...
2022-08-15 schwarzeoops, once again, i failed to correctly sync some dates...
2022-08-15 schwarzeDistinguish between escape sequences that produce no...
2022-08-15 deraadtsync
2022-08-15 knAdd initial piece for softraid(4) support on arm64
2022-08-15 bluhmRun IPv6 hop-by-hop options processing in parallel...
2022-08-15 jsgremove FSPACE macros, unused after uvm_map_sel_limits...
2022-08-15 mvsIntroduce tcp_sogetpcb() to assign `inp' and `tp' from...
2022-08-15 jsgunifdef KDB
2022-08-15 tbFix a doc comment to match upstream
2022-08-15 knAdd softraid(4) RAID 1C boot support
2022-08-15 schwarzeIn GNU, Heirloom, and Plan 9 roff, tab positions apply...
2022-08-15 tbAdjust whitespace (tabs vs spaces) on one line to reduc...
2022-08-15 claudioNeither clt_descreq nor clt_descresp in struct client...
2022-08-15 tbAdd missing RCS tag and zap a trailing space
2022-08-15 mvsRevert previous. It was not ok'ed by dlg@.
2022-08-15 tbInitialize readbytes in BIO_gets()
2022-08-15 tbAvoid shadowing the cbs function parameter in tlsext_al...
2022-08-15 tbRemove redeclaration of ret
2022-08-15 claudioFor FCGI_END_REQUEST reset the clt struct similar to...
2022-08-15 schwarzeIn GNU, Heirloom, and Plan 9 roff, literal tab characte...
2022-08-15 opplug some memory leaks in server_file_index when failur...
2022-08-15 opplug a fd leak in read_errdoc if fstat fails or if...
2022-08-15 mvsIntroduce 'pr_usrreqs' structure and move existing...
2022-08-15 mvsStop doing lockless `t_flags' check within task_add...
2022-08-15 nicmNotify when a paste buffer is deleted, GitHub issue...
2022-08-15 claudioUse TCP_INFO instead of kvm magic to extract informatio...
2022-08-15 nicmAdd a Nobr terminfo capability to tell tmux the termina...
2022-08-15 nicmAdd some const, from Markus F X J Oberhumer.
2022-08-15 nicmDon't stop at first match when updating environment.
2022-08-15 danieldrop detection code for 386sx/386dx CPUs
2022-08-15 jsgremove unused uvm_aiobuf_pool
2022-08-15 jsgremove unused uvm_map_sel_limits()
2022-08-15 jsgremove tulip_mbuf_compress() unused since if_de.c 1.127
2022-08-15 jsgremove unused smc91cxx_activate()
2022-08-15 jsgremove msdosfs findwin95()
2022-08-15 jsgremove unused uvideo_enable()/uvideo_disable()
2022-08-14 jcaUnbreak, don't assume we always hold the NET_LOCK
2022-08-14 millertUse size_t for the length parameters, not off_t.
2022-08-14 millertdb_ctf_decompress: use size_t not off_t for length...
2022-08-14 millertUse size_t, not off_t, for length parameters.
2022-08-14 jsgremove unneeded includes in sys/kern
2022-08-13 mvsIntroduce the pru_*() wrappers for corresponding (...
2022-08-13 bluhmRemove needless include pledge.h accidently added in...
2022-08-13 semarieblist: fix a possible blist corruption with blist_alloc...
2022-08-13 kevloCorrect rx data rate for rtl8192eu
2022-08-13 jmcclarify the boot text;
2022-08-13 kmosThe portgen Python modue has been rotting and doesn...
2022-08-13 jsgavoid uninitialised var when boot_unit has an unexpecte...
2022-08-13 deraadtsync
2022-08-12 stspCrank amd64 boot loader version numbers for softraid...
2022-08-12 stspadd support for booting from RAID 1C softraid(4) volume...
2022-08-12 krwRevert to pre-r1.249 more laissez-faire checks for...
2022-08-12 miodMake sure we don't pass uninitialized siginfo values...
2022-08-12 bluhmRemove differences between ip_fragment() and ip6_fragme...
2022-08-12 millertUpdate to 2022bgtz from https://github.com/JodaOrg...
2022-08-12 bluhmFix non working continue in do while(0) loop.
2022-08-12 mvsRemove unused fields from 'pflow_softc' structure.
2022-08-12 mvsFix race between pflow_output_process() and pflow_clone...
2022-08-12 tbFix upper bound in a for loop (no functional change).
2022-08-12 tbTweak a comment to be more accurate.
2022-08-12 bluhmThere are some places in ip and ip6 input where operati...
2022-08-12 visaPut more struct vnode fields under splbio().
2022-08-12 aoyamaFix to work 1bpp Xorg server again on 1bpp framebuffer...
2022-08-12 claudioImplement slowcgi_timeout() to actually kill the backen...
2022-08-12 tbNo need to make a deep copy of the EE cert
2022-08-12 bluhmAt successful return ip6_check_rh0hdr() keeps *offp...
2022-08-12 landrypkg_add.1: fix typo in pkg stem with flavor example
2022-08-12 claudioUse break instead of return so that a HEAD request...
2022-08-12 jsguse string literal for format string
2022-08-12 jsguse string literal for format string
2022-08-12 opfix regression introduced in previous commit. HEAD...
2022-08-12 djmsftp-server: support home-directory request
2022-08-12 chelohaamd64: simplify TSC synchronization testing
2022-08-12 krwCoverity says multiplying two uint32_t's and assigning...
next