CVS log for src/sys/arch/luna68k/conf/GENERIC
Up to [cvs.NetBSD.org] / src / sys / arch / luna68k / conf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.137: download - view: text, markup, annotated - select for diffs
Fri Oct 13 16:35:14 2023 UTC (14 months ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +3 -3
lines
Remove trailing spaces and TAB.
Revision 1.136: download - view: text, markup, annotated - select for diffs
Sun Feb 12 14:50:40 2023 UTC (21 months, 4 weeks ago) by abs
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +5 -2
lines
Add optoion GENERIC.local include to the end of ~all GENERIC configs
This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm
all of which have somewhat specific kernel config file layouts
Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Sep 29 10:10:08 2022 UTC (2 years, 2 months ago) by riastradh
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +3 -2
lines
swwdog(4): Add to GENERIC kernels.
Plus a handful of others that I'm familiar with. Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and ppc evaluation board kernels to see
which ones are relevant.
Omitted from systems I know to be very small:
- sun2/GENERIC
- dreamcast/GENERIC
Feel free to remove it from others that need to be kept smaller.
Compile-tested a few of these just in case:
- alpha/GENERIC
- amd64/GENERIC
- evbmips/OCTEON
- i386/GENERIC
- riscv/GENERIC
PR kern/29702
Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun Aug 7 02:52:27 2022 UTC (2 years, 4 months ago) by simonb
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +9 -8
lines
UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.
Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Jun 10 21:42:23 2022 UTC (2 years, 6 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +11 -3
lines
luna68k: add psgpam(4) audio for LUNA, using YM2149 PSG/SSG sound chip.
"PSG PAM" is a audio driver using "Pulse Amplitude Modulation" with the
YM2149 PSG/SSG chip connected to the I/O processor HD647180X on LUNA.
The driver plays up to 30 kHz PCM audio by manipulating PSG channel volumes
at extremely high speed with 6.144 MHz HD647180X, a Z80 compatible sub CPU.
https://www.youtube.com/watch?v=fR7PqaLpijQ
https://www.youtube.com/watch?v=kCDZCgkwgBA
Compatibilities with the existing XPIOCDOWNLD ioctl(2) to download and
exec user programs (PSG sound driver player ported from PC-6001 etc.)
on the HD647180X is still provided.
https://twitter.com/tsutsuii/status/1533247362965315584
This psgpam(4) driver for NetBSD/luna68k was written by @moveccr
during isaki-audio2 branch developments, and it was also demonstrated
at Open Source Conference 2018 Kyoto:
https://github.com/isaki68k/netbsd-src/tree/audio2
https://mail-index.netbsd.org/netbsd-advocacy/2018/08/07/msg000781.html
https://twitter.com/tsutsuii/status/1025504875625365505
Note specifications of interrupts from the HD647180X to the host LUNA
was confirmed by Kenji Aoyama on his LUNA-88K2 running OpenBSD/luna88k.
I would like to thank all people still working on ancient LUNA machines!
Revision 1.132: download - view: text, markup, annotated - select for diffs
Fri May 27 16:59:19 2022 UTC (2 years, 6 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +3 -3
lines
Specify -fno-unwind-tables to shrink binaries.
Revision 1.127.2.1: download - view: text, markup, annotated - select for diffs
Sun May 15 12:29:46 2022 UTC (2 years, 6 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE
Diff to: previous 1.127: preferred, colored; next MAIN 1.128: preferred, colored
Changes since revision 1.127: +5 -2
lines
Pull up following revision(s) (requested by tsutsui in ticket #1450):
sys/arch/luna68k/conf/INSTALL: revision 1.32
sys/arch/luna68k/conf/GENERIC: revision 1.131
Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color support.
For demonstration on nono that supports 4bpp framebuffer recently.
Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Feb 4 18:28:53 2022 UTC (2 years, 10 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +5 -2
lines
Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color support.
For demonstration on nono that supports 4bpp framebuffer recently.
Revision 1.130: download - view: text, markup, annotated - select for diffs
Sun Sep 27 13:48:52 2020 UTC (4 years, 2 months ago) by roy
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +3 -2
lines
vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon Aug 10 06:32:58 2020 UTC (4 years, 4 months ago) by rin
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +5 -3
lines
Add -fno-omit-frame-pointer to m68k kernels with DDB for backtraces.
-omit-frame-pointer is enabled for -O1 and higher for GCC8 by default.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat Aug 1 08:20:50 2020 UTC (4 years, 4 months ago) by maxv
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -3
lines
Remove references to BRIDGE_IPF, it is now compiled in by default.
Revision 1.125.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:25 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.125: preferred, colored; next MAIN 1.126: preferred, colored
Changes since revision 1.125: +4 -19
lines
Sync with HEAD
Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Apr 26 22:46:03 2019 UTC (5 years, 7 months ago) by sevan
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: netbsd-9
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -13
lines
Use veriexec.config to reduce duplication
Revision 1.125.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:35 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.125: preferred, colored; next MAIN 1.126: preferred, colored
Changes since revision 1.125: +3 -8
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Aug 1 20:04:12 2018 UTC (6 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
isaki-audio2-base,
isaki-audio2
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +3 -8
lines
Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
Revision 1.121.6.1: download - view: text, markup, annotated - select for diffs
Fri Jan 26 14:28:16 2018 UTC (6 years, 10 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Diff to: previous 1.121: preferred, colored; next MAIN 1.122: preferred, colored
Changes since revision 1.121: +4 -4
lines
Pull up following revision(s) (requested by sevan in ticket #510):
sys/arch/sun3/conf/GENERIC3X: revision 1.130
sys/arch/sparc64/conf/GENERIC: revision 1.203
sys/arch/news68k/conf/LIBERO: revision 1.66
sys/arch/amiga/conf/DRACO: revision 1.185
sys/arch/evbarm/conf/MV2120: revision 1.35
sys/arch/x68k/conf/GENERIC: revision 1.187
sys/arch/rs6000/conf/GENERIC: revision 1.39
sys/arch/news68k/conf/GENERIC_TINY: revision 1.86
sys/arch/i386/conf/XEN3_DOMU: revision 1.88
sys/arch/iyonix/conf/GENERIC: revision 1.97
sys/arch/evbarm64/conf/A64EMUL: revision 1.11
sys/arch/mvme68k/conf/GENERIC: revision 1.98
sys/arch/acorn32/conf/GENERIC: revision 1.124
sys/arch/i386/conf/XEN3_DOM0: revision 1.125
sys/arch/cobalt/conf/INSTALL: revision 1.65
sys/arch/macppc/conf/GENERIC_601: revision 1.16
sys/arch/hppa/conf/GENERIC: revision 1.17
sys/arch/amiga/conf/GENERIC.in: revision 1.137
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33
sys/arch/netwinder/conf/GENERIC: revision 1.134
sys/arch/amd64/conf/XEN3_DOMU: revision 1.83
sys/arch/mac68k/conf/GENERIC: revision 1.225
sys/arch/arc/conf/RPC44: revision 1.54
sys/arch/mipsco/conf/GENERIC: revision 1.92
sys/arch/cats/conf/GENERIC: revision 1.166
sys/arch/amd64/conf/XEN3_DOM0: revision 1.145
sys/arch/amigappc/conf/GENERIC: revision 1.33
sys/arch/sun3/conf/GENERIC: revision 1.176
sys/arch/news68k/conf/GENERIC: revision 1.130
sys/arch/hpcsh/conf/GENERIC: revision 1.110
sys/arch/hp300/conf/GENERIC: revision 1.198
sys/arch/atari/conf/GENERIC.in: revision 1.115
sys/arch/sparc/conf/MRCOFFEE: revision 1.54
sys/arch/evbppc/conf/EXPLORA451: revision 1.62
sys/arch/cesfic/conf/GENERIC: revision 1.69
sys/arch/vax/conf/GENERIC: revision 1.204
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112
sys/arch/sparc/conf/GENERIC: revision 1.258
sys/arch/next68k/conf/GENERIC: revision 1.145
sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34
sys/arch/prep/conf/GENERIC: revision 1.185
sys/arch/amiga/conf/INSTALL: revision 1.129
sys/arch/newsmips/conf/GENERIC: revision 1.133
sys/arch/cobalt/conf/GENERIC: revision 1.156
sys/arch/sun2/conf/GENERIC: revision 1.99
sys/arch/luna68k/conf/INSTALL: revision 1.25
sys/arch/amigappc/conf/NULL: revision 1.53
sys/arch/acorn26/conf/GENERIC: revision 1.85
sys/arch/vax/conf/VAX780: revision 1.25
sys/arch/luna68k/conf/GENERIC: revision 1.125
sys/arch/ews4800mips/conf/GENERIC: revision 1.56
sys/arch/macppc/conf/POWERMAC_G5: revision 1.29
sys/arch/arc/conf/GENERIC: revision 1.189
sys/arch/macppc/conf/MAMBO: revision 1.27
sys/arch/acorn32/conf/EB7500ATX: revision 1.64
sys/arch/pmax/conf/GENERIC: revision 1.196
sys/arch/pmax/conf/GENERIC64: revision 1.28
sys/arch/amiga/conf/GENERIC: revision 1.319
sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55
sys/arch/macppc/conf/GENERIC: revision 1.339
sys/arch/emips/conf/GENERIC: revision 1.21
sys/arch/sandpoint/conf/GENERIC: revision 1.97
sys/arch/landisk/conf/GENERIC: revision 1.58
sys/arch/bebox/conf/GENERIC: revision 1.157
sys/arch/alpha/conf/GENERIC: revision 1.379
Alternate buffer queue strategies no longer considered experimental, update
description.
Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
Revision 1.125: download - view: text, markup, annotated - select for diffs
Tue Jan 23 14:47:55 2018 UTC (6 years, 10 months ago) by sevan
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +4 -4
lines
Alternate buffer queue strategies no longer considered experimental, update
description.
Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
Revision 1.100.2.4: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:23 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.100.2.3: preferred, colored; next MAIN 1.101: preferred, colored
Changes since revision 1.100.2.3: +12 -18
lines
update from HEAD
Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Sep 14 07:58:41 2017 UTC (7 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: tls-maxphys-base-20171202
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +5 -16
lines
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.
removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Sep 13 22:24:44 2017 UTC (7 years, 3 months ago) by sevan
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -5
lines
Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.
Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html
ok riastradh
Revision 1.119.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:43 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.119.2.1: preferred, colored; branchpoint 1.119: preferred, colored; next MAIN 1.120: preferred, colored
Changes since revision 1.119.2.1: +5 -3
lines
Sync with HEAD
Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Jul 29 18:08:58 2017 UTC (7 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20170825
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -3
lines
Remove TCP_COMPAT_42 from the config files. Pass 3.
Revision 1.120.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:29 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.120: preferred, colored; next MAIN 1.121: preferred, colored
Changes since revision 1.120: +5 -2
lines
Sync with HEAD
Revision 1.113.2.5: download - view: text, markup, annotated - select for diffs
Wed Apr 5 19:54:17 2017 UTC (7 years, 8 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-2-RELEASE
Diff to: previous 1.113.2.4: preferred, colored; branchpoint 1.113: preferred, colored; next MAIN 1.114: preferred, colored
Changes since revision 1.113.2.4: +2 -2
lines
Pull up following revision(s) (requested by skrll in ticket #1395):
share/man/man4/axe.4: netbsd-7-nhusb
share/man/man4/axen.4: netbsd-7-nhusb
share/man/man4/cdce.4: netbsd-7-nhusb
share/man/man4/uaudio.4: netbsd-7-nhusb
share/man/man4/ucom.4: netbsd-7-nhusb
share/man/man4/uep.4: netbsd-7-nhusb
share/man/man4/urtw.4: netbsd-7-nhusb
share/man/man4/usb.4: netbsd-7-nhusb
share/man/man4/uyap.4: netbsd-7-nhusb
share/man/man4/xhci.4: netbsd-7-nhusb
share/man/man9/usbdi.9: netbsd-7-nhusb
sys/arch/amd64/conf/ALL: netbsd-7-nhusb
sys/arch/amd64/conf/GENERIC: netbsd-7-nhusb
sys/arch/amiga/dev/slhci_zbus.c: netbsd-7-nhusb
sys/arch/arm/allwinner/awin_otg.c: netbsd-7-nhusb
sys/arch/arm/allwinner/awin_usb.c: netbsd-7-nhusb
sys/arch/arm/amlogic/amlogic_dwctwo.c: netbsd-7-nhusb
sys/arch/arm/at91/at91ohci.c: netbsd-7-nhusb
sys/arch/arm/broadcom/bcm2835_dwctwo.c: netbsd-7-nhusb
sys/arch/arm/broadcom/bcm53xx_usb.c: netbsd-7-nhusb
sys/arch/arm/ep93xx/epohci.c: netbsd-7-nhusb
sys/arch/arm/gemini/obio_ehci.c: netbsd-7-nhusb
sys/arch/arm/imx/files.imx23: netbsd-7-nhusb
sys/arch/arm/imx/imxusb.c: netbsd-7-nhusb
sys/arch/arm/imx/imxusbreg.h: netbsd-7-nhusb
sys/arch/arm/omap/obio_ohci.c: netbsd-7-nhusb
sys/arch/arm/omap/omap3_ehci.c: netbsd-7-nhusb
sys/arch/arm/omap/omapl1x_ohci.c: netbsd-7-nhusb
sys/arch/arm/omap/tiotg.c: netbsd-7-nhusb
sys/arch/arm/s3c2xx0/ohci_s3c24x0.c: netbsd-7-nhusb
sys/arch/arm/samsung/exynos_usb.c: netbsd-7-nhusb
sys/arch/arm/xscale/pxa2x0_ohci.c: netbsd-7-nhusb
sys/arch/arm/zynq/zynq_usb.c: netbsd-7-nhusb
sys/arch/hpcarm/dev/nbp_slhci.c: netbsd-7-nhusb
sys/arch/hpcmips/dev/plumohci.c: netbsd-7-nhusb
sys/arch/i386/conf/ALL: netbsd-7-nhusb
sys/arch/i386/conf/GENERIC: netbsd-7-nhusb
sys/arch/i386/pci/gcscehci.c: netbsd-7-nhusb
sys/arch/luna68k/conf/GENERIC: netbsd-7-nhusb
sys/arch/mips/adm5120/dev/ahci.c: netbsd-7-nhusb
sys/arch/mips/adm5120/dev/ahcivar.h: netbsd-7-nhusb
sys/arch/mips/alchemy/dev/ohci_aubus.c: netbsd-7-nhusb
sys/arch/mips/atheros/dev/ehci_arbus.c: netbsd-7-nhusb
sys/arch/mips/atheros/dev/ohci_arbus.c: netbsd-7-nhusb
sys/arch/mips/conf/files.adm5120: netbsd-7-nhusb
sys/arch/mips/ralink/ralink_ehci.c: netbsd-7-nhusb
sys/arch/mips/ralink/ralink_ohci.c: netbsd-7-nhusb
sys/arch/mips/rmi/rmixl_ehci.c: netbsd-7-nhusb
sys/arch/mips/rmi/rmixl_ohci.c: netbsd-7-nhusb
sys/arch/playstation2/dev/ohci_sbus.c: netbsd-7-nhusb
sys/arch/powerpc/booke/dev/pq3ehci.c: netbsd-7-nhusb
sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c: netbsd-7-nhusb
sys/arch/x68k/dev/slhci_intio.c: netbsd-7-nhusb
sys/conf/files: netbsd-7-nhusb
sys/dev/cardbus/ehci_cardbus.c: netbsd-7-nhusb
sys/dev/cardbus/ohci_cardbus.c: netbsd-7-nhusb
sys/dev/cardbus/uhci_cardbus.c: netbsd-7-nhusb
sys/dev/ic/sl811hs.c: netbsd-7-nhusb
sys/dev/ic/sl811hsvar.h: netbsd-7-nhusb
sys/dev/isa/slhci_isa.c: netbsd-7-nhusb
sys/dev/marvell/ehci_mv.c: netbsd-7-nhusb
sys/dev/pci/ehci_pci.c: netbsd-7-nhusb
sys/dev/pci/ohci_pci.c: netbsd-7-nhusb
sys/dev/pci/uhci_pci.c: netbsd-7-nhusb
sys/dev/pci/xhci_pci.c: netbsd-7-nhusb
sys/dev/pcmcia/slhci_pcmcia.c: netbsd-7-nhusb
sys/dev/usb/Makefile.usbdevs: netbsd-7-nhusb
sys/dev/usb/TODO: netbsd-7-nhusb
sys/dev/usb/TODO.usbmp: netbsd-7-nhusb
sys/dev/usb/aubtfwl.c: netbsd-7-nhusb
sys/dev/usb/auvitek.c: netbsd-7-nhusb
sys/dev/usb/auvitek_audio.c: netbsd-7-nhusb
sys/dev/usb/auvitek_dtv.c: netbsd-7-nhusb
sys/dev/usb/auvitek_i2c.c: netbsd-7-nhusb
sys/dev/usb/auvitek_video.c: netbsd-7-nhusb
sys/dev/usb/auvitekvar.h: netbsd-7-nhusb
sys/dev/usb/ehci.c: netbsd-7-nhusb
sys/dev/usb/ehcireg.h: netbsd-7-nhusb
sys/dev/usb/ehcivar.h: netbsd-7-nhusb
sys/dev/usb/emdtv.c: netbsd-7-nhusb
sys/dev/usb/emdtv_dtv.c: netbsd-7-nhusb
sys/dev/usb/emdtv_ir.c: netbsd-7-nhusb
sys/dev/usb/emdtvvar.h: netbsd-7-nhusb
sys/dev/usb/ezload.c: netbsd-7-nhusb
sys/dev/usb/ezload.h: netbsd-7-nhusb
sys/dev/usb/files.usb: netbsd-7-nhusb
sys/dev/usb/hid.c: netbsd-7-nhusb
sys/dev/usb/hid.h: netbsd-7-nhusb
sys/dev/usb/if_athn_usb.c: netbsd-7-nhusb
sys/dev/usb/if_athn_usb.h: netbsd-7-nhusb
sys/dev/usb/if_atu.c: netbsd-7-nhusb
sys/dev/usb/if_atureg.h: netbsd-7-nhusb
sys/dev/usb/if_aue.c: netbsd-7-nhusb
sys/dev/usb/if_auereg.h: netbsd-7-nhusb
sys/dev/usb/if_axe.c: netbsd-7-nhusb
sys/dev/usb/if_axen.c: netbsd-7-nhusb
sys/dev/usb/if_axenreg.h: netbsd-7-nhusb
sys/dev/usb/if_axereg.h: netbsd-7-nhusb
sys/dev/usb/if_cdce.c: netbsd-7-nhusb
sys/dev/usb/if_cdcereg.h: netbsd-7-nhusb
sys/dev/usb/if_cue.c: netbsd-7-nhusb
sys/dev/usb/if_cuereg.h: netbsd-7-nhusb
sys/dev/usb/if_kue.c: netbsd-7-nhusb
sys/dev/usb/if_kuereg.h: netbsd-7-nhusb
sys/dev/usb/if_otus.c: netbsd-7-nhusb
sys/dev/usb/if_otusvar.h: netbsd-7-nhusb
sys/dev/usb/if_rum.c: netbsd-7-nhusb
sys/dev/usb/if_rumreg.h: netbsd-7-nhusb
sys/dev/usb/if_rumvar.h: netbsd-7-nhusb
sys/dev/usb/if_run.c: netbsd-7-nhusb
sys/dev/usb/if_runvar.h: netbsd-7-nhusb
sys/dev/usb/if_smsc.c: netbsd-7-nhusb
sys/dev/usb/if_smscreg.h: netbsd-7-nhusb
sys/dev/usb/if_smscvar.h: netbsd-7-nhusb
sys/dev/usb/if_udav.c: netbsd-7-nhusb
sys/dev/usb/if_udavreg.h: netbsd-7-nhusb
sys/dev/usb/if_upgt.c: netbsd-7-nhusb
sys/dev/usb/if_upgtvar.h: netbsd-7-nhusb
sys/dev/usb/if_upl.c: netbsd-7-nhusb
sys/dev/usb/if_ural.c: netbsd-7-nhusb
sys/dev/usb/if_uralreg.h: netbsd-7-nhusb
sys/dev/usb/if_uralvar.h: netbsd-7-nhusb
sys/dev/usb/if_url.c: netbsd-7-nhusb
sys/dev/usb/if_urlreg.h: netbsd-7-nhusb
sys/dev/usb/if_urndis.c: netbsd-7-nhusb
sys/dev/usb/if_urndisreg.h: netbsd-7-nhusb
sys/dev/usb/if_urtw.c: netbsd-7-nhusb
sys/dev/usb/if_urtwn.c: netbsd-7-nhusb
sys/dev/usb/if_urtwn_data.h: netbsd-7-nhusb
sys/dev/usb/if_urtwnreg.h: netbsd-7-nhusb
sys/dev/usb/if_urtwnvar.h: netbsd-7-nhusb
sys/dev/usb/if_urtwreg.h: netbsd-7-nhusb
sys/dev/usb/if_zyd.c: netbsd-7-nhusb
sys/dev/usb/if_zydreg.h: netbsd-7-nhusb
sys/dev/usb/irmce.c: netbsd-7-nhusb
sys/dev/usb/moscom.c: netbsd-7-nhusb
sys/dev/usb/motg.c: netbsd-7-nhusb
sys/dev/usb/motgvar.h: netbsd-7-nhusb
sys/dev/usb/ohci.c: netbsd-7-nhusb
sys/dev/usb/ohcireg.h: netbsd-7-nhusb
sys/dev/usb/ohcivar.h: netbsd-7-nhusb
sys/dev/usb/pseye.c: netbsd-7-nhusb
sys/dev/usb/slurm.c: netbsd-7-nhusb
sys/dev/usb/stuirda.c: netbsd-7-nhusb
sys/dev/usb/u3g.c: netbsd-7-nhusb
sys/dev/usb/uark.c: netbsd-7-nhusb
sys/dev/usb/uatp.c: netbsd-7-nhusb
sys/dev/usb/uaudio.c: netbsd-7-nhusb
sys/dev/usb/uberry.c: netbsd-7-nhusb
sys/dev/usb/ubsa.c: netbsd-7-nhusb
sys/dev/usb/ubsa_common.c: netbsd-7-nhusb
sys/dev/usb/ubsavar.h: netbsd-7-nhusb
sys/dev/usb/ubt.c: netbsd-7-nhusb
sys/dev/usb/uchcom.c: netbsd-7-nhusb
sys/dev/usb/ucom.c: netbsd-7-nhusb
sys/dev/usb/ucomvar.h: netbsd-7-nhusb
sys/dev/usb/ucycom.c: netbsd-7-nhusb
sys/dev/usb/udl.c: netbsd-7-nhusb
sys/dev/usb/udl.h: netbsd-7-nhusb
sys/dev/usb/udsbr.c: netbsd-7-nhusb
sys/dev/usb/udsir.c: netbsd-7-nhusb
sys/dev/usb/uep.c: netbsd-7-nhusb
sys/dev/usb/uftdi.c: netbsd-7-nhusb
sys/dev/usb/uftdireg.h: netbsd-7-nhusb
sys/dev/usb/ugen.c: netbsd-7-nhusb
sys/dev/usb/ugensa.c: netbsd-7-nhusb
sys/dev/usb/uhci.c: netbsd-7-nhusb
sys/dev/usb/uhcireg.h: netbsd-7-nhusb
sys/dev/usb/uhcivar.h: netbsd-7-nhusb
sys/dev/usb/uhid.c: netbsd-7-nhusb
sys/dev/usb/uhidev.c: netbsd-7-nhusb
sys/dev/usb/uhidev.h: netbsd-7-nhusb
sys/dev/usb/uhmodem.c: netbsd-7-nhusb
sys/dev/usb/uhso.c: netbsd-7-nhusb
sys/dev/usb/uhub.c: netbsd-7-nhusb
sys/dev/usb/uipad.c: netbsd-7-nhusb
sys/dev/usb/uipaq.c: netbsd-7-nhusb
sys/dev/usb/uirda.c: netbsd-7-nhusb
sys/dev/usb/uirdavar.h: netbsd-7-nhusb
sys/dev/usb/ukbd.c: netbsd-7-nhusb
sys/dev/usb/ukbdmap.c: netbsd-7-nhusb
sys/dev/usb/ukyopon.c: netbsd-7-nhusb
sys/dev/usb/ukyopon.h: netbsd-7-nhusb
sys/dev/usb/ulpt.c: netbsd-7-nhusb
sys/dev/usb/umass.c: netbsd-7-nhusb
sys/dev/usb/umass_isdata.c: netbsd-7-nhusb
sys/dev/usb/umass_isdata.h: netbsd-7-nhusb
sys/dev/usb/umass_quirks.c: netbsd-7-nhusb
sys/dev/usb/umass_quirks.h: netbsd-7-nhusb
sys/dev/usb/umass_scsipi.c: netbsd-7-nhusb
sys/dev/usb/umass_scsipi.h: netbsd-7-nhusb
sys/dev/usb/umassvar.h: netbsd-7-nhusb
sys/dev/usb/umcs.c: netbsd-7-nhusb
sys/dev/usb/umct.c: netbsd-7-nhusb
sys/dev/usb/umidi.c: netbsd-7-nhusb
sys/dev/usb/umidi_quirks.c: netbsd-7-nhusb
sys/dev/usb/umidi_quirks.h: netbsd-7-nhusb
sys/dev/usb/umodem.c: netbsd-7-nhusb
sys/dev/usb/umodem_common.c: netbsd-7-nhusb
sys/dev/usb/umodemvar.h: netbsd-7-nhusb
sys/dev/usb/ums.c: netbsd-7-nhusb
sys/dev/usb/uplcom.c: netbsd-7-nhusb
sys/dev/usb/urio.c: netbsd-7-nhusb
sys/dev/usb/urio.h: netbsd-7-nhusb
sys/dev/usb/usb.c: netbsd-7-nhusb
sys/dev/usb/usb.h: netbsd-7-nhusb
sys/dev/usb/usb_mem.c: netbsd-7-nhusb
sys/dev/usb/usb_mem.h: netbsd-7-nhusb
sys/dev/usb/usb_quirks.c: netbsd-7-nhusb
sys/dev/usb/usb_quirks.h: netbsd-7-nhusb
sys/dev/usb/usb_subr.c: netbsd-7-nhusb
sys/dev/usb/usbdevices.config: netbsd-7-nhusb
sys/dev/usb/usbdevs: netbsd-7-nhusb
sys/dev/usb/usbdevs.h: netbsd-7-nhusb
sys/dev/usb/usbdevs_data.h: netbsd-7-nhusb
sys/dev/usb/usbdi.c: netbsd-7-nhusb
sys/dev/usb/usbdi.h: netbsd-7-nhusb
sys/dev/usb/usbdi_util.c: netbsd-7-nhusb
sys/dev/usb/usbdi_util.h: netbsd-7-nhusb
sys/dev/usb/usbdivar.h: netbsd-7-nhusb
sys/dev/usb/usbhid.h: netbsd-7-nhusb
sys/dev/usb/usbhist.h: netbsd-7-nhusb
sys/dev/usb/usbroothub.c: netbsd-7-nhusb
sys/dev/usb/usbroothub.h: netbsd-7-nhusb
sys/dev/usb/usbroothub_subr.c: delete
sys/dev/usb/usbroothub_subr.h: delete
sys/dev/usb/uscanner.c: netbsd-7-nhusb
sys/dev/usb/uslsa.c: netbsd-7-nhusb
sys/dev/usb/usscanner.c: netbsd-7-nhusb
sys/dev/usb/ustir.c: netbsd-7-nhusb
sys/dev/usb/uthum.c: netbsd-7-nhusb
sys/dev/usb/utoppy.c: netbsd-7-nhusb
sys/dev/usb/uts.c: netbsd-7-nhusb
sys/dev/usb/uvideo.c: netbsd-7-nhusb
sys/dev/usb/uvisor.c: netbsd-7-nhusb
sys/dev/usb/uvscom.c: netbsd-7-nhusb
sys/dev/usb/uyap.c: netbsd-7-nhusb
sys/dev/usb/uyap_firmware.h: netbsd-7-nhusb
sys/dev/usb/uyurex.c: netbsd-7-nhusb
sys/dev/usb/x1input_rdesc.h: netbsd-7-nhusb
sys/dev/usb/xhci.c: netbsd-7-nhusb
sys/dev/usb/xhcireg.h: netbsd-7-nhusb
sys/dev/usb/xhcivar.h: netbsd-7-nhusb
sys/dev/usb/xinput_rdesc.h: netbsd-7-nhusb
sys/external/bsd/common/conf/files.linux: netbsd-7-nhusb
sys/external/bsd/common/include/linux/err.h: netbsd-7-nhusb
sys/external/bsd/common/include/linux/kernel.h: netbsd-7-nhusb
sys/external/bsd/common/include/linux/workqueue.h: netbsd-7-nhusb
sys/external/bsd/common/linux/linux_work.c: netbsd-7-nhusb
sys/external/bsd/drm2/dist/drm/radeon/atombios_encoders.c: netbsd-7-nhusb
sys/external/bsd/drm2/dist/drm/radeon/radeon_legacy_encoders.c: netbsd-7-nhusb
sys/external/bsd/drm2/drm/files.drmkms: netbsd-7-nhusb
sys/external/bsd/drm2/i915drm/files.i915drmkms: netbsd-7-nhusb
sys/external/bsd/drm2/include/linux/err.h: delete
sys/external/bsd/drm2/include/linux/workqueue.h: delete
sys/external/bsd/drm2/linux/files.drmkms_linux: netbsd-7-nhusb
sys/external/bsd/drm2/linux/linux_work.c: delete
sys/external/bsd/dwc2/dwc2.c: netbsd-7-nhusb
sys/external/bsd/dwc2/dwc2.h: netbsd-7-nhusb
sys/external/bsd/dwc2/dwc2var.h: netbsd-7-nhusb
sys/external/bsd/dwc2/dwctwo2netbsd: netbsd-7-nhusb
sys/external/bsd/dwc2/conf/files.dwc2: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_core.c: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_core.h: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_coreintr.c: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_hcd.c: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_hcd.h: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_hcdddma.c: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_hcdintr.c: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c: netbsd-7-nhusb
sys/external/bsd/dwc2/dist/dwc2_hw.h: netbsd-7-nhusb
sys/modules/drmkms_linux/Makefile: netbsd-7-nhusb
sys/modules/i915drmkms/Makefile: netbsd-7-nhusb
sys/rump/dev/lib/libugenhc/ugenhc.c: netbsd-7-nhusb
sys/rump/dev/lib/libusb/Makefile: netbsd-7-nhusb
sys/rump/dev/lib/libusb/USB.ioconf: netbsd-7-nhusb
sys/rump/dev/lib/libusb/usb_at_ugenhc.c: delete
sys/rump/dev/lib/libusb/opt/opt_usb.h: delete
sys/rump/dev/lib/libusb/opt/opt_usbverbose.h: delete
sys/sys/mbuf.h: netbsd-7-nhusb
usr.sbin/usbdevs/usbdevs.8: netbsd-7-nhusb
usr.sbin/usbdevs/usbdevs.c: netbsd-7-nhusb
Merge netbsd-7-nhusb:
- API / infrastructure changes to support memory management changes.
- Memory management improvements and bug fixes.
- HCDs should now be MP safe
- conversion to KERNHIST based debug
- FS/LS isoc support on ehci(4).
- conversion to kmem(9)
- Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
- interrupt transfers now get proper DMA operations
- general bug fixes
- kern/48308
- uhub status notification improvements
- umass(4) probe fix (applied to HEAD already)
- ohci(4) short transfer fix
- Change the SOFTINT level from NET to SERIAL for the USB softint handler.
This gives the callback a chance of running when another softint handler
at SOFTINT_NET has blocked holding a lock, e.g. softnet_lock and most of
the network stack.
- kern/49065 - ifconfig tun0 ... sequence locks up system / lockup:
softnet_lock held across usb xfr
- kern/50491 - unkillable wait in usbd_transfer while using usmsc0
on raspberry pi 2
- kern/51395 - USB Ethernet makes xhci hang
- Various improvements to slhci(4)
- Various improvements to dwc2(4)
Revision 1.119.4.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:16 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.119.4.1: preferred, colored; branchpoint 1.119: preferred, colored; next MAIN 1.120: preferred, colored
Changes since revision 1.119.4.1: +5 -2
lines
Sync with HEAD
Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Mar 9 14:05:58 2017 UTC (7 years, 9 months ago) by tsutsui
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1
Branch point for: netbsd-8
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +5 -2
lines
Add a driver for LUNA's front panel LCD. Ported from OpenBSD/luna88k.
Reviewed by enami@. Tested by Naruaki Etomi and me.
A 68k LUNA with this driver will be demonstrated at AsiaBSDCon NetBSD booth
by Etomi-san, with LUNA-88K2 running OpenBSD/luna88k by Kenji Aoyama.
Revision 1.113.2.3.4.1: download - view: text, markup, annotated - select for diffs
Wed Jan 18 08:46:25 2017 UTC (7 years, 10 months ago) by skrll
Branches: netbsd-7-nhusb
Diff to: previous 1.113.2.3: preferred, colored; next MAIN 1.113.2.4: preferred, colored
Changes since revision 1.113.2.3: +5 -2
lines
Sync with netbsd-5
Revision 1.119.4.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:19 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +5 -2
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.113.2.4: download - view: text, markup, annotated - select for diffs
Tue Dec 6 06:50:23 2016 UTC (8 years ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1
Diff to: previous 1.113.2.3: preferred, colored; branchpoint 1.113: preferred, colored
Changes since revision 1.113.2.3: +5 -2
lines
Pull up following revision(s) (requested by tsutsui in ticket #1283):
distrib/sets/lists/comp/md.luna68k: revision 1.21
etc/etc.luna68k/MAKEDEV.conf: revision 1.9
sys/arch/luna68k/conf/GENERIC: revision 1.120
sys/arch/luna68k/conf/files.luna68k: revision 1.25
sys/arch/luna68k/conf/majors.luna68k: revision 1.21
sys/arch/luna68k/dev/xp.c: revision 1.1
sys/arch/luna68k/include/Makefile: revision 1.19
sys/arch/luna68k/include/xpio.h: revision 1.1
sys/arch/luna68k/luna68k/mainbus.c: revision 1.14
Preliminary support for LUNA's HD647180X I/O processor (a.k.a. XP).
Demonstrated as "PSG tunes / PCM wav player on LUNA"
(using Z80 PSG/PCM drivers ported from NEC PC-6001)
at OSC2016 Kyoto and OSC2016 Hiroshima:
http://mail-index.netbsd.org/netbsd-advocacy/2016/08/01/msg000712.html
http://mail-index.netbsd.org/netbsd-advocacy/2016/11/29/msg000724.html
Revision 1.119.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 5 10:54:54 2016 UTC (8 years ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +5 -2
lines
Sync with HEAD
Revision 1.120: download - view: text, markup, annotated - select for diffs
Sat Dec 3 17:38:02 2016 UTC (8 years ago) by tsutsui
Branches: MAIN
CVS tags: pgoyette-localcount-20170107,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +5 -2
lines
Preliminary support for LUNA's HD647180X I/O processor (a.k.a. XP).
Demonstrated as "PSG tunes / PCM wav player on LUNA"
(using Z80 PSG/PCM drivers ported from NEC PC-6001)
at OSC2016 Kyoto and OSC2016 Hiroshima:
http://mail-index.netbsd.org/netbsd-advocacy/2016/08/01/msg000712.html
http://mail-index.netbsd.org/netbsd-advocacy/2016/11/29/msg000724.html
Revision 1.113.2.3: download - view: text, markup, annotated - select for diffs
Fri May 15 03:44:18 2015 UTC (9 years, 7 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Branch point for: netbsd-7-nhusb
Diff to: previous 1.113.2.2: preferred, colored; branchpoint 1.113: preferred, colored
Changes since revision 1.113.2.2: +3 -2
lines
Pull up following revision(s) (requested by jnemeth in ticket #762):
share/man/man4/options.4: revision 1.442
sys/arch/amd64/conf/ALL: revision 1.18
sys/arch/amd64/conf/GENERIC: revision 1.396
sys/arch/dreamcast/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.6
sys/arch/evbarm/conf/BCM5301X: revision 1.24
sys/arch/evbarm/conf/BCM56340: revision 1.9
sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9
sys/arch/evbarm/conf/std.beagle: revision 1.13
sys/arch/evbarm/conf/std.kobo: revision 1.2
sys/arch/evbarm/conf/std.netwalker: revision 1.10
sys/arch/evbppc/conf/P2020DS: revision 1.25
sys/arch/evbppc/conf/RB800: revision 1.30
sys/arch/evbppc/conf/TWRP1025: revision 1.18
sys/arch/hp300/conf/GENERIC: revision 1.187
sys/arch/hpcsh/conf/GENERIC: revision 1.104
sys/arch/i386/conf/GENERIC: revision 1.1111
sys/arch/i386/conf/MONOLITHIC: revision 1.17
sys/arch/landisk/conf/GENERIC: revision 1.43
sys/arch/luna68k/conf/GENERIC: revision 1.117
sys/arch/macppc/conf/GENERIC: revision 1.316
sys/arch/macppc/conf/GENERIC_601: revision 1.5
sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16
sys/arch/news68k/conf/GENERIC: revision 1.123
sys/arch/sandpoint/conf/GENERIC: revision 1.85
sys/arch/shark/conf/GENERIC: revision 1.119
sys/arch/sparc/conf/GENERIC: revision 1.246
sys/arch/sparc64/conf/GENERIC: revision 1.174
sys/arch/sun3/conf/GENERIC3X: revision 1.125
sys/arch/sun3/conf/GENERIC: revision 1.169
sys/arch/x68k/conf/GENERIC: revision 1.177
sys/arch/zaurus/conf/GENERIC: revision 1.62
sys/conf/files: revision 1.1099
sys/kern/kern_module.c: revisions 1.98, 1.99
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
--
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
Revision 1.113.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:05:30 2014 UTC (10 years ago) by snj
Branches: netbsd-7
Diff to: previous 1.113.2.1: preferred, colored; branchpoint 1.113: preferred, colored
Changes since revision 1.113.2.1: +2 -4
lines
Pull up following revision(s) (requested by manu in ticket #251):
sys/arch/acorn26/conf/GENERIC: revision 1.81
sys/arch/acorn32/conf/GENERIC: revision 1.116
sys/arch/alpha/conf/GENERIC: revision 1.362
sys/arch/amd64/conf/ALL: revision 1.23
sys/arch/amd64/conf/GENERIC: revision 1.404
sys/arch/amd64/conf/XEN3_DOM0: revision 1.112
sys/arch/amd64/conf/XEN3_DOMU: revision 1.60
sys/arch/amiga/conf/GENERIC.in: revision 1.129
sys/arch/amiga/conf/GENERIC: revision 1.311
sys/arch/amigappc/conf/GENERIC: revision 1.24
sys/arch/arc/conf/GENERIC: revision 1.184
sys/arch/bebox/conf/GENERIC: revision 1.145
sys/arch/cats/conf/GENERIC: revision 1.155
sys/arch/cesfic/conf/GENERIC: revision 1.65
sys/arch/cobalt/conf/GENERIC: revision 1.147
sys/arch/dreamcast/conf/GENERIC: revision 1.121
sys/arch/emips/conf/GENERIC: revision 1.15
sys/arch/epoc32/conf/GENERIC: revision 1.8
sys/arch/ews4800mips/conf/GENERIC: revision 1.51
sys/arch/hp300/conf/GENERIC: revision 1.190
sys/arch/hpcmips/conf/GENERIC: revision 1.229
sys/arch/hpcsh/conf/GENERIC: revision 1.106
sys/arch/hppa/conf/GENERIC: revision 1.6
sys/arch/i386/conf/ALL: revision 1.389
sys/arch/i386/conf/GENERIC: revision 1.1118
sys/arch/i386/conf/XEN3_DOM0: revision 1.93
sys/arch/i386/conf/XEN3_DOMU: revision 1.65
sys/arch/ibmnws/conf/GENERIC: revision 1.46
sys/arch/iyonix/conf/GENERIC: revision 1.88
sys/arch/landisk/conf/GENERIC: revision 1.45
sys/arch/luna68k/conf/GENERIC: revision 1.119
sys/arch/mac68k/conf/GENERIC: revision 1.220
sys/arch/macppc/conf/GENERIC: revision 1.320
sys/arch/macppc/conf/MAMBO: revision 1.24
sys/arch/macppc/conf/POWERMAC_G5: revision 1.25
sys/arch/mipsco/conf/GENERIC: revision 1.88
sys/arch/mmeye/conf/GENERIC: revision 1.120
sys/arch/mvme68k/conf/GENERIC: revision 1.94
sys/arch/mvmeppc/conf/GENERIC: revision 1.24
sys/arch/netwinder/conf/GENERIC: revision 1.126
sys/arch/news68k/conf/GENERIC: revision 1.125
sys/arch/newsmips/conf/GENERIC: revision 1.129
sys/arch/next68k/conf/GENERIC: revision 1.139
sys/arch/ofppc/conf/GENERIC: revision 1.157
sys/arch/pmax/conf/GENERIC64: revision 1.21
sys/arch/pmax/conf/GENERIC: revision 1.185
sys/arch/prep/conf/GENERIC: revision 1.174
sys/arch/rs6000/conf/GENERIC: revision 1.33
sys/arch/sandpoint/conf/GENERIC: revision 1.88
sys/arch/sbmips/conf/GENERIC: revision 1.101
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106
sys/arch/shark/conf/GENERIC: revision 1.121
sys/arch/sparc/conf/GENERIC: revision 1.248
sys/arch/sparc/conf/TADPOLE3GX: revision 1.65
sys/arch/sparc64/conf/GENERIC: revision 1.177
sys/arch/sparc64/conf/NONPLUS64: revision 1.44
sys/arch/sun2/conf/GENERIC: revision 1.94
sys/arch/sun3/conf/GENERIC: revision 1.171
sys/arch/vax/conf/GENERIC: revision 1.193
sys/arch/vax/conf/VAX780: revision 1.19
sys/arch/x68k/conf/GENERIC: revision 1.179
sys/arch/zaurus/conf/GENERIC: revision 1.65
sys/ufs/files.ufs: revision 1.38
Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
Revision 1.119: download - view: text, markup, annotated - select for diffs
Sun Nov 16 16:01:41 2014 UTC (10 years ago) by manu
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
localcount-20160914
Branch point for: pgoyette-localcount,
nick-nhusb
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -4
lines
Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
Revision 1.113.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 14 15:16:15 2014 UTC (10 years, 1 month ago) by martin
Branches: netbsd-7
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +5 -2
lines
Pull up following revision(s) (requested by manu in ticket #232):
sys/arch/next68k/conf/GENERIC: revision 1.138
sys/arch/cobalt/conf/GENERIC: revision 1.146
sys/arch/mvme68k/conf/GENERIC: revision 1.93
sys/arch/vax/conf/VAX780: revision 1.18
sys/arch/newsmips/conf/GENERIC: revision 1.128
sys/arch/luna68k/conf/GENERIC: revision 1.118
sys/arch/sbmips/conf/GENERIC: revision 1.100
sys/arch/pmax/conf/GENERIC: revision 1.184
sys/arch/alpha/conf/GENERIC: revision 1.361
sys/arch/sparc64/conf/GENERIC: revision 1.176
sys/arch/sun3/conf/GENERIC: revision 1.170
sys/arch/shark/conf/GENERIC: revision 1.120
sys/arch/landisk/conf/GENERIC: revision 1.44
sys/arch/bebox/conf/GENERIC: revision 1.144
sys/arch/sparc64/conf/NONPLUS64: revision 1.43
sys/arch/sandpoint/conf/GENERIC: revision 1.87
sys/arch/emips/conf/GENERIC: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.111
sys/arch/dreamcast/conf/GENERIC: revision 1.120
sys/arch/cesfic/conf/GENERIC: revision 1.64
sys/arch/mmeye/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.7
sys/arch/x68k/conf/GENERIC: revision 1.178
sys/arch/iyonix/conf/GENERIC: revision 1.87
sys/arch/sun2/conf/GENERIC: revision 1.93
sys/arch/ews4800mips/conf/GENERIC: revision 1.50
sys/arch/amd64/conf/XEN3_DOMU: revision 1.59
sys/arch/acorn26/conf/GENERIC: revision 1.80
sys/arch/acorn32/conf/GENERIC: revision 1.115
sys/arch/macppc/conf/POWERMAC_G5: revision 1.24
sys/arch/i386/conf/GENERIC: revision 1.1117
sys/arch/arc/conf/GENERIC: revision 1.183
sys/arch/cats/conf/GENERIC: revision 1.154
sys/arch/amiga/conf/GENERIC.in: revision 1.128
sys/arch/zaurus/conf/GENERIC: revision 1.64
sys/arch/netwinder/conf/GENERIC: revision 1.125
sys/arch/hppa/conf/GENERIC: revision 1.5
sys/arch/mvmeppc/conf/GENERIC: revision 1.23
sys/arch/macppc/conf/GENERIC: revision 1.319
sys/arch/amiga/conf/GENERIC: revision 1.310
sys/arch/pmax/conf/GENERIC64: revision 1.20
sys/arch/macppc/conf/MAMBO: revision 1.23
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27
sys/arch/amigappc/conf/GENERIC: revision 1.23
sys/arch/amd64/conf/GENERIC: revision 1.403
sys/arch/ofppc/conf/GENERIC: revision 1.156
sys/arch/mac68k/conf/GENERIC: revision 1.219
sys/arch/i386/conf/XEN3_DOMU: revision 1.64
sys/arch/mipsco/conf/GENERIC: revision 1.87
sys/arch/hp300/conf/GENERIC: revision 1.189
sys/arch/vax/conf/GENERIC: revision 1.192
sys/arch/news68k/conf/GENERIC: revision 1.124
sys/arch/ibmnws/conf/GENERIC: revision 1.45
sys/arch/hpcsh/conf/GENERIC: revision 1.105
sys/arch/sparc/conf/TADPOLE3GX: revision 1.64
sys/arch/i386/conf/XEN3_DOM0: revision 1.92
sys/arch/sparc/conf/GENERIC: revision 1.247
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105
sys/arch/prep/conf/GENERIC: revision 1.173
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103
sys/arch/rs6000/conf/GENERIC: revision 1.32
sys/arch/hpcmips/conf/GENERIC: revision 1.228
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)
Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Nov 12 10:47:22 2014 UTC (10 years, 1 month ago) by manu
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +5 -2
lines
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)
Revision 1.97.2.3: download - view: text, markup, annotated - select for diffs
Sun Nov 9 07:34:12 2014 UTC (10 years, 1 month ago) by msaitoh
Branches: netbsd-6
Diff to: previous 1.97.2.2: preferred, colored; branchpoint 1.97: preferred, colored; next MAIN 1.98: preferred, colored
Changes since revision 1.97.2.2: +3 -2
lines
Pull up following revision(s) (requested by tsutsui in ticket #1182):
sys/arch/luna68k/conf/files.luna68k: revision 1.24
sys/arch/luna68k/conf/GENERIC: revision 1.113 via patch
sys/arch/luna68k/dev/omrasops.c: revision 1.17-1.19
sys/arch/luna68k/dev/lunaws.c: revision 1.30
sys/arch/luna68k/dev/omkbdmap.c: revision 1.1-1.2
sys/arch/luna68k/dev/omkbdmap.h: revision 1.1
sys/arch/luna68k/dev/lunafb.c: revision 1.31-1.36
sys/arch/luna68k/dev/omrasopsvar.h: revision 1.3
- Setup Bt458 color palette to support ANSI color text on 8bpp framebuffer.
Mostly taken from OpenBSD/luna88k. Also sync some comments.
Tested on LUNA-II, and mlterm-fb with 8bpp wallpaper also works fine.
Thanks to Kenji Aoyama (OpenBSD/luna88k maintainer) for providing
his spare 8bpp board.
- Use C99 struct initialization for wsdisplay_accessops.
- Use kmem(9) instead of malloc(9).
- Pull LUNA's keyboard driver changes from OpenBSD/luna88k. Now LUNA's
keyboard works on Xorg server without tweaks by xmodmap(1) etc.
- split keyboard mapping definitions to new files, omkbdmap.[ch]
- add WSDISPLAY_COMPAT_RAWKBD support
(actually the name is wrong; it doesn't emit raw keycode but
converts MD code into PS/2 one as "raw keycode on x86" for Xorg server)
- allow to enter into ddb by CTRL+ALT(zenmen)+ESC
- remove unnecessary return values
- Add consistent prefix to a softc member name.
- Implement WSDISPLAYIO_SMODE ioctl for proper mmap and colormap handling.
Tested on LUNA with 4bpp framebuffer.
- allow mmap framebuffer memories only in WSDISPLAYIO_DUMBFB
- initialize palette for ANSI text colors on back to WSDISPLAYIO_MODE_EMUL
- Pull readability changes from OpenBSD/luna88k.
Tested on LUNA-II with 8bpp framebuffer.
- prepare and use unpack_attr() function to get fg and bg from attribute
- use proper variable names to clarify meanings
- Put dumb optimizations to avoid conditionals in putchar drawing loops.
~10% improvements of time cat results on LUNA-II 8bpp framebuffer.
- Fix unintended RCS Id substitution.
- Pull LUNA's framebuffer improvements by Kenji Aoyama from OpenBSD/luna88k.
This Makes 4bpp wscons putchar ~30% on LUNA-II.
http://marc.info/?l=openbsd-cvs&m=141199909120631&w=2
> Use raster(logic) operation, or ROP, function on LUNA frame buffer.
> It makes 4bpp wscons putchar ~20% faster.
Also use the similar ROP in 1bpp putchar and cursor functions
and the 1bpp putchar is also ~5% faster.
While here, reduce diffs from OpenBSD a bit.
Tested on all 1bpp/4bpp/8bpp framebuffers.
- Add options WSDISPLAY_COMPAT_RAWKBD for Xorg server.
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Aug 24 07:59:22 2014 UTC (10 years, 3 months ago) by jnemeth
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -2
lines
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Aug 23 20:26:58 2014 UTC (10 years, 3 months ago) by dholland
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +14 -14
lines
Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
Revision 1.100.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:10 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.100.2.2: preferred, colored
Changes since revision 1.100.2.2: +14 -7
lines
Rebase to HEAD as of a few days ago.
Revision 1.115: download - view: text, markup, annotated - select for diffs
Sun Aug 17 21:17:44 2014 UTC (10 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +3 -3
lines
Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Sat Aug 16 17:56:32 2014 UTC (10 years, 3 months ago) by apb
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +3 -2
lines
Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
Revision 1.110.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:54:00 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.110: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110: +11 -5
lines
Rebase.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Sun Jul 20 11:33:31 2014 UTC (10 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +3 -2
lines
Add options WSDISPLAY_COMPAT_RAWKBD for Xorg server.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Jul 18 17:30:52 2014 UTC (10 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +8 -5
lines
Enable INET6 (for modern network) and MODULAR, and disable accept filters.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Jul 5 09:16:45 2014 UTC (10 years, 5 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +4 -2
lines
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
with "-O2":
text data bss dec hex filename
2064824 48784 85920 2199528 218fe8 netbsd
with "-O2 -fno-reorder-blocks":
text data bss dec hex filename
1842944 48784 85920 1977648 1e2d30 netbsd
Revision 1.93.2.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:55 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.93.2.2: preferred, colored; branchpoint 1.93: preferred, colored; next MAIN 1.94: preferred, colored
Changes since revision 1.93.2.2: +14 -17
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.107.2.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:15 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.107.2.1: preferred, colored; next MAIN 1.108: preferred, colored
Changes since revision 1.107.2.1: +7 -5
lines
sync with head
Revision 1.97.2.2: download - view: text, markup, annotated - select for diffs
Sun Jan 12 12:08:36 2014 UTC (10 years, 11 months ago) by bouyer
Branches: netbsd-6
Diff to: previous 1.97.2.1: preferred, colored; branchpoint 1.97: preferred, colored
Changes since revision 1.97.2.1: +6 -4
lines
Pull up following revision(s) (requested by tsutsui in ticket #1000):
sys/arch/luna68k/conf/GENERIC: revision 1.106
sys/arch/luna68k/conf/GENERIC: revision 1.109
sys/arch/luna68k/conf/GENERIC: revision 1.110
Enable cd at scsibus, just works on LUNA-II.
Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration).
Enable file-system CD9660 to make cd(4) actually usable.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Jan 1 08:41:52 2014 UTC (10 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +3 -3
lines
Enable file-system CD9660 to make cd(4) actually usable.
Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Dec 21 17:12:36 2013 UTC (10 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +6 -4
lines
Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration).
Revision 1.107.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 28 23:59:18 2013 UTC (11 years, 3 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -3
lines
sync with head
Revision 1.108: download - view: text, markup, annotated - select for diffs
Sun Jun 30 21:38:57 2013 UTC (11 years, 5 months ago) by rmind
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -3
lines
G/C PFIL_HOOKS from the kernel configs.
Revision 1.100.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:20:07 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.100.2.1: preferred, colored
Changes since revision 1.100.2.1: +9 -13
lines
resync from head
Revision 1.107: download - view: text, markup, annotated - select for diffs
Wed Jun 5 23:08:01 2013 UTC (11 years, 6 months ago) by christos
Branches: MAIN
Branch point for: rmind-smpnet
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -3
lines
remove obsolete networking options
Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri May 10 16:30:50 2013 UTC (11 years, 7 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +3 -3
lines
Enable cd at scsibus, just works on LUNA-II.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat Apr 27 21:43:31 2013 UTC (11 years, 7 months ago) by christos
Branches: MAIN
CVS tags: khorben-n900
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +4 -4
lines
the bogus number police
Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat Apr 27 18:19:40 2013 UTC (11 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +6 -6
lines
remove confusing numeric locators where they are unused.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Mar 2 02:42:16 2013 UTC (11 years, 9 months ago) by christos
Branches: MAIN
CVS tags: agc-symver-base,
agc-symver
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -3
lines
Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Mar 1 18:25:46 2013 UTC (11 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -4
lines
Retire OSI network stack. OK core@
Revision 1.100.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:29 2012 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -2
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.93.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:53 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.93.2.1: preferred, colored; branchpoint 1.93: preferred, colored
Changes since revision 1.93.2.1: +5 -2
lines
sync with head
Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Oct 17 14:48:13 2012 UTC (12 years, 1 month ago) by apb
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -2
lines
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Aug 17 20:11:40 2012 UTC (12 years, 3 months ago) by abs
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +3 -2
lines
Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL
Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.
Now wsconscfg(8) should be able to switch VTs when expected.
Implemented after no objection from tech-kern to the following:
On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?
Revision 1.97.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 25 21:30:34 2012 UTC (12 years, 4 months ago) by martin
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +3 -2
lines
Pull up following revision(s) (requested by tsutsui in ticket #444):
sys/arch/luna68k/conf/GENERIC: revision 1.99
sys/arch/luna68k/dev/lunafb.c: revision 1.26
sys/arch/luna68k/luna68k/locore.s: revision 1.48
sys/arch/luna68k/dev/lunaws.c: revision 1.24
sys/arch/luna68k/dev/omron_rfont.h: file removal
sys/arch/luna68k/dev/omrasopsvar.h: revision 1.1
sys/arch/luna68k/dev/omrasops.c: revision 1.12
sys/arch/luna68k/dev/omrasops.c: revision 1.13
sys/arch/luna68k/conf/INSTALL: revision 1.6
Use & not && to mask bits. From OpenBSD/luna88k
Fix typo in comment. From OpenBSD/luna88k.
Switch luna68k wscons framebuffer driver to using rasops(9) APIs instead of
deprecated rcons(4). This allows "options FONT_foo" in kernel config files.
Mostly taken from OpenBSD/luna88k, but unnecessary MI rasops(9) stuff is
omitted since omrasops.c has own raster wsdisplay_emulops functions.
Tested on LUNA with 4bpp fb and LUNA-II with 1bpp fb.
Make reboot(2) actually work (don't access %sp after MMU is turned off).
Also cleanup spaces and #if 0'ed code. Tested on both LUNA and LUNA-II.
Should be pulled up to netbsd-6.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Jul 20 19:31:53 2012 UTC (12 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -2
lines
Switch luna68k wscons framebuffer driver to using rasops(9) APIs instead of
deprecated rcons(4). This allows "options FONT_foo" in kernel config files.
Mostly taken from OpenBSD/luna88k, but unnecessary MI rasops(9) stuff is
omitted since omrasops.c has own raster wsdisplay_emulops functions.
Tested on LUNA with 4bpp fb and LUNA-II with 1bpp fb.
Revision 1.93.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:34 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +7 -9
lines
sync with head
Revision 1.96.2.2: download - view: text, markup, annotated - select for diffs
Sun Mar 11 01:52:22 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.96.2.1: preferred, colored; branchpoint 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96.2.1: +2 -3
lines
sync to latest -current
Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Mar 10 21:51:53 2012 UTC (12 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base10
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -3
lines
P1003_1B_SEMAPHORE is no longer optional.
Revision 1.96.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:32:28 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -3
lines
merge to -current.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Dec 18 05:49:29 2011 UTC (12 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: netbsd-6-base,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -3
lines
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Nov 26 04:58:42 2011 UTC (13 years ago) by tsutsui
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3
lines
Bump (commented out) SYMTAB_SPACE.
Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Nov 22 21:25:23 2011 UTC (13 years ago) by tls
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -3
lines
The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.
This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Nov 12 13:44:26 2011 UTC (13 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: jmcneill-audiomp3-base,
jmcneill-audiomp3
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +5 -5
lines
Finally complete LUNA-II support, after almost 12 years since
initial import of NetBSD/luna68k.
Note a working LUNA-II machine was found and provided by OMRON guys
after LUNA demonstration at Open Source Conference 2011 Kansai @ Kyoto:
http://mail-index.NetBSD.org/source-changes/2011/07/16/msg024675.html
and this resurrected LUNA-II which runs NetBSD/luna68k -current with Xserver
was also demonstrated on the NetBSD booth at Kansai Open Source 2011:
http://www.NetBSD.org/gallery/events.html#kansai-os-jp-2011
It's really pleasure to meet many OMRON LUNA developers and LUNA users
at the NetBSD booth. Thank you everyone!
Changes details:
luna68k/luna68k/locore.s
- don't use 68030 specific pflusha instruction in 68040 initialization path
- use TBIA() to invalidate TLB instead of 68030's pflusha
after MMU is turned on (as hp300 does)
(these two bugs are fatal at early bootstrap)
- pull loadustp() fixes from hp300/locore.s rev 1.82
(more flush ops are required in it otherwise causes random coredumps)
- specify correct %tt1 mask value
(the mask value means actually bit mask, not transparent range)
luna68k/luna68k/machdep.c
- use proper delay_divisor for 68040 25MHz LUNA-II
luna68k/luna68k/mainbus.c
- prepare and use per-model mainbus device lists for mainbus_attach_args
luna68k/conf/GENERIC
luna68k/conf/INSTALL
- enable options M68040 and FPSP
- enable secondary spc(4) on LUNA-II
luna68k/conf/Makefile.luna68k
- include arch/m68k/fpsp/Makefile.inc for FPSP
luna68k/dev/lcd.c
- promote LUNA-II model on LCD
XXX: old and slow SCSI-1 drives like Hitachi DK312 seems to have
XXX: some problem with spc(4) driver, even on the original LUNA
Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Jul 16 15:52:21 2011 UTC (13 years, 5 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +5 -5
lines
Revive NetBSD/luna68k.
Even after almost a lost decade since NetBSD/luna68k was
switched to using ELF format by default back in 2001,
actually only one fix (bus.h) is required for a GENERIC kernel itself
to get multiuser login: prompt on a real hardware. Hurrahhh!!!
Demonstrated with a working Xorg mono server on the NetBSD booth
at Open Source Conference 2011 Kansai @ Kyoto:
http://www.ospn.jp/osc2011-kyoto/
"Very impressed," commented by Tomoko YOSHIDA,
Program Committee Chair of the Conference,
and some other OMRON guys.
Special Thanks to Tadashi Okamura, for providing
a working SX-9100/DT "LUNA" for this mission.
Changes details:
sys/arch/luna68k/include/bus.h
- handle stride properly even on multi and region ops for MI spc(4)
- also fix stride handling of (currently unused) 2 and 4 byte ops
sys/arch/luna68k/conf/Makefile.luna68k
sys/arch/luna68k/conf/kern.ldscript.head
sys/arch/luna68k/conf/kern.ldscript.tail
- build a faked a.out kernel using elf2aout(8) tool
and a linker script derived from cats and shark
for the LUNA firmware that loads a.out binary directly
via network or from a UNIOS partition on a local disk
sys/arch/luna68k/dev/omrasops.c
sys/arch/luna68k/dev/omron_rfont.h
- use the original OMRON font derived from 4.4BSD-Lite/luna68k
rather than gallant19 which is used on Sun workstations
(XXX omrasops.c should be rewritten to use generic wsfont(4))
distrib/luna68k/*
distrib/utils/sysinst/arch/luna68k/*
etc/etc.luna68k/MAKEDEV.conf
etc/etc.luna68k/Makefile.inc
sys/arch/luna68k/conf/INSTALL
- build a ramdisk based INSTALL kernel with sysinst(8) for luna68k
- also build an installation iso image for luna68k
sys/arch/luna68k/conf/GENERIC
- enable SYSVSHM (and other SYSV*) options for Xorg server
More Xorg changes (which need some more cleanup) and
isiboot.c fixes will come soon.
Revision 1.91.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:56 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.91: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91: +4 -3
lines
Sync with HEAD.
Revision 1.88.4.3: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:41:09 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.88.4.2: preferred, colored; branchpoint 1.88: preferred, colored; next MAIN 1.89: preferred, colored
Changes since revision 1.88.4.2: +2 -1
lines
sync with head
Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:26 2011 UTC (13 years, 9 months ago) by bouyer
Branches: MAIN
CVS tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -3
lines
merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
Revision 1.88.4.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:50:52 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.88.4.1: preferred, colored; branchpoint 1.88: preferred, colored
Changes since revision 1.88.4.1: +3 -3
lines
sync with head
Revision 1.91.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 19:29:36 2011 UTC (13 years, 10 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.91: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91: +4 -3
lines
Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Nov 23 11:14:01 2010 UTC (14 years ago) by hannken
Branches: MAIN
CVS tags: uebayasi-xip-base7,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3
lines
Remove unused count from pseudo-device md.
Revision 1.88.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:44:45 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.88.2.1: preferred, colored; branchpoint 1.88: preferred, colored; next MAIN 1.89: preferred, colored
Changes since revision 1.88.2.1: +2 -2
lines
Sync with HEAD.
Revision 1.81.10.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:52:18 2010 UTC (14 years, 4 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.81.10.2: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.10.2: +4 -4
lines
sync with head.
Revision 1.88.4.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:16:56 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +4 -4
lines
sync with head
Revision 1.88.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:32 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3
lines
Sync with HEAD.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Apr 29 22:40:51 2010 UTC (14 years, 7 months ago) by chs
Branches: MAIN
CVS tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -3
lines
enable TMPFS in all GENERICs that have MFS enabled.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Apr 16 13:48:33 2010 UTC (14 years, 8 months ago) by pooka
Branches: MAIN
CVS tags: uebayasi-xip-base1
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3
lines
Remove unused count (invariably "4") from pseudo-device fss.
Revision 1.81.10.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:33 2010 UTC (14 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.81.10.1: preferred, colored; branchpoint 1.81: preferred, colored
Changes since revision 1.81.10.1: +2 -3
lines
sync with head
Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Dec 5 20:11:15 2009 UTC (15 years ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip,
rmind-uvmplock
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -3
lines
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
Revision 1.81.10.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:24 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +10 -4
lines
sync with head.
Revision 1.84.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 3 18:29:01 2009 UTC (15 years, 9 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.84.2.1: preferred, colored; branchpoint 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84.2.1: +3 -2
lines
Sync with HEAD.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Jan 24 05:06:06 2009 UTC (15 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
jymxensuspend-base,
jym-xensuspend
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -2
lines
add COMPAT_50 to all the configs with COMPAT_40.
Revision 1.84.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:23 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -4
lines
Sync with HEAD.
Revision 1.81.6.3: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:09 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.81.6.2: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.6.2: +0 -2
lines
Sync with HEAD.
Revision 1.82.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:16 2008 UTC (16 years ago) by haad
Branches: haad-dm
Diff to: previous 1.82.4.1: preferred, colored; branchpoint 1.82: preferred, colored; next MAIN 1.83: preferred, colored
Changes since revision 1.82.4.1: +2 -4
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Nov 24 11:41:12 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -3
lines
Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:36:02 2008 UTC (16 years, 1 month ago) by ad
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -3
lines
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Revision 1.82.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:15:50 2008 UTC (16 years, 1 month ago) by haad
Branches: haad-dm
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +8 -2
lines
Sync with HEAD.
Revision 1.81.6.2: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:40:02 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.81.6.1: preferred, colored; branchpoint 1.81: preferred, colored
Changes since revision 1.81.6.1: +6 -0
lines
Sync with HEAD.
Revision 1.81.12.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:33:29 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.81.12.1: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.12.1: +8 -2
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Aug 10 15:31:21 2008 UTC (16 years, 4 months ago) by tls
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +7 -2
lines
Add accept filters to GENERIC kernels where they exist.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Jul 31 07:41:02 2008 UTC (16 years, 4 months ago) by simonb
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -2
lines
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
Revision 1.81.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:29 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -2
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.81.8.1: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:04:47 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81: +3 -2
lines
sync with head
Revision 1.81.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:21 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -2
lines
Sync with HEAD.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri May 30 20:10:02 2008 UTC (16 years, 6 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl
Branch point for: haad-dm
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -2
lines
Add options COMPAT_40 to files which have options COMPAT_30.
Revision 1.80.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:42 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +2 -3
lines
Sync with HEAD.
Revision 1.58.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:37:20 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.58.2.4: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.2.4: +2 -3
lines
sync with head
Revision 1.78.10.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:46:57 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.78.10.1: preferred, colored; branchpoint 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78.10.1: +2 -3
lines
sync with HEAD
Revision 1.80.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:48:30 2008 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +2 -3
lines
Sync with HEAD
Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Dec 31 15:31:58 2007 UTC (16 years, 11 months ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base2,
yamt-pf42-base,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa,
mjf-devfs2
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -3
lines
Remove systrace. Ok core@.
Revision 1.77.8.2: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:37:02 2007 UTC (17 years ago) by ad
Branches: vmlocking
Diff to: previous 1.77.8.1: preferred, colored; branchpoint 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77.8.1: +2 -7
lines
Sync with HEAD.
Revision 1.58.2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 15 11:43:02 2007 UTC (17 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.58.2.3: preferred, colored
Changes since revision 1.58.2.3: +2 -7
lines
sync with head.
Revision 1.78.14.1: download - view: text, markup, annotated - select for diffs
Tue Nov 13 15:58:39 2007 UTC (17 years, 1 month ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +2 -7
lines
Sync with HEAD
Revision 1.78.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:18:03 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -7
lines
sync with HEAD
Revision 1.78.8.1: download - view: text, markup, annotated - select for diffs
Sun Nov 4 21:03:00 2007 UTC (17 years, 1 month ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +2 -7
lines
Sync with HEAD.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Nov 4 14:34:23 2007 UTC (17 years, 1 month ago) by xtraeme
Branches: MAIN
CVS tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs,
bouyer-xeni386
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -7
lines
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.
They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:55:03 2007 UTC (17 years, 1 month ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2
lines
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.
Revision 1.58.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:27:03 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.58.2.2: preferred, colored
Changes since revision 1.58.2.2: +3 -2
lines
sync with head.
Revision 1.77.18.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 07:03:36 2007 UTC (17 years, 3 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +3 -2
lines
Sync w/ NetBSD-4-RC_1
Revision 1.77.10.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:00:18 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +3 -2
lines
Sync with head.
Revision 1.77.16.1: download - view: text, markup, annotated - select for diffs
Tue Jun 26 18:12:45 2007 UTC (17 years, 5 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +3 -2
lines
Sync with HEAD.
Revision 1.77.8.1: download - view: text, markup, annotated - select for diffs
Sat Jun 9 23:55:14 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -2
lines
Sync with head.
Revision 1.77.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 5 20:50:07 2007 UTC (17 years, 6 months ago) by bouyer
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
matt-nb4-arm-base,
matt-nb4-arm
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +3 -2
lines
Pull up following revision(s) (requested by martin in ticket #699):
sys/arch/hpcmips/conf/GENERIC: revision 1.196
sys/arch/hp700/conf/GENERIC: revision 1.74
sys/arch/i386/conf/GENERIC: revision 1.831
sys/arch/next68k/conf/GENERIC: revision 1.108
sys/arch/alpha/conf/GENERIC: revision 1.313
sys/arch/arc/conf/GENERIC: revision 1.146
sys/arch/cats/conf/GENERIC: revision 1.115
sys/arch/ews4800mips/conf/GENERIC: revision 1.18
sys/arch/landisk/conf/GENERIC: revision 1.8 via patch
sys/arch/sparc64/conf/GENERIC: revision 1.85
sys/arch/pmax/conf/GENERIC: revision 1.152
sys/arch/iyonix/conf/GENERIC: revision 1.38 via patch
sys/arch/amiga/conf/GENERIC: revision 1.245
sys/arch/vax/conf/GENERIC: revision 1.157
sys/arch/prep/conf/GENERIC: revision 1.135
sys/arch/pc532/conf/GENERIC: revision 1.70
sys/arch/sbmips/conf/GENERIC: revision 1.61
sys/arch/mipsco/conf/GENERIC: revision 1.65
sys/arch/cobalt/conf/GENERIC: revision 1.108
sys/arch/ofppc/conf/GENERIC: revision 1.98
sys/arch/amd64/conf/GENERIC: revision 1.148
sys/arch/acorn26/conf/GENERIC: revision 1.50
sys/arch/dreamcast/conf/GENERIC: revision 1.78
sys/arch/mac68k/conf/GENERIC: revision 1.181
sys/arch/hp300/conf/GENERIC: revision 1.139
sys/arch/mmeye/conf/GENERIC: revision 1.88
sys/arch/news68k/conf/GENERIC: revision 1.88
sys/arch/mvme68k/conf/GENERIC: revision 1.71
sys/arch/acorn32/conf/GENERIC: revision 1.79
sys/arch/sparc/conf/GENERIC: revision 1.199
sys/arch/luna68k/conf/GENERIC: revision 1.78
sys/arch/bebox/conf/GENERIC: revision 1.105
sys/arch/macppc/conf/GENERIC: revision 1.256 via patch
sys/arch/x68k/conf/GENERIC: revision 1.134
sys/arch/sun3/conf/GENERIC: revision 1.138
sys/arch/newsmips/conf/GENERIC: revision 1.98
Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Jun 4 08:55:22 2007 UTC (17 years, 6 months ago) by martin
Branches: MAIN
CVS tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
ppcoea-renovation-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -2
lines
Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).
Revision 1.75.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 12 01:00:52 2007 UTC (17 years, 11 months ago) by ad
Branches: newlock2
Diff to: previous 1.75.2.1: preferred, colored; branchpoint 1.75: preferred, colored; next MAIN 1.76: preferred, colored
Changes since revision 1.75.2.1: +3 -3
lines
Sync with head.
Revision 1.58.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:46:24 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.58.2.1: preferred, colored
Changes since revision 1.58.2.1: +7 -9
lines
sync with head.
Revision 1.75.4.1: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:16:22 2006 UTC (18 years ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.75: preferred, colored; next MAIN 1.76: preferred, colored
Changes since revision 1.75: +4 -4
lines
sync with head.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Nov 24 22:04:23 2006 UTC (18 years ago) by wiz
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-idlelwp-base8,
yamt-idlelwp,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
ad-audiomp-base,
ad-audiomp
Branch point for: wrstuden-fixsa,
vmlocking,
ppcoea-renovation,
netbsd-4,
mjf-ufs-trans
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -3
lines
s/independant/independent/, from Zafer.
Revision 1.75.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:29:23 2006 UTC (18 years ago) by ad
Branches: newlock2
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3
lines
Sync with head.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Nov 11 18:47:10 2006 UTC (18 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3
lines
Remove tmpfs's experimental status. OK'ed by core@.
Revision 1.72.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 22 05:56:53 2006 UTC (18 years, 2 months ago) by riz
Branches: abandoned-netbsd-4
Diff to: previous 1.72.2.1: preferred, colored; branchpoint 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72.2.1: +0 -1
lines
Pull up following revision(s) (requested by tsutsui in ticket #170):
sys/arch/sparc64/conf/GENERIC: revision 1.63
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.55
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.54
sys/arch/next68k/conf/GENERIC: revision 1.105
sys/arch/ews4800mips/conf/GENERIC: revision 1.12
sys/arch/arc/conf/GENERIC: revision 1.142
sys/arch/sun3/conf/GENERIC3X: revision 1.91
sys/arch/amd64/conf/GENERIC: revision 1.105
sys/arch/sun2/conf/GENERIC: revision 1.58
sys/arch/amiga/conf/GENERIC.in: revision 1.55
sys/arch/mac68k/conf/GENERIC: revision 1.175
sys/arch/acorn26/conf/GENERIC: revision 1.46
sys/arch/shark/conf/GENERIC: revision 1.65
sys/arch/cesfic/conf/GENERIC: revision 1.45
sys/arch/sandpoint/conf/GENERIC: revision 1.36
sys/arch/iyonix/conf/GENERIC: revision 1.32
sys/arch/mvme68k/conf/GENERIC: revision 1.69
sys/arch/evbarm/conf/ARMADILLO210: revision 1.3
sys/arch/vax/conf/GENERIC: revision 1.154
sys/arch/mipsco/conf/GENERIC: revision 1.61
sys/arch/evbarm/conf/ARMADILLO9: revision 1.14
sys/arch/cobalt/conf/GENERIC: revision 1.103
sys/arch/ofppc/conf/GENERIC: revision 1.94
sys/arch/hp700/conf/GENERIC: revision 1.69
sys/arch/playstation2/conf/GENERIC: revision 1.8
sys/arch/dreamcast/conf/GENERIC: revision 1.73
sys/arch/news68k/conf/GENERIC: revision 1.81
sys/arch/macppc/conf/GENERIC: revision 1.234
sys/arch/hp300/conf/GENERIC: revision 1.134
sys/arch/mmeye/conf/GENERIC: revision 1.83
sys/arch/ibmnws/conf/GENERIC: revision 1.26
sys/arch/cats/conf/GENERIC: revision 1.109
sys/arch/sparc/conf/GENERIC: revision 1.191
sys/arch/pdp10/conf/GENERIC: revision 1.27
sys/arch/acorn32/conf/GENERIC: revision 1.75
sys/arch/luna68k/conf/GENERIC: revision 1.74
sys/arch/bebox/conf/GENERIC: revision 1.101
sys/arch/pmax/conf/GENERIC: revision 1.148
sys/arch/x68k/conf/GENERIC: revision 1.130
sys/arch/sun3/conf/GENERIC: revision 1.134
sys/arch/prep/conf/GENERIC: revision 1.126
sys/arch/alpha/conf/GENERIC: revision 1.293
sys/arch/newsmips/conf/GENERIC: revision 1.94
sys/arch/netwinder/conf/GENERIC: revision 1.83
sys/arch/hpcsh/conf/GENERIC: revision 1.69
sys/arch/sbmips/conf/GENERIC: revision 1.55
sys/arch/pc532/conf/GENERIC: revision 1.65
sys/arch/hpcmips/conf/GENERIC: revision 1.192
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
Revision 1.68.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:40:57 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +12 -13
lines
sync with head
Revision 1.71.2.2: download - view: text, markup, annotated - select for diffs
Sun Sep 3 15:23:20 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.71.2.1: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.2.1: +4 -7
lines
sync with head.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Aug 26 20:26:55 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -5
lines
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Aug 26 07:59:22 2006 UTC (18 years, 3 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -3
lines
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
Revision 1.72.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 14 13:41:28 2006 UTC (18 years, 4 months ago) by tron
Branches: abandoned-netbsd-4
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -3
lines
Pull up following revision(s) (requested by elad in ticket #17):
sys/arch/sparc/conf/KRUPS: revision 1.38
sys/arch/i386/conf/XEN2_DOMU: revision 1.2
sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.197
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.53
sys/arch/evbsh5/conf/SIMULATOR: revision 1.12
sys/arch/sparc/conf/MRCOFFEE: revision 1.17
sys/arch/next68k/conf/GENERIC: revision 1.104
sys/arch/i386/conf/VIRTUALPC: revision 1.44
sys/arch/ews4800mips/conf/GENERIC: revision 1.11
sys/arch/evbsh5/conf/CAYMAN: revision 1.23
sys/arch/arc/conf/GENERIC: revision 1.141
sys/arch/amd64/conf/GENERIC: revision 1.103
sys/arch/sun3/conf/GENERIC3X: revision 1.90
sys/arch/evbarm/conf/HDL_G: revision 1.3
sys/arch/sun2/conf/GENERIC: revision 1.57
sys/arch/news68k/conf/GENERIC_TINY: revision 1.51
sys/arch/evbppc/conf/EXPLORA451: revision 1.27
sys/arch/amiga/conf/GENERIC.in: revision 1.54
sys/arch/mac68k/conf/GENERIC: revision 1.174
sys/arch/acorn26/conf/GENERIC: revision 1.45
sys/arch/shark/conf/GENERIC: revision 1.64
sys/arch/cesfic/conf/GENERIC: revision 1.44
sys/arch/mvme68k/conf/GENERIC: revision 1.68
sys/arch/i386/conf/XEN2_DOM0: revision 1.4
sys/arch/atari/conf/GENERIC.in: revision 1.63
sys/arch/amiga/conf/GENERIC: revision 1.240
sys/arch/i386/conf/LAMB: revision 1.65
sys/arch/i386/conf/GENERIC: revision 1.773
sys/arch/acorn32/conf/EB7500ATX: revision 1.26
sys/arch/x68k/conf/GENERIC: revision 1.128
sys/arch/vax/conf/GENERIC: revision 1.153
sys/arch/atari/conf/ATARITT: revision 1.81
sys/arch/mipsco/conf/GENERIC: revision 1.60
sys/arch/cobalt/conf/GENERIC: revision 1.101
sys/arch/evbarm/conf/ARMADILLO9: revision 1.13
sys/arch/ofppc/conf/GENERIC: revision 1.93
sys/arch/atari/conf/MILAN-PCIIDE: revision 1.51
sys/arch/arc/conf/RPC44: revision 1.26
sys/arch/sparc64/conf/GENERIC: revision 1.59
sys/arch/i386/conf/XEN3_DOMU: revision 1.2
sys/arch/hp700/conf/GENERIC: revision 1.68
sys/arch/atari/conf/MILAN-ISAIDE: revision 1.47
sys/arch/macppc/conf/GENERIC: revision 1.231
sys/arch/dreamcast/conf/GENERIC: revision 1.72
sys/arch/news68k/conf/GENERIC: revision 1.80
sys/arch/hp300/conf/GENERIC: revision 1.133
sys/arch/mmeye/conf/GENERIC: revision 1.82
sys/arch/macppc/conf/MAMBO: revision 1.2
sys/arch/cats/conf/GENERIC: revision 1.107
sys/arch/atari/conf/FALCON: revision 1.79
sys/arch/acorn32/conf/GENERIC: revision 1.71
sys/arch/sparc/conf/GENERIC: revision 1.190
sys/arch/news68k/conf/LIBERO: revision 1.40
sys/arch/amiga/conf/DRACO: revision 1.114
sys/arch/cobalt/conf/INSTALL: revision 1.23
sys/arch/luna68k/conf/GENERIC: revision 1.73
sys/arch/bebox/conf/GENERIC: revision 1.100
sys/arch/pmax/conf/GENERIC: revision 1.147
sys/arch/amiga/conf/WSCONS: revision 1.52
sys/arch/macppc/conf/POWERMAC_G5: revision 1.2
sys/arch/alpha/conf/ALPHA: revision 1.218
sys/arch/sun3/conf/GENERIC: revision 1.133
sys/arch/prep/conf/GENERIC: revision 1.124
sys/arch/alpha/conf/GENERIC: revision 1.291
sys/arch/atari/conf/HADES: revision 1.71
sys/arch/newsmips/conf/GENERIC: revision 1.93
sys/arch/netwinder/conf/GENERIC: revision 1.82
sys/arch/hpcmips/conf/GENERIC: revision 1.190
sys/arch/amiga/conf/AMIGA: revision 1.98
sys/arch/sbmips/conf/GENERIC: revision 1.54
sys/arch/pc532/conf/GENERIC: revision 1.64
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.53
Disable SYSTRACE by default on all kernels (discussed with core)
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Aug 12 15:29:53 2006 UTC (18 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -3
lines
Disable SYSTRACE by default on all kernels (discussed with core)
Revision 1.71.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:42:01 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -2
lines
sync with head
Revision 1.71.10.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:48:56 2006 UTC (18 years, 5 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +3 -2
lines
Merge from HEAD.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jun 28 15:19:28 2006 UTC (18 years, 5 months ago) by liamjfoy
Branches: MAIN
CVS tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -2
lines
Add CARP to GENERIC kernel configs. CARP is not enabled by default.
ok: christos
Revision 1.58.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:52:58 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +33 -11
lines
sync with head.
Revision 1.69.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:37:40 2006 UTC (18 years, 7 months ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +8 -8
lines
Sync with head.
Revision 1.68.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 15:38:37 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +9 -8
lines
sync with head.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Feb 5 05:01:56 2006 UTC (18 years, 10 months ago) by cube
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
peter-altq-base,
peter-altq,
gdamore-uart-base,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: yamt-pdpolicy,
gdamore-uart
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +7 -7
lines
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Feb 4 03:13:59 2006 UTC (18 years, 10 months ago) by rpaulo
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -3
lines
bpfilter doesn't accept count anymore.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Feb 2 21:32:09 2006 UTC (18 years, 10 months ago) by reinoud
Branches: MAIN
Branch point for: simonb-timecounters
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -2
lines
Add commented out UDF file-system entry in all GENERIC configurations.
Revision 1.41.2.10: download - view: text, markup, annotated - select for diffs
Sun Dec 11 10:28:20 2005 UTC (19 years ago) by christos
Branches: ktrace-lwp
Diff to: previous 1.41.2.9: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.2.9: +20 -3
lines
Sync with head.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Dec 9 23:34:02 2005 UTC (19 years ago) by elad
Branches: MAIN
CVS tags: ktrace-lwp-base
Branch point for: yamt-uio_vmspace,
rpaulo-netinet-merge-pcb
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +19 -2
lines
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Dec 7 09:10:15 2005 UTC (19 years ago) by tsutsui
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3
lines
Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
Revision 1.41.2.9: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:57:09 2005 UTC (19 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.8: preferred, colored
Changes since revision 1.41.2.8: +10 -4
lines
Sync with HEAD. Here we go again...
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Sep 10 19:20:49 2005 UTC (19 years, 3 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -2
lines
Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.
The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.
Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.
OK'ed by my project mentor, William Studenmund (wrstuden@).
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Sep 4 10:40:51 2005 UTC (19 years, 3 months ago) by isaki
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3
lines
typo in comment.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Aug 19 05:19:53 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3
lines
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Aug 19 02:03:52 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -2
lines
64 bit inode changes.
Revision 1.56.2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 14 21:13:42 2005 UTC (19 years, 4 months ago) by riz
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Diff to: previous 1.56.2.1: preferred, colored; branchpoint 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56.2.1: +3 -2
lines
Pull up revision 1.60 (requested by hubertf in ticket #625):
Add support for reading cloop2 compressed filesystem images,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Jul 31 04:04:42 2005 UTC (19 years, 4 months ago) by yamt
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -4
lines
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.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Jul 30 06:35:36 2005 UTC (19 years, 4 months ago) by yamt
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -2
lines
add "options VMSWAP" to non INSTALL kernels.
Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 18 21:14:29 2005 UTC (19 years, 4 months ago) by riz
Branches: netbsd-3
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -2
lines
Pull up revision 1.59 (requested by tron in ticket #566):
Add (commented out) IPSEC_NAT_T option.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Jul 17 00:08:29 2005 UTC (19 years, 5 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -2
lines
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.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jul 7 17:05:57 2005 UTC (19 years, 5 months ago) by tron
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -2
lines
Add (commented out) IPSEC_NAT_T option.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Jun 25 12:05:17 2005 UTC (19 years, 5 months ago) by rpaulo
Branches: MAIN
Branch point for: yamt-lazymbuf
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -2
lines
Add file-system PTYFS (commented out) so that people know its existence.
Ok'ed by Christos Zoulas and Hubert Feyrer.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jun 9 14:43:30 2005 UTC (19 years, 6 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -3
lines
- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.
Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.
Revision 1.50.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:14 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +7 -2
lines
sync with -current
Revision 1.51.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:04 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.51.2.1: preferred, colored; branchpoint 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51.2.1: +4 -3
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.41.2.8: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:38:47 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.7: preferred, colored
Changes since revision 1.41.2.7: +4 -3
lines
Sync with HEAD.
Hi Perry!
Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Feb 25 13:46:50 2005 UTC (19 years, 9 months ago) by simonb
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
kent-audio2-base
Branch point for: netbsd-3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -2
lines
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.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Feb 18 21:05:52 2005 UTC (19 years, 9 months ago) by dsl
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3
lines
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
Revision 1.41.2.7: download - view: text, markup, annotated - select for diffs
Tue Feb 15 21:32:41 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.6: preferred, colored
Changes since revision 1.41.2.6: +3 -2
lines
Sync with HEAD.
Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 12 18:17:35 2005 UTC (19 years, 10 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +5 -2
lines
sync with head.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Feb 11 08:25:55 2005 UTC (19 years, 10 months ago) by dsl
Branches: MAIN
CVS tags: yamt-km-base2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -2
lines
Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.
Revision 1.41.2.6: download - view: text, markup, annotated - select for diffs
Fri Feb 4 11:44:32 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.5: preferred, colored
Changes since revision 1.41.2.5: +4 -2
lines
Sync with HEAD.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jan 31 16:55:00 2005 UTC (19 years, 10 months ago) by hannken
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -2
lines
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>
Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jan 28 03:19:50 2005 UTC (19 years, 10 months ago) by rumble
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2
lines
Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.
Revision 1.41.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:34:13 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.4: preferred, colored
Changes since revision 1.41.2.4: +3 -2
lines
Sync with HEAD.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jan 17 15:28:52 2005 UTC (19 years, 10 months ago) by cube
Branches: MAIN
CVS tags: yamt-km-base
Branch point for: yamt-km
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -2
lines
Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.
XXX: we _need_ some way of making this more simple.
Revision 1.41.2.4: download - view: text, markup, annotated - select for diffs
Sun Nov 14 08:15:16 2004 UTC (20 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.3: preferred, colored
Changes since revision 1.41.2.3: +3 -2
lines
Sync with HEAD.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Nov 10 17:54:05 2004 UTC (20 years, 1 month ago) by christos
Branches: MAIN
CVS tags: kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: kent-audio2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -2
lines
Add COMPAT_BSDPTY to the rest of the config files.
Revision 1.41.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:17:24 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.2: preferred, colored
Changes since revision 1.41.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.41.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:36:06 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.1: preferred, colored
Changes since revision 1.41.2.1: +3 -2
lines
Sync with HEAD.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Sep 4 23:29:50 2004 UTC (20 years, 3 months ago) by manu
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -2
lines
IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@
Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:36:30 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +21 -2
lines
Sync with HEAD
Revision 1.42.2.3: download - view: text, markup, annotated - select for diffs
Thu Jul 15 20:18:29 2004 UTC (20 years, 5 months ago) by he
Branches: netbsd-2-0
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2
Diff to: previous 1.42.2.2: preferred, colored; branchpoint 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42.2.2: +1 -0
lines
Pull up revision 1.48 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jul 15 03:53:49 2004 UTC (20 years, 5 months ago) by atatat
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -2
lines
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
Revision 1.42.2.2: download - view: text, markup, annotated - select for diffs
Fri Jul 2 17:39:36 2004 UTC (20 years, 5 months ago) by he
Branches: netbsd-2-0
Diff to: previous 1.42.2.1: preferred, colored; branchpoint 1.42: preferred, colored
Changes since revision 1.42.2.1: +3 -2
lines
Pull up revision 1.47 (requested by bouyer in ticket #573):
Add options P1003_1B_SEMAPHORE to all GENERIC-like kernel
config files where SYSV* options were already present
(commented out if the SYSV* options are commented out).
Fixes PR#25897 and PR#25898.
Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 30 21:11:34 2004 UTC (20 years, 5 months ago) by jdc
Branches: netbsd-2-0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +15 -2
lines
Pull up revision 1.46 (requested by abs in ticket #567).
Add (commented out) ALTQ options to all GENERIC-like files
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jun 28 21:07:48 2004 UTC (20 years, 5 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -2
lines
Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jun 26 07:32:06 2004 UTC (20 years, 5 months ago) by abs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -2
lines
Add (commented out) ALTQ options to all GENERIC-like files
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jun 22 14:09:50 2004 UTC (20 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -2
lines
have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jun 18 15:04:04 2004 UTC (20 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -3
lines
ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jun 16 15:07:40 2004 UTC (20 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -2
lines
Add pseudo-device ptm on all the generic flavored kernels.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 22 14:11:19 2003 UTC (21 years, 2 months ago) by cl
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -2
lines
add COMPAT_15/COMPAT_16
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Apr 26 14:10:10 2003 UTC (21 years, 7 months ago) by ragge
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2
lines
Add pseudo-device ksyms.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Apr 10 22:06:59 2003 UTC (21 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3
lines
Bye Bye UCONSOLE
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Feb 27 19:22:42 2003 UTC (21 years, 9 months ago) by perseant
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2
lines
Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.
Revision 1.21.6.9: download - view: text, markup, annotated - select for diffs
Wed Dec 11 06:10:36 2002 UTC (22 years ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.21.6.8: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.6.8: +3 -3
lines
Sync with HEAD.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Nov 22 12:21:02 2002 UTC (22 years ago) by wiz
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
Fix typo (responsiness -> responsiveness).
Revision 1.21.6.8: download - view: text, markup, annotated - select for diffs
Mon Nov 11 21:59:27 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.21.6.7: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.7: +6 -2
lines
Catch up to -current
Revision 1.30.4.2: download - view: text, markup, annotated - select for diffs
Thu Oct 24 09:34:26 2002 UTC (22 years, 1 month ago) by lukem
Branches: netbsd-1-6
CVS tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001
Diff to: previous 1.30.4.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.4.1: +1 -0
lines
Pull up upgrade to IPfilter 3.4.29 (requested by martti in ticket #905).
Affected files & revisions:
dist/ipf/HISTORY 1.14
dist/ipf/fils.c 1.17-1.21
dist/ipf/ipf.c 1.11-1.13
dist/ipf/ipfs.c 1.8-1.10
dist/ipf/ipft_ef.c 1.6-1.7
dist/ipf/ipft_td.c 1.6-1.7
dist/ipf/ipft_tx.c 1.7-1.8
dist/ipf/ipmon.c 1.12-1.17
dist/ipf/ipnat.c 1.11-1.12
dist/ipf/ipsend/ip_var.h 1.2
dist/ipf/ipsend/ipsend.c 1.8
dist/ipf/ipsend/iptests.c 1.5
dist/ipf/ipt.c 1.8-1.10
dist/ipf/kmem.c 1.8-1.10
dist/ipf/man/ipf.4 1.10
dist/ipf/man/ipf.5 1.8
dist/ipf/man/ipftest.1 1.3
dist/ipf/man/ipmon.8 1.10
dist/ipf/man/ipnat.5 1.9-1.10
dist/ipf/man/ipnat.8 1.4
dist/ipf/misc.c 1.7
dist/ipf/natparse.c 1.10
dist/ipf/parse.c 1.13
dist/ipf/printnat.c 1.8-1.10
dist/ipf/relay.c 1.5-1.6
dist/ipf/rules/example.9 1.2
etc/rc.d/ipnat 1.8
regress/sys/kern/ipf/Makefile 1.3-1.4
regress/sys/kern/ipf/dotest6 1.2
regress/sys/kern/ipf/expected/f13 1.1.1.2
regress/sys/kern/ipf/expected/i12 1.1.1.1
regress/sys/kern/ipf/expected/ni3 1.1.1.1
regress/sys/kern/ipf/expected/ni5 1.2
regress/sys/kern/ipf/input/f13 1.1.1.2
regress/sys/kern/ipf/input/ipv6.1 1.1.1.1
regress/sys/kern/ipf/input/ni3 1.1.1.1
regress/sys/kern/ipf/regress/i12 1.1.1.1
regress/sys/kern/ipf/regress/ipv6.1 1.1.1.1
regress/sys/kern/ipf/regress/ni3.ipf 1.1.1.1
regress/sys/kern/ipf/regress/ni3.nat 1.1.1.1
sys/arch/alpha/conf/ALPHA 1.169,1.171
sys/arch/amiga/conf/GENERIC 1.185-1.186
sys/arch/arc/conf/GENERIC 1.71-1.72
sys/arch/atari/conf/GENERIC.in 1.24-1.25
sys/arch/cats/conf/GENERIC 1.31-1.32
sys/arch/cobalt/conf/GENERIC 1.34-1.35
sys/arch/hp300/conf/GENERIC 1.83-1.84
sys/arch/i386/conf/CARDBUS 1.66-1.67
sys/arch/i386/conf/GENERIC 1.510,1.512
sys/arch/i386/conf/GENERIC_LAPTOP 1.58-1.59
sys/arch/i386/conf/GENERIC_PS2TINY 1.19-1.20
sys/arch/i386/conf/GENERIC_TINY 1.47-1.48
sys/arch/luna68k/conf/GENERIC 1.33-1.33
sys/arch/mac68k/conf/GENERIC 1.130-1.131
sys/arch/mac68k/conf/GENERICSBC 1.21-1.22
sys/arch/mac68k/conf/SMALLRAM 1.4-1.5
sys/arch/macppc/conf/GENERIC 1.142-1.143
sys/arch/mipsco/conf/GENERIC 1.21-1.22
sys/arch/mmeye/conf/GENERIC 1.44-1.45
sys/arch/news68k/conf/GENERIC 1.36-1.37
sys/arch/news68k/conf/GENERIC_TINY 1.18-1.19
sys/arch/newsmips/conf/GENERIC 1.50-1.51
sys/arch/ofppc/conf/GENERIC 1.56-1.57
sys/arch/pmax/conf/GENERIC 1.103-1.104
sys/arch/prep/conf/GENERIC 1.55-1.56
sys/arch/sbmips/conf/GENERIC 1.11-1.12
sys/arch/sgimips/conf/GENERIC 1.7-1.8
sys/arch/sparc/conf/GENERIC 1.138-1.139
sys/arch/sparc64/conf/GENERIC32 1.46-1.47
sys/arch/vax/conf/GENERIC 1.102-1.103
sys/arch/x68k/conf/ALL 1.55-1.56
sys/arch/x68k/conf/GENERIC 1.80-1.81
sys/lkm/netinet/if_ipl/mln_ipl.c 1.29
sys/netinet/fil.c 1.57-1.58
sys/netinet/ip_auth.c 1.29-1.30
sys/netinet/ip_compat.h 1.30-1.31
sys/netinet/ip_fil.c 1.81-1.86
sys/netinet/ip_fil.h 1.46-1.49
sys/netinet/ip_frag.c 1.33-1.34
sys/netinet/ip_frag.h 1.18
sys/netinet/ip_ftp_pxy.c 1.25-1.26
sys/netinet/ip_h323_pxy.c 1.5-1.6
sys/netinet/ip_log.c 1.22-1.23
sys/netinet/ip_nat.c 1.51-1.53
sys/netinet/ip_nat.h 1.27
sys/netinet/ip_netbios_pxy.c 1.4
sys/netinet/ip_proxy.c 1.35-1.36
sys/netinet/ip_proxy.h 1.18
sys/netinet/ip_state.c 1.41-1.42
sys/netinet/ip_state.h 1.23
sys/netinet/ipl.h 1.14
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Oct 18 15:11:11 2002 UTC (22 years, 2 months ago) by junyoung
Branches: MAIN
CVS tags: kqueue-beforemerge,
kqueue-aftermerge
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -2
lines
Add NEW_BUFQ_STRATEGY (disabled by default).
Revision 1.21.6.7: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:38:09 2002 UTC (22 years, 2 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.21.6.6: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.6: +6 -3
lines
Catch up to -current.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 14 18:39:32 2002 UTC (22 years, 2 months ago) by elric
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -2
lines
Added commented out cgd(4)s to GENERIC configs.
Revision 1.19.2.7: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:33:37 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.19.2.6: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.2.6: +4 -3
lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Oct 6 02:11:57 2002 UTC (22 years, 2 months ago) by provos
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -2
lines
add SYSTRACE; approved perry.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Sep 25 11:49:51 2002 UTC (22 years, 2 months ago) by martti
Branches: MAIN
CVS tags: kqueue-base
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Sep 20 10:39:54 2002 UTC (22 years, 2 months ago) by martti
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -2
lines
Added (commented out) IPFILTER_DEFAULT_BLOCK.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Sep 18 02:44:01 2002 UTC (22 years, 3 months ago) by lukem
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
enable USERCONF by default; it's small and extremely useful to have available.
Revision 1.19.2.6: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:36:41 2002 UTC (22 years, 3 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.19.2.5: preferred, colored
Changes since revision 1.19.2.5: +3 -2
lines
sync kqueue branch with HEAD
Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 1 04:24:23 2002 UTC (22 years, 4 months ago) by lukem
Branches: netbsd-1-6
CVS tags: netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2
lines
Pull up revision 1.31 (requested by lukem in ticket #312):
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"
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Sun Jul 14 17:48:03 2002 UTC (22 years, 5 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +3 -2
lines
catch up with -current.
Revision 1.19.2.5: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:37:36 2002 UTC (22 years, 5 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.19.2.4: preferred, colored
Changes since revision 1.19.2.4: +5 -2
lines
catch up with -current on kqueue branch
Revision 1.21.6.6: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:39:18 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.21.6.5: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.5: +5 -2
lines
Catch up to -current.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 17 05:14:14 2002 UTC (22 years, 6 months ago) by lukem
Branches: MAIN
CVS tags: gehenna-devsw-base
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2
lines
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"
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 25 15:06:30 2002 UTC (22 years, 7 months ago) by atatat
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6,
gehenna-devsw
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -2
lines
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.
Revision 1.21.6.5: download - view: text, markup, annotated - select for diffs
Wed Apr 17 00:03:27 2002 UTC (22 years, 8 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.21.6.4: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.4: +3 -2
lines
Catch up to -current.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Apr 12 08:11:04 2002 UTC (22 years, 8 months ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2
lines
Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
Revision 1.21.6.4: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:40:44 2002 UTC (22 years, 8 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.21.6.3: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.3: +3 -3
lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
Revision 1.19.2.4: download - view: text, markup, annotated - select for diffs
Sat Mar 16 15:58:22 2002 UTC (22 years, 9 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.19.2.3: preferred, colored
Changes since revision 1.19.2.3: +3 -3
lines
Catch up with -current.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Mar 5 13:59:13 2002 UTC (22 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: newlock-base,
newlock,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3
lines
'securyty' looks nice. Sadly, it's wrong.
Revision 1.21.6.3: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:10:31 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.21.6.2: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.2: +3 -2
lines
Catch up to -current.
Revision 1.19.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 11 20:08:30 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.19.2.2: preferred, colored
Changes since revision 1.19.2.2: +3 -2
lines
Sync w/ -current.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jan 27 13:23:19 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: MAIN
CVS tags: ifpoll-base
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2
lines
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
Revision 1.19.2.2: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:45:16 2002 UTC (22 years, 11 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.19.2.1: preferred, colored
Changes since revision 1.19.2.1: +32 -13
lines
Sync kqueue branch with -current.
Revision 1.21.6.2: download - view: text, markup, annotated - select for diffs
Tue Jan 8 00:25:49 2002 UTC (22 years, 11 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.21.6.1: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.1: +161 -0
lines
Catch up to -current.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Dec 28 12:21:57 2001 UTC (22 years, 11 months ago) by martin
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2
lines
Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Dec 22 23:38:20 2001 UTC (22 years, 11 months ago) by chs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -2
lines
convert luna68k to ELF. ok'd by nisimura.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 14 05:34:48 2001 UTC (23 years ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +19 -3
lines
Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Nov 23 05:00:25 2001 UTC (23 years ago) by atatat
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Nov 20 12:56:31 2001 UTC (23 years ago) by lukem
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -11
lines
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 13 01:13:51 2001 UTC (23 years, 3 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2
lines
Update the kqueue branch to HEAD.
Revision 1.21.6.1
Sat Sep 1 23:08:43 2001 UTC (23 years, 3 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.21: +0 -142
lines
file GENERIC was added on branch nathanw_sa on 2002-01-08 00:25:49 +0000
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Sep 1 23:08:43 2001 UTC (23 years, 3 months ago) by atatat
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: nathanw_sa
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3
lines
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Sep 1 21:52:28 2001 UTC (23 years, 3 months ago) by atatat
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2
lines
Add bridge pseudo devices to GENERIC configs
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jul 8 16:32:19 2001 UTC (23 years, 5 months ago) by abs
Branches: MAIN
Branch point for: kqueue
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -3
lines
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jun 30 11:00:33 2001 UTC (23 years, 5 months ago) by darcy
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -2
lines
Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores. It appears that there are no overrides
in the code and each file has the following added.
options SYSVSEM # System V semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory
If anyone thinks that this is incorrect for any of these files, please
correct it.
Note - the i386 port was not forgotten. It was done separately.
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:26:18 2001 UTC (23 years, 5 months ago) by nathanw
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +3 -3
lines
Catch up to -current.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 11 01:50:53 2001 UTC (23 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
Fix various misspellings of compatible/compatibility.
Revision 1.5.2.4: download - view: text, markup, annotated - select for diffs
Tue May 1 15:49:43 2001 UTC (23 years, 7 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Diff to: previous 1.5.2.3: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.3: +3 -3
lines
Pull up revisions 1.14-1.15 (requested by he):
Add pseudo-device vlan.
Make sure "rnd is EXPERIMENTAL" comment is removed.
Revision 1.13.2.4: download - view: text, markup, annotated - select for diffs
Mon Mar 12 13:28:57 2001 UTC (23 years, 9 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.13.2.3: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.3: +2 -3
lines
Sync with HEAD.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Feb 21 01:44:44 2001 UTC (23 years, 9 months ago) by nisimura
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3
lines
Make sure to have rnd pseudo device.
Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:34:34 2001 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.13.2.2: preferred, colored
Changes since revision 1.13.2.2: +3 -4
lines
Sync with HEAD
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 19 15:51:49 2000 UTC (23 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4
lines
Remove "rnd is EXPERIMENTAL" comments.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 19 10:42:04 2000 UTC (23 years, 11 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2
lines
Add pseudo-device vlan
Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:10:24 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.13.2.1: preferred, colored
Changes since revision 1.13.2.1: +138 -0
lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
Revision 1.13.2.1
Thu Oct 19 10:36:32 2000 UTC (24 years, 1 month ago) by bouyer
Branches: thorpej_scsipi
FILE REMOVED
Changes since revision 1.13: +0 -138
lines
file GENERIC was added on branch thorpej_scsipi on 2000-11-20 20:10:24 +0000
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 19 10:36:32 2000 UTC (24 years, 1 month ago) by nisimura
Branches: MAIN
Branch point for: thorpej_scsipi
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
Add wsmouse support.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 18 08:27:19 2000 UTC (24 years, 2 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
GENERIC root filesys had mistakenly typed nfs. Let it wildcarded.
Revision 1.5.2.3: download - view: text, markup, annotated - select for diffs
Wed Oct 4 08:24:26 2000 UTC (24 years, 2 months ago) by itojun
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA
Diff to: previous 1.5.2.2: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.2: +3 -3
lines
pullup (approved by releng-1-5)
enable rnd device. they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.
cvs rdiff -r1.166 -r1.167 syssrc/sys/arch/alpha/conf/GENERIC
cvs rdiff -r1.149 -r1.150 syssrc/sys/arch/amiga/conf/GENERIC
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arm26/conf/GENERIC
cvs rdiff -r1.72 -r1.73 syssrc/sys/arch/atari/conf/GENERIC
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/hp300/conf/GENERIC
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/luna68k/conf/GENERIC
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/next68k/conf/GENERIC
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/ofppc/conf/GENERIC
cvs rdiff -r1.73 -r1.74 syssrc/sys/arch/sun3/conf/GENERIC
cvs rdiff -r1.80 -r1.81 syssrc/sys/arch/vax/conf/GENERIC
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/x68k/conf/GENERIC
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 4 03:35:55 2000 UTC (24 years, 2 months ago) by itojun
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
enable rnd device. they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Sep 24 15:59:34 2000 UTC (24 years, 2 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 13 01:31:19 2000 UTC (24 years, 4 months ago) by itojun
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3
lines
move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.
the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 20:18:03 2000 UTC (24 years, 4 months ago) by mason
Branches: netbsd-1-5
CVS tags: netbsd-1-5-ALPHA2
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.1: +3 -3
lines
Move to default of 64 PTYs in GENERIC kernel config.
Requested by mason, approved by jhawk.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 27 17:53:37 2000 UTC (24 years, 4 months ago) by mason
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
Moving to a default of 64 PTYs.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 30 17:10:17 2000 UTC (24 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 23 14:36:10 2000 UTC (24 years, 5 months ago) by fvdl
Branches: netbsd-1-5
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
As on the trunk, update these for the move of ffs_softdep.c into the
kernel source itself. Remove prefix construction, and add the SOFTDEP
option to GENERIC kernels.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 22 20:27:53 2000 UTC (24 years, 5 months ago) by fvdl
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 17:01:08 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +2 -15
lines
Sync w/ netbsd-1-5-base.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 14 22:02:29 2000 UTC (24 years, 6 months ago) by veego
Branches: MAIN
CVS tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -15
lines
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 12 03:33:30 2000 UTC (24 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: minoura-xpg4dl-base,
chs-ubc2-newbase
Branch point for: minoura-xpg4dl
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Nuke NKMEMCLUSTERS.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 23 23:46:12 2000 UTC (24 years, 10 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
Add commented out "ident"-command
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 17 00:58:01 2000 UTC (24 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5
lines
Remove extra debugging/sanity checking code from GENERIC.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 5 08:48:54 2000 UTC (24 years, 11 months ago) by nisimura
Branches: MAIN
Introduce NetBSD/luna68k port into CVS repository.
CVSweb <webmaster@jp.NetBSD.org>