| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fail early if a (universal) primitive type identifies as constructed, or if a |  rob | 2019-05-12 | 1 | -1/+17 |
| * | Enforce minimal number of octets for tag > 30. |  rob | 2019-05-12 | 1 | -1/+8 |
| * | In long form encoding, explicitly prohibit an initial length octet of 0xff |  rob | 2019-05-12 | 1 | -1/+7 |
| * | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and |  rob | 2019-05-11 | 6 | -5/+1984 |
| * | missing dots after ".%P pp"; the case of btree(3) was |  schwarze | 2019-04-23 | 1 | -3/+3 |
| * | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 1 | -3/+3 |
| * | Change imsg header definitions to use standard types. |  bcook | 2019-01-20 | 3 | -9/+11 |
| * | Calling llabs(LLONG_MIN) is undefined behavior, llvm 7.0.1 does not |  bluhm | 2019-01-14 | 1 | -5/+9 |
| * | explicitly mention local processes; from geoff hill |  jmc | 2018-09-26 | 1 | -3/+3 |
| * | delete volatile intended to silence whiny old compilers around vfork. |  deraadt | 2018-08-10 | 1 | -2/+2 |
| * | constrain fractional part to [0-9] (less confusing to static analysis); ok ian@ |  djm | 2018-05-14 | 1 | -2/+5 |
| * | Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@. |  nicm | 2018-02-16 | 1 | -9/+9 |
| * | Adjust references for sysctl(3) to sysctl(2) |  deraadt | 2018-01-12 | 2 | -6/+6 |
| * | Make a few internal symbols static and add a Symbols.map version script |  kettenis | 2017-12-14 | 5 | -13/+107 |
| * | It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3). |  zhuk | 2017-12-06 | 1 | -9/+9 |
| * | spacing (in EXAMPLES code) |  reyk | 2017-05-03 | 1 | -3/+3 |
| * | add previous to NAME; |  jmc | 2017-04-20 | 1 | -2/+5 |
| * | Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programs |  nicm | 2017-04-20 | 4 | -19/+96 |
| * | use freezero() instead of explicit_bzero+free |  deraadt | 2017-04-18 | 1 | -3/+2 |
| * | Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3). |  reyk | 2017-04-11 | 2 | -4/+4 |
| * | Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are |  nicm | 2017-03-24 | 3 | -37/+37 |
| * | Grow buffers using recallocarray, to avoid the potential dribble that |  deraadt | 2017-03-17 | 1 | -2/+2 |
| * | Fix overly-conservative overflow checks on mulitplications and add checks |  dtucker | 2017-03-16 | 1 | -3/+11 |
| * | Collapse underflow and overflow checks into a single block. |  dtucker | 2017-03-15 | 1 | -7/+4 |
| * | Catch integer underflow in scan_scaled reported by Nicolas Iooss. |  dtucker | 2017-03-15 | 1 | -1/+6 |
| * | fix signed integer overflow in scan_scaled. Found by Nicolas Iooss |  djm | 2017-03-11 | 1 | -1/+14 |
| * | zap trailing whitespace; |  jmc | 2016-10-15 | 1 | -3/+3 |
| * | Fixup the example for msgbuf_write() and imsg_read() to check the |  reyk | 2016-10-10 | 1 | -5/+11 |
| * | Use a constant format string and output the variable part with %s |  guenther | 2016-08-30 | 1 | -11/+11 |
| * | Use O_CLOEXEC when opening fds local to a function |  guenther | 2016-08-30 | 4 | -12/+13 |
| * | Pull in <stdio.h> for NULL |  guenther | 2016-08-27 | 2 | -2/+4 |
| * | Refer to /etc/passwd consistently as the "legacy password file" and |  tb | 2016-08-14 | 2 | -8/+10 |
| * | Fix example: long long should be print with %lld |  jca | 2016-07-16 | 1 | -3/+3 |
| * | Remove obsolete caveat. OK deraadt@ |  millert | 2016-05-18 | 1 | -9/+2 |
| * | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -57/+1 |
| * | mention that ibuf_free() does not need a NULL check. |  benno | 2015-12-29 | 1 | -2/+5 |
| * | check for NULL in ibuf_free(). |  benno | 2015-12-29 | 1 | -1/+3 |
| * | Switch login(3) from lseek+read/write to pread/pwrite and only do the pread() |  guenther | 2015-12-28 | 2 | -14/+15 |
| * | Add a cast to silence a compiler warning by clang on FreeBSD. |  tb | 2015-12-09 | 1 | -2/+2 |
| * | Do not loop on EAGAIN in imsg_read(). Better to return the error to the |  claudio | 2015-12-05 | 2 | -9/+7 |
| * | Remove three NULL-checks before free(). ok millert@ |  mmcc | 2015-11-27 | 3 | -11/+7 |
| * | Use the backchannel for all error messages instead of syslog(3). |  millert | 2015-11-26 | 1 | -16/+15 |
| * | creat() -> open equiv; from Frederic Nowak |  deraadt | 2015-11-11 | 1 | -2/+2 |
| * | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -3/+3 |
| * | Don't Xr flock, since that is not the locking method used. |  deraadt | 2015-10-15 | 1 | -3/+2 |
| * | Remove useless quoting from .Fo and .Fn function names, to prevent |  schwarze | 2015-09-14 | 1 | -3/+3 |
| * | in the SYNOPSIS, make void function arguments explicit |  schwarze | 2015-09-14 | 2 | -7/+7 |
| * | reduce more .Nd to one line and kill more .Tn |  schwarze | 2015-09-10 | 1 | -4/+3 |
| * | reduce .Nd to one line and kill .Tn while here |  schwarze | 2015-09-10 | 2 | -10/+6 |
| * | Remove lies about openpty(4) searching for a free pseudo-tty by iterating |  kettenis | 2015-08-28 | 1 | -12/+6 |