| Commit message (Expand) | Author | Age | Files | Lines |
* | Man page updates for ipcalc(1) | David Cantrell | 2009-05-04 | 2 | -7/+23 |
* | Add a address check capability for IPv4 and IPv6 addresses. (#464268) | David Cantrell | 2009-05-04 | 1 | -0/+42 |
* | Use asprintf() rather than malloc() and sprintf(). | David Cantrell | 2009-05-04 | 1 | -3/+6 |
* | Use inet_ntop() and inet_pton() | David Cantrell | 2009-05-04 | 1 | -5/+27 |
* | Use 'struct in_addr' for IPv4 addresses. | David Cantrell | 2009-05-04 | 1 | -44/+54 |
* | Whitespace cleanups for src/ipcalc.c | David Cantrell | 2009-05-04 | 1 | -135/+130 |
* | Add an option for consoletype to always return 0. (#453798, <notting@redhat.c... | Bill Nottingham | 2009-05-04 | 2 | -3/+8 |
* | https://bugzilla.redhat.com/show_bug.cgi?id=437110 | Harald Hoyer | 2008-09-16 | 1 | -6/+7 |
* | fix genhostid on x86_64 (#306811) | Bill Nottingham | 2008-01-10 | 1 | -1/+1 |
* | Ignore any quotes around SUBCHANNELS and HWADDR, for admins that have acciden... | Bill Nottingham | 2008-01-09 | 1 | -2/+15 |
* | - add a step to rename any temporarily renamed devices (#208740,#204803, #214... | Bill Nottingham | 2006-11-28 | 1 | -2/+29 |
* | I can't count | Bill Nottingham | 2006-11-01 | 1 | -1/+1 |
* | more SUBCHANNELS related fixage (#204803)r8-45-6-EL | 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 |
* | don't loop if there are multiple devices with the same hwaddr (#199242, <mark... | Bill Nottingham | 2006-07-19 | 1 | -6/+13 |
* | fix manpage ref (#198756) | Bill Nottingham | 2006-07-13 | 1 | -1/+1 |
* | ignore alias devices (#186355) | Bill Nottingham | 2006-07-01 | 1 | -2/+9 |
* | duh. | Bill Nottingham | 2006-05-23 | 1 | -2/+2 |
* | link glib2 dynamically again now that it's in /lib | Bill Nottingham | 2006-05-23 | 1 | -2/+2 |
* | Fix typo. | Miloslav Trmac | 2006-05-17 | 1 | -1/+1 |
* | Fix handling of mount points with white space (#186713): | Miloslav Trmac | 2006-05-08 | 3 | -1/+134 |
* | Update .cvsignore | Miloslav Trmac | 2006-04-18 | 1 | -0/+1 |
* | addr8-32 | Bill Nottingham | 2006-04-10 | 1 | -0/+325 |
* | apply changes from FC5 branch - automatically rename devices on startup | Bill Nottingham | 2006-04-10 | 1 | -2/+6 |
* | - Fix one-byte buffer overflow | Miloslav Trmac | 2006-03-08 | 1 | -2/+2 |
* | Add man page for getkey. | Miloslav Trmac | 2006-01-25 | 2 | -0/+81 |
* | - Print message even if there is no timeout (#54481) | Miloslav Trmac | 2006-01-25 | 1 | -43/+47 |
* | Add genhostid | Miloslav Trmac | 2006-01-25 | 1 | -0/+1 |
* | udev now loads modules - use that, remove the kmodule stuff | Bill Nottingham | 2005-12-21 | 1 | -2/+1 |
* | fix use-after-free (#171198) | Bill Nottingham | 2005-10-27 | 1 | -1/+4 |
* | don't probe for uninteresting devices. speeds things up (floppy probe is slow) | Bill Nottingham | 2005-09-22 | 1 | -1/+1 |
* | from popt.h: The argument array is malloc'd as a single area, so only argv mu... | Bill Nottingham | 2005-08-04 | 1 | -3/+2 |
* | fix glibc free error | Dan Walsh | 2005-07-21 | 1 | -2/+4 |
* | fix potential memory overread (#153685, <in-redhat@baka.org>) | Bill Nottingham | 2005-04-05 | 1 | -1/+1 |
* | free some of the more egregious memory leaks (#85935) | Bill Nottingham | 2005-03-31 | 2 | -9/+25 |
* | bring back initlog for third-party scripts. officially deprecate it | Bill Nottingham | 2005-03-31 | 3 | -36/+13 |
* | flush stdout before forkingr8-02 | Bill Nottingham | 2005-01-03 | 1 | -1/+2 |
* | simplify | Bill Nottingham | 2004-12-22 | 1 | -41/+10 |
* | in order to avoid probing twice on startup, add a daemon mode that | Bill Nottingham | 2004-12-22 | 1 | -3/+72 |
* | remove initlog, minilogd | Bill Nottingham | 2004-12-22 | 1 | -9/+1 |
* | no DDC probe, please | Bill Nottingham | 2004-12-07 | 1 | -1/+1 |
* | ftw? is slow. | Bill Nottingham | 2004-11-23 | 1 | -21/+29 |
* | fix various minilogd bogosities (uninitialized variable, handling of wrong-pr... | Bill Nottingham | 2004-11-16 | 2 | -4/+8 |
* | don't probe the serial bus | Bill Nottingham | 2004-10-29 | 1 | -1/+1 |
* | remove bogus include (#137470) | Bill Nottingham | 2004-10-28 | 1 | -1/+0 |
* | autoloading of hardware at boot time | Bill Nottingham | 2004-08-26 | 2 | -1/+124 |
* | remove mkkerneldoth | Bill Nottingham | 2004-08-18 | 2 | -62/+0 |