Add missing CPU options and reorder a little bit.
[dragonfly.git] / usr.bin /
2005-11-07 Sascha WildnerSync with FreeBSD's rev. 1.16:
2005-11-05 Sascha WildnerAnsify function definitions that take no parameters.
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-22 Simon SchubertUnbreak vmstat by using sysctl instead of kvm.
2005-10-13 Matthew DillonUse sysctl's instead of KVM to access the interrupt...
2005-10-09 Liam J. Foy- Check for execvp returning ENOTDIR
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-27 Simon SchubertFix breakage introduced: When bootstrapping from ...
2005-09-24 Max OkumotoClean up a little after removing Buf_GetAll()
2005-09-24 Max OkumotoGet rid of Buf_GetAll()
2005-09-24 Max OkumotoMove OPEN_PAREN, CLOSE_PAREN, OPEN_BRACE, and CLOSE_BRA...
2005-09-24 Max OkumotoRemove Var_Exists() and just use Var_Value() and compare
2005-09-24 Max OkumotoChange prototypes to clearify that the input is an...
2005-09-23 Sascha Wildner* Initialize nlist entries and bump WARNS to 6.
2005-09-23 Jeroen Ruigrok/asmodaiRevert last commit for two reasons:
2005-09-23 Jeroen Ruigrok/asmodaiFix accidental reversal of assignment for suffix/suffixlen.
2005-09-23 Simon SchubertCorrectly pass arguments. This enables doing e.g.
2005-09-22 Simon Schubertstyle(9) cleanup
2005-09-22 Simon SchubertUnbreak basename suffix removal introduced in last...
2005-09-22 Max OkumotoMove commandShell from shell.[ch] to job.[ch]
2005-09-18 Jeroen Ruigrok/asmodaiSynchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok/asmodaiNo need to prototype main().
2005-09-17 Max OkumotoChange shell.c API to reduce usage of global commandShell.
2005-09-12 Liam J. FoyDon't declare a struct just for sizeof(). Just use...
2005-09-11 Joerg SonnenbergerMove the modification of hspace out of the realloc...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Sascha WildnerRemove VAX and Tahoe support.
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Matthew Dillon* Generally change NOXXX to NO_XXX, similar to work...
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Sascha WildnerTake back last commit. It's about normal vs. context...
2005-09-06 Sascha WildnerRemove false statement. Rejected hunks will come out...
2005-09-05 Sascha Wildner* Constify and initialize potentially uninitialized...
2005-09-05 Sascha WildnerCleanup:
2005-09-05 Sascha Wildner* Remove parameter names in function declarations.
2005-09-01 Liam J. FoyZap unused variable!
2005-08-31 Sascha WildnerRemove pointless -? flag.
2005-08-31 Liam J. Foyperror() -> err()
2005-08-31 Liam J. FoyKill unused variables
2005-08-31 Liam J. FoyRemove the sleeper crap and use MAXPATHLEN
2005-08-30 Liam J. FoyThis program requires at least one option. Clean up...
2005-08-30 Liam J. FoyMinor typo
2005-08-30 Liam J. FoyInclude the option-arguments in the description and...
2005-08-30 Liam J. FoyRemove undocumented historic support for treating ...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-24 Max OkumotoAdd AbortProc typedef to simplify code.
2005-08-24 Max OkumotoRemove #ifdef SYSVVARSUB since the code is required...
2005-08-24 Max OkumotoRemove some unnecessary white space.
2005-08-23 Liam J. Foy- Do not allocate memory to entries in /var/rwho which...
2005-08-23 Max Okumotosort forward declarations in header file
2005-08-21 Liam J. FoyRemove the hack that varied the first character of...
2005-08-18 Joerg SonnenbergerImprove C++ support.
2005-08-18 Max OkumotoCheck result of setenv(putenv) function.
2005-08-17 Max OkumotoThe bix bug was introduced on commit 2005/05/20 04...
2005-08-10 Sascha WildnerContinue (not return) if OP_LIB is not set.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-09 Max OkumotoUse Var_SetGlobal() instead of Var_Set(XX,YY, VAR_GLOBAL)
2005-08-09 Joerg SonnenbergerJust expect either the kernel or libc to drop empty...
2005-08-09 Simon SchubertActually install lesspipe.sh
2005-08-08 Max OkumotoChange return type of CompatMake() to void since no...
2005-08-08 Joerg SonnenbergerMake it actually compile without warnings.
2005-08-08 Max OkumotoCleanup Job_CheckCommands()
2005-08-08 Joerg SonnenbergerBoth file and dp->d_name are NUL-terminated, so it...
2005-08-08 Joerg SonnenbergerMAXNAMELEN ==> PATH_MAX
2005-08-07 Liam J. FoyIt's actually 11 minutes when the machine is assumed...
2005-08-07 Max OkumotoCleanup some lint warnings.
2005-08-06 Max OkumotoFix bug where commands deferred using "..." where being...
2005-08-05 Max OkumotoGet rid of the Byte typedef and just use char. This...
2005-08-05 Sascha WildnerOnly one name per .Nm macro for better readability.
2005-08-05 Sascha WildnerLink to the real file.
2005-08-05 Sascha WildnerMention the shell builtin.
2005-08-04 Sascha WildnerRemove crossrefs to non-existant usb(3) man page.
2005-08-04 Liam J. Foy- If at least one call to onehost() fails, return 1
2005-08-04 David RhodusRemove some register keywords and add in some missing...
2005-08-04 Max OkumotoBring in better comments for hash.h from NetBSD
2005-08-04 Max OkumotoBring in better comment for hash.c function header...
2005-08-03 Max OkumotoCast ctype.h function paramters to (unsigned char).
2005-08-03 Max OkumotoRemove casting of NULL
2005-08-03 Max OkumotoBring in better comments for hash.c from NetBSD.
2005-08-03 Max OkumotoInclude stdbool.h in files header files that need it...
2005-08-03 Max OkumotoMake debug definition match forward declaration.
2005-08-03 Max OkumotoMake prototype match up with function definition.
2005-08-03 Max OkumotoFreeBSD-Date: 2005/07/31 04:30:46
2005-08-02 Chris PresseyStyle(9):
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-08-01 Sascha WildnerRemove trailing blank space characters. mdoc(7) explici...
2005-07-31 Jeroen Ruigrok/asmodaiAdd DIAGNOSTICS.
2005-07-31 Jeroen Ruigrok/asmodaiRemove part about 89 and 1989, we live in the 21st...
2005-07-31 Jeroen Ruigrok/asmodaiDocument that dirname does conform to SUSv3.
2005-07-31 Jeroen Ruigrok/asmodaiDocument that we do not conform to SUSv3.
next