summaryrefslogtreecommitdiffstats
path: root/loader2/devices.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-103/+0
|
* pvops xen uses hvc as its console (#434763)Jeremy Katz2008-02-251-1/+1
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-6/+11
|
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-1/+1
| | | | * loader2/devices.h: Official xvc0 major/minor
* 2006-08-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-251-0/+3
| | | | | | | | | * loader2/init.c: Handle xvc0 as a "weird" console. Also, fix a case where we didn't properly close an fd * loader2/devices.h: Add xvc0 under experimental major/minor * loader2/Makefile (init.o): Add dependency rule on devices.h
* another typo fixJeremy Katz2004-12-211-1/+1
|
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-5/+5
| | | | * loader2/devices.h: Fix compile problem
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-0/+95
* 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)