Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerated autotools with something less bleeding edge than Fedora 14's ↵ncurses | Joseph Hunkeler | 2010-12-20 | 10 | -2278/+2130 |
| | | | | | | implementation. It was only causing problems. | ||||
* | More ncurses work. | Joseph Hunkeler | 2010-12-13 | 4 | -36/+44 |
| | |||||
* | Incorrect syntax for COM call fixed | Joseph Hunkeler | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | Add curses.c to Makefile | Alan Brault | 2010-12-10 | 2 | -13/+30 |
| | |||||
* | Small UI change | Joseph Hunkeler | 2010-12-10 | 1 | -0/+198 |
| | |||||
* | UI changes... Sort of getting there. | Joseph Hunkeler | 2010-12-10 | 3 | -4/+22 |
| | |||||
* | Dual window testing (sad attempt so far) | Joseph Hunkeler | 2010-12-10 | 2 | -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 ncurses | Joseph Hunkeler | 2010-12-09 | 6 | -4/+89 |
|\ | |||||
| * | Additional header and function checks | Alan Brault | 2010-12-09 | 6 | -4/+89 |
| | | | | | | | | OpenSSL Support | ||||
* | | - curses.c spawns an ncurses enabled worker thread | Joseph Hunkeler | 2010-12-09 | 3 | -94/+18 |
|/ | | | | | | - The meat of netnuke.c has been moved to curses.c - COM prints via wprintw instead of fprintf - Other craziness | ||||
* | ncurses support | Alan Brault | 2010-12-09 | 5 | -3/+63 |
| | |||||
* | Utilitize config.h | Alan Brault | 2010-12-09 | 2 | -3/+3 |
| | |||||
* | Add BUGS and cleanup README a bitHEADmaster | Alan Brault | 2010-12-09 | 2 | -12/+3 |
| | |||||
* | Enable cross compiling support to NetNuke | Alan Brault | 2010-12-09 | 16 | -34/+411 |
| | | | | | 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 | ||||
* | Add TODO entries | Alan Brault | 2010-12-08 | 1 | -6/+3 |
| | |||||
* | Rename TODO | Alan Brault | 2010-12-08 | 1 | -0/+0 |
| | |||||
* | Add TODO for personal tracking... | Alan Brault | 2010-12-08 | 1 | -0/+6 |
| | |||||
* | Reoptimize CFLAGS | Alan Brault | 2010-12-07 | 2 | -0/+6 |
| | |||||
* | Merge branch 'master' of git://github.com/jhunkeler/NetNuke | Alan Brault | 2010-12-07 | 2 | -8/+12 |
|\ | |||||
| * | Merge branch 'extrarius-master' | Joseph Hunkeler | 2010-12-07 | 6 | -624/+5193 |
| |\ | |||||
| * | | Explicitly set block size, no matter what. | Joseph Hunkeler | 2010-12-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed not writing the proper amount of data | Joseph Hunkeler | 2010-12-07 | 1 | -7/+11 |
| | | | |||||
* | | | Remove the checks for g++... NetNuke doesn't use C++ code at all | Alan Brault | 2010-12-07 | 5 | -4333/+498 |
| | | | |||||
* | | | Remove bad linker switch | Alan Brault | 2010-12-07 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'master' of git://github.com/jhunkeler/NetNuke | Alan Brault | 2010-12-07 | 3 | -22/+16 |
|\| | |||||
| * | Check the return value of fgets | Joseph Hunkeler | 2010-12-07 | 1 | -5/+6 |
| | | |||||
| * | Fixed "function declaration is not a prototype" warning | Joseph Hunkeler | 2010-12-07 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'extrarius-master' | Joseph Hunkeler | 2010-12-07 | 9 | -412/+486 |
| |\ | |||||
| * | | Playing with mutex configurations (everything is subject to change for best ↵ | Joseph Hunkeler | 2010-12-07 | 1 | -13/+6 |
| | | | | | | | | | | | | performance) | ||||
* | | | - Check for sizes in unsigned long long and unsigned long int | Alan Brault | 2010-12-07 | 6 | -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 problems | Alan Brault | 2010-12-07 | 9 | -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 required | Alan Brault | 2010-12-07 | 50 | -52177/+0 |
| | |||||
* | Fully integrate libsysfs into NetNuke (it compiles and links correctly) | Alan Brault | 2010-12-07 | 26 | -699/+28143 |
| | |||||
* | 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 |
| |