Up |
|
|
  |
Author: Tim RightnourTim Rightnour
Date: Apr 30, 2008 18:58
Module Name: src
Committed By: garbled
Date: Thu May 1 01:58:10 UTC 2008
Modified Files:
src/etc/etc.ofppc: Makefile.inc
Log Message:
Add a netboot directory to releasedir/installation. Put symlinks to the
kernels and ofwboot in there.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/etc/etc.ofppc/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
| |
no comments
|
|
  |
Author: Andrew DoranAndrew Doran
Date: Apr 30, 2008 17:20
Module Name: src
Committed By: ad
Date: Thu May 1 00:20:12 UTC 2008
Modified Files:
src/sys/kern: kern_stub.c
Log Message:
#error if __HAVE_PREEMPTION && !MULTIPROCESSOR.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/kern/kern_stub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
| |
no comments
|
|
  |
Author: Andrew DoranAndrew Doran
Date: Apr 30, 2008 16:25
Module Name: src
Committed By: ad
Date: Wed Apr 30 23:25:49 UTC 2008
Modified Files:
src/sys/arch/x86/x86: mpbios.c
Log Message:
If MP is disabled at the boot prompt, then don't use MPBIOS. When ACPI
is also disabled, this completely avoids using ioapics.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/arch/x86/x86/mpbios.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
5 Comments |
|
  |
Author: Michael LorenzMichael Lorenz
Date: Apr 30, 2008 16:21
Module Name: src
Committed By: macallan
Date: Wed Apr 30 23:21:29 UTC 2008
Modified Files:
src/sys/arch/powerpc/include: cpu.h
Log Message:
add dummy argument to cpu_did_resched() so kern_synch.c is happy again
To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/sys/arch/powerpc/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
1 Comment |
|
  |
Author: Andrew DoranAndrew Doran
Date: Apr 30, 2008 16:02
Module Name: src
Committed By: ad
Date: Wed Apr 30 23:02:43 UTC 2008
Modified Files:
src/sys/dev/isa: fd.c
Log Message:
- If x86, trust the nvram and elminate long probe delays.
- Update for amd64.
To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/dev/isa/fd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
no comments
|
|
  |
Author: Andrew DoranAndrew Doran
Date: Apr 30, 2008 15:08
Module Name: src
Committed By: ad
Date: Wed Apr 30 22:08:18 UTC 2008
Modified Files:
src/sys/arch/amd64/conf: GENERIC std.amd64
Log Message:
Shuffle ioapic/mainbus/cpu into std.amd64 like i386.
To generate a diff of this commit:
cvs rdiff -r1.206 -r1.207 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.5 -r1.6 src/sys/arch/amd64/conf/std.amd64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
no comments
|
|
  |
Author: Andrew DoranAndrew Doran
Date: Apr 30, 2008 15:00
Module Name: src
Committed By: ad
Date: Wed Apr 30 22:00:05 UTC 2008
Modified Files:
src/distrib/amd64/floppies/common: Makefile.bootfloppy
src/distrib/i386/floppies/common: Makefile.bootfloppy
Added Files:
src/distrib/amd64/floppies/common: boot.cfg
src/distrib/i386/floppies/common: boot.cfg
Log Message:
Put a boot menu on the amd64+i386 boot floppies. Not used yet because
the ustar loader seems to have the menu code if'd out.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/distrib/amd64/floppies/common/Makefile.bootfloppy
cvs rdiff -r0 -r1.1 src/distrib/amd64/floppies/common/boot.cfg
cvs rdiff -r1.19 -r1.20 src/distrib/i386/floppies/common/Makefile.bootfloppy
cvs rdiff -r0 -r1.1 src/distrib/i386/floppies/common/boot.cfg
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
| Show full article (1.00Kb) |
|
1 Comment |
|
  |
Author: Tim RightnourTim Rightnour
Date: Apr 30, 2008 14:22
Module Name: src
Committed By: garbled
Date: Wed Apr 30 21:22:20 UTC 2008
Modified Files:
src/sys/arch/rs6000/stand: Makefile README
Removed Files:
src/sys/arch/rs6000/stand/mkbootimage: Makefile bootrec.h magic.h
mkbootimage.c
Log Message:
rs6000's mkbootimage is now no longer needed.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/rs6000/stand/Makefile \
src/sys/arch/rs6000/stand/README
cvs rdiff -r1.1 -r0 src/sys/arch/rs6000/stand/mkbootimage/Makefile \
src/sys/arch/rs6000/stand/mkbootimage/bootrec.h \
src/sys/arch/rs6000/stand/mkbootimage/magic.h \
src/sys/arch/rs6000/stand/mkbootimage/mkbootimage.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
| Show full article (0.91Kb) |
|
no comments
|
|
  |
Author: Tim RightnourTim Rightnour
Date: Apr 30, 2008 14:20
Module Name: src
Committed By: garbled
Date: Wed Apr 30 21:20:37 UTC 2008
Modified Files:
src/sys/arch/prep/stand: README
Removed Files:
src/sys/arch/prep/stand/mkbootimage: Makefile magic.h mkbootimage.c
Log Message:
Remove prep's copy of mkbootimage
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/prep/stand/README
cvs rdiff -r1.7 -r0 src/sys/arch/prep/stand/mkbootimage/Makefile
cvs rdiff -r1.1 -r0 src/sys/arch/prep/stand/mkbootimage/magic.h
cvs rdiff -r1.17 -r0 src/sys/arch/prep/stand/mkbootimage/mkbootimage.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
no comments
|
|
  |
|
|
  |
Author: Tim RightnourTim Rightnour
Date: Apr 30, 2008 14:18
Module Name: src
Committed By: garbled
Date: Wed Apr 30 21:18:17 UTC 2008
Modified Files:
src/tools: Makefile
Log Message:
Build powerpc-mkbootimage for rs6000 and bebox too.
To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 src/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
|
| |
|
no comments
|
|
|
|
|
|