Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2005-03-03 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-03 | 2 | -1/+6 |
| | | | | * scripts/upd-instroot (PACKAGESGR): Add new font package names | ||||
* | 2005-03-03 Dwayne Bailey <dwayne@translate.org.za> | dwayne | 2005-03-03 | 1 | -0/+8627 |
| | | | | * af.po: Afrikaans translation added. | ||||
* | updated | mospina | 2005-03-03 | 1 | -120/+72 |
| | |||||
* | Empty upgrade blacklist | Bill Nottingham | 2005-03-02 | 2 | -1/+5 |
| | |||||
* | added shutdown.c | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | handle chdir's result, and return 0 from main's end. | Peter Jones | 2005-03-02 | 1 | -1/+2 |
| | |||||
* | wrong type for retval from fgets() | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | suppress warning for CVSROOT if this is a CVS export | Peter Jones | 2005-03-02 | 2 | -1/+2 |
| | | | | add more files to the changelog for gcc4 stuff. | ||||
* | s390 return value problem. | Peter Jones | 2005-03-02 | 1 | -1/+3 |
| | |||||
* | And some more silly return value fixes. It builds again... | Peter Jones | 2005-03-02 | 2 | -18/+31 |
| | |||||
* | Some arches go one way, some the other. Cast and be sure. | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | make the makefile figure out its own CVSROOTanaconda-10.2.0.24-1 | Peter Jones | 2005-03-02 | 1 | -0/+1 |
| | |||||
* | Add changelog, bump version | Peter Jones | 2005-03-02 | 2 | -1/+26 |
| | |||||
* | Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works... | Peter Jones | 2005-03-02 | 7 | -14/+23 |
| | | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along. | ||||
* | use socklen_t for accept's address length | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | XChangeProperty demands that rstring be unsigned. | Peter Jones | 2005-03-02 | 1 | -1/+2 |
| | |||||
* | same type changes as in the other 2 copies of this... | Peter Jones | 2005-03-02 | 1 | -4/+4 |
| | |||||
* | mediasum doesn't need to be unsigned | Peter Jones | 2005-03-02 | 1 | -3/+3 |
| | | | | buf gets reused where gcc wants it to be "char *", so cast it there. | ||||
* | moduledeps.c and moduleinfo.c are copied from another dir; cvs shouldn't | Peter Jones | 2005-03-02 | 1 | -1/+2 |
| | | | | care about them here. | ||||
* | make font buffer unsigned here like in isys/lang.c | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | actually, use socklen_t for addrLength | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | Catch returns from read, write, and open | Peter Jones | 2005-03-02 | 2 | -16/+23 |
| | | | | | fix sign of addrLength for passing to socket() actually make sure beTelnet's ttys are ttyp0, which we've just opened. | ||||
* | catch return from write() | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | parsepvd() doesn't want md5sum to be unsigned any more. | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | Oops, fgets needs a char * to return into | Peter Jones | 2005-03-02 | 1 | -4/+4 |
| | |||||
* | more return values gcc wants us to check. | Peter Jones | 2005-03-02 | 1 | -4/+4 |
| | |||||
* | All these buffers are used for ascii text; they can be "char *". | Peter Jones | 2005-03-02 | 1 | -6/+6 |
| | |||||
* | more return values that aren't worth testing but gcc complains about. | Peter Jones | 2005-03-02 | 1 | -2/+2 |
| | |||||
* | put read's return value into a variable | Peter Jones | 2005-03-02 | 1 | -2/+2 |
| | |||||
* | another read with ignored return. I sure wish warn_unused_result could be | Peter Jones | 2005-03-02 | 1 | -1/+2 |
| | | | | stifled by casting to void, like in the old days. | ||||
* | more return value "handling" | Peter Jones | 2005-03-02 | 1 | -7/+8 |
| | |||||
* | Guess what? Something else doesn't check the retval from fgets() | Peter Jones | 2005-03-02 | 1 | -2/+2 |
| | |||||
* | yet another return value being ignored slightly more cleverly. | Peter Jones | 2005-03-02 | 1 | -9/+11 |
| | |||||
* | more lip-service return value handling for cases that are really ok. | Peter Jones | 2005-03-02 | 1 | -2/+4 |
| | |||||
* | use memmove instead of strncpy for unsigned data | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | We never look for anything in the MP configuration data table, so treating | Peter Jones | 2005-03-02 | 1 | -2/+2 |
| | | | | oem and product as signed are fine. | ||||
* | read_disk_sb's return value is pretty suspect anyway, but now we do actually | Peter Jones | 2005-03-02 | 1 | -5/+3 |
| | | | | put the read's return some place. We still don't care what it is. | ||||
* | with SCSI_IOCTL_SEND_COMMAND, we get our data back in the same buffer as the | Peter Jones | 2005-03-02 | 1 | -3/+3 |
| | | | | | command we send out, so we have to cast it to 8-bits. I'm amazed this even works; we should think about SG_IO for this stuff at some point. | ||||
* | font should be unsigned | Peter Jones | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | More silly return value handling for things that just won't fail. | Peter Jones | 2005-03-02 | 1 | -8/+8 |
| | |||||
* | don't just throw away pipe's return val. throw it away in a variable! | Peter Jones | 2005-03-02 | 1 | -2/+4 |
| | |||||
* | Fix nested case statements in a switch to silence a gcc4 warning. | Chris Lumens | 2005-03-01 | 2 | -5/+15 |
| | |||||
* | Updated version and rebuilt. | Chris Lumens | 2005-02-28 | 2 | -2/+17 |
| | |||||
* | 2005-02-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-02-28 | 2 | -1/+4 |
| | | | | | * anaconda (startVNCServer): Add -once to help ensure Xnvc exits when last client of the server exits (#137337) | ||||
* | 2005-02-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-02-28 | 2 | -2/+6 |
| | | | | * scripts/upd-instroot: More attempts at the bogl stuff. | ||||
* | Import new libkrb5support.so library. (#149856) | Chris Lumens | 2005-02-28 | 3 | -0/+8 |
| | |||||
* | update by hutuworm @20050227 | hutuworm | 2005-02-27 | 1 | -1604/+1312 |
| | |||||
* | Make getPVSize not needs partedUtils devices unless the subclassed type | Peter Jones | 2005-02-25 | 1 | -23/+22 |
| | | | | | | uses them for getActualSize. Also several more comments of dispair. | ||||
* | All RequestSpec objects have to be able to guess how much space a nest PV | Peter Jones | 2005-02-25 | 2 | -33/+49 |
| | | | | will provide. | ||||
* | CVS_SILENT | tom | 2005-02-25 | 1 | -152/+68 |
| |