Home | History | Annotate | Download | only in tlsb
History log of /src/sys/arch/alpha/tlsb/tlsbmem.c
RevisionDateAuthorComments
 1.12  04-Jul-2021  thorpej Remove unnecessary #include <sys/malloc.h>
 1.11  14-Jun-2011  matt branches: 1.11.70;
Major cleanup of alpha device drivers.
Switch to CFATTACH_DECL_NEW.
struct device * -> device_t
struct cfdata * -> cfdata_t
Use of device_xname. No direct access to struct device members.
Use aprint* (not complete).
 1.10  14-Mar-2009  dsl branches: 1.10.10;
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.9  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.8  02-Oct-2002  thorpej branches: 1.8.112; 1.8.120; 1.8.126;
Use CFATTACH_DECL().
 1.7  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.6  12-Jan-1998  thorpej branches: 1.6.26; 1.6.28;
Adjust for config changes.
 1.5  02-Sep-1997  thorpej Nuke the idea of <machine/options.h>. It completely defeats the purpose
of fine-grain option dependencies.
 1.4  07-Apr-1997  cgd branches: 1.4.2; 1.4.6; 1.4.8;
by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries.
This can be disabled (to save a bit of space) with the NO_KERNEL_RCSIDS
options, which is present but commented out in the ALPHA config file.
In ELF-format kernels, these strings are present in the kernel binary but
are not loaded into memory. (In ECOFF-format kernels, there's no easy way
to keep them from being loaded, so they _are_ loaded into memory.)
 1.3  06-Apr-1997  cgd clean up NetBSD RCS ID strings, include machine/options.h
 1.2  12-Mar-1997  cgd Copyright notice consistency, per Matthew Jacob.
 1.1  12-Mar-1997  cgd AlphaServer 8200 & 8400 support, including CPU specific details, TurboLaser
system bus support, and KFTxx support. From Matthew Jacob, NASA Ames
Research Center.
 1.4.8.2  07-Apr-1997  cgd by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries.
This can be disabled (to save a bit of space) with the NO_KERNEL_RCSIDS
options, which is present but commented out in the ALPHA config file.
In ELF-format kernels, these strings are present in the kernel binary but
are not loaded into memory. (In ECOFF-format kernels, there's no easy way
to keep them from being loaded, so they _are_ loaded into memory.)
 1.4.8.1  07-Apr-1997  cgd file tlsbmem.c was added on branch alpha-nwscons on 1997-04-07 23:41:11 +0000
 1.4.6.1  04-Sep-1997  thorpej Update marc-pcmcia branch from trunk.
 1.4.2.1  01-Jun-1997  cgd sync the nwscons branch up with yesterday's version of the trunk.
Lots of conflicts/changes because of the RCS Id format changes.
Also, a few cleanups and corrections.
 1.6.28.1  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.6.26.1  18-Oct-2002  nathanw Catch up to -current.
 1.8.126.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.120.1  28-Apr-2009  skrll Sync with HEAD.
 1.8.112.1  04-May-2009  yamt sync with head.
 1.10.10.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.11.70.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed