Remove redundant assignment.
[dragonfly.git] / usr.bin /
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.
2005-07-31 Jeroen Ruigrok/asmodaiDocument the fact we do not conform to 1003.1-2004...
2005-07-31 Jeroen Ruigrok/asmodaiAdd SUSv3 information.
2005-07-31 Jeroen Ruigrok/asmodaiActually add a copyright name.
2005-07-31 Jeroen Ruigrok/asmodaiAdd EXAMPLES.
2005-07-31 Jeroen Ruigrok/asmodaiAdd DIAGNOSTICS.
2005-07-31 Jeroen Ruigrok/asmodaiAdd manual page.
2005-07-30 Liam J. Foy- Use MAXPATHLEN
2005-07-30 Joerg SonnenbergerStop installing profiling libraries as /usr/lib/lib...
2005-07-30 Liam J. Foy- Fix return values to conform with SUSv3
2005-07-29 Max OkumotoUse standard bool instead of our own Boolean type.
2005-07-29 Max OkumotoRemove redundent paramter to Compat_RunCmds(), since...
2005-07-29 Max Okumotofix some style(9) white space problems that I missed.
2005-07-26 Liam J. Foy- Don't role our own - use err(3)
2005-07-25 Hiten PandyaUpdate the unifdef(1) utility to the latest code from...
2005-07-25 Gregory Neil ShapiroBring DragonFly's sendmail infrastructure up to date...
2005-07-24 Joerg SonnenbergerJust threat all ELF dynamic objects as shared libraries...
2005-07-23 Joerg SonnenbergerAdd shlock(1), a program for the safe creation of lock...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-21 Joerg SonnenbergerRemove the minigzip example from libz. Since the real...
2005-07-19 Max OkumotoFix Saved commands bug. The following Makefile would...
2005-07-19 Max OkumotoReorder paramters to Compat_RunCommand().
2005-07-19 Max OkumotoMove handling of the following signals {SIGTSTP, SIGTTOU,
2005-07-19 Max OkumotoConstify cmd paramter to Compat_RunCommand()
2005-07-19 Max OkumotoCleanup the signal handling. A lot of unnecessary...
2005-07-19 Max OkumotoConstify Lst_Member()
2005-07-16 Max OkumotoMake some functions that do not get access outside...
2005-07-15 Max OkumotoTemporarily remove KQUEUE code for now, since it compli...
2005-07-15 Max OkumotoRemoved unused RANLIBMAG symbol since harti cleaned...
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-13 Max OkumotoReturn child exit status through ProcStuff.
2005-07-13 Max OkumotoAdd better comments and renamed functions to match...
2005-07-13 Max Okumotocleanup some spelling errors
2005-07-13 Max OkumotoMove mkfifio(), and FILENO() into util.c
2005-07-13 Max OkumotoMove common code that executes the comands associated...
2005-07-13 Max OkumotoGroup curdir and objdir code.
2005-07-13 Joerg SonnenbergerSwitch to OpenPAM. The PAM modules are now installed...
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-09 Simon SchubertMake us bootstrap on FreeBSD-6.x. Joerg seemed to fix...
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-07 Simon Schubertconvert ln to ${LN}
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-07-04 Sascha WildnerDon't forget to install the magic manpage, too.
2005-07-02 Max OkumotoUse LST_FOREACH() macro instead of for-loop
2005-07-02 Max OkumotoAvoid comments using the word "variable", since it...
2005-07-02 Max OkumotoMove code out of InitVariables() back into main(), to
2005-07-02 Max OkumotoRemove white space between function name and paramter...
2005-07-02 Max OkumotoMove code in Proc_Setupsignals() into Proc_Init().
2005-07-02 Max OkumotoReduce usage of commandShell global by adding a shell...
2005-07-02 Max OkumotoReduce usage of commandShell global by assigning it...
2005-07-02 Max OkumotoPass commandShell is a paramter to Proc_Exec() instead of
2005-07-02 Max OkumotoMoved exit status code into subroutine Make_Run()
2005-06-29 Simon SchubertFix bzip2 vulnerability.
2005-06-29 Simon SchubertSwitch to bzip2-1.0.3
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-29 Simon SchubertSync with FreeBSD to fix (a genuine DragonFly) bug...
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-26 Matthew DillonMove remaining scheduler-specific functions into the...
2005-06-22 Max OkumotoRenamed struct MakeFlags to struct CLI.
2005-06-22 Max OkumotoSplit Dir_Init() into two functions.
2005-06-22 Max OkumotoMove sections of init code that do not take any input...
2005-06-22 Max OkumotoCleanup Dir_Init*() functions.
2005-06-22 Max OkumotoRemove extra semi colin and a few remove redundent...
2005-06-22 Max OkumotoSome cleanup
2005-06-22 Matthew DillonSynchronize the fstat program with recent file descript...
2005-06-21 Max OkumotoUse strsep() instead of custom loop.
2005-06-21 Max OkumotoMove compatMake test up.
2005-06-21 Max Okumotocleanup ReadInputFiles()
2005-06-21 Max Okumotofix comments
2005-06-21 Max OkumotoMove code from main into subroutine.
2005-06-21 Max Okumotocleanup built_stuff()
2005-06-21 Matthew DillonHave ktrdump run 'nm' on the kernel execfile and transl...
2005-06-21 Matthew DillonRewrite a good chunk of the ktrdump utility to work...
next