openbsd
2015-06-04 jsguse mallocarray instead of malloc in drm_calloc
2015-06-04 jsgremove the now unused alawtolin16 table
2015-06-03 bcallahRemove unused defines and functions.
2015-06-03 mikebAdjust yielding condition slightly in the if_input_proc...
2015-06-03 reykTurn off -Werror in relayctl.
2015-06-03 reykRemove -Werror from the Makefile: as it happened with...
2015-06-03 reykIt is better to check the asprintf return value for...
2015-06-03 millertTreat a missing mail spool the same as a zero-length...
2015-06-03 millertsnprintf(3) is available on all modern systems and...
2015-06-03 mpiUnify .Nd blocks, prodded by and ok jmc@
2015-06-03 yasuokaFix pf_map_addr() not to cause dividing by 0. This...
2015-06-03 kettenisActually commit the bits that make the compiler emit...
2015-06-03 mpiSupport for U4, missed in previous.
2015-06-03 mpiCheck for the correct bit in the interrupts property...
2015-06-03 mpiAdd hpb(4), reminded by Brad.
2015-06-03 mpiExplicitly request the sockaddr_dl when doing a RTM_GET...
2015-06-03 millertMove warning on open failure to open_mbox() where we...
2015-06-03 millertDo not assume that asprintf() clears the pointer on...
2015-06-03 deraadtbetter description of internal copyn() function
2015-06-03 jsgmissing __EOT spotted by rpe@
2015-06-03 dlgthere's been a long standing issue in ppp on a tty...
2015-06-02 millertDon't leak value returned by cgetstr(). OK deraadt@
2015-06-02 rpeRemove the $FSTABFLAG variable and use -F directly...
2015-06-02 rpeReplace
2015-06-02 deraadtsync
2015-06-02 jungfix variable name typo
2015-06-02 sobradowrite Mobile IP{,v6} in a consistent way, as given...
2015-06-02 millertModernize from(1) a bit. Use getline() to support...
2015-06-02 mpiMention hpb(4), prodded by jmc@
2015-06-02 mpiAdd missing define for hpb(4).
2015-06-02 mpiMan page for hpb(4).
2015-06-02 mpiAdd a new HT-PCI bridge driver and the necessary glue...
2015-06-02 mpiRIP ether_input_mbuf().
2015-06-02 mpiUse if_input() instead of ether_input_mbuf().
2015-06-02 mpiTake carp(4) out of ether_input().
2015-06-02 djmmention CheckHostIP adding addresses to known_hosts;
2015-06-02 deraadtmissing " spotted by Kyle Milz
2015-06-02 miodMake sparc go PIE (not `static PIE' yet).
2015-06-02 miodOverride pie range constants (well, only VM_PIE_MAX_ADD...
2015-06-02 jsgwith binutils 2.17 we can change some raw opcodes into...
2015-06-02 jsgRename the imx miniroot to nitrogen as it creates ...
2015-06-01 miodIn the lazy binding routine, make sure we actually...
2015-06-01 miodRevert 1.2, which used to be necessary during the early...
2015-06-01 miodEnable secureplt by default on alpha. The old plt flavo...
2015-06-01 miodSince the __{div,rem}{l,q}{,u} special libc entry point...
2015-06-01 miodDefine HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RE...
2015-06-01 jmcupdate currency exchange rates;
2015-06-01 miodNow that we do not need to build binutils 2.15 (except...
2015-06-01 miodSwitch m88k ports to binutils 2.17.
2015-06-01 stspregen
2015-06-01 stspfix typo: Wirelsss -> Wireless
2015-06-01 nicmMissing t at end of response, from Vincent Bernat.
2015-06-01 claudioFix memory leak in error case. OK bluhm@ benno@
2015-06-01 uebayasiPut END() matching _ENTRY() (== ENTRY() w/o prof).
2015-06-01 uebayasiPut END() matching ENTRY().
2015-06-01 nicmClear signal handlers before event_reinit as apparently...
2015-06-01 mpiConvert tun(4) to if_input().
2015-05-31 schwarzeSimple macro fixes (Fd -> In, Nm -> Fn) from Kaspars...
2015-05-31 deraadtdoes not need syslog.h
2015-05-31 schwarzeImplement the roff(7) `r' (register exists) conditional.
2015-05-31 rpeFix typos.
2015-05-31 bluhmIf the first list was empty, ml_join() did not not...
2015-05-31 rpeReplace identical code in the MD scripts of the install...
2015-05-30 miodBuild with -mbwx rather than -Wa,-mev56 so that upcomin...
2015-05-30 jsgRemove commented out DRMDEBUG/DRM_DEBUG lines. Other...
2015-05-30 jsgDRMDEBUG not DRM_DEBUG. From frantisek holop.
2015-05-30 claudioPlug a memory leak by simplifying kv_free(). By checkin...
2015-05-30 claudioRemove fields from struct that are not used. OK benno@
2015-05-30 kettenisNative atomic operations for i386.
2015-05-30 kettenisAcquire/release the i2c bus before/after reading the...
2015-05-30 jsgSet the usb otg port on the cubox to host mode and...
2015-05-30 nicmSupport - to read from stdin, from Sebastien Marie.
2015-05-30 jmcfix usage();
2015-05-30 jsgSet the sdmmc(4) emmc highspeed flag if the capability...
2015-05-30 deraadtcleanup attach message
2015-05-30 jsgfix the build when SDHC_DEBUG is defined
2015-05-29 nicmDon't use special strings if #() commands fail, just...
2015-05-29 nicmExpand formats again inside #(), and free the temporaries.
2015-05-29 nicmUse RB_MIN to get the lowest index for the current...
2015-05-29 miodSwitch vax to bunnytils 2.17.
2015-05-29 miodMake ld.so on alpha cope with binaries built with secur...
2015-05-29 nicmmillert points out I can just call tzset() early to...
2015-05-29 nicmUse gmtime not localtime when we want UTC, I got it...
2015-05-29 deraadtdo not need non-NULL-check before free(p), other minor...
2015-05-29 deraadtremove duplicate assignments; from Benjamin Baier
2015-05-29 nicmUpdate file(1) regress (less verbose ELF output).
2015-05-29 nicmDon't stop at the first successful test unless it has...
2015-05-29 nicmThe case-insensitive flag (c) for string and search...
2015-05-29 nicmI got confused and made the strength multiplier 20...
2015-05-29 krwNuke annoying whitespace nits to shrink some future...
2015-05-29 krwNuke annoying whitespace nits to shrink some future...
2015-05-29 nicmfile(1) needs access(/etc/localtime) for localtime().
2015-05-29 nicmOnly mmap() on regular files; mmap() on /dev/stdin...
2015-05-29 nicmMake things a little less confusing by making fill_buff...
2015-05-29 nicmIf reading into buffer, correct the stored file size...
2015-05-29 uebayasiPut END() where appropriate.
2015-05-29 uebayasiPut obvious END() macros that match ENTRY() entries.
2015-05-29 ericfix a possible off-by-one when reading /etc/hosts if...
2015-05-29 nicmSilently fall back to /etc/magic if ~/.magic can't...
2015-05-29 uebayasiSprinkle END() in some straightforward *.S files that...
next