Age | Commit message (Expand) | Author |
2014-03-23 | Remove the MD4 functions. | Christian Weisgerber |
2014-03-23 | some improvements suggested by djm. | Ted Unangst |
2014-03-23 | two functions don't need to be exported | Ted Unangst |
2014-03-23 | minimal change to implementation of bcrypt to not require static globals. | Ted Unangst |
2014-03-23 | remove the never used bm string functions | Ted Unangst |
2014-03-23 | c11 compliance: remove gets() | Ted Unangst |
2014-03-23 | major++ in preparation for coming changes | Ted Unangst |
2013-09-21 | Update sqlite to 3.8.0.2. A list of changes are available here: | James Turner |
2014-03-23 | Point people to the bugs@ archives on marc.info. | Brian Callahan |
2014-03-23 | security doesn't check ftpusers any more; reminded by jmc | Stuart Henderson |
2014-03-23 | don't check ftpusers in security(8), from gsoares@, ok afresh1@ schwarze@ | Stuart Henderson |
2014-03-23 | Skip leading escape sequences in man_deroff(). Helps indexing of | Ingo Schwarze |
2014-03-23 | Unbreak after last commit. | Miod Vallat |
2014-03-23 | Unhook librt stub. It's causing too much breakeage to the ports tree. | Matthias Kilian |
2014-03-23 | Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@. | Pascal Stumpf |
2014-03-23 | put a pointer to the "incompatibilities with lex and posix" into STANDARDS | Jason McIntyre |
2014-03-23 | Initialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmware | Mark Kettenis |
2014-03-23 | Retire the old concat() function. | Ingo Schwarze |
2014-03-23 | Change struct mbr signature field type from 'unsigned short' to | Kenneth R Westerback |
2014-03-23 | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze |
2014-03-23 | kill(1) doesn't use getopt() due to its non-standard option processing. | Todd C. Miller |
2014-03-23 | Remove commented-out module-config line, it is already set to "validator | Stuart Henderson |
2014-03-23 | Fix uhidev_detach() when detaching a device which did not claimed for all | andre |
2014-03-23 | Revert audio key handling, requested by ratchov@ | Martin Pieuchot |
2014-03-23 | my bad, last commit was not ok deraadt, revert it. | Alexandre Ratchov |
2014-03-23 | some minor cleanup: | Jason McIntyre |
2014-03-23 | note that the last two usage forms are marked xsi; ok millert | Jason McIntyre |
2014-03-23 | default to tcpwrappers off. ok deraadt | Ted Unangst |
2014-03-23 | stop using libwrap. ok deraadt | Ted Unangst |
2014-03-23 | Repair R5000SC and R4600SC external L2 cache setup, broken in previous | Miod Vallat |
2014-03-22 | switch to shorter ISC license. this was ok with Niels Provos. | Ted Unangst |
2014-03-22 | warn() -> warnx() when errno is irrelevant. | Kenneth R Westerback |
2014-03-22 | Fix trap: do not remove the entire WRKDIR -- we may have our backed up files | Antoine Jacoutot |
2014-03-22 | Also remove TEMPROOT in error_rm_wrkdir. | Antoine Jacoutot |
2014-03-22 | Unbreak tree; p_sigacts moved from struct proc to struct process | Florian Obser |
2014-03-22 | Make sure to add missing users/groups _before_ running the | Antoine Jacoutot |
2014-03-22 | donebell is no longer required. | Mark Lumsden |
2014-03-22 | don't use >$@ directly | Marc Espie |
2014-03-22 | If no default tag defined, still let user input a tag to find. | Mark Lumsden |
2014-03-22 | disable the imsg buffers profiling code unless requested, this will prevent | Gilles Chehade |
2014-03-22 | standard blurb; | Jason McIntyre |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-22 | Now tunnel can have multiple listen addresses. | YASUOKA Masahiko |
2014-03-22 | Reimplement control part of npppd(8) with imsg. Also add "monitor" | YASUOKA Masahiko |
2014-03-22 | Add an assert not to call radius_cancel_request() on callback. If the | YASUOKA Masahiko |
2014-03-22 | Fixed a bug in npppd_auth_get_user() which caused segmentation faults after | YASUOKA Masahiko |
2014-03-22 | In RADIUS accounting, realm_framed_ip_address was mistakenly used for | YASUOKA Masahiko |
2014-03-22 | Don't stop listening 1723/tcp when accept() is failed. | YASUOKA Masahiko |
2014-03-22 | Stop output "Stopped" log message of the tunnel protocols. | YASUOKA Masahiko |
2014-03-22 | truer words were never spoken | Ted Unangst |