Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/globals.c
RevisionDateAuthorComments
 1.12  24-Apr-2022  mlelstv Don't load filessytem module for filesystem that was found but isn't used
for booting.
 1.11  29-Mar-2014  jakllsch Obtain and/or use ETHER_ADDR_LEN.
 1.10  05-Jan-2014  jakllsch Make libsa fsmod string pointer const.
 1.9  21-May-2012  dsl branches: 1.9.2; 1.9.4;
Remove the code that tries to load the "ffs" kernel module during boot.
This is in line with the core decision than even modular kernels should
contain the ffs code.
I've left in the code that tries to load "nfs" and "ext2fs", but it
isn't clear that is necessary.
Removes a warning message that (usually) flashes past to fast to read.
AFAICT all the relevant kernels contain ffs (and nfs for that matter).
 1.8  19-Nov-2008  ad branches: 1.8.16; 1.8.20; 1.8.22;
For the x86 boot loader, autoload a kernel module corresponding to the
root file system type.
 1.7  27-Mar-2003  drochner branches: 1.7.100; 1.7.104; 1.7.110; 1.7.114;
There is no point in initializing "rootpath" to "/".
Move it into BSS.
 1.6  19-Mar-2003  drochner remove stuff just moved to bootparam.c and some variables which are
never used.
 1.5  15-Mar-2002  simonb Move files[] from globals.c to its own file. Including all of globals.o
breaks the size limit for at least the pmax bootblocks.

Fixes PR port-pmax/15924 from Gregory McGarry.
 1.4  23-Feb-2002  thorpej Move files[] from open.c to globals.c, so that it's possible to
use libsa in an application where there are no file systems or
devices.
 1.3  18-Sep-1995  pk branches: 1.3.44; 1.3.46;
Another round of clean up, including fixes presented by Matthias Drochner
(PR#1404). Things to be noted:
- all IP addresses are now `struct in_addr's.
- the function rarp_getipaddress() no longer return `myip'; in stead
it returns -1 on failure (errno set), 0 on success. `myip' is set
as a size-effect.
 1.2  26-Oct-1994  cgd new RCS ID format.
 1.1  08-May-1994  brezak Standalone networking for network boot loaders.
 1.3.46.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.46.1  16-Mar-2002  jdolecek Catch up with -current.
 1.3.44.2  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.3.44.1  28-Feb-2002  nathanw Catch up to -current.
 1.7.114.1  19-Jan-2009  skrll Sync with HEAD.
 1.7.110.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.7.104.1  04-May-2009  yamt sync with head.
 1.7.100.1  17-Jan-2009  mjf Sync with HEAD.
 1.8.22.1  03-Jun-2012  jdc Pull up revisions:
src/sys/arch/i386/stand/lib/exec.c revision 1.50
src/sys/arch/sandpoint/stand/altboot/main.c revision 1.21 via patch
src/sys/lib/libsa/ext2fs.c revision 1.13
src/sys/lib/libsa/ffsv1.c revision 1.6
src/sys/lib/libsa/ffsv2.c revision 1.6
src/sys/lib/libsa/globals.c revision 1.9
src/sys/lib/libsa/lfsv1.c revision 1.5
src/sys/lib/libsa/lfsv2.c revision 1.5
src/sys/lib/libsa/stand.h revision 1.76
src/sys/lib/libsa/ufs.c revision 1.58
(requested by dsl in ticket #279).

Remove the code that tries to load the "ffs" kernel module during boot.
This is in line with the core decision than even modular kernels should
contain the ffs code.
I've left in the code that tries to load "nfs" and "ext2fs", but it
isn't clear that is necessary.
Removes a warning message that (usually) flashes past to fast to read.
AFAICT all the relevant kernels contain ffs (and nfs for that matter).
 1.8.20.1  02-Jun-2012  mrg sync to latest -current.
 1.8.16.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.16.1  23-May-2012  yamt sync with head.
 1.9.4.1  18-May-2014  rmind sync with head
 1.9.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed