summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-30Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_TMiod Vallat
2011-12-30Fix a warning.Antoine Jacoutot
2011-12-29document special use of MODULES += gnuMarc Espie
2011-12-29Suppress the header line if all the field headers have been set to empty.Philip Guenthe
2011-12-29Escape hardware-checksumming if interface is in a bridge, this isChristiano F. Haesbaert
2011-12-29Add CNL and CPL escape sequences.Nicholas Marriott
2011-12-28Print PPP-Max-Payload headers (for RFC 4638 PPPoe), part of a larger diffStuart Henderson
2011-12-28Complete documenting the HISTORY of what remains of the 1BSD heritage;Ingo Schwarze
2011-12-28Add HISTORY section and more information regarding AUTHORS.Ingo Schwarze
2011-12-28s/minum/minimum/ in commentStuart Henderson
2011-12-28As pointed out by Dan Rosenberg our telnet client has the sameJonathan Gray
2011-12-28only add the rdomain for hostname lookups, when we have a hostname to lookup.Peter Hessler
2011-12-28The ctl, note, notepg, regs, and fpregs files have been removedPhilip Guenthe
2011-12-28Cleanup the metadata initialisation process - have sr_meta_init()Joel Sing
2011-12-28Avoid the use of an invalid disklabel by setting a DK_LABELVALID flagJoel Sing
2011-12-28sndiod(1) does not 'reload', so set rc_reload to NO.Antoine Jacoutot
2011-12-28An all-zero DUID is considered to be a blank DUID - ensure that we do notJoel Sing
2011-12-28The sparc64 installboot is for sparc64 only - remove all of the non-sparc64Joel Sing
2011-12-28pthread_self() may be much cheaper and never more expensive than getthrid()Philip Guenthe
2011-12-28These utilities were already part of 1BSD, and some authors are known.Ingo Schwarze
2011-12-28Some parsing improvements from kristaps@:Ingo Schwarze
2011-12-27Don't let applications block, wait for, or handle SIGTHR, as thePhilip Guenthe
2011-12-27On failure, pthread_kill() should return the errno, not -1Philip Guenthe
2011-12-27Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE)Alexander Bluhm
2011-12-27Q_BOUNCE is not used anymoreEric Faurot
2011-12-27Instead of using a separate "bounce" queue, create the bounce envelopeEric Faurot
2011-12-27Allow $HOME as default-path in tmux.conf so the same config file can be usedStefan Sperling
2011-12-27Add \033[s and \033[u to save and restore cursor position.Nicholas Marriott
2011-12-27Move some global variables/statics to locals, from Michael WNicholas Marriott
2011-12-27Extend history that can be captured to INT_MIN rather thanNicholas Marriott
2011-12-27Reset flags on every loop or it is displayed too often, from ChrisNicholas Marriott
2011-12-27tweak previous;Jason McIntyre
2011-12-27Follow adduser(8) behaviour (as well as what the pkg tools and ourAntoine Jacoutot
2011-12-26Add the missing ECX cpu flags from CPUID at 0x80000001.Christiano F. Haesbaert
2011-12-26The __bounded__ declaration on getcwd() has been corrected, so updatePhilip Guenthe
2011-12-26Provide default set chunk state and set volume state functions whichJoel Sing
2011-12-26Document whatis(1) -S and -s; leading, trailing, and double colonsIngo Schwarze
2011-12-26Do not skip manuals shared across architectures when building databases.Ingo Schwarze
2011-12-26Copy from src/usr.bin/whatis, not changing the content yet.Ingo Schwarze
2011-12-25Update the whatis.db database format.Ingo Schwarze
2011-12-25State default usage before listing arguments of a utility;Ingo Schwarze
2011-12-25miod@ reported problems reproducing a 'pre-4K fix' disklabel. So in theKenneth R Westerback
2011-12-25Plug a memleak and constify some strings; from kristaps@.Ingo Schwarze
2011-12-25printf("msg")/return 1 -> err(1, "msg"), which will also show relevantKenneth R Westerback
2011-12-25Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@.Ingo Schwarze
2011-12-25Accept "makewhatis" as an alias for "mandocdb".Ingo Schwarze
2011-12-25Use the traditional name "whatis.db" for the mandocdb(8) databases.Ingo Schwarze
2011-12-25Initialise discipline function pointers with defaults and only overrideJoel Sing
2011-12-25Move chunk state debugging code to a more useful location.Joel Sing
2011-12-25For binary compatability of the databases across architectures,Ingo Schwarze