summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* adapt to perl packages rebuiltPascal Rigaux2004-03-011-3/+3
* add a few more inodes to the second stage ramdisk, got bitten byGuillaume Cottenceau2004-02-281-1/+2
* catch kernel 2.6 loop bugPascal Rigaux2004-02-191-1/+1
* these files I needed when pablo gave me lang-*.png images because they were n...Guillaume Cottenceau2004-02-182-0/+278
* adding hdd .. hdhPascal Rigaux2004-02-111-1/+6
* initial versionPascal Rigaux2004-02-111-0/+97
* fix serial probe not detecting legacy micePascal Rigaux2004-02-101-1/+2
* clean up usersGuillaume Cottenceau2004-01-221-9/+0
* add planouGuillaume Cottenceau2004-01-221-0/+1
* rpmtools and perl-URPM are still 5.8.2Pascal Rigaux2004-01-221-3/+3
* alter detection sequence to better follow the standard, thus enablingThierry Vignaud2003-11-211-4/+7
* remove special mouse handling (not needed anymore)Thierry Vignaud2003-11-211-22/+0
* adatp to latest kudzu api regarding serial detection (number suite => logicalThierry Vignaud2003-11-211-1/+23
* - sync with rhThierry Vignaud2003-11-212-10/+29
* - sync with latest kudzuThierry Vignaud2003-11-191-104/+129
* add proper dependancies (thanks gcc -MM)Thierry Vignaud2003-10-311-0/+4
* white space sync whith rhThierry Vignaud2003-10-311-140/+142
* do not output debug statements by defaultThierry Vignaud2003-10-311-2/+1
* merge in with rh:Thierry Vignaud2003-10-315-173/+123
* don't get bitten another time by "suddenly disappearing" modulesGuillaume Cottenceau2003-10-291-1/+6
* add this script to update existing boot images when there is a fix in BOOT ke...Guillaume Cottenceau2003-10-291-0/+47
* die if cp failedGuillaume Cottenceau2003-09-121-1/+1
* fixing keyboard focus during install:Pascal Rigaux2003-09-088-412/+1
* update to new timezone.pm and adapt to new web page listing ntp serversPascal Rigaux2003-09-011-23/+28
* add erwanGuillaume Cottenceau2003-08-221-0/+1
* this file allows to make an antialiased black-on-white png, antialiased black...Guillaume Cottenceau2003-08-201-0/+167
* Add busybox/amd64 compiled with dietlibcGwenolé Beauchesne2003-08-201-0/+0
* we now need -lm to linkPascal Rigaux2003-07-281-0/+1
* avoid updating kernel-BOOT (as kernel-BOOT of cooker is pure shit).Francois Pons2003-06-041-14/+20
* update only RPMS1 and RPMS2 to keep other package in RPMS3.Francois Pons2003-06-041-1/+1
* add fabmanGuillaume Cottenceau2003-03-071-26/+27
* add florin alafox alusGuillaume Cottenceau2003-03-041-3/+6
* *** empty log message ***Pascal Rigaux2003-02-271-0/+1
* removed dmidecode.Francois Pons2003-02-251-1/+1
* added dmidecodeFrancois Pons2003-02-253-1/+874
* catch bad HorizSync or VertRefreshPascal Rigaux2003-02-181-0/+2
* add missing pango rendering modulesGuillaume Cottenceau2003-02-121-1/+7
* count space needed for the filesystem so that we don't end up with 3 mbytes o...Guillaume Cottenceau2003-02-101-3/+3
* the shitload of images for selecting languages in their languages needs a few...Guillaume Cottenceau2003-02-081-1/+1
* brltty supportPascal Rigaux2003-02-041-1/+2
* Update magic, mapping files for PPC from Christian WaltherStew Benedict2003-01-182-8/+25
* do not remove mdk_10.pcf in the ramdiskPascal Rigaux2003-01-171-1/+1
* fonts changes (doesn't work with CJK (at least) in ramdisk, though)Guillaume Cottenceau2002-12-231-1/+1
* assume any hardware is found (forget to commit).Francois Pons2002-11-251-1/+1
* Update PPC boot CD creation.Stew Benedict2002-11-051-12/+14
* removed client removalFrederic Lepied2002-10-081-1/+0
* add baudensGuillaume Cottenceau2002-09-051-0/+1
* add fcrozatGuillaume Cottenceau2002-09-041-4/+5
* uniformize real namesGuillaume Cottenceau2002-08-211-3/+3
* add fsck.jfsPascal Rigaux2002-08-091-1/+1
an class="hl kwb">unsigned tgt_long kallsyms_end; unsigned tgt_long archdata_start; unsigned tgt_long archdata_end; unsigned tgt_long kernel_data; }; struct module_info { unsigned long addr; unsigned long size; unsigned long flags; long usecount; }; /* Bits of module.flags. */ #define NEW_MOD_RUNNING 1 #define NEW_MOD_DELETED 2 #define NEW_MOD_AUTOCLEAN 4 #define NEW_MOD_VISITED 8 #define NEW_MOD_USED_ONCE 16 #define NEW_MOD_INITIALIZING 64 int sys_init_module(const char *name, const struct module *); int query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret); /* Values for query_module's which. */ #define QM_MODULES 1 #define QM_DEPS 2 #define QM_REFS 3 #define QM_SYMBOLS 4 #define QM_INFO 5 /*======================================================================*/ /* The system calls unchanged between 2.0 and 2.1. */ unsigned long create_module(const char *, size_t); int delete_module(const char *); /* In safe mode the last parameter is forced to be a module name and meta * expansion is not allowed on that name. */ extern unsigned int safemode; #endif /* module.h */