Add sr_YU.ISO8859-2/5.
[dragonfly.git] / usr.bin /
2004-10-02 Matthew DillonMake patch's -b option match the old patch's -b option...
2004-09-30 Joerg SonnenbergerFix the setup for initial processing. Always use argv...
2004-09-28 Joerg SonnenbergerSwitch patch(1) from GNU to BSD version.
2004-09-28 Joerg SonnenbergerDon't use patch -b, the flag has different meanings...
2004-09-28 Joerg SonnenbergerMake the BSD patch WARNS=6 clean
2004-09-26 Jeroen Ruigrok/asmodaiFix author name with .An macro. Add missing period.
2004-09-26 Joerg Sonnenberger- make process() static and take const arguments
2004-09-26 Jeroen Ruigrok/asmodaiMake WARNS ?= instead of = per all the other Makefiles.
2004-09-24 Joerg SonnenbergerAdd GPL-free patch. This is the extended version of...
2004-09-23 Matthew DillonAdd the -L and -l options to install. -L allows an...
2004-09-20 Matthew DillonHook the new bc and dc into the tree. Unhook the old...
2004-09-20 Joerg SonnenbergerWARNS=6 cleanes
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-20 Matthew DillonHere are (BSD licensed) replacements for bc and dc:
2004-09-19 Joerg SonnenbergerChange getgrouplist(3) to take gid_t arguments for...
2004-09-15 Joerg Sonnenberger- ISO C cleanup
2004-09-14 Joerg Sonnenberger- statify functions
2004-09-14 David RhodusFix a problem with the NSIG check which could lead...
2004-09-14 David RhodusPrint link level address on vlan interfaces using ether...
2004-09-14 David RhodusFix typo.
2004-09-12 Joerg SonnenbergerMinor style cleanup. Use err(3) since we are interested...
2004-09-09 Matthew DillonTemporary hack to remove historical schg protection...
2004-09-08 Joerg SonnenbergerRemove void casts of function return values. Remove...
2004-09-07 Joerg SonnenbergerRemove !TIOCSTI code and TIOCEXT conditionals. This...
2004-09-07 Joerg SonnenbergerMake edstop and writeback static.
2004-09-07 Joerg SonnenbergerMake mark/unmark static. Use getprogname() instead...
2004-09-07 Joerg SonnenbergerSync with FreeBSD. Most importantly, add handling for...
2004-09-05 Matthew DillonMinor non-functional syntax changes. Remove (void...
2004-09-05 Matthew DillonMisc syntax cleanup.
2004-09-05 Matthew DillonCorrect a bug introduced in a recent commit. This...
2004-09-04 Matthew DillonReenable pkill. There wasn't actually a problem with...
2004-09-03 Matthew DillonWith the 'cu' program removed from the system (long...
2004-09-03 Matthew DillonRemove some unnecessary extern's of libc functions.
2004-09-03 Matthew Dillonpkill does not compile cleanly, remove it from the...
2004-09-03 Matthew DillonAdd the -8 option to finger for 8-bit output (from...
2004-09-03 Joerg SonnenbergerFix the way warnings are printed. Use warnx(3) if the...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-30 Eirik NygaardUse strchr instead of index, and strrchr instead of...
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-25 Matthew DillonCorrect a mistake in the last commit that caused usage...
2004-08-25 Matthew DillonOutput an error message if the open fails.
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-25 Matthew DillonMinor cleanups. Document -j in usage.
2004-08-25 Matthew DillonCheck for a mkstemps() failure, generate a proper warni...
2004-08-25 Matthew DillonDocument the unorthordox use of getopt().
2004-08-24 Chris PresseyHook pkill up to the build.
2004-08-19 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Joerg Sonnenberger- include sys/param.h for ntohl
2004-08-19 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-19 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-19 Joerg SonnenbergerFix prototype for signal handlers
2004-08-19 Joerg SonnenbergerHide prototyp for loginit if ACULOG is false.
2004-08-19 Joerg SonnenbergerFix spurious warning
2004-08-17 Matthew DillonProperly record and print 64 bit file sizes, do not...
2004-08-15 Joerg Sonnenberger- use const for file names, static for local functions
2004-08-15 Joerg SonnenbergerMinor style changes.
2004-08-15 Joerg Sonnenberger- WARNS ?= 6 clean
2004-08-14 Joerg Sonnenberger- remove '?' from getopt switch case
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-08-09 Eirik NygaardSince we are DragonFly we want to use the DragonFly...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Eirik NygaardRemove local main() definition.
2004-07-31 Eirik NygaardAdd WARNS?=6 and remove CFLAGS=.
2004-07-31 Eirik NygaardDon't depend on pollution in <limits.h> for the definit...
2004-07-28 Chris PresseyDragonFly-ize pgrep/pkill:
2004-07-28 Chris PresseyImport from NetBSD: `pgrep' and `pkill' utilities for...
2004-07-27 Matthew Dillonrename functions that clash with reserved math procedur...
2004-07-27 Matthew Dillonrename exp() to expx() to avoid conflict with gcc-3...
2004-07-24 Eirik NygaardAdd missing va_end(ap);
2004-07-24 Eirik Nygaardstyle(9) cleanup.
2004-07-24 Eirik Nygaardstyle(9) cleanup:
2004-07-24 Hiten PandyaThe return-path is optional in a headline, therefore...
2004-07-23 Jeroen Ruigrok/asmodaiHook c99 up to the build for usr.bin.
2004-07-23 Hiten PandyaAdd the C99 utility, now that we have a decent C99...
2004-07-23 Jeroen Ruigrok/asmodaiAdd WARNS and set to level 3.
2004-07-23 Jeroen Ruigrok/asmodaiInitialise to NULL to silence gcc.
2004-07-23 Jeroen Ruigrok/asmodaiMake the second argument of interval() const, since...
2004-07-23 Jeroen Ruigrok/asmodaiFix two sign comparison mistakes.
2004-07-23 Jeroen Ruigrok/asmodaiUse proper ANSI function definitions.
2004-07-23 Jeroen Ruigrok/asmodaiMove a perror() to warn().
2004-07-23 Jeroen Ruigrok/asmodaiUse err() instead of a perror()/exit() combination.
2004-07-23 Hiten PandyaAdd new options to select different registries, basical...
2004-07-23 Hiten PandyaRespect locale settings from the environment.
2004-07-23 Hiten PandyaMechanically kill hard sentence breaks.
2004-07-22 Eirik NygaardForced commit to note that this fixes was submitted...
2004-07-22 Eirik Nygaard * Remove one of the two err.h include statements.
2004-07-22 Hiten PandyaFix compiler warnings; include <sys/types.h> and <netin...
2004-07-22 Hiten PandyaInclude <sys/types.h> and <netinet/in.h>, so that parse...
2004-07-21 David RhodusCleanout __FreeBSD__ defines which are not needed.
2004-07-19 Justin C. SherrillRemove my changes. PATH_PORTS is not checked for multi...
2004-07-18 Matthew DillonCompensate sockstat for the CPU column that netstat...
2004-07-17 Hiten PandyaMerge revision 1.16 of src/usr.bin/rusers/rusers.c...
2004-07-17 Hiten PandyaEliminate hard sentence breaks.
2004-07-16 Hiten PandyaDouble semi-colon police!
2004-07-16 Hiten PandyaEliminate hard sentence breaks.
2004-07-16 Hiten PandyaEliminate hard sentence breaks.
next