aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/jhunkeler/NetNukeAlan Brault2010-12-072-8/+12
|\
| * Merge branch 'extrarius-master'Joseph Hunkeler2010-12-076-624/+5193
| |\
| * | Explicitly set block size, no matter what.Joseph Hunkeler2010-12-071-1/+1
| | |
| * | Fixed not writing the proper amount of dataJoseph Hunkeler2010-12-071-7/+11
| | |
* | | Remove the checks for g++... NetNuke doesn't use C++ code at allAlan Brault2010-12-075-4333/+498
| | |
* | | Remove bad linker switchAlan Brault2010-12-072-2/+2
| |/ |/|
* | Merge branch 'master' of git://github.com/jhunkeler/NetNukeAlan Brault2010-12-073-22/+16
|\|
| * Check the return value of fgetsJoseph Hunkeler2010-12-071-5/+6
| |
| * Fixed "function declaration is not a prototype" warningJoseph Hunkeler2010-12-071-4/+4
| |
| * Merge branch 'extrarius-master'Joseph Hunkeler2010-12-079-412/+486
| |\
| * | Playing with mutex configurations (everything is subject to change for best ↵Joseph Hunkeler2010-12-071-13/+6
| | | | | | | | | | | | performance)
* | | - Check for sizes in unsigned long long and unsigned long intAlan Brault2010-12-076-624/+5193
| |/ |/| | | | | | | | | - Check for O_LARGEFILE compatibility - Add extra checks for libsysfs so it can build correctly - Remove ISO C99 requirement (libsysfs fails on some platforms doing this)
* | - Alter CFLAGS to produce a more sane binary with less problemsAlan Brault2010-12-079-412/+486
|/ | | | | - Fix libtool and linker LDFLAGS to ensure a static build - Add missing README required by GPL for libsysfs
* Remove sysfsutils directory, no longer requiredAlan Brault2010-12-0750-52177/+0
|
* Fully integrate libsysfs into NetNuke (it compiles and links correctly)Alan Brault2010-12-0726-699/+28143
|
* Added missing mutex init/destroy (should have crashed, but never did...)Joseph Hunkeler2010-12-071-0/+2
|
* For each pass attempt to lock the mutex. If the mutex locks then write, if ↵Joseph Hunkeler2010-12-071-11/+16
| | | | not, wait for cputime.
* Transition to fcntl.h for I/OJoseph Hunkeler2010-12-064-12/+16
|
* More sysfsutils stuff but the linker is not working just yetAlan Brault2010-12-0629-72/+11
|
* Remove CVS entriesAlan Brault2010-12-065-33/+0
|
* Clean Up sysfsutils directoryAlan Brault2010-12-066-45980/+0
|
* Bundle sysfsutils for portability reasonsAlan Brault2010-12-06107-96/+104454
|
* Reoptimize configure.ac to produce a smaller optimized scriptAlan Brault2010-12-063-202/+190
| | | | Set NetNuke up to build as a static binary
* License textJoseph Hunkeler2010-12-061-0/+20
|
* Regenerate MakefileAlan Brault2010-12-051-2/+2
|
* Regenerate config.h.in to reflect configure.ac changesAlan Brault2010-12-051-0/+9
|
* Move CFLAGS and LDFLAGS to configure.ac to prevent tamperingAlan Brault2010-12-054-148/+246
| | | | | Add check for gcc Add checks for pthread and libsysfs libraries
* Move NetNuke binary from bin to sbinAlan Brault2010-12-051-1/+1
|
* Remove errenous -static from src/Makefile.amAlan Brault2010-12-051-1/+1
|
* More cleanupsAlan Brault2010-12-052-5/+9
|
* Clean up Configure and Makefile ScriptsAlan Brault2010-12-054-0/+7552
|
* Initial Configure and Make ScriptsAlan Brault2010-12-057-0/+2012
|
* Structural ChangesAlan Brault2010-12-053-21/+0
|
* Added misc.cJoseph Hunkeler2010-12-051-1/+2
|
* Added ignore_device functionJoseph Hunkeler2010-12-051-0/+19
|
* Initial commitJoseph Hunkeler2010-12-051-0/+15
|
* Added "vendor" and "model" to nndevice_t, and added more prototypesJoseph Hunkeler2010-12-051-0/+4
|
* Implementing --ignore flag (not working right now)Joseph Hunkeler2010-12-051-11/+31
|
* Re-working sysfs handlingJoseph Hunkeler2010-12-051-18/+78
|
* Merge branch 'master' of git://github.com/jhunkeler/NetNukeJoseph Hunkeler2010-12-042-12/+34
|\
| * IDE now sets nndevice_t variables like scsiJoseph Hunkeler2010-12-041-5/+9
| | | | | | | | bus flags work again
| * fixed bad mallocJoseph Hunkeler2010-12-041-7/+25
| | | | | | | | added --help argument
* | Implementing sysfs SCSI scaningJoseph Hunkeler2010-12-043-1/+55
|/
* Added --list argument to display devices then exit.Joseph Hunkeler2010-12-023-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 tabJoseph Hunkeler2010-12-021-1/+1
|
* Inital commitJoseph Hunkeler2010-12-021-0/+674
|
* Beginnings of application outline.Joseph Hunkeler2010-12-021-0/+40
| | | | User warning added to emphasize the destructive power of NetNuke.
* Now checks for non-root users and SUID operation.Joseph Hunkeler2010-12-021-3/+24
| | | | Added block-size argument.
* Added user defined block size.Joseph Hunkeler2010-12-021-3/+21
| | | | Fixed the error with the wipe() while loop not counting the correct variable.
* Added command line argument to enable logging.Joseph Hunkeler2010-12-013-11/+29
| | | | | Added command line argument to allow NetNuke to destroy data. Fixed logging.