| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | always reset terminal attributes on ppc (#156411) | Bill Nottingham | 2005-05-03 | 1 | -3/+6 |
| | | |||||
| * | Use the right flag when creating block device nodes. | Chris Lumens | 2005-04-08 | 1 | -1/+1 |
| | | |||||
| * | And some more silly return value fixes. It builds again... | Peter Jones | 2005-03-02 | 1 | -17/+28 |
| | | |||||
| * | use socklen_t for accept's address length | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | | |||||
| * | 2004-12-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-21 | 1 | -2/+2 |
| | | | | | | * loader2/init.c (createDevices): Fix silly typo breaking creation of devices under /dev | ||||
| * | 2004-12-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-21 | 1 | -1/+1 |
| | | | | | * loader2/init.c: tmpfs, not ramfs for /dev | ||||
| * | 2004-12-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-20 | 1 | -0/+40 |
| | | | | | | | | | * loader2/devices.h: Add static list of basic devices to create in /dev. * loader2/init.c: Create /dev as a tmpfs so that we don't try to bind-mount to the rootfs (#141570) | ||||
| * | Extra checking to distinguish hvsi consoles #134397 | Paul Nasrat | 2004-12-16 | 1 | -1/+12 |
| | | |||||
| * | 2004-11-22 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-23 | 1 | -7/+7 |
| | | | | | * loader2/init.c: Only open /dev/console once. | ||||
| * | Improved ppc console detection, based on notting's kudzu patch #135707 #134397 | Paul Nasrat | 2004-11-22 | 1 | -0/+24 |
| | | |||||
| * | add flags.virtpconsole to be used with virtual physical consoles like | Jeremy Katz | 2004-09-13 | 1 | -1/+4 |
| | | | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301) | ||||
| * | patch from msw to not ignore dot files when copying over the /tmp | Jeremy Katz | 2004-08-31 | 1 | -1/+1 |
| | | |||||
| * | hack so that if we have a "weird" physical console, we don't later try to think | Jeremy Katz | 2004-08-25 | 1 | -0/+3 |
| | | | | | | it's serial. also carry in the iseries checking into the loader. *sigh* (#130906) | ||||
| * | set weird non-physical console terminals up to use vt100-nav and be | Jeremy Katz | 2004-08-18 | 1 | -2/+4 |
| | | | | | somewhat serial like (#129761, others) | ||||
| * | generalize a little bit, add ttySG0 checking for altix (sgi ia64) | Jeremy Katz | 2004-08-13 | 1 | -8/+11 |
| | | |||||
| * | at this point, I'm fairly responsible for this mess too. update copyright date | Jeremy Katz | 2004-08-13 | 1 | -2/+3 |
| | | |||||
| * | also helps to open the console as r/w | Jeremy Katz | 2004-08-13 | 1 | -1/+1 |
| | | |||||
| * | oops, forgot a part of the ppc console fix. also, only close fd | Jeremy Katz | 2004-08-13 | 1 | -2/+3 |
| | | | | | if it's > 2 (otherwise, we close one of the fds we expected to have open) | ||||
| * | newer ibm pseries boxes have consoles that a) don't use the usual virtual | Jeremy Katz | 2004-08-13 | 1 | -5/+22 |
| | | | | | | console device and b) aren't serial consoles. joy. so, let's check if we have one of those first and if we do, we use it. (#128255) | ||||
| * | don't think that iseries console devices are serial installs | Jeremy Katz | 2004-06-30 | 1 | -0/+6 |
| | | |||||
| * | make functions static, remove some unused ones | Jeremy Katz | 2004-06-21 | 1 | -80/+6 |
| | | |||||
| * | add support for being able to halt or poweroff in addition to rebooting. done | Jeremy Katz | 2004-06-21 | 1 | -16/+95 |
| | | | | | in response to the init process receiving SIGUSR1 or SIGUSR2 (#116414) | ||||
| * | no need to do it twice ;-) | Jeremy Katz | 2003-11-21 | 1 | -7/+0 |
| | | |||||
| * | mount sysfs in the loader, and write it in /etc/fstab too | Bill Nottingham | 2003-11-21 | 1 | -0/+7 |
| | | |||||
| * | mount sysfs | Jeremy Katz | 2003-11-15 | 1 | -0/+7 |
| | | |||||
| * | make less confusing (#105583) | Jeremy Katz | 2003-09-25 | 1 | -2/+2 |
| | | |||||
| * | make less confusing (#105583) | Jeremy Katz | 2003-09-25 | 1 | -2/+2 |
| | | |||||
| * | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -0/+1 |
| | | |||||
| * | more /usr/kerberos pruning | Jeremy Katz | 2003-07-23 | 1 | -2/+2 |
| | | |||||
| * | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting | ||||
| * | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -8/+38 |
| | | | | | msw's ctrl-alt-del thing and some arch fixups | ||||
| * | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -242/+6 |
| | | | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups. | ||||
| * | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -0/+3 |
| | | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
| * | get rid of nfs root/ro root support. we've required initrds for all | Jeremy Katz | 2003-03-07 | 1 | -59/+84 |
| | | | | | | | | | intents and purposes *post-install* for a while. needing them for the install seems reasonable. make /tmp be ramfs. copy anything which is in /tmp on the initrd so it doesn't get lost. | ||||
| * | default to vt100-nav (#83024) | Matt Wilson | 2003-02-19 | 1 | -25/+34 |
| | | |||||
| * | doh | Mike Fulbright | 2003-01-21 | 1 | -1/+1 |
| | | |||||
| * | use strdup instead of alloca() for filesystems and ensure that we have something | Jeremy Katz | 2003-01-20 | 1 | -9/+10 |
| | | | | | before doing lots of comparisons on name | ||||
| * | on 64-bit arches we want the lib64 dirs in our LD_LIBRARY_PATH too | Jeremy Katz | 2003-01-17 | 1 | -0/+4 |
| | | |||||
| * | add X binary dir to path | Mike Fulbright | 2003-01-16 | 1 | -1/+3 |
| | | |||||
| * | better ld_library_path for new openssl requiring krb5 | Jeremy Katz | 2003-01-07 | 1 | -1/+1 |
| | | |||||
| * | enable utf-8 on console too | Matt Wilson | 2002-12-17 | 1 | -2/+0 |
| | | |||||
| * | eject the cdrom from the second stage via a generic cleanup so that it | Jeremy Katz | 2002-12-16 | 1 | -2/+0 |
| | | | | | | gets ejected when we tell people to remove their media instead of waiting until the very very end. and now we don't eject on network installs either :) | ||||
| * | first pass at using unicode in text mode | Matt Wilson | 2002-12-11 | 1 | -0/+2 |
| | | |||||
| * | restructuring and clean up of some of the older unused code in the loader. | Jeremy Katz | 2002-11-26 | 1 | -0/+833 |
| still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd | |||||
