Age | Commit message (Expand) | Author |
2014-08-19 | add -4 and -6 flags for saying if you want to force ipv4 or ipv6 | David Gwynne |
2014-08-18 | Fix read access to uninitialized memory found by kristaps@ with valgrind, | Ingo Schwarze |
2014-08-18 | When the first child of the node being validated gets deleted during | Ingo Schwarze |
2014-08-18 | kristaps@ found this with valgrind, merge his patch from bsd.lv: | Ingo Schwarze |
2014-08-18 | Add fancy printing of ktrace()'s ops argument | Philip Guenther |
2014-08-17 | Use %#o instead of %#x for mode_t | Philip Guenther |
2014-08-17 | Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umask | Philip Guenther |
2014-08-17 | typo, sorry | Ingo Schwarze |
2014-08-17 | While all current callers pass valid data to ascii_hspan() only, | Ingo Schwarze |
2014-08-17 | typo; Steven Honeyman <stevenhoneyman at gmail dot com> | Ingo Schwarze |
2014-08-17 | Segfault fixes from kristaps@. | Ingo Schwarze |
2014-08-17 | sync with hackathons.html | Jonathan Gray |
2014-08-16 | If a stray .It follows .El, we are no longer in the list, | Ingo Schwarze |
2014-08-16 | I found a number of interactive events which can cause signals, and go | Theo de Raadt |
2014-08-15 | admission of hawaii happened in 1959, not 1984; | Jason McIntyre |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-08-14 | Some compilers apparently worry that abort() might return | Ingo Schwarze |
2014-08-14 | No need for <netinet/in_systm.h> nor <netinet/tcpip.h>. | Martin Pieuchot |
2014-08-14 | Kill bandwidth monitoring meters. | Martin Pieuchot |
2014-08-14 | Add bounce matching for [] and {} like mg already does with () and like | Brian Callahan |
2014-08-14 | Show only active pools by default, pressing 'A' shows all of them. | Martin Pieuchot |
2014-08-14 | mandoc 1.13.1 has been released | Ingo Schwarze |
2014-08-14 | Revert previous, as requested by kristaps@. | Ingo Schwarze |
2014-08-13 | Begin cleanup of scaling units. | Ingo Schwarze |
2014-08-13 | Use <em> for .Em and .Bf -emphasis. | Ingo Schwarze |
2014-08-13 | Spelling - "alignment" not "alignement". ok ratchov | Nicholas Marriott |
2014-08-12 | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze |
2014-08-12 | The macro SCALE_HS_INIT() is always passed the result of strlen() or | Ingo Schwarze |
2014-08-11 | No need to repeat other-end more than once, from Juho Pohjala. Also add | Nicholas Marriott |
2014-08-11 | Fix two copy mode problems: | Nicholas Marriott |
2014-08-11 | Add flags to selectp to enable and disable input to a pane, from Anish | Nicholas Marriott |
2014-08-10 | typo in debug message | Alexandre Ratchov |
2014-08-10 | initialize mmcpos, found by guenther | Alexandre Ratchov |
2014-08-10 | Don't need to know how to format bluetooth socket info here | Philip Guenther |
2014-08-10 | Add Xr to skey and stty | Philip Guenther |
2014-08-09 | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; | Ingo Schwarze |
2014-08-09 | Remove support for the continuous reporting "any" mouse mode which never | Nicholas Marriott |
2014-08-08 | update currency exchange rates; | Jason McIntyre |
2014-08-08 | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze |
2014-08-08 | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux | Ingo Schwarze |
2014-08-08 | Remove redundant verbiage in the style of "a file is a file, | Ingo Schwarze |
2014-08-08 | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze |
2014-08-08 | Simplify by allowing only one post-handler. | Ingo Schwarze |
2014-08-08 | Simplify by allowing only one pre-handler. | Ingo Schwarze |
2014-08-08 | Simplify man(7) validation: | Ingo Schwarze |
2014-08-08 | Fix floating point handling: When converting double to size_t, | Ingo Schwarze |
2014-08-08 | Clarity with respect to floating point handling: | Ingo Schwarze |
2014-08-08 | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze |
2014-08-08 | mention requests and macros in more messages | Ingo Schwarze |
2014-08-08 | Dynamically allocate the stack of roff(7) .ie condition values | Ingo Schwarze |