aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated autotools with something less bleeding edge than Fedora 14's ↵ncursesJoseph Hunkeler2010-12-201-0/+1
| | | | | | implementation. It was only causing problems.
* More ncurses work.Joseph Hunkeler2010-12-134-36/+44
|
* Incorrect syntax for COM call fixedJoseph Hunkeler2010-12-131-1/+1
|
* Add curses.c to MakefileAlan Brault2010-12-102-13/+30
|
* Small UI changeJoseph Hunkeler2010-12-101-0/+198
|
* UI changes... Sort of getting there.Joseph Hunkeler2010-12-102-4/+21
|
* Dual window testing (sad attempt so far)Joseph Hunkeler2010-12-102-2/+8
| | | | A new variable will need to be introduced to track how many devices there are, so that we know how many rows to increment while printing
* Merge branch 'ncurses' of http://github.com/phenex/NetNuke into ncursesJoseph Hunkeler2010-12-093-2/+3
|\
| * Additional header and function checksAlan Brault2010-12-093-2/+3
| | | | | | | | OpenSSL Support
* | - curses.c spawns an ncurses enabled worker threadJoseph Hunkeler2010-12-092-94/+12
|/ | | | | | - The meat of netnuke.c has been moved to curses.c - COM prints via wprintw instead of fprintf - Other craziness
* ncurses supportAlan Brault2010-12-092-2/+2
|
* Utilitize config.hAlan Brault2010-12-091-1/+1
|
* Enable cross compiling support to NetNukeAlan Brault2010-12-092-18/+89
| | | | | Add buildconf to make the process of rebuilding all the bootstrapping files easier Add files AUTHORS, INSTALL, ChangeLog, NEWS, COPYING (renamed LICENSE) and compile to satisfy automake
* Merge branch 'master' of git://github.com/jhunkeler/NetNukeAlan Brault2010-12-072-8/+12
|\
| * Merge branch 'extrarius-master'Joseph Hunkeler2010-12-071-0/+5
| |\
| * | 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-071-5/+0
| | |
* | | Remove bad linker switchAlan Brault2010-12-072-2/+2
| |/ |/|
* | Merge branch 'master' of git://github.com/jhunkeler/NetNukeAlan Brault2010-12-072-18/+12
|\|
| * Check the return value of fgetsJoseph Hunkeler2010-12-071-5/+6
| |
| * Merge branch 'extrarius-master'Joseph Hunkeler2010-12-072-5/+5
| |\
| * | 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-071-0/+5
| |/ |/| | | | | | | | | - 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-072-5/+5
|/ | | | | - Fix libtool and linker LDFLAGS to ensure a static build - Add missing README required by GPL for libsysfs
* Fully integrate libsysfs into NetNuke (it compiles and links correctly)Alan Brault2010-12-072-23/+76
|
* 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-063-11/+15
|
* More sysfsutils stuff but the linker is not working just yetAlan Brault2010-12-062-0/+5
|
* Bundle sysfsutils for portability reasonsAlan Brault2010-12-061-4/+4
|
* License textJoseph Hunkeler2010-12-061-0/+20
|
* Regenerate MakefileAlan Brault2010-12-051-2/+2
|
* Move CFLAGS and LDFLAGS to configure.ac to prevent tamperingAlan Brault2010-12-052-34/+27
| | | | | 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-051-4/+8
|
* Clean up Configure and Makefile ScriptsAlan Brault2010-12-051-0/+465
|
* Initial Configure and Make ScriptsAlan Brault2010-12-051-0/+8
|
* Structural ChangesAlan Brault2010-12-052-85/+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
|/