Repo-copy vinumparser.c and vinumutil.c from /usr/src/sys/dev/raid/vinum
[dragonfly.git] / usr.bin /
2005-01-24 Max OkumotoReverting all of today's changes.
2005-01-24 Max Okumoto- Cleanup field names in Buffer object, and add better...
2005-01-24 Max Okumoto- New function Buf_AppendRange(), which is given a...
2005-01-24 Max Okumoto- New function Buf_Append(), which is given a pointer...
2005-01-24 Max Okumoto- Inline silly #define MACRO.
2005-01-24 Max Okumoto- Removed unnessisary append of '\0' to Buffer object...
2005-01-24 Max Okumoto- Rewrite Buffer object to maintain only write pointer...
2005-01-23 Liam J. Foy- Remove a duplicate unnecessary check on errno. strtol...
2005-01-23 Joerg SonnenbergerAdd missing 'by' in the license text of the man page.
2005-01-22 Joerg SonnenbergerAdd a simple tool to generate a sequence of numbers...
2005-01-22 Liam J. Foy- Complete re-write of sasc.
2005-01-22 Max Okumoto- put #ifdef around PrintAddr() proto type.
2005-01-22 Max Okumoto- We use vfork() so if execv fails we should use _exit().
2005-01-22 Max Okumoto- Move PrintAddr() into only file that uses it.
2005-01-20 Max OkumotoSort sections.
2005-01-19 Max OkumotoAdd a man page for this program.
2005-01-19 Eirik NygaardKerberos no longer comes with it's own telnet, so alway...
2005-01-16 Chris PresseyRaise WARNS to 6:
2005-01-16 Chris PresseyRaise WARNS to 6.
2005-01-16 Joerg SonnenbergerWARNS=6. The __DECONST is save, because execv doesn...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-16 Chris PresseyRaise WARNS to 6.
2005-01-14 Joerg SonnenbergerBack out part of rev 1.24. The intention the quoting...
2005-01-14 Chris PresseyFix typo in error message.
2005-01-13 Max OkumotoWARNS6 clean.
2005-01-13 YONETANI TomokazuFix -iostat feature by properly calculating the divisor...
2005-01-12 Chris PresseyRaise WARNS to 6:
2005-01-12 Chris PresseyRaise WARNS to 6:
2005-01-11 Max Okumoto- Add WARNS?=6 and $DragonFly$ to Makefile.
2005-01-11 Max Okumoto- Add back marco that joerg added that I deleted, becau...
2005-01-11 Max OkumotoScheduled mdoc(7) sweep.
2005-01-11 Liam J. Foy- Clean up wc (remove (void) etc)
2005-01-11 Liam J. Foy- Remove unnecessary headers
2005-01-11 Joerg SonnenbergerRemove some debugging printfs. Fix an error message.
2005-01-11 Max Okumoto- Swap location of Buf_Expand() function.
2005-01-11 Max Okumoto- Pass NULL as 2nd param to Buf_GetAll(buf, &len),...
2005-01-11 Joerg SonnenbergerAdd forgotten cast back. This code depends on BASE...
2005-01-11 Joerg SonnenbergerSwitch chkey/newkey to use libcrypto instead of libmp...
2005-01-11 Joerg SonnenbergerWARNS=6 cleaness.
2005-01-11 Max Okumoto- Inline Buf_OvAddByte() since it is only used in one...
2005-01-11 Joerg SonnenbergerMake newkey WARNS=6 clean.
2005-01-10 Sascha WildnerUpdate OpenBSD tags to reflect which revisions we are...
2005-01-10 Max Okumoto- Nothing modifies outPtr in the Buffer object. Since...
2005-01-10 Max Okumoto- Move code into buff.c by converting #define macros...
2005-01-10 Max Okumoto- Replace Buf_Discard(buf, size) with Buf_Clear(buf...
2005-01-10 Max Okumoto- Last of the easy constifications.
2005-01-09 Max Okumoto- Constify more functions.
2005-01-09 Max Okumoto- Cleanup white space. style(9)
2005-01-09 Max Okumoto- Moved unused argc, temp variable into small scope.
2005-01-09 Max OkumotoIncrease WARNS to 6
2005-01-09 Max Okumoto- Move sh_builtin string array into shellneed(). It...
2005-01-09 Liam J. Foy- Add WARNS 6 and make WARNS 6 clean
2005-01-09 Liam J. Foy- Add WARNS 6
2005-01-09 Liam J. Foy- Add -k option for whois.krnic.net (hold details of...
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoConstifying functions.
2005-01-08 Joerg SonnenbergerANSIfy. Fix various warnings. Statify.
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoAdd missing #include
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoConstify more functions.
2005-01-07 Max OkumotoChange variable name from retstr to ret. Reduce diffs...
2005-01-07 Chris PresseyRaise WARNS to 6:
2005-01-07 Chris PresseyRaise WARNS to 6:
2005-01-06 Max OkumotoAdd missing prototype that I missed with spliting up...
2005-01-06 Chris PresseyClarify/clean up code, make fewer assumptions about...
2005-01-06 Max Okumotoenomem() is only used in one file, make it static.
2005-01-06 Max OkumotoRemoved unused routines:
2005-01-06 Chris PresseyStyle(9):
2005-01-06 Max OkumotoHiding pointer in typedefs is evil. 'Buffer *' -> ...
2005-01-06 Max OkumotoAdd missing header files to CVS, for check in on 2005...
2005-01-06 Max OkumotoMerge the remaining lst routines into a single file...
2005-01-06 Max OkumotoClean up include header mess. Split nonints into separa...
2005-01-06 Max OkumotoRemoved unintentional added macro.
2005-01-05 Max OkumotoFix compilation for the USE_KQUEUE case.
2005-01-05 Max OkumotomaxJobs is declared extern in job.h so it cannot be...
2005-01-05 Max OkumotoRemove cleanup functions. There is no reason to free...
2005-01-05 Max OkumotoReduce diff between FreeBSD. kqueue code doesn't crash...
2005-01-05 Max OkumotoMove VarREError() to different position in var.c to...
2005-01-05 Liam J. Foy- Remove both sys/wait.h & sys/types.h - unnecessary
2005-01-05 Joerg SonnenbergerWARNS=6 safeness:
2005-01-05 Chris PresseyRaise WARNS to 6:
2005-01-05 Chris PresseyRaise WARNS to 6.
2005-01-05 Chris PresseyRaise WARNS to 6.
2005-01-05 Chris PresseyRaise WARNS to 6:
2005-01-05 Chris PresseyRaise WARNS to 6.
2005-01-05 Chris PresseyRaise WARNS to 6.
2005-01-05 Chris PresseyRaise WARNS to 6:
2005-01-05 Chris PresseyRaise WARNS to 6:
2005-01-05 Chris PresseyRaise WARNS to 6:
2005-01-04 Matthew DillonWARNS 2->6 and a minor code readability cleanup.
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2005-01-04 Joerg SonnenbergerSwitch from binutils 2.14 to binutils 2.15.
2005-01-04 Joerg SonnenbergerReplace sockstat(1) Perl script with the C version...
2005-01-04 Chris PresseyStyle(9) cleanup:
2005-01-03 Joerg SonnenbergerIgnore ENOENT when fetching the interface MIB. This...
2005-01-03 Liam J. Foy- Static functions/variables
2005-01-03 Chris PresseyRaise WARNS to 6.
2005-01-03 Chris PresseyRaise WARNS to 6.
2005-01-03 Chris PresseyRaise WARNS to 6:
next