openbsd
2017-06-12 schwarzetest the new allbox and wrapping features
2017-06-12 schwarzeTwo minor fixes for the "allbox" modifier:
2017-06-12 schwarzeIf a tbl(7) layout contains a 'w' (minimum width) modif...
2017-06-12 deraadtPledge is fairly done, so the kernel printf's can be...
2017-06-12 akfaew/usr/games/lib doesn't exist any more, use the new...
2017-06-12 schwarzeimplement the tbl(7) "allbox" option;
2017-06-12 schwarzefix column width calculation for text block cells
2017-06-12 millertUse unlinkat() when removing the contents of a director...
2017-06-12 schwarzeImplement automatic line breaking
2017-06-12 espieredundant, gets BINDIR from ../Makefile.inc
2017-06-12 espiedestroy lint remnants.
2017-06-12 millertUse openat() and unlinkat() instead of chdir()ing to...
2017-06-12 millertAdd dprintf() and vdprintf() RETURN VALUES. OK deraadt@
2017-06-12 mglockerBackout last change to remove esym .data patching becau...
2017-06-12 ottoAdd some tests from kshe48@zoho.com. Currently failing...
2017-06-12 jsingLimit the maximum size of softraid crypto volumes that...
2017-06-12 jsingUpon failure, only return zero from the softraid ioctl...
2017-06-12 jsingFix another long standing softraid crypto bug where...
2017-06-12 jsingFactor out and reuse the code that frees the crypto...
2017-06-12 jsingFix a long standing off-by-one bug in the softraid...
2017-06-12 deraadtrejname[] is also -r option buffer, and should be PATH_MAX
2017-06-12 deraadtspecify free() size from the old allocation, not new...
2017-06-12 deraadtdevice path should be PATH_MAX. Any NAME_MAX without...
2017-06-12 mikebifq_start does OACTIVE and RUNNING checks for the driver
2017-06-12 nicmNeed to flush out the linefeed after wrapper. GitHub...
2017-06-12 nicmAdd explicit keys for the bracketed paste sequences...
2017-06-12 deraadttypo; from bryan vyhmeister
2017-06-12 kevloFrom FreeBSD (r227593, r307982):
2017-06-11 deraadtmake vers.o not depend on gap.o using a trick, because...
2017-06-11 bluhmUse umask 077 instead of cp -p when installing the...
2017-06-11 schwarzeooops, fix a glitch in the previous commit...
2017-06-11 bluhmUse a common 'goto bad' style and set mp to NULL after...
2017-06-11 schwarzechurn caused by the new Mdocdate messages, no easy...
2017-06-11 bluhmFix a test race, wait after kill in case writing the...
2017-06-11 schwarzeStyle message about legacy man(7) date format in mdoc...
2017-06-11 jmcrequest -> promises; from scott cheloha
2017-06-11 awolkusr/bin/ktrace: replace snprintf(3)/write(2) with dprin...
2017-06-11 schwarzestyle message about missing .Fn markup; inspired by...
2017-06-11 schwarzemissing .Fn macros; found with mandoc -Tlint
2017-06-11 schwarzemissing .Fn markup for main(); found with mandoc -Tlint
2017-06-11 schwarzeAdd missing .Fn markup to in() and out(); found with...
2017-06-11 tbContinue the flattening of the pledge logic started...
2017-06-11 schwarzeDo not issue the message "no blank before trailing...
2017-06-11 schwarzemake two macros more semantic
2017-06-11 tbSimple style(9) fixes from Juuso Lapinlampi, mostly...
2017-06-11 visaDefine register_splx_handler() in one place.
2017-06-11 visaFix TLB size computation on OCTEON II and III. The...
2017-06-11 visaAdd a memory barrier to ensure that stores become visible
2017-06-11 deraadtinteger overflow for two range checks
2017-06-10 tbIf -P and -c were given, a second pledge call tried...
2017-06-10 krwNuke unused field bootp_policy and associated enum{}.
2017-06-10 krwNuke unused global warnings_occurred.
2017-06-10 schwarzeReduce false positives for the "no blank before trailin...
2017-06-10 schwarzeminor markup simplifications
2017-06-10 schwarzeimprove semantic markup for __attribute__
2017-06-10 schwarzemissing blank before full stop, found with mandoc ...
2017-06-10 schwarzeadd missing blanks before several delimiters; found...
2017-06-10 schwarzemissing space before trailing punctuation; found with...
2017-06-10 schwarzeremove lots of bogus escaping, some of which even broke...
2017-06-10 schwarzefix imprecise .Fa markup; found with mandoc -Tlint
2017-06-10 schwarzeFix broken markup of function pointer invocations;...
2017-06-10 schwarzefix broken markup of callback arguments; found with...
2017-06-10 schwarzeFix broken escaping: "\." is almost never what you...
2017-06-10 schwarzefix a sentence that used unusual terminology, the wrong...
2017-06-10 schwarzerepair broken markup of callback argument; found with...
2017-06-10 kevloPass M_CANFAIL to malloc(9) calls which use M_WAITOK...
2017-06-10 aoyamaUse software interrupt to process TX/RX data between...
2017-06-10 bluhmReport processes that were killed due to pledge or...
2017-06-10 espieperl(1)'s ...
2017-06-10 espieuse mandoc annotations for flags and such
2017-06-10 akfaewDon't describe AppleTalk's output format and bugs.
2017-06-10 djmprint '?' instead of incorrect link count (that the...
2017-06-10 djmimplement sorting for globbed ls; bz#2649 ok dtucker@
2017-06-10 schwarzestyle message about missing blank before trailing delim...
2017-06-10 schwarzedo not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and...
2017-06-09 mikebFill RX ring during init and bail early on send if...
2017-06-09 sashan- pfsync_input() must grab PF_LOCK
2017-06-09 tedumention that the config file is created at first run...
2017-06-09 nicmExtend filters (f key) to buffer and client mode and...
2017-06-09 fcambusCorrect number of players, the program enforces a range...
2017-06-09 nicmAdd -O option to choose-* to set initial sort order.
2017-06-09 nicmDefault sort for buffer mode should be time not name.
2017-06-09 mikebRemove a WAITOK that has sneaked in
2017-06-09 mikebConvert to ifq_dequeue and perform m_defrag if the...
2017-06-09 nicmUse brackets around prompts which looks better and...
2017-06-09 stspIntroduce iwm_nic_assert_locked() to verify that the...
2017-06-09 stspFix the resume code path in iwm(4) to no longer call...
2017-06-09 florianIf we receive a router solicitation with a source link...
2017-06-09 mpiReplace rtrequest(RTM_DELETE...) rtrequest_delete(...
2017-06-09 nicmAdd a hook when the clipboard is set.
2017-06-09 ajacoutotDrop uneeded return from rollback_patch().
2017-06-09 ajacoutot/etc/mtree/BSD.x11.dist is part of base, not X; so...
2017-06-09 djmreturn failure rather than fatal() for more cases durin...
2017-06-09 djmin description of public key authentication, mention...
2017-06-09 djmbetter translate libcrypto errors by looking deeper...
2017-06-09 dtuckerAdd comments referring to the relevant RFC sections...
2017-06-09 dlgturns out the case on 802.1 suffixes is significant...
2017-06-09 dlgturns out the case of 802.1 suffixes is significant...
2017-06-08 aoyamaAdd a missing header file.
2017-06-08 patrickRemove esym (.data) patching. Thanks to Mark we stoppe...
next