yamt
558fded29a
add "options VMSWAP" to non INSTALL kernels.
2005-07-30 06:35:34 +00:00
yamt
1d0891101c
defflag VMSWAP.
2005-07-30 06:33:33 +00:00
hubertf
673730506c
Add support for reading cloop2 compressed filesystem image,
...
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
2005-07-17 00:08:27 +00:00
tron
04b9c3437f
Add (commented out) IPSEC_NAT_T option.
2005-07-07 17:05:46 +00:00
rpaulo
64fd052c74
Add file-system PTYFS (commented out) so that people know its existence.
...
Ok'ed by Christos Zoulas and Hubert Feyrer.
2005-06-25 12:05:15 +00:00
junyoung
17670568fe
Use FS_OPS() macro.
2005-06-23 19:44:00 +00:00
junyoung
600b956be0
Remove trailing spaces.
2005-06-22 16:35:58 +00:00
dyoung
a37289db57
Make disklabel(8) and fdisk(8) into "host tools " last step: build
...
and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel,
${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to
the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.
To avoid clashes with a build-host's header files, especially on
*BSD, the host-tools versions of fdisk and disklabel search for
#includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h,
and bootinfo.h in a new #includes namespace, nbinclude/. That is,
they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>,
<nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and
such. I have also updated the system headers to #include from
nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
2005-06-12 19:46:15 +00:00
scw
7e5638e54e
Appease -Wshadow and -Wcast-qual
2005-06-03 13:14:09 +00:00
scw
861b1ff2f6
Appease -Wshadow
2005-06-03 13:02:35 +00:00
scw
9464c4ee5f
Include <arm/bootconfig.h> to get the get_bootconf_option() prototype and
...
associated definitions, instead of rolling our own.
2005-06-03 12:48:25 +00:00
christos
7cdea212c0
No 0x in front of %p...
2005-05-22 15:54:45 +00:00
jdolecek
4d515665c5
assign major for nsmb(4)
2005-05-10 00:02:35 +00:00
tsutsui
a9a45cb796
Fix __KERNEL_RCSID.
2005-03-18 12:34:17 +00:00
simonb
38c9d4c236
Remove unused header file.
2005-03-15 13:19:41 +00:00
tsutsui
58bc3dfe63
Fall back to comconsole when vga or pccons console cnprobe/cnattach fails
...
even if options COMCONSOLE is not specified.
2005-02-27 18:29:43 +00:00
tsutsui
f05862169e
cnattach functions should return zero on success, non-zero on failure.
2005-02-27 18:24:49 +00:00
simonb
ff8f0b23c9
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
...
that didn't have those options but had other earlier compat options.
2005-02-25 13:46:48 +00:00
christos
e98083ea54
- remove MEMORY_DISK_HOOKS
...
- add LKM
- increase SYMTAB_SPACE
2005-02-21 20:36:37 +00:00
christos
e42df4bc1c
Add missing wsfont.
2005-02-21 20:35:13 +00:00
dsl
4822cbaae2
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
2005-02-18 21:05:50 +00:00
drochner
0717077eea
The joystick driver is using mi timing code for many months.
...
Noone complained, so we can remove the unused md versions.
2005-02-18 15:39:17 +00:00
dsl
05e2f6ebdb
Add 'option FFS_SNAPSHOT' to most of the config files.
...
Commented out for kernels that appear to hace space constraints.
2005-02-11 08:25:53 +00:00
simonb
3cebd9325e
White space nit- don't put a space before/after increment/decrement
...
operators.
2005-02-11 06:21:21 +00:00
hannken
d5fbb6936f
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>
2005-01-31 16:54:32 +00:00
rumble
de81c2c878
Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
...
commented out and labeled experimental pending further review and
testing.
2005-01-28 03:19:49 +00:00
tsutsui
18cc5c6cd5
Comment out options XSERVER, which was required by old pccons.
2005-01-16 14:58:42 +00:00
tsutsui
8d65a2e17f
- Switch to wscons(4) with MI vga(4), pckbc(4) and pms(4).
...
- Reorganize console initialization code like i386 rather than cninit().
Note old pccons/opms and ofcons support still works.
XXX Xserver is not tested because XF86_4 doesn't have support
XXX for IGS CyberPro2010 on shark. (yet?)
2005-01-09 15:39:59 +00:00
tsutsui
7da0e84338
- Adapt to vga_common_attach() API changes.
...
- Add more VGA initialization code to vga_ofbus_cnattach() from pccons.c.
- Export vga_ofbus_cnattach() prototype for consinit() ops.
2005-01-09 15:29:27 +00:00
tsutsui
01c812cc7b
Add bus_space_copy_region_2() op, which is required by MI vga(4),
...
from sys/arch/arm/arm/bus_space_asm_generic.S.
XXX: isa_io_asm.S and bus_space_asm_generic.S is mostly identical.
2005-01-09 15:26:19 +00:00
tsutsui
cac3513fa5
Purge vm_offset_t.
2005-01-05 10:25:43 +00:00
tsutsui
41e8037c12
Use MI <dev/ic/pcdisplay.h>.
2005-01-05 09:17:36 +00:00
tsutsui
f97d50b3cf
'device-major ofcons' is required by device ofcons, not ofwgencfg.
2005-01-05 09:15:19 +00:00
tsutsui
ccf08b263e
- Remove attribute shark, which is always defined.
...
- arch/shark/ofw/ofisapc.c is required by ofisapc, not pc.
2005-01-05 09:13:29 +00:00
tsutsui
f8d82b0fa1
options<space><tab>
2005-01-05 09:06:33 +00:00
tsutsui
e2ccb8e626
Bump size of SYMTAB_SPACE.
2005-01-05 09:05:39 +00:00
jmc
0c600e6739
Add a missing include for locators.h
2004-12-15 03:56:20 +00:00
chs
267af995b7
use the generated macros in locators.h rather than hard-coded numbers
...
to index the cf_loc[] array. reviewed by allen briggs.
2004-12-14 02:32:02 +00:00
christos
30fc143afa
Add COMPAT_BSDPTY to the rest of the config files.
2004-11-10 17:54:02 +00:00
thorpej
dc2f2fbe74
Centralize the declaration of booted_device and booted_partition.
2004-10-23 17:07:37 +00:00
drochner
a8f458743f
Replace the last spurious ISACF_IRQ_DEFAULT.
2004-09-20 17:31:57 +00:00
drochner
96f4400c0c
remove an occurence of ISACF_DRQ_DEFAULT where it doesn't
...
belong
(I didn't find where this piece of code is made use of,
likely stale stuff.)
found by Havard Eidnes
2004-09-20 16:57:27 +00:00
chs
cbc396ce30
work around a binutils bug where converting ELF kernels to a.out with objcopy
...
produces corrupted binaries when the link_set_* sections extend into another
page after the end of the .text section by using a generated an ldscript that
puts all the link_set_* data into the .text section in the first place.
2004-09-13 09:39:40 +00:00
manu
6e3c639957
IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
...
tech-net@
2004-09-04 23:29:44 +00:00
thorpej
d1e0f4a2a0
Add openfirm.
2004-08-29 17:40:12 +00:00
reinoud
b4f746a195
Increase space reserved for symbol space. As of the kernel i build it
...
needed at least a 255344 bytes while 242000 was reserved. Bumped it a few
kb higher to reduce symbol table fill too soon again.
2004-08-25 12:24:48 +00:00
drochner
fd293d10fd
remove some typecasts to "cfmatch_t" which are obviously relicts from
...
__BROKEN_INDIRECT_CONFIG times
2004-07-29 18:39:00 +00:00
atatat
f68a9f1ff2
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
...
out in most of them.
2004-07-15 03:53:44 +00:00
drochner
af0dfbe584
don't need md timing functions for joystick anymore
2004-07-08 22:07:47 +00:00
drochner
12abfacf0b
just include <sys/joystick.h>
2004-07-02 17:15:10 +00:00