summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* fix stupid bug in rmmodJeremy Katz2004-03-161-2/+14
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-128-16/+16
* first pass at getting noprobe to do something sane. if there's a device thatJeremy Katz2004-03-111-5/+18
* various other foo.o -> foo.ko conversionsBill Nottingham2004-03-055-5/+5
* lots of probe_all nukingJeremy Katz2004-03-0410-21/+20
* don't include non-existent devs in cd probesJeremy Katz2004-03-041-2/+2
* set language earlier if lang= used (#117204)Jeremy Katz2004-03-041-0/+4
* Fix compile errors.twaugh2004-02-271-1/+5
* why do I now have to do a memset? also, version is small (#116833)Jeremy Katz2004-02-271-2/+4
* more debuggingJeremy Katz2004-02-271-0/+1
* duh, i'm a moron (#114299)Bill Nottingham2004-02-252-2/+2
* thanks to alsa, it's now way too easy to buffer overflow the loaderBill Nottingham2004-02-251-1/+1
* more stubsJeremy Katz2004-02-251-0/+14
* get rid of some extraneous devices when probingBill Nottingham2004-02-243-4/+4
* -WallJeremy Katz2004-02-241-0/+1
* shuffle some selinux stuff around. make policy version be dynamic, setJeremy Katz2004-02-235-33/+135
* more debugging, just becauseJeremy Katz2004-02-201-0/+1
* let's try firewire again ... (#105602)Jeremy Katz2004-02-181-3/+1
* add forcedeth (#115505)Jeremy Katz2004-02-181-0/+4
* fix for off by one from mitr (#115948)Jeremy Katz2004-02-171-1/+1
* add differentiation for rescue vs install (#113655)Jeremy Katz2004-02-121-1/+5
* load selinux policy from the loaderJeremy Katz2004-02-102-1/+36
* move it here, doLoadModules get called a lotBill Nottingham2004-02-011-1/+0
* write the include so we get all the stock aliasesBill Nottingham2004-02-011-1/+2
* after some fun debugging with viro and davej...Jeremy Katz2004-01-221-2/+3
* popt uses mbsrtowcs, stub to use the wlite versionJeremy Katz2004-01-141-0/+5
* some more Red Hat references (#108036)Jeremy Katz2004-01-062-2/+4
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-064-7/+22
* fix compile warningJeremy Katz2004-01-061-0/+2
* go back to using whatever the kernel sets dma settings toJeremy Katz2004-01-051-0/+3
* allow changes to dns servers. if it's static, then we should the dns serversJeremy Katz2004-01-031-1/+1
* need this part tooJeremy Katz2003-12-232-2/+2
* handle differing types for diet vs not. *sigh*Jeremy Katz2003-12-231-0/+4
* misc little fixes to prep for dietlibc 0.24Jeremy Katz2003-12-224-2/+4
* more stubbing for buildingJeremy Katz2003-12-221-0/+4
* modules.conf -> modprobe.conf for 2.6Jeremy Katz2003-12-171-5/+5
* apply mikem's patch to avoid freeing things more than once (#106956)Jeremy Katz2003-12-171-6/+8
* remove some Red Hat-ismsBill Nottingham2003-12-161-2/+2
* stub thisJeremy Katz2003-12-061-0/+2
* preserve serial for rescue mode (from post to aurora-devel-list by DeanJeremy Katz2003-12-051-0/+2
* the module is dm-mod even though it's dm_mod in /proc/modules???Jeremy Katz2003-12-041-1/+1
* load dm_modJeremy Katz2003-12-041-1/+1
* usbfs and not usbdevfs nowJeremy Katz2003-12-011-2/+2
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-2228-333/+225
* no need to do it twice ;-)Jeremy Katz2003-11-211-7/+0
* mount sysfs in the loader, and write it in /etc/fstab tooBill Nottingham2003-11-211-0/+7
* don't try to free things that shouldn't be freed (#109643)Jeremy Katz2003-11-191-0/+3
* more modules no one ever told me about. I really desparately need toJeremy Katz2003-11-181-0/+4
* mount sysfsJeremy Katz2003-11-151-0/+7
* more dependent module loadingJeremy Katz2003-11-153-5/+17