Age | Commit message (Expand) | Author |
2011-12-28 | As pointed out by Dan Rosenberg our telnet client has the same | Jonathan Gray |
2011-12-28 | only add the rdomain for hostname lookups, when we have a hostname to lookup. | Peter Hessler |
2011-12-28 | The ctl, note, notepg, regs, and fpregs files have been removed | Philip Guenthe |
2011-12-28 | Cleanup the metadata initialisation process - have sr_meta_init() | Joel Sing |
2011-12-28 | Avoid the use of an invalid disklabel by setting a DK_LABELVALID flag | Joel Sing |
2011-12-28 | sndiod(1) does not 'reload', so set rc_reload to NO. | Antoine Jacoutot |
2011-12-28 | An all-zero DUID is considered to be a blank DUID - ensure that we do not | Joel Sing |
2011-12-28 | The sparc64 installboot is for sparc64 only - remove all of the non-sparc64 | Joel Sing |
2011-12-28 | pthread_self() may be much cheaper and never more expensive than getthrid() | Philip Guenthe |
2011-12-28 | These utilities were already part of 1BSD, and some authors are known. | Ingo Schwarze |
2011-12-28 | Some parsing improvements from kristaps@: | Ingo Schwarze |
2011-12-27 | Don't let applications block, wait for, or handle SIGTHR, as the | Philip Guenthe |
2011-12-27 | On failure, pthread_kill() should return the errno, not -1 | Philip Guenthe |
2011-12-27 | Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) | Alexander Bluhm |
2011-12-27 | Q_BOUNCE is not used anymore | Eric Faurot |
2011-12-27 | Instead of using a separate "bounce" queue, create the bounce envelope | Eric Faurot |
2011-12-27 | Allow $HOME as default-path in tmux.conf so the same config file can be used | Stefan Sperling |
2011-12-27 | Add \033[s and \033[u to save and restore cursor position. | Nicholas Marriott |
2011-12-27 | Move some global variables/statics to locals, from Michael W | Nicholas Marriott |
2011-12-27 | Extend history that can be captured to INT_MIN rather than | Nicholas Marriott |
2011-12-27 | Reset flags on every loop or it is displayed too often, from Chris | Nicholas Marriott |
2011-12-27 | tweak previous; | Jason McIntyre |
2011-12-27 | Follow adduser(8) behaviour (as well as what the pkg tools and our | Antoine Jacoutot |
2011-12-26 | Add the missing ECX cpu flags from CPUID at 0x80000001. | Christiano F. Haesbaert |
2011-12-26 | The __bounded__ declaration on getcwd() has been corrected, so update | Philip Guenthe |
2011-12-26 | Provide default set chunk state and set volume state functions which | Joel Sing |
2011-12-26 | Document whatis(1) -S and -s; leading, trailing, and double colons | Ingo Schwarze |
2011-12-26 | Do not skip manuals shared across architectures when building databases. | Ingo Schwarze |
2011-12-26 | Copy from src/usr.bin/whatis, not changing the content yet. | Ingo Schwarze |
2011-12-25 | Update the whatis.db database format. | Ingo Schwarze |
2011-12-25 | State default usage before listing arguments of a utility; | Ingo Schwarze |
2011-12-25 | miod@ reported problems reproducing a 'pre-4K fix' disklabel. So in the | Kenneth R Westerback |
2011-12-25 | Plug a memleak and constify some strings; from kristaps@. | Ingo Schwarze |
2011-12-25 | printf("msg")/return 1 -> err(1, "msg"), which will also show relevant | Kenneth R Westerback |
2011-12-25 | Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@. | Ingo Schwarze |
2011-12-25 | Accept "makewhatis" as an alias for "mandocdb". | Ingo Schwarze |
2011-12-25 | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze |
2011-12-25 | Initialise discipline function pointers with defaults and only override | Joel Sing |
2011-12-25 | Move chunk state debugging code to a more useful location. | Joel Sing |
2011-12-25 | For binary compatability of the databases across architectures, | Ingo Schwarze |
2011-12-25 | Implement test mode (makewhatis -t), required for pkg_create(8). | Ingo Schwarze |
2011-12-25 | Fix the documented CAVEAT by forcing the TX gain to minus infinity when | Miod Vallat |
2011-12-24 | Support leading, trailing and double colons in MANPATH | Ingo Schwarze |
2011-12-24 | Default to a much smaller input gain on the MIC line, to improve recording | Miod Vallat |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-24 | Fix so that when mouse-select-pane and mouse-select-window are both | Nicholas Marriott |
2011-12-24 | -p requires an argument; from Stefan Pettersson | Jason McIntyre |
2011-12-24 | Remove the ability to ptrace via procfs, as no one is using it, so fixing | Philip Guenthe |
2011-12-24 | i386 has MD TCB, so add the #define. Not sure how I overlooked | Philip Guenthe |
2011-12-24 | Need <machine/pcb.h> for TSEG_GS | Philip Guenthe |