Home | History | Annotate | Download | only in kern
History log of /src/sys/kern/cnmagic.c
RevisionDateAuthorComments
 1.14  04-May-2017  kamil Correct typo in the comment

No functional change.
 1.13  19-Nov-2011  christos branches: 1.13.10; 1.13.28; 1.13.42;
Apply the better patch in the PR.
 1.12  19-Nov-2011  christos PR/45633: Christian Biere: Don't access byte after NUL when setting magic.
 1.11  31-Jan-2010  hubertf branches: 1.11.12;
Replace more printfs with aprint_normal / aprint_verbose
Makes "boot -z" go mostly silent for me.
 1.10  19-Oct-2009  snj Move Eduardo Horvath's license to 2 clause. OK eeh@.
 1.9  01-Nov-2006  yamt branches: 1.9.52; 1.9.64; 1.9.72;
remove some __unused from function parameters.
 1.8  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.7  11-Dec-2005  christos branches: 1.7.22;
merge ktrace-lwp.
 1.6  29-May-2005  christos - add const.
- remove unnecessary casts.
- add __UNCONST casts and mark them with XXXUNCONST as necessary.
 1.5  22-Aug-2003  junyoung TNF & remove trailing spaces.
 1.4  27-Nov-2001  bouyer branches: 1.4.16;
In cn_get_magic() don't increment i in the for(;;) loop, as it's already
set to point to the next value with CNS_MAGIC_NEXT().
Now it's obvious that the magic string on my U5 is +++++ and not +++ :)
 1.3  12-Nov-2001  lukem add RCSIDs
 1.2  19-Dec-2000  mrg branches: 1.2.2; 1.2.4; 1.2.8;
only print the magic number changing if not cold
 1.1  08-Nov-2000  eeh branches: 1.1.2;
Add console magic sequence framework.
 1.1.2.3  05-Jan-2001  bouyer Sync with HEAD
 1.1.2.2  22-Nov-2000  bouyer Sync with HEAD.
 1.1.2.1  08-Nov-2000  bouyer file cnmagic.c was added on branch thorpej_scsipi on 2000-11-22 16:05:14 +0000
 1.2.8.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.2.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.2.2.1  14-Nov-2001  nathanw Catch up to -current.
 1.4.16.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.16.1  03-Aug-2004  skrll Sync with HEAD
 1.7.22.2  10-Dec-2006  yamt sync with head.
 1.7.22.1  22-Oct-2006  yamt sync with head
 1.9.72.1  21-Apr-2010  matt sync to netbsd-5
 1.9.64.1  14-Feb-2010  bouyer Pull up following revision(s) (requested by hubertf in ticket #1290):
sys/kern/kern_ksyms.c: revision 1.53
sys/dev/pci/agp_via.c: revision 1.18
sys/netipsec/key.c: revision 1.63
sys/arch/x86/x86/x86_autoconf.c: revision 1.49
sys/kern/init_main.c: revision 1.415
sys/kern/cnmagic.c: revision 1.11
sys/netipsec/ipsec.c: revision 1.47
sys/arch/x86/x86/pmap.c: revision 1.100
sys/netkey/key.c: revision 1.176
Replace more printfs with aprint_normal / aprint_verbose
Makes "boot -z" go mostly silent for me.
 1.9.52.1  11-Mar-2010  yamt sync with head
 1.11.12.1  17-Apr-2012  yamt sync with head
 1.13.42.1  11-May-2017  pgoyette Sync with HEAD
 1.13.28.1  28-Aug-2017  skrll Sync with HEAD
 1.13.10.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed