Synchronise partially with NetBSD's v1.85:
[dragonfly.git] / usr.bin /
2004-01-06 Eirik Nygaard * Nuke calendar.freebsd
2004-01-06 Eirik Nygaard * Default to a calendar file that actually exists...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-18 Matthew DillonAdd a .makeenv directive to make, which allows variable...
2003-11-14 Hiten PandyaFix long interface name handling.
2003-11-08 Matthew DillonUpdate the systat manual page to reflect the new -ifsta...
2003-11-08 Jeroen Ruigrok/asmodaiAdd -ifstat functionality to systat. It shows the...
2003-11-06 Eirik Nygaard * Add a missing $DragonFly$ keyword
2003-11-06 Eirik NygaardNuke some more __P macros.
2003-11-04 Matthew DillonGet rid of the intmax_t dependancies and just specify...
2003-11-04 David Rhodus* Fix BBS buffer overflow in makeargv().
2003-11-04 David Rhodus* Call crypt() directly instread of taking a detour...
2003-11-04 David Rhodus* Add a comment to the file pertaining to the last...
2003-11-04 David Rhodus* Change the buffer lenght test in NEEDSP() so that...
2003-11-04 David Rhodus* Fix a that showd up on 64 bit systems. It was actually
2003-11-04 Eirik NygaardMake truss check if procfs is mounted, and where it...
2003-11-03 Eirik NygaardRemove __P macros from src/usr.bin and src/usr.sbin.
2003-11-03 Eirik NygaardAdd some missing $DragonFly$ keywords.
2003-11-03 Matthew DillonDo a minor update of getconf to deal with the addition...
2003-10-25 Hiten PandyaFix two bugs in split in split revealed after my optimi...
2003-10-24 Matthew DillonThis is FreeBSD 5.x's code to dump the kernel's identif...
2003-10-20 Matthew DillonFix an error message.
2003-10-20 Matthew DillonAdd the 'checkpt' utility to support the process checkp...
2003-10-20 Matthew DillonAdd the 'checkpt' utility to support the process checkp...
2003-10-18 Matthew DillonMake vmstat -m understand the new per-cpu aggregation for
2003-10-05 David Rhodus* Try to make gencat(1) recognize.
2003-10-04 Hiten PandyaK&R style function removal. Update functions to ANSI...
2003-10-02 Hiten PandyaK&R style function removal. Update functions to ANSI...
2003-09-28 Matthew DillonHash the link-check data to improve performance on...
2003-09-17 David RhodusClean up.
2003-09-10 Robert Garrettallow this to compile
2003-09-08 Matthew Dillonadd relpath to the build Makefile
2003-09-08 Matthew DillonAdd the relpath utility which /usr/share/mk/bsd.port...
2003-08-29 Hiten PandyaFix vmstat(1) diagnostic output.
2003-08-28 Hiten PandyaFix the case when `-p' option of truss can be passed...
2003-08-28 Hiten PandyaAdd a `-q' option to killall(1). This is helpful when...
2003-08-28 Hiten PandyaOptimize split(1) by using dynamic allocation for buffers.
2003-08-27 Matthew DillonAdjust our kvm based utilities to use the _KERNEL_STRUC...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-24 David RhodusAdd function so Control-D erases the screen.
2003-08-22 Jeroen Ruigrok/asmodaiRemove more __const occurences.
2003-08-14 Jeffrey HsuAdd statistics to disambiguate how a spurious retransmi...
2003-08-14 Matthew DillonRemove FBSDID, move $ rcs id back to a comment field.
2003-08-13 Jeffrey HsuNew statistics to keep track of supurious retransmits.
2003-08-11 Matthew DillonAdd the 'wmake' script to /usr/bin and wmake support...
2003-08-08 Matthew DillonKernel tree reorganization stage 2: Major cvs repositor...
2003-08-05 Jeroen Ruigrok/asmodaiRemove kerberosIV from the build.
2003-08-03 Matthew DillonRemove NOSECURE which no longer serves a purpose. ...
2003-07-30 Hiten Pandya - Make `vmstat -i' working after Matt's interrupt...
2003-07-29 Robert GarrettNow we can add stat to the build
2003-07-29 Robert GarrettThe code to print correct time in long format is not...
2003-07-29 Robert GarrettMake stat behave in the default case
2003-07-28 Robert GarrettImport Stat.
2003-07-25 Matthew DillonRemove thread->td_cpu. thread->td_gd (which points...
2003-07-25 Matthew DillonOops, need to update truss's conf files re: new syscall...
2003-07-19 Matthew DillonRemove references to the no longer existant PZERO.
2003-07-13 Matthew DillonFix minor buildworld issues, mainly #include file depen...
2003-07-12 Matthew Dillonoops, fix bug in last commit, and adjust the p_slptime...
2003-07-12 Matthew DillonMake the pigs display more meaningful by showing proces...
2003-07-12 Matthew Dillonaccount for the time array being in microseconds now...
2003-07-11 Matthew DillonMake the cpu/stat display work properly again.
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
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 DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: