make the __asm for the pushfl fakery __volatile.
[dragonfly.git] / bin /
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-29 Matthew Dillonadd the 'y' and 'Y' options to ps, and add the 'iac...
2004-07-27 Matthew DillonPatch out tcsh's use of 'exp2', which is math-reserved...
2004-07-27 Hiten PandyaMinor cleanups to bring us on-par with FreeBSD's cat(1):
2004-07-27 Hiten PandyaKNF/style changes. Match scanfiles() function prototyp...
2004-07-27 Jeroen Ruigrok/asmodaiGet rid of varargs.h.
2004-07-26 Hiten PandyaAesthetic changes:
2004-07-24 Eirik NygaardRemove a not needed main() definition.
2004-07-22 Jeroen Ruigrok/asmodaiRaise WARNS to level 6.
2004-07-22 Jeroen Ruigrok/asmodaiMake usage() static.
2004-07-22 Jeroen Ruigrok/asmodaiActually mark the function itself static as well.
2004-07-22 Jeroen Ruigrok/asmodaiMark filescope functions static.
2004-07-22 Jeroen Ruigrok/asmodaiMark the variables defined at file scope static.
2004-07-22 Jeroen Ruigrok/asmodaiGarbage collect two unused variables (SaveFs, CountCopi...
2004-07-22 Jeroen Ruigrok/asmodaiMake setthetime() static per the prototype.
2004-07-22 Jeroen Ruigrok/asmodaiAlso mark the function itself static, not just the...
2004-07-22 Jeroen Ruigrok/asmodaiMake scanfiles() static since it is limited to the...
2004-07-22 Jeroen Ruigrok/asmodaiMake f_stream static.
2004-07-22 Jeroen Ruigrok/asmodaiUse static on file scoped function prototypes and varia...
2004-07-22 Jeroen Ruigrok/asmodaiGarbage collect RETAINBITS, not used anywhere.
2004-07-22 Jeroen Ruigrok/asmodaiMake unit_adjust() static as per its prototype.
2004-07-12 David RhodusFix memory leak.
2004-07-08 Hiten PandyaCorrect mdoc(7) errors:
2004-07-05 Matthew DillonMore optarg and declaration cleanups.
2004-07-05 Matthew DillonFix a bug in the -i code where an existing interface...
2004-07-05 Matthew DillonCleanup conditionals on exit, remove unnecessary free...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-21 Hiten PandyaCheck kp (struct kinfo_proc *kp) against NULL and not...
2004-06-21 Hiten PandyaUse the kern.boottime sysctl for retrieving the system...
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-06-09 Chris PresseyAdd -u option to cpdup(1), which causes its -v[vv]...
2004-06-01 Chris PresseyStyle(9) cleanup:
2004-05-20 Chris PresseyClarify how our `test -w' is a superset of POSIX' requi...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-03 Chris PresseyMerge ... FreeBSD (RELENG_4) src/bin/mv/mv.c, revision...
2004-04-22 Matthew Dillonposixlocks resource limit part 1/4: Add support to...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-03-22 Matthew DillonThis represents a major update to the buildworld subsystem.
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2004-03-19 Chris PresseyFix minor formatting errors in cpdup(1)'s man page.
2004-02-05 Joerg SonnenbergerFix bug when doing backquote expansion.
2004-02-03 Matthew DillonFake __FreeBSD__ for sendmail contrib use.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-30 Matthew DillonClean up the sys_nsig verses NSIG code to handle additi...
2004-01-28 Joerg SonnenbergerFix various warnings and other glitches.
2004-01-27 Matthew DillonDescribe variant symlinks in the 'ln' manual page.
2004-01-26 David Rhodus* Change FreeBSD ifdefs to DragonFly
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-22 Eirik NygaardLet the man page know about varsym links.
2004-01-20 Matthew DillonFix a panic if -i is used on an interface which does...
2004-01-06 Matthew DillonAdd the -r option to set the hostname based on a revers...
2003-12-27 David Rhodus* Merge From FreeBSD
2003-12-12 Matthew DillonMinor grammatical fix.
2003-12-11 Matthew DillonDo not print out error messages in quiet mode to make...
2003-12-01 Matthew DillonDo not require -i0 when -o is used.
2003-12-01 Matthew DillonAdd cpdup to /bin (not /usr/bin), so we can start using...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-14 Matthew Dillon__P removal.
2003-11-10 Matthew DillonAdd the varsym_list() system call and add listing suppo...
2003-11-09 Matthew DillonInitialize base unconditionally to get rid of a bogus...
2003-11-06 Eirik Nygaard * Parse arguments with getopt
2003-11-05 Matthew DillonAdd the 'varsym' utility which may be used to manipulat...
2003-11-04 David Rhodus* Handle realloc() failure correctly.
2003-10-22 Matthew DillonUse sys_nsig instead of NSIG so libc-suspplied arrays...
2003-10-14 Matthew Dillon/bin/sh needs to use sys_nsig, not NSIG, when accessing...
2003-10-13 Matthew DillonAdd checkpoint tty signaling support to stty and tcsh...
2003-09-28 Hiten PandyaK&R style function removal. Update functions to ANSI...
2003-09-21 David Rhodus* de-__P()
2003-09-21 David Rhodus* de- __P()
2003-09-21 David Rhodus* de- __P()
2003-09-10 Robert GarrettThe first a bug in pax and should be commited to FBSD...
2003-08-24 David RhodusCleaned up dead declarations.
2003-08-08 Matthew DillonKernel tree reorganization stage 2: Major cvs repositor...
2003-08-05 Jeroen Ruigrok/asmodaiRemove kerberosIV from the build.
2003-08-05 Jeroen Ruigrok/asmodaiClean up two lint warnings, by adding /* NOTREACHED...
2003-08-03 Matthew DillonRemove NOSECURE which no longer serves a purpose. ...
2003-07-28 Hiten PandyaBring us in sync with 4.8-STABLE.
2003-07-25 Matthew DillonRemove thread->td_cpu. thread->td_gd (which points...
2003-07-19 Matthew DillonRemove references to the no longer existant PZERO.
2003-07-11 Matthew DillonMake the cpu/stat display work properly again.
2003-07-01 Matthew DillonSync userland up with the kernel. This primarily adjus...
2003-06-23 Matthew Dillonproc->thread stage 3: synchronize ps, top, and libkvm...
2003-06-17 Matthew DillonRemove UUCP support. Note: /usr/src/gnu/libexec/uucp...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: