openbsd
2015-04-15 dtuckerPlug leak of address passed to logging. bz#2373, patch...
2015-04-15 nicmFix some issues in bright colour handling. Bold backgro...
2015-04-15 nicmUse tty_term_flag not _has for flags, also fix a typo...
2015-04-15 bluhmTest that ping6 fragments with ethernet padding get...
2015-04-15 millertConvert error/errorx/errorc functions -> fatal/fatalx...
2015-04-15 jsingOnly set the cipher list if one was specified and actua...
2015-04-15 jsingClean up the ssl_bytes_to_cipher_list() API - rather...
2015-04-15 jsingNow that tls_close() is more robust, consider a failure...
2015-04-15 jsingTreat SSL_ERROR_ZERO_RETURN as a success, rather than...
2015-04-15 jsingMake tls_close() more robust - do not rely on a close...
2015-04-15 nicmFix setting old-style window -fg/-bg/-attr options...
2015-04-15 mpiAdd the necessary glue to keep carp(4) working while...
2015-04-15 mpiUse ether_ifattach() and ether_ifdetach() when cloning...
2015-04-15 naddyinclude header required for DEBUG build; ok jsg@
2015-04-15 krwAvoid using inet_ntoa() twice in a single printf()...
2015-04-15 mpiFix a typo introduced in the niq_enqueue() conversion.
2015-04-15 mpiAdd the necessary glue to keep vlan(4) working while...
2015-04-15 kettenisConvert remaining drm ioctl implementation functions...
2015-04-15 jsgadd the include dir for libepoxy
2015-04-15 mlarkinUnneeded return at the end of a void function.
2015-04-15 deraadtopt{ind,err,arg} are already known
2015-04-15 deraadtremove historical (void)foo (which were only here to...
2015-04-15 deraadtIt feels like this Makefile should contain -Wall at...
2015-04-14 deraadtdocument missing argument; ok jmc
2015-04-14 nicmAnother couple of commas in the wrong place, ok jmc
2015-04-14 nicmRemove an extra comma pointed out by jmc@.
2015-04-14 nicmReorder prototypes to better match manpage layout and...
2015-04-14 miodsparc{,64} do not need softraid partitions to be define...
2015-04-14 mikebIPsec auth and credentials are not stored in the kernel...
2015-04-14 deraadtwrap a long line
2015-04-14 millertFix sa_sigaction() handler example. The third argument...
2015-04-14 millertThis is not System V, we spell it SIGCHLD.
2015-04-14 mpiSetting the configuration in *_attach() is a bad practi...
2015-04-14 mpiIt's not possible to call umcs_get_status() in interrup...
2015-04-14 mikebmake ipsp_address thread safe; ok mpi
2015-04-14 mikebip6_sprintf is long gone; noticed by blambert
2015-04-14 jsingMove verify externs into the header file.
2015-04-14 mikebRemove support for storing credentials and auth informa...
2015-04-14 jsingConvert openssl(1) s_time to new option handling.
2015-04-14 jsingClean up and improve openssl(1) errstr:
2015-04-14 mpiMake sure we close the interrupt pipe when the device...
2015-04-14 mlarkinReduce differences between non-PAE and PAE pmaps. This...
2015-04-14 dtuckerOutput remote username in debug output since with Host...
2015-04-14 millertLog a more useful error message if ttyname() fails...
2015-04-13 deraadtpwd_mkdb now fits onto the install media. no more...
2015-04-13 sthenInitialize RX/TX on re(4) slightly later; it appears...
2015-04-13 kettenisMake sure we print the MAC address on sparc64 as well.
2015-04-13 mikebMake filter argument to ipsp_aux_match optional like...
2015-04-13 mikebPerform IPsec bypass check on a socket before performin...
2015-04-13 mikebRename gettdbbyaddr to gettdbbydst; OK markus, hshoexe...
2015-04-13 mikebRemove unused arguments from gettdb* functions; OK...
2015-04-13 jsingConvert openssl(1) errstr to new option handling.
2015-04-13 mpiMove one "#ifdef NVLAN" chunk needed only if you're...
2015-04-13 mpiNow that if_input() set the receiving interface pointer...
2015-04-13 mpiether_input() should not longer be called directly...
2015-04-13 deraadtcorrect multiplication idiom during xreallocarray,...
2015-04-13 djmdeprecate ancient, pre-RFC4419 and undocumented
2015-04-12 deraadtsync
2015-04-12 florianPrevent use after free in definemacro().
2015-04-12 mlarkinFix some KNF, spacing, and typo issues. Moving the...
2015-04-12 naddyLet nl_langinfo(CODESET) return "US-ASCII" as the name...
2015-04-12 mlarkinFix some typos in comments, and remove an outdated...
2015-04-12 mlarkinBring PAE code back to life, in a different form. This...
2015-04-12 kettenisAdd a few missing trace functions, and "use" them....
2015-04-12 dougRemove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay...
2015-04-12 dlghfsc_classq has a type member which is never set or...
2015-04-12 dlgthere's a 1:1 correlation between hfsc_class instances...
2015-04-12 jsgchange back to linux style pci vendor/device defines
2015-04-12 sthenSwitch example NSD config to splitting master and slave...
2015-04-12 jsgchange back to wait_for/wait_for_atomic_us
2015-04-12 dlgdisable the pool gc. there are reports of strange locku...
2015-04-12 dlgpull structs and macros that are only used in hfsc...
2015-04-12 dlgdont rely on hfsc.h via pfvar.h to include sys/timeout.h.
2015-04-12 jsgSwitch back to ioread32 and iowrite32 for cases where...
2015-04-12 jsgmake wait_queue_head a struct with a mutex
2015-04-11 jsingDirectly handle ioctls issued to a SCSI device associat...
2015-04-11 jsingRe-enable the RAID 5 discipline for softraid(4).
2015-04-11 jsingAdd support for restarting rebuilds on RAID 5.
2015-04-11 deraadtsync
2015-04-11 deraadtSend OPENSSL_issetugid() straight to hell, no final...
2015-04-11 deraadtRemove all getenv() calls, especially those wrapped...
2015-04-11 jsingPut back a goto end that was unintentionally removed.
2015-04-11 jsingConvert openssl(1) pkeyparam to new option handling.
2015-04-11 jsingAlways check the return value of proc_composev_imsg...
2015-04-11 jsingConvert lii(4) to if_input().
2015-04-11 jsgrename i915 interrupt handlers from *_intr back to...
2015-04-11 dlgthe hfsc pools are only used in hfsc.c, so move the...
2015-04-11 jsgchange back to spinlock_t/DEFINE_SPINLOCK
2015-04-11 jsgchange back to drm_free_large/drm_malloc_ab
2015-04-11 jsgadd/use max_t()
2015-04-11 jsgRename i915_gem_chipset_flush() to intel_gtt_chipset_fl...
2015-04-10 sfAxe vq_free_entry_locked
2015-04-10 sfFix typo in macro name
2015-04-10 kettenisDon't use pa_to_pvh() if we already have the page....
2015-04-10 brynetThis changes vi to use resizeterm(3) instead of reiniti...
2015-04-10 mpiConvert to if_input().
2015-04-10 nicmAdd a -x flag to copy-selection, append-selection and...
2015-04-10 mpiI did quite some changes to this driver, so add copyright.
2015-04-10 dlgreplace the use of ifqueues for most input queues servi...
2015-04-10 mpiFull-speed isochronous transfers support with opportuni...
next