aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* We can now collect stats on different devices.Joseph Hunkeler2009-09-221-5/+8
|
* Eventually I would like each mediaList iteration perform a user defined scan ↵Joseph Hunkeler2009-09-201-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 Hunkeler2009-09-202-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 Hunkeler2009-09-171-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 Hunkeler2009-09-171-0/+1
|
* Various small bug fixes and verbosity with the command line.Joseph Hunkeler2009-09-171-8/+20
|
* human_readable.c (on linux) stopped working, so i had to comment out fts.h ↵Joseph Hunkeler2009-09-174-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 Hunkeler2009-09-172-3/+15
|
* Forgot to remove "error". It is no longer used either.Joseph Hunkeler2009-09-161-2/+0
|
* Rewrite the entire core of NetNuke to store every media device in an array ↵Joseph Hunkeler2009-09-163-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 Hunkeler2009-09-162-166/+242
| | | | skipped through.
* Fixed a few things, but before a few others.Joseph Hunkeler2009-09-162-35/+76
|
* Initial commit of READMEJoseph Hunkeler2009-09-141-0/+112
|
* Made the number of passes easier to understand.Joseph Hunkeler2009-09-111-1/+1
|
* Version information is displayed on the first line.Joseph Hunkeler2009-09-112-1/+15
| | | | | | Added newline characters to various areas for a cleaner output.
* First truely working implementation.Joseph Hunkeler2009-09-113-56/+43
|
* Assloads of changesJoseph Hunkeler2009-09-102-114/+223
|
* Too many changes to really note them all.Joseph Hunkeler2009-09-102-15/+105
|
* Adding netnuke.hJoseph Hunkeler2009-09-101-0/+28
|
* Started working on command line arguments and helper macrosJoseph Hunkeler2009-09-101-1/+95
|
* Replaced printf("\n") with putchar('\n');Joseph Hunkeler2009-09-081-1/+1
|
* (no commit message)Joseph Hunkeler2009-09-085-0/+510
|
* Created directory 'trunk'.Joseph Hunkeler2009-09-080-0/+0