summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* linux/cdrom.h no longer includes asm/byteorder.h but really needs asm/types.h.Jeremy Katz2003-08-181-0/+1
* close fd (#102096)Jeremy Katz2003-08-181-5/+4
* make quieter (#101694)Jeremy Katz2003-08-061-3/+3
* give the address of the ldl device in the message (#101285)Jeremy Katz2003-07-311-0/+19
* oops, this will helpJeremy Katz2003-07-311-0/+1
* if we're on a pty, don't try to load a keymap. it's just uglyJeremy Katz2003-07-311-0/+5
* we can't load keymaps on vioconsole, so don't tryJeremy Katz2003-07-151-0/+4
* errant commentMike Fulbright2003-07-071-1/+1
* add method to get mac address for nicsMike Fulbright2003-07-075-1/+82
* unused varJeremy Katz2003-07-071-2/+0
* warning fixJeremy Katz2003-07-071-1/+1
* rerun rpcgen, make compiler happyJeremy Katz2003-07-074-521/+364
* WerrorJeremy Katz2003-07-072-2/+2
* ifdef ataraid stuff completelyJeremy Katz2003-07-071-1/+5
* remove unused bitsJeremy Katz2003-07-071-7/+0
* missing includeJeremy Katz2003-07-071-0/+1
* use correct function namesJeremy Katz2003-07-072-3/+3
* mark unused with attributes to kill warningsJeremy Katz2003-07-071-5/+7
* merge notting's correctness/warning patch from HEADJeremy Katz2003-07-071-2/+3
* need kudzu for isys.so nowJeremy Katz2003-07-031-1/+1
* fill in model info of net devices with their descriptionBill Nottingham2003-07-031-1/+10
* add ethtool support for install-time (#88658)Jeremy Katz2003-06-266-23/+135
* don't know why I need to include this and didn't beforeJeremy Katz2003-06-261-0/+1
* null terminate buffer from readFD that was causing segfaults for jlaskaJeremy Katz2003-06-171-4/+4
* another check for summitMatt Wilson2003-06-031-0/+1
* only check once, as suggested by jeremyMatt Wilson2003-05-211-3/+4
* Sets TERM=vt100 (#90961), adds a shell on Ctrl+Z, and avoids trying toMatt Wilson2003-05-215-1/+52
* oh, ick. iseries cdrom is iseries/vcda not iseries/vcd0.Jeremy Katz2003-05-091-1/+1
* use it here tooJeremy Katz2003-05-021-2/+2
* if the font doesn't exist, we didn't actually succeed at starting bterm. cha...Jeremy Katz2003-04-291-1/+1
* only start bterm once. create /.bterm once we've started btermJeremy Katz2003-04-291-0/+9
* we need to look at all of the devices and not just bail out when we find aJeremy Katz2003-04-231-7/+7
* this isn't needed hereJeremy Katz2003-04-201-1/+0
* fix broken iseries viodasd device creationJeremy Katz2003-04-161-6/+6
* invert check for label to detect zero'ed out DASDs / DASDs withKarsten Hopp2003-04-161-4/+4
* fix for #88546 (LDL formatted dasd not detected)Karsten Hopp2003-04-154-18/+23
* add viocd and viodasd probing. hooray for more non-standard devices :(Jeremy Katz2003-04-144-6/+205
* fix iseries/vd creation. they go up to vdafJeremy Katz2003-04-141-4/+17
* let iSeries do the PReP boot stuffJeremy Katz2003-04-131-0/+13
* add RUTHLESS supportMatt Wilson2003-04-041-1/+2
* make parted import local to cut down on silly problems popping up in treeJeremy Katz2003-03-241-2/+2
* first pass at commiting final set of changes from Dan Burcaw for ppc (well,Jeremy Katz2003-03-211-0/+1
* fix merge bugJeremy Katz2003-03-181-3/+0
* I can't typeJeremy Katz2003-03-121-1/+1
* first set of merges of s390 code to taroon branch. mail to follow toJeremy Katz2003-03-118-45/+267
* this was meant to be removed already -- not used anywhereJeremy Katz2003-03-101-161/+0
* remove map from the lang-table. we don't ever use it anymore during theJeremy Katz2003-02-252-3/+3
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-184-7/+11
* use sig_dfl, sig_ign is special (#84138)Jeremy Katz2003-02-121-1/+1
* put start bterm in lang.c, bind from pythonJeremy Katz2003-02-115-1/+41