openbsd
2018-07-10 tbNow that all *_free() functions are NULL safe, we can...
2018-07-10 reykReturn the VM pid to the vmd parent. This pid field...
2018-07-10 reykRemove a debug message
2018-07-10 florianWhen an interface doesn't have a layer 2 address in6_ge...
2018-07-10 florianWhen an interface doesn't have a layer 2 address in6_ge...
2018-07-10 reykvmd already had DEBUG/DPRINTF, there is no need for...
2018-07-10 claudioRemove raw_usrreq and raw_cb, nothing is using them...
2018-07-10 claudioRemove net/raw_cb.h from includes and replace the RAWSN...
2018-07-10 bluhmmachine/fpu.h is not needed on amd64 and does not exist...
2018-07-10 henningwe were refering to 10k states by default here as well...
2018-07-10 henningwhere we were showing "set limit states 10000" make...
2018-07-10 tbFix a few, but not all, clang warnings: Use "%s" to...
2018-07-10 kettenisMake legacy interrupts work in acpipci(4).
2018-07-10 tb+addsub
2018-07-10 tbAdd simple regression tests for BN_{,u}{add,sub}(3...
2018-07-10 henningThe year is 2018.
2018-07-10 krw"%%s: s" -> "%s: %s" in log_warn()
2018-07-10 florianImport rad(8).
2018-07-10 reykTweak debug log messages
2018-07-10 jmccheck-problems -> pkg_check-problems;
2018-07-10 deraadtIn asm.h ensure NENTRY uses the old-school nop-sled...
2018-07-10 claudiorde_update_get_prefix() and friends should also verify...
2018-07-10 rpeTweak comments and explain some not so obvious things.
2018-07-10 knError out if -netmask/-prefixlen does not follow the...
2018-07-10 deraadtsync
2018-07-10 kettenisAlways use PSCI to enable secondary CPUs if it is detected.
2018-07-10 benno__func__ log statements and some whitespace knf
2018-07-10 kettenisAdd a "machine acpi" command to force booting with...
2018-07-10 bennoInitialize the rtable in the requests send to bgpd...
2018-07-10 bennomove the top level pledge, getrtable() works with pledg...
2018-07-10 henningin pf_set_protostate(), only decrement the half-open...
2018-07-10 bennoYou can run multiple copies of bgpd in seperate rdomains.
2018-07-10 bennothe check "if (nc->rtableid)"
2018-07-10 friehmIf intra area prefixes move from one router to another...
2018-07-10 friehmSince we use multiple cloning routes (mpath) if more...
2018-07-10 mpiIntroduce new IPsec (per-CPU) statistics and refactor...
2018-07-10 friehmRemove DELAY(1000) from carp_send_arp() / carp_send_na...
2018-07-10 deraadtsync
2018-07-10 friehmLet kroute_matchgw() select the correct route before...
2018-07-10 espieunify option parsing a bit more
2018-07-10 espiezap old comments that are unlikely to ever come back
2018-07-10 espiezap really old stuff
2018-07-10 espieremove remnants of very old code, to simplify unification
2018-07-10 bluhmIn free(9) call wakeup() after mtx_leave() consistently.
2018-07-10 bluhmAfter removing raw_usrreq() from route and pfkey, the...
2018-07-10 bennodont let rtable number overflow,
2018-07-10 jaspers/ITUNER/MICROCHIP/ following usbdevs -r1.689
2018-07-10 jasperregen
2018-07-10 jasperreplace the Ituner vendor with Microchip to match Linux...
2018-07-10 sfre-remove some pre-auth compression bits
2018-07-10 mpiInclude <sys/queue.h> instead of relying on kernel...
2018-07-10 halexsimplify and properly quote the loading of soii key...
2018-07-10 henningdocument set delay
2018-07-10 henning'set delay' for the generic packet delay mechanism...
2018-07-10 henningif_enqueue: call pf_delay_pkt() if m_pkthdr.pf.delay...
2018-07-10 henningprovide a generic packet delay functionality. packets...
2018-07-10 mpiPrint USB port status/changes in verbose++ mode.
2018-07-10 mpiChange USB_DEVICEINFO to report USB port status/changes...
2018-07-10 djmkerberos/gssapi fixes for buffer removal
2018-07-10 claudioSwitch also the aspath in rde_update_dispatch() to...
2018-07-10 schwarzeDisentangle the "SED ADDRESSES", "SED REGULAR EXPRESSIONS",
2018-07-10 espierename some pkg checking tools
2018-07-10 jcaAdd "listenrepv2" for MLDv2 Listener Reports from RFC3810
2018-07-10 mlarkinvmm(4): remove a wrong comment
2018-07-10 mpiMove socket & pipe specific logic in their ioctl handler.
2018-07-10 guentherDrop the ignored selectors (tf_[defg]s) from the trap...
2018-07-10 knfix anchor rules with filter opts, introduce filteropts...
2018-07-10 mlarkinvmd(8): route ELCR handler to the right function
2018-07-10 mpiMissing CVS Id
2018-07-10 bennocompare the right things here: we want to know if the...
2018-07-10 bennoActually clear the right thing in rib_free()
2018-07-10 djmbuffer.[ch] and bufaux.c are no more
2018-07-10 djmone mention of Buffer that almost got away :)
2018-07-10 guentherMove from sendsig() to its callers the initsiginfo...
2018-07-10 jsgXr pci(4)
2018-07-10 jsgsync arm64 and armv7 pci
2018-07-10 jsgbuild pcidump on armv7
2018-07-10 dlgmove the verbose checksum info back after the colon.
2018-07-09 mlarkinvmm(4): prohibit setting/clearing invalid bits in ...
2018-07-09 markusreplace cast with call to sshbuf_mutable_ptr(); ok...
2018-07-09 markusremove legacy buffer API emulation layer; ok djm@
2018-07-09 markussshd: switch monitor to sshbuf API; lots of help &...
2018-07-09 markussshd: switch GSSAPI to sshbuf API; ok djm@
2018-07-09 markussshd: switch authentication to sshbuf API; ok djm@
2018-07-09 markussshd: switch config to sshbuf API; ok djm@
2018-07-09 markussshd: switch loginmsg to sshbuf API; ok djm@
2018-07-09 markusttymodes: switch to sshbuf API; ok djm@
2018-07-09 markusclient: switch mux to sshbuf API; with & ok djm@
2018-07-09 markusclient: switch to sshbuf API; ok djm@
2018-07-09 deraadtsync
2018-07-09 markuspkcs11: switch to sshbuf API; ok djm@
2018-07-09 jmcno more i386_vm86.2;
2018-07-09 jaspersprinkle comments and rename iface to match its use...
2018-07-09 jasperuse UE_GET_XFERTYPE(); no binary change
2018-07-09 bluhmFix trailing whitespaces and too long line.
2018-07-09 tbMove a detail on tls_connect(3) to its documentation...
2018-07-09 tbwording tweak for tls_init() from jsing
2018-07-09 kettenisMark the i8254 clock interrupt MPSAFE. It isn't, but...
2018-07-09 deraadtensure tape name and tape commands are not too long...
2018-07-09 guentherDelete the VM86 kernel option and i386_vm86(3) API...
next