| #
d974db0a |
| 17-Oct-2007 |
garbled <garbled@NetBSD.org> |
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the v
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
show more ...
|
| #
64b3321e |
| 18-Jul-2007 |
tsutsui <tsutsui@NetBSD.org> |
Make KGDB config files just include GENERIC{,3X} and use <no> keyword of config(9).
|
| #
f309b668 |
| 27-Sep-2006 |
manu <manu@NetBSD.org> |
- Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports,
- Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here.
This address kern/18407
show more ...
|
| #
e0df1e4c |
| 26-Aug-2006 |
christos <christos@NetBSD.org> |
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
| #
6ff13154 |
| 05-Feb-2006 |
cube <cube@NetBSD.org> |
Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| #
926f98bc |
| 04-Feb-2006 |
rpaulo <rpaulo@NetBSD.org> |
bpfilter doesn't accept count anymore.
|
| #
ff9b47d6 |
| 07-Dec-2005 |
tsutsui <tsutsui@NetBSD.org> |
Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| #
100f9bce |
| 04-Sep-2005 |
isaki <isaki@NetBSD.org> |
typo in comment. (since 1994?!)
|
| #
93c362d7 |
| 19-Aug-2005 |
christos <christos@NetBSD.org> |
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
| #
758a209d |
| 19-Aug-2005 |
christos <christos@NetBSD.org> |
64 bit inode changes.
|
| #
38ca5312 |
| 31-Jul-2005 |
yamt <yamt@NetBSD.org> |
revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit their kernel config files than i thought.
|
| #
558fded2 |
| 30-Jul-2005 |
yamt <yamt@NetBSD.org> |
add "options VMSWAP" to non INSTALL kernels.
|
| #
4822cbaa |
| 18-Feb-2005 |
dsl <dsl@NetBSD.org> |
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| #
d5fbb693 |
| 31-Jan-2005 |
hannken <hannken@NetBSD.org> |
Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device i
Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
show more ...
|
| #
56ac22d9 |
| 30-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Enable disconnect/reselect for esp(4) on 3/80 by default.
It also implies to enable tagged queueing, which works fine on my 3/80: --- NetBSD 2.99.15 (CHARIOT) #184: Sun Jan 30 07:13:08 JST 2005 tsu
Enable disconnect/reselect for esp(4) on 3/80 by default.
It also implies to enable tagged queueing, which works fine on my 3/80: --- NetBSD 2.99.15 (CHARIOT) #184: Sun Jan 30 07:13:08 JST 2005 tsutsui@mirage:/usr/src/sys/arch/sun3/compile/CHARIOT Model: sun3x 80 fpu: mc68882 total memory = 65536 KB avail memory = 62496 KB mainbus0 (root) obio0 at mainbus0 : dma0 at obio0 addr 0x66001000 ipl 2: rev 0 esp0 at obio0 addr 0x66000000 ipl 2: ESP100, 20MHz, SCSI ID 7 scsibus0 at esp0: 8 targets, 8 luns per target : scsibus0: waiting 2 seconds for devices to settle... sd0 at scsibus0 target 0 lun 0: <SEAGATE, ST31230N, HP04> disk fixed sd0: 1001 MB, 3992 cyl, 5 head, 102 sec, 512 bytes/sect x 2051460 sectors sd0: async, 8-bit transfers, tagged queueing sd1 at scsibus0 target 3 lun 0: <FUJITSU, M1606S-512, 6237> disk fixed sd1: 1041 MB, 3457 cyl, 6 head, 102 sec, 512 bytes/sect x 2131992 sectors sd1: async, 8-bit transfers, tagged queueing boot device: sd0a : --- (yes, async but tagged queueing :-)
show more ...
|
| #
b20d5467 |
| 21-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Remove options COMPAT_15 and add options COMPAT_20.
|
| #
30fc143a |
| 10-Nov-2004 |
christos <christos@NetBSD.org> |
Add COMPAT_BSDPTY to the rest of the config files.
|
| #
f68a9f1f |
| 15-Jul-2004 |
atatat <atatat@NetBSD.org> |
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| #
a4186d3d |
| 22-Sep-2003 |
cl <cl@NetBSD.org> |
add COMPAT_15/COMPAT_16
|
| #
b9f9db3c |
| 10-Apr-2003 |
christos <christos@NetBSD.org> |
Bye Bye UCONSOLE
|
| #
3ea2e21f |
| 18-Sep-2002 |
lukem <lukem@NetBSD.org> |
enable USERCONF by default; it's small and extremely useful to have available.
|
| #
fde6ae6f |
| 17-Jun-2002 |
lukem <lukem@NetBSD.org> |
Enable "pseudo-device clockctl" in all kernels, except installation related kernels (INSTALL* and RAMDISK*). This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
|
| #
d1b38523 |
| 25-Apr-2002 |
atatat <atatat@NetBSD.org> |
Add the INCLUDE_CONFIG_FILE option to all config files. In config files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or ALPHA), it is uncommented.
|
| #
6e066ba7 |
| 12-Apr-2002 |
gmcgarry <gmcgarry@NetBSD.org> |
Add commented-out USERCONF option. Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size requirements.
|
| #
6d265bd8 |
| 27-Jan-2002 |
jdolecek <jdolecek@NetBSD.org> |
add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|