Age | Commit message (Expand) | Author |
2011-12-30 | Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_T | Miod Vallat |
2011-12-30 | Fix a warning. | Antoine Jacoutot |
2011-12-29 | document special use of MODULES += gnu | Marc Espie |
2011-12-29 | Suppress the header line if all the field headers have been set to empty. | Philip Guenthe |
2011-12-29 | Escape hardware-checksumming if interface is in a bridge, this is | Christiano F. Haesbaert |
2011-12-29 | Add CNL and CPL escape sequences. | Nicholas Marriott |
2011-12-28 | Print PPP-Max-Payload headers (for RFC 4638 PPPoe), part of a larger diff | Stuart Henderson |
2011-12-28 | Complete documenting the HISTORY of what remains of the 1BSD heritage; | Ingo Schwarze |
2011-12-28 | Add HISTORY section and more information regarding AUTHORS. | Ingo Schwarze |
2011-12-28 | s/minum/minimum/ in comment | Stuart Henderson |
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 |