Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing mutex init/destroy (should have crashed, but never did...) | Joseph Hunkeler | 2010-12-07 | 1 | -0/+2 |
| | |||||
* | For each pass attempt to lock the mutex. If the mutex locks then write, if ↵ | Joseph Hunkeler | 2010-12-07 | 1 | -11/+16 |
| | | | | not, wait for cputime. | ||||
* | Transition to fcntl.h for I/O | Joseph Hunkeler | 2010-12-06 | 4 | -12/+16 |
| | |||||
* | More sysfsutils stuff but the linker is not working just yet | Alan Brault | 2010-12-06 | 29 | -72/+11 |
| | |||||
* | Remove CVS entries | Alan Brault | 2010-12-06 | 5 | -33/+0 |
| | |||||
* | Clean Up sysfsutils directory | Alan Brault | 2010-12-06 | 6 | -45980/+0 |
| | |||||
* | Bundle sysfsutils for portability reasons | Alan Brault | 2010-12-06 | 107 | -96/+104454 |
| | |||||
* | Reoptimize configure.ac to produce a smaller optimized script | Alan Brault | 2010-12-06 | 3 | -202/+190 |
| | | | | Set NetNuke up to build as a static binary | ||||
* | License text | Joseph Hunkeler | 2010-12-06 | 1 | -0/+20 |
| | |||||
* | Regenerate Makefile | Alan Brault | 2010-12-05 | 1 | -2/+2 |
| | |||||
* | Regenerate config.h.in to reflect configure.ac changes | Alan Brault | 2010-12-05 | 1 | -0/+9 |
| | |||||
* | Move CFLAGS and LDFLAGS to configure.ac to prevent tampering | Alan Brault | 2010-12-05 | 4 | -148/+246 |
| | | | | | Add check for gcc Add checks for pthread and libsysfs libraries | ||||
* | Move NetNuke binary from bin to sbin | Alan Brault | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | Remove errenous -static from src/Makefile.am | Alan Brault | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | More cleanups | Alan Brault | 2010-12-05 | 2 | -5/+9 |
| | |||||
* | Clean up Configure and Makefile Scripts | Alan Brault | 2010-12-05 | 4 | -0/+7552 |
| | |||||
* | Initial Configure and Make Scripts | Alan Brault | 2010-12-05 | 7 | -0/+2012 |
| | |||||
* | Structural Changes | Alan Brault | 2010-12-05 | 3 | -21/+0 |
| | |||||
* | Added misc.c | Joseph Hunkeler | 2010-12-05 | 1 | -1/+2 |
| | |||||
* | Added ignore_device function | Joseph Hunkeler | 2010-12-05 | 1 | -0/+19 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2010-12-05 | 1 | -0/+15 |
| | |||||
* | Added "vendor" and "model" to nndevice_t, and added more prototypes | Joseph Hunkeler | 2010-12-05 | 1 | -0/+4 |
| | |||||
* | Implementing --ignore flag (not working right now) | Joseph Hunkeler | 2010-12-05 | 1 | -11/+31 |
| | |||||
* | Re-working sysfs handling | Joseph Hunkeler | 2010-12-05 | 1 | -18/+78 |
| | |||||
* | Merge branch 'master' of git://github.com/jhunkeler/NetNuke | Joseph Hunkeler | 2010-12-04 | 2 | -12/+34 |
|\ | |||||
| * | IDE now sets nndevice_t variables like scsi | Joseph Hunkeler | 2010-12-04 | 1 | -5/+9 |
| | | | | | | | | bus flags work again | ||||
| * | fixed bad malloc | Joseph Hunkeler | 2010-12-04 | 1 | -7/+25 |
| | | | | | | | | added --help argument | ||||
* | | Implementing sysfs SCSI scaning | Joseph Hunkeler | 2010-12-04 | 3 | -1/+55 |
|/ | |||||
* | Added --list argument to display devices then exit. | Joseph Hunkeler | 2010-12-02 | 3 | -34/+61 |
| | | | | | | Implemented --ignore-first (probably a little buggy). For now, write messages only appear with --verbose set. Removed a few debug messages. | ||||
* | Fixed erroneous tab | Joseph Hunkeler | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | Inital commit | Joseph Hunkeler | 2010-12-02 | 1 | -0/+674 |
| | |||||
* | Beginnings of application outline. | Joseph Hunkeler | 2010-12-02 | 1 | -0/+40 |
| | | | | User warning added to emphasize the destructive power of NetNuke. | ||||
* | Now checks for non-root users and SUID operation. | Joseph Hunkeler | 2010-12-02 | 1 | -3/+24 |
| | | | | Added block-size argument. | ||||
* | Added user defined block size. | Joseph Hunkeler | 2010-12-02 | 1 | -3/+21 |
| | | | | Fixed the error with the wipe() while loop not counting the correct variable. | ||||
* | Added command line argument to enable logging. | Joseph Hunkeler | 2010-12-01 | 3 | -11/+29 |
| | | | | | Added command line argument to allow NetNuke to destroy data. Fixed logging. | ||||
* | Created logging_flag variable to handle writing COM calls to a file. | Joseph Hunkeler | 2010-12-01 | 2 | -15/+15 |
| | | | | There is not argument parsing enabled for this yet. | ||||
* | Deleted original makefile | Joseph Hunkeler | 2010-12-01 | 1 | -13/+0 |
| | |||||
* | Better makefile | Joseph Hunkeler | 2010-12-01 | 1 | -0/+15 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2010-12-01 | 1 | -0/+5 |
| | |||||
* | Modified directory structure | Joseph Hunkeler | 2010-11-30 | 1 | -4/+4 |
| | |||||
* | Modified directory structure | Joseph Hunkeler | 2010-11-30 | 5 | -0/+0 |
| | |||||
* | Fixed 3.2GB transfer limit. | Joseph Hunkeler | 2010-11-30 | 2 | -5/+6 |
| | |||||
* | strerr should be stderr. | Joseph Hunkeler | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Comments removed and slight cleanup | Joseph Hunkeler | 2010-11-30 | 1 | -15/+2 |
| | |||||
* | Removed dangerous seeking/writing. | Joseph Hunkeler | 2010-11-30 | 1 | -19/+7 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2010-11-30 | 6 | -0/+700 |
| | |||||
* | first commit | Joseph Hunkeler | 2010-11-21 | 1 | -0/+0 |