| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove long since deprecated initlog. | Bill Nottingham | 2009-10-26 | 1 | -4/+1 |
* | Move .cvsignore -> .gitignore. | Bill Nottingham | 2009-10-20 | 1 | -0/+0 |
* | Fix IPv6 address checking (#516319) | Bill Nottingham | 2009-08-10 | 2 | -1/+2 |
* | Remove very obsolete file. | Bill Nottingham | 2009-07-29 | 1 | -40/+0 |
* | Various ipdates to ipcalc to make it more useful. | Victor Lowther | 2009-07-29 | 1 | -27/+42 |
* | More tests. | Bill Nottingham | 2009-07-29 | 1 | -0/+4 |
* | More tests. | Bill Nottingham | 2009-07-29 | 1 | -23/+30 |
* | Add some simple regression tests for ipcalc | Bill Nottingham | 2009-07-29 | 2 | -0/+89 |
* | Expand get_hostname() function to support IPv4 and IPv6. | David Cantrell | 2009-03-19 | 1 | -7/+29 |
* | Remove unnecessary tab. | David Cantrell | 2009-03-19 | 1 | -1/+1 |
* | Correct address family option handling in ipcalc. | David Cantrell | 2009-03-19 | 1 | -42/+41 |
* | Compile ipcalc with _GNU_SOURCE defined (for asprintf). | David Cantrell | 2009-03-19 | 1 | -1/+1 |
* | Man page updates for ipcalc(1) | David Cantrell | 2009-03-19 | 2 | -7/+23 |
* | Add a address check capability for IPv4 and IPv6 addresses. | David Cantrell | 2009-03-19 | 1 | -0/+42 |
* | Use asprintf() rather than malloc() and sprintf(). | David Cantrell | 2009-03-19 | 1 | -3/+6 |
* | Use inet_ntop() and inet_pton() | David Cantrell | 2009-03-19 | 1 | -5/+27 |
* | Use 'struct in_addr' for IPv4 addresses. | David Cantrell | 2009-03-19 | 1 | -44/+54 |
* | Whitespace cleanups for src/ipcalc.c | David Cantrell | 2009-03-19 | 1 | -135/+130 |
* | Add an option for consoletype to always return 0. | Bill Nottingham | 2009-03-17 | 2 | -3/+8 |
* | loadkeys has a -q option for silent running. Use it. | Bill Nottingham | 2009-02-26 | 1 | -6/+6 |
* | Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.... | Bill Nottingham | 2009-02-06 | 1 | -1/+1 |
* | Make rename_device much faster in the presence of many devices (#480687, <dan... | Bill Nottingham | 2009-01-19 | 1 | -73/+19 |
* | Fix setting of console font/map (#458362, <ak@sensi.org>) | Bill Nottingham | 2008-10-06 | 1 | -6/+11 |
* | No need to wait here. <arjan@infradead.org> | Bill Nottingham | 2008-07-10 | 1 | -2/+0 |
* | Remove old dead stuff. | Bill Nottingham | 2008-06-20 | 8 | -1448/+0 |
* | Support SYSFONTACM correctly, and support UNIMAP (#448704, <vvv+fedora@coloca... | Bill Nottingham | 2008-06-19 | 1 | -4/+10 |
* | Add a 'securetty' command that frobs /etc/securetty. Call it from the serial ... | Bill Nottingham | 2008-04-03 | 2 | -1/+99 |
* | ispeed/ospeed don't exist on all platforms. Use accessor functions. | Bill Nottingham | 2008-03-25 | 1 | -1/+1 |
* | handle non-16550 serial ports, somewhat (<dwmw2@infradead.org>) | Bill Nottingham | 2008-03-19 | 1 | -1/+24 |
* | always open with NONBLOCK, clear the serial structs first (<dwmw2@infradead.o... | Bill Nottingham | 2008-03-19 | 1 | -1/+4 |
* | Improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>) | Bill Nottingham | 2008-03-13 | 1 | -6/+7 |
* | Add a helper that checks for serial and serial-like consoles | Bill Nottingham | 2008-03-10 | 2 | -1/+156 |
* | Add console_init udev helper. | Bill Nottingham | 2008-02-26 | 2 | -1/+169 |
* | add patch from rhel5 (#351291) | Bill Nottingham | 2008-01-09 | 1 | -2/+15 |
* | just suggest an interface name, don't do actual renaming | Bill Nottingham | 2007-10-05 | 1 | -86/+3 |
* | fix it for 64-bit systems (#306811) | Bill Nottingham | 2007-09-26 | 1 | -1/+1 |
* | fix open() call | Bill Nottingham | 2007-08-30 | 1 | -1/+1 |
* | require popt in /lib*, link it dynamically | Bill Nottingham | 2007-08-29 | 1 | -5/+5 |
* | more verbose error codes | Harald Hoyer | 2007-08-08 | 1 | -13/+90 |
* | license cleanup | Bill Nottingham | 2007-08-03 | 12 | -43/+113 |
* | drop user gid (#229372) | Bill Nottingham | 2007-04-19 | 1 | -0/+2 |
* | fix man page formatting (<esr@thyrsus.com>) | Bill Nottingham | 2007-02-07 | 1 | -1/+1 |
* | reset alarm on connection so that ppp-watch remains running when | Bill Nottingham | 2007-01-17 | 1 | -0/+1 |
* | add a step to rename any temporarily renamed devices (#208740, | Bill Nottingham | 2006-11-28 | 1 | -2/+29 |
* | I can't count | Bill Nottingham | 2006-11-01 | 1 | -1/+1 |
* | more subchannels fixing (#204803) | Bill Nottingham | 2006-10-30 | 1 | -13/+48 |
* | use SUBCHANNELS as the primary key for s390 network devices (#204803) | Bill Nottingham | 2006-10-26 | 1 | -0/+21 |
* | move ccwgroup initialization to a udev rule (#199139, #199655, #169161) | Bill Nottingham | 2006-09-27 | 2 | -0/+43 |
* | reset DEVPATH when renaming (#206884, <phil@fifi.org>) | Bill Nottingham | 2006-09-18 | 1 | -0/+1 |
* | name it something more obvious as a temporary device | Bill Nottingham | 2006-09-15 | 1 | -1/+1 |