Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of mount points with white space (#186713): | Miloslav Trmac | 2006-05-08 | 3 | -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 .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 |
| | | | | - Make theChild a pid_t | ||||
* | 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 |
| | | | | | | | | - 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 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 |
| | | | | don't set hotplug, it can't possibly work | ||||
* | 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 ↵ | Bill Nottingham | 2005-08-04 | 1 | -3/+2 |
| | | | | must be free'd. Oops. (#165033) | ||||
* | 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 |
| | | | | | | 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, 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 ↵ | Bill Nottingham | 2004-11-16 | 2 | -4/+8 |
| | | | | wrong-protocol connections, don't check atime) (#106338) | ||||
* | 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 |
| | |||||
* | add -fPIEr7-54 | Than Ngo | 2004-05-13 | 1 | -2/+5 |
| | |||||
* | enable PIE build of usernetctl | Than Ngo | 2004-05-13 | 1 | -1/+3 |
| | |||||
* | be more explicit | Bill Nottingham | 2004-05-05 | 1 | -13/+13 |
| | |||||
* | ip addresses are ints, not longs (#122479) | Bill Nottingham | 2004-05-05 | 1 | -13/+13 |
| | |||||
* | cleanup fd leaks, mem leaks, other bogosities (#119987, <linux_4ever@yahoo.com>) | Bill Nottingham | 2004-05-04 | 4 | -12/+49 |
| | |||||
* | copyright cleanup | Bill Nottingham | 2003-09-16 | 9 | -3/+89 |
| | |||||
* | ppp fixes (#104128, #97845, #85447) | Bill Nottingham | 2003-09-15 | 1 | -3/+3 |
| | |||||
* | add uli's hostid setting program | Bill Nottingham | 2003-09-10 | 3 | -1/+47 |
| | |||||
* | match the man page (#97850) | Bill Nottingham | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | fix some memory handling (#85478, <miked@ed.ac.uk>) | Bill Nottingham | 2003-09-04 | 1 | -2/+3 |
| | |||||
* | support kernel-hugemem | Bill Nottingham | 2003-08-08 | 1 | -2/+8 |
| | |||||
* | don't return 'vt' on vioconsole (#90465) | Bill Nottingham | 2003-08-05 | 1 | -0/+17 |
| | |||||
* | add a test to consoletype to test that we're the current foreground | Bill Nottingham | 2003-07-08 | 2 | -21/+42 |
| | | | | console | ||||
* | fix leaked fd, potential usernetctl badness, and initlog/process bogons ↵ | Bill Nottingham | 2003-06-13 | 4 | -7/+21 |
| | | | | (<linux_4ever@yahoo.com>) | ||||
* | there is no ipcalc(3) | Bill Nottingham | 2003-05-01 | 1 | -2/+0 |
| | |||||
* | fix groff macros (#83531, <tsekine@sdri.co.jp>) | Bill Nottingham | 2003-02-05 | 1 | -6/+16 |
| | |||||
* | copyright tweakage | Bill Nottingham | 2003-01-14 | 2 | -1/+10 |
| | |||||
* | fix calculation of /32 addresses (#76646) | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>) | Bill Nottingham | 2003-01-14 | 2 | -98/+125 |
| | |||||
* | fix ifup-ppp vs. ppp-watch at boot time (<goeran@uddeborg.pp.se>) | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | use glib2 instead of glib (#78690, <kisch@mindless.com>) | Bill Nottingham | 2003-01-14 | 1 | -3/+3 |
| | |||||
* | don't retry indefinitely (<pbrown@redhat.com>) | Bill Nottingham | 2002-08-21 | 1 | -4/+5 |
| | |||||
* | * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de> | Florian La Roche | 2002-07-10 | 1 | -4/+7 |
| | | | | | | | - allow an option for ups poweroff #68123 - change grep for ONBOOT= #63903 - allow building with a cross-compiler #64362,#64255 - faster check in network-functions:check_default_route() |