aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>)Bill Nottingham2008-03-131-6/+7
|
* Add a helper that checks for serial and serial-like consolesBill Nottingham2008-03-102-1/+156
| | | | | This works by doing checks from udev that emit upstart events. upstart listens to these events and starts a getty if needed.
* Add console_init udev helper.Bill Nottingham2008-02-262-1/+169
| | | | | | | | | | | | This helper: - sets the keyboard mode - sets the console mode - sets the console font - sets the keyboard map based on configuration in /etc/sysconfig/keyboard and /etc/sysconfig/i18n. This allows us to remove various cruft from rc.sysinit and /etc/profile.d/lang.sh.
* add patch from rhel5 (#351291)Bill Nottingham2008-01-091-2/+15
|
* just suggest an interface name, don't do actual renamingBill Nottingham2007-10-051-86/+3
|
* fix it for 64-bit systems (#306811)Bill Nottingham2007-09-261-1/+1
|
* fix open() callBill Nottingham2007-08-301-1/+1
|
* require popt in /lib*, link it dynamicallyBill Nottingham2007-08-291-5/+5
|
* more verbose error codesHarald Hoyer2007-08-081-13/+90
|
* license cleanupBill Nottingham2007-08-0312-43/+113
|
* drop user gid (#229372)Bill Nottingham2007-04-191-0/+2
|
* fix man page formatting (<esr@thyrsus.com>)Bill Nottingham2007-02-071-1/+1
|
* reset alarm on connection so that ppp-watch remains running whenBill Nottingham2007-01-171-0/+1
| | | | ONBOOT=yes (#216749)
* add a step to rename any temporarily renamed devices (#208740,Bill Nottingham2006-11-281-2/+29
| | | | #204803, #214817)
* I can't countBill Nottingham2006-11-011-1/+1
|
* more subchannels fixing (#204803)Bill Nottingham2006-10-301-13/+48
|
* use SUBCHANNELS as the primary key for s390 network devices (#204803)Bill Nottingham2006-10-261-0/+21
|
* move ccwgroup initialization to a udev rule (#199139, #199655, #169161)Bill Nottingham2006-09-272-0/+43
|
* reset DEVPATH when renaming (#206884, <phil@fifi.org>)Bill Nottingham2006-09-181-0/+1
|
* name it something more obvious as a temporary deviceBill Nottingham2006-09-151-1/+1
|
* don't loop if there are multiple devices with the same hwaddr (#199242, ↵Bill Nottingham2006-07-191-6/+13
| | | | <markmc@redhat.com>)
* fix manpage ref (#198756)Bill Nottingham2006-07-131-1/+1
|
* ignore alias devices (#186355)Bill Nottingham2006-07-011-2/+9
| | | | | refresh the device name on collision, as it may have initialized since we initially scanned for devices
* duh.Bill Nottingham2006-05-231-2/+2
|
* link glib2 dynamically again now that it's in /libBill Nottingham2006-05-231-2/+2
|
* Fix typo.Miloslav Trmac2006-05-171-1/+1
|
* Fix handling of mount points with white space (#186713):Miloslav Trmac2006-05-083-1/+134
| | | | | | | | | | | | | - src/fstab-decode.c, src/fstab-decode.8: New files. - src/Makefile: Build and install fstab-decode. - initscripts.spec: Add fstab-decode to %files - rc.d/init.d/functions (fstab_decode_str): New function. (__umount_loop, __umount_loopback_loop): Factor out from copy&pasted copies. (action): Fix command quoting. - rc.d/rc.sysinit: Correctly quote and decode mount points. - rc.d/init.d/halt: Use __umount_* and fstab-decode. (action): Rename from runcmd. Fix command quoting. - rc.d/init.d/netfs: Use __umount_*.
* Update .cvsignoreMiloslav Trmac2006-04-181-0/+1
|
* addr8-32Bill Nottingham2006-04-101-0/+325
|
* apply changes from FC5 branch - automatically rename devices on startupBill Nottingham2006-04-101-2/+6
|
* - Fix one-byte buffer overflowMiloslav Trmac2006-03-081-2/+2
| | | | - Make theChild a pid_t
* Add man page for getkey.Miloslav Trmac2006-01-252-0/+81
|
* - Print message even if there is no timeout (#54481)Miloslav Trmac2006-01-251-43/+47
| | | | | | | | - Reject negative timeout (#54481) - Misc. cleanups: - Use _exit(), not exit() within a signal handler - Only install signal handlers after data they reference is initialized - Don't limit the number of allowed keys to 100
* Add genhostidMiloslav Trmac2006-01-251-0/+1
|
* udev now loads modules - use that, remove the kmodule stuffBill Nottingham2005-12-211-2/+1
| | | | don't set hotplug, it can't possibly work
* fix use-after-free (#171198)Bill Nottingham2005-10-271-1/+4
|
* don't probe for uninteresting devices. speeds things up (floppy probe is slow)Bill Nottingham2005-09-221-1/+1
|
* from popt.h: The argument array is malloc'd as a single area, so only argv ↵Bill Nottingham2005-08-041-3/+2
| | | | must be free'd. Oops. (#165033)
* fix glibc free errorDan Walsh2005-07-211-2/+4
|
* fix potential memory overread (#153685, <in-redhat@baka.org>)Bill Nottingham2005-04-051-1/+1
|
* free some of the more egregious memory leaks (#85935)Bill Nottingham2005-03-312-9/+25
|
* bring back initlog for third-party scripts. officially deprecate itBill Nottingham2005-03-313-36/+13
|
* flush stdout before forkingr8-02Bill Nottingham2005-01-031-1/+2
|
* simplifyBill Nottingham2004-12-221-41/+10
|
* in order to avoid probing twice on startup, add a daemon mode thatBill Nottingham2004-12-221-3/+72
| | | | | | waits for a connection on an abstract socket, and then dumps the probe information. Requires a corresponding kudzu change to read from said socket...
* remove initlog, minilogdBill Nottingham2004-12-221-9/+1
|
* no DDC probe, pleaseBill Nottingham2004-12-071-1/+1
|
* ftw? is slow.Bill Nottingham2004-11-231-21/+29
|
* fix various minilogd bogosities (uninitialized variable, handling of ↵Bill Nottingham2004-11-162-4/+8
| | | | wrong-protocol connections, don't check atime) (#106338)
* don't probe the serial busBill Nottingham2004-10-291-1/+1
|