| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix OMAP patch (#678875) | Bill Nottingham | 2011-02-23 | 1 | -1/+6 |
* | Support OMAP serial consoles (#678875, <ndevos@redhat.com>) | Bill Nottingham | 2011-02-21 | 1 | -0/+2 |
* | rename_device: dequote DEVICE="eth0" | Harald Hoyer | 2010-07-26 | 1 | -1/+1 |
* | rename_device: fix s390 subchannel reading | Harald Hoyer | 2010-07-15 | 1 | -3/+4 |
* | Add sushell, man page to manifests. | Bill Nottingham | 2010-06-29 | 1 | -0/+2 |
* | Don't directly execute bash for single-user mode, as that has SELinux issues.... | Bill Nottingham | 2010-06-29 | 2 | -0/+21 |
* | Tweak manpage so it formats correctly (#586476) | Bill Nottingham | 2010-04-27 | 1 | -1/+2 |
* | Move ccw_init and ccw udev rules to s390utils. (#539491) | Bill Nottingham | 2010-02-15 | 2 | -44/+0 |
* | Add more man pages (#529328, <plautrba@redhat.com>) | Bill Nottingham | 2010-01-07 | 3 | -0/+39 |
* | License cleanup. | Bill Nottingham | 2010-01-05 | 9 | -7/+41 |
* | Remove kmodule. | Bill Nottingham | 2010-01-05 | 1 | -3/+0 |
* | Remove backup files on 'make clean'. | Bill Nottingham | 2010-01-05 | 2 | -171/+1 |
* | Merge branch 'upstart-0.6.0-branch' | Bill Nottingham | 2009-12-09 | 1 | -2/+3 |
|\ |
|
| * | fixed serial console handling | Petr Lautrbach | 2009-12-03 | 1 | -2/+3 |
* | | Remove more initlog references. | Bill Nottingham | 2009-12-04 | 1 | -4/+0 |
* | | Remove very obsolete doexec. | Bill Nottingham | 2009-12-04 | 4 | -40/+1 |
* | | Remove minilogd code as well. | Bill Nottingham | 2009-12-04 | 2 | -195/+0 |
* | | Remove initlog code as well. | Bill Nottingham | 2009-12-04 | 6 | -922/+0 |
|/ |
|
* | Add initial ifup/ifdown man pages. (#529328, <plautrba@redhat.com>) | Bill Nottingham | 2009-11-02 | 2 | -0/+38 |
* | 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 |