Age | Commit message (Expand) | Author |
2015-08-02 | spelling; ok deraadt | Jason McIntyre |
2015-08-01 | Fix a potential out-of-bounds read found via address-sanitizer while | Todd C. Miller |
2015-07-28 | ARG_MAX is the standard name (not NCARGS); probab[l]y guenther | Theo de Raadt |
2015-07-28 | describe CPATH before TMPPATH | Theo de Raadt |
2015-07-28 | unsort: requested by deraadt | Jason McIntyre |
2015-07-23 | call it bcrypt in the man page too | Ted Unangst |
2015-07-23 | permit "bcrypt" as an alias for "blowfish". this is, after all, what | Ted Unangst |
2015-07-23 | Sync with kernel TIOCGWINSZ change. | Doug Hogan |
2015-07-21 | basic macro cleanup, mostly converting to .Dv where appropriate | Ingo Schwarze |
2015-07-20 | In _TM_SELF, permit uname(3); OK deraadt@. | Ingo Schwarze |
2015-07-20 | Add setgroups(2) to TAME_PROC, ok deraadt | Nicholas Marriott |
2015-07-20 | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | Todd C. Miller |
2015-07-19 | sort; ok deraadt | Jason McIntyre |
2015-07-19 | typo; ralf horstmann | Theo de Raadt |
2015-07-19 | word fix; | Jason McIntyre |
2015-07-19 | oops, SYS_ prefix stayed; noted by jmc | Theo de Raadt |
2015-07-19 | no need for -compact; | Jason McIntyre |
2015-07-19 | some basic tweaks; | Jason McIntyre |
2015-07-19 | Trailing spaces and missing .Pp. | Nicholas Marriott |
2015-07-19 | succesfull -> succesful, from Ross L Richardson | Nicholas Marriott |
2015-07-19 | adding a syscall requires a minor bump; ok guenther@ | Ingo Schwarze |
2015-07-19 | manual page for tame(2). not very good, so i will be hearing from jmc | Theo de Raadt |
2015-07-18 | tweak previous; | Jason McIntyre |
2015-07-18 | Unbreak, add errno header | Jeremy Evans |
2015-07-18 | set errno in null cases, just in case. | Ted Unangst |
2015-07-18 | standards compliant error return (null). will make ruby happier, at least. | Ted Unangst |
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler |
2015-07-16 | remove the stubby not working mmaped file support. ok sthen (long ago) | Ted Unangst |
2015-07-15 | mention that swapctl(2) can also be used to retrieve statistics | Jasper Lievisse Adriaanse |
2015-07-14 | Fall back to scanning /dev if /var/run/dev.db does not exist. | Todd C. Miller |
2015-07-14 | The first argument to devname(3) should be dev_t, not int. | Todd C. Miller |
2015-07-13 | Do not write a warning to stderr if the db cannot be opened, just | Todd C. Miller |
2015-07-07 | the C locale should contain only ASCII | semarie |
2015-07-03 | There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in | semarie |
2015-07-02 | remove new_categories variable from global. | semarie |
2015-06-23 | Add STANDARDS section; isblank(3) was specified in C99. | Anthony J. Bentley |
2015-06-21 | Just return if nmemb is 0. Avoids a NULL dereference and is | Todd C. Miller |
2015-06-20 | Bump major after {,asr_}print_sockaddr() renaming. | Jeremie Courreges-Anglas |
2015-06-20 | Rename print_sockaddr() to avoid symbol visibility problems | Jeremie Courreges-Anglas |
2015-06-19 | Tweak whitespace and remove dangling, unneeded "else". | Jeremie Courreges-Anglas |
2015-06-19 | Remove needless casts. There's no reason to cast delim to char * | Todd C. Miller |
2015-06-17 | Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers. | Masao Uebayashi |
2015-06-13 | in glob() initialize the glob_t before the first failure check. | Theo de Raadt |
2015-06-12 | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. | Masao Uebayashi |
2015-06-09 | Remove unused parameter of load_locale_sub(). No assembly change on i386. | Stefan Sperling |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-04 | force reseeding if pid has changed. | Eric Faurot |
2015-06-04 | make sure to check for resolv.conf update the first time the resolver | Eric Faurot |
2015-06-03 | snprintf(3) is available on all modern systems and asprintf(3) is | Todd C. Miller |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |