Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linux compat with CLOCKS_PER_SECHEADmaster | Joseph Hunkeler | 2010-02-25 | 2 | -1/+4 |
| | | | | | | Added missing log.c to Makefile.linux | ||||
* | Minor bug fixes. | Joseph Hunkeler | 2009-12-18 | 1 | -4/+6 |
| | |||||
* | For now recycle_device() will not be used. It is the root of the file ↵ | Joseph Hunkeler | 2009-11-10 | 1 | -20/+26 |
| | | | | descriptors going haywire. | ||||
* | This code is unstable. A runaway file descriptor is locking up the testbed. | Joseph Hunkeler | 2009-11-09 | 2 | -27/+96 |
| | |||||
* | More updated information | Joseph Hunkeler | 2009-10-06 | 1 | -5/+42 |
| | |||||
* | The argument list did not specify the shorthand correctly for --verbose-high | Joseph Hunkeler | 2009-10-06 | 1 | -1/+1 |
| | |||||
* | I created a different algorithm for writing the percentages to the log file. | Joseph Hunkeler | 2009-10-01 | 1 | -13/+5 |
| | |||||
* | No space left on device no longer scrolls the screen. | Joseph Hunkeler | 2009-09-30 | 1 | -1/+8 |
| | |||||
* | Logging is more verbose, to include percentage completed for each device. | Joseph Hunkeler | 2009-09-28 | 3 | -22/+102 |
| | | | | | | | | | | Sending the signal SIGUSR1 now skips the current device (this is useful) MAX_SCAN has been implemented, and defaults to 255 iterations. The line clearing code inside of cleanup() is now a function called clearline(). The short version string is now a define: NETNUKE_VERSION_STRING The long version string will remain how it is for now. | ||||
* | Initial commit of log.c | Joseph Hunkeler | 2009-09-23 | 2 | -2/+80 |
| | | | | | | Fixed character buffer overflow when copying the media names from the structure. | ||||
* | Tons of little changes. A log file is now generated with relevent ↵ | Joseph Hunkeler | 2009-09-23 | 3 | -6/+55 |
| | | | | information in /tmp/netnuke.log | ||||
* | We can now collect stats on different devices. | Joseph Hunkeler | 2009-09-22 | 1 | -5/+8 |
| | |||||
* | Eventually I would like each mediaList iteration perform a user defined scan ↵ | Joseph Hunkeler | 2009-09-20 | 1 | -2/+2 |
| | | | | of 1 to XXXX. Right now, SATA detection isues this method, but the rest of the subsystems should as well. | ||||
* | SATA checkpoint to iterate IDE devices works now. | Joseph Hunkeler | 2009-09-20 | 2 | -3/+6 |
| | | | | | | More testing will be needed to determine if any device skipping happens if both IDE and SATA devices are connected at the same time. | ||||
* | Using memcpy instead of strncpy for the character arrays inside the ↵ | Joseph Hunkeler | 2009-09-17 | 1 | -6/+6 |
| | | | | | | | | structures. It feels more stable. Added some more checking to see whether or not the device we wiping is actually usable or not. | ||||
* | I had to comment on a little comment I forgot to put in. | Joseph Hunkeler | 2009-09-17 | 1 | -0/+1 |
| | |||||
* | Various small bug fixes and verbosity with the command line. | Joseph Hunkeler | 2009-09-17 | 1 | -8/+20 |
| | |||||
* | human_readable.c (on linux) stopped working, so i had to comment out fts.h ↵ | Joseph Hunkeler | 2009-09-17 | 4 | -70/+58 |
| | | | | | | | | | | for no reason. i discovered a bug in static pattern writing that did not fill the buffer correctly. now it works fine. messing with the makefiles, but nothing much has changed | ||||
* | Small changes. | Joseph Hunkeler | 2009-09-17 | 2 | -3/+15 |
| | |||||
* | Forgot to remove "error". It is no longer used either. | Joseph Hunkeler | 2009-09-16 | 1 | -2/+0 |
| | |||||
* | Rewrite the entire core of NetNuke to store every media device in an array ↵ | Joseph Hunkeler | 2009-09-16 | 3 | -83/+117 |
| | | | | | | | | | | of structs. So far the code is solid, but live-testing will be the deciding factor in if that is a true statement. Also, I remember getSize(const char* media) because it is no longer viable to use | ||||
* | Attempting to make a dynamic array of devices that can be sorted, and ↵ | Joseph Hunkeler | 2009-09-16 | 2 | -166/+242 |
| | | | | skipped through. | ||||
* | Fixed a few things, but before a few others. | Joseph Hunkeler | 2009-09-16 | 2 | -35/+76 |
| | |||||
* | Initial commit of README | Joseph Hunkeler | 2009-09-14 | 1 | -0/+112 |
| | |||||
* | Made the number of passes easier to understand. | Joseph Hunkeler | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | Version information is displayed on the first line. | Joseph Hunkeler | 2009-09-11 | 2 | -1/+15 |
| | | | | | | Added newline characters to various areas for a cleaner output. | ||||
* | First truely working implementation. | Joseph Hunkeler | 2009-09-11 | 3 | -56/+43 |
| | |||||
* | Assloads of changes | Joseph Hunkeler | 2009-09-10 | 2 | -114/+223 |
| | |||||
* | Too many changes to really note them all. | Joseph Hunkeler | 2009-09-10 | 2 | -15/+105 |
| | |||||
* | Adding netnuke.h | Joseph Hunkeler | 2009-09-10 | 1 | -0/+28 |
| | |||||
* | Started working on command line arguments and helper macros | Joseph Hunkeler | 2009-09-10 | 1 | -1/+95 |
| | |||||
* | Replaced printf("\n") with putchar('\n'); | Joseph Hunkeler | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Joseph Hunkeler | 2009-09-08 | 5 | -0/+510 |
| | |||||
* | Created directory 'trunk'. | Joseph Hunkeler | 2009-09-08 | 0 | -0/+0 |