[odc] Daily src changes for 2005-09-12
ODC
auto at squish.net
Tue Sep 13 08:00:30 BST 2005
OpenBSD src changes summary for 2005-09-12
==========================================
gnu/usr.bin/ld lib/libc
lib/libexpat share/man
share/mk sys/arch/arm/include
sys/arch/hp300/include sys/arch/hppa64/include
sys/arch/m68k/include sys/arch/m88k/include
sys/arch/mac68k/dev sys/arch/mac68k/include
sys/arch/mac68k/mac68k sys/arch/macppc/include
sys/arch/mips64/include sys/arch/mvme68k/include
sys/arch/mvmeppc/include sys/arch/powerpc/include
sys/arch/solbourne/include sys/arch/sparc/include
sys/arch/sparc/sparc sys/arch/sparc64/include
sys/dev/cardbus sys/dev/pci
sys/dev/usb sys/kern
sys/uvm usr.bin/calendar
usr.bin/xargs usr.sbin/hostapd
usr.sbin/ppp usr.sbin/watchdogd
== gnu =============================================================== 01/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/ld
~ Makefile ~ m68k/md.h
~ m88k/md.h
> Simplify cross-compilation scenario; native builds unaffected.
> Looked at mickey@ grange@ (miod@)
== lib =============================================================== 02/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ sys/umask.2
> punctuation; (jmc@)
~ hash/sha2.3
> some markup and punctuation fixes from wiz at netbsdmc@)
~ sys/chflags.2 ~ sys/msync.2
~ sys/open.2
> Missing colons. (miod@)
libexpat
~ lib/internal.h
> Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@
> (miod@)
== share ============================================================= 03/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/watchdog.4
> add some Xr's for ichwdt(4) and wtachdogd(8);
> from alexey e. suslikov; (jmc@)
~ man4/man4.i386/intro.4
> add ichwdt(4) here too; (jmc@)
~ man8/release.8
> correct prompt;
> from xavier venient; (jmc@)
~ man5/bsd.port.mk.5
> frame -> fake.
> almost everything is actually documented now. (espie@)
mk
~ bsd.lib.mk
> give a full pathname to the installed library, so we don't get a WTF? error
> if the directory does not yet exist.
> okay millert@ (espie@)
== sys =============================================================== 04/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/arm/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/hp300/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/hppa64/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/m68k/include
~ param.h
> provide m68k_page_offset() (martin@)
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/m88k/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/mac68k/dev
~ asc.c ~ grf_iv.c
~ grf_mv.c ~ if_ae.c
~ if_sn.c ~ ncr5380.c
> - Add byte-swap and stride options to bus_space.
> - Add bus_space_*_stream_N functions
> - Replace PGOFSET with m68k_trunc_page() or m68k_page_offset()
> from NetBSD, testing help by otto@ (martin@)
arch/mac68k/include
~ bus.h
> - Add byte-swap and stride options to bus_space.
> - Add bus_space_*_stream_N functions
> - Replace PGOFSET with m68k_trunc_page() or m68k_page_offset()
> from NetBSD, testing help by otto@ (martin@)
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/mac68k/mac68k
~ bus_space.c ~ mem.c
~ pmap_bootstrap.c ~ trap.c
> - Add byte-swap and stride options to bus_space.
> - Add bus_space_*_stream_N functions
> - Replace PGOFSET with m68k_trunc_page() or m68k_page_offset()
> from NetBSD, testing help by otto@ (martin@)
~ macglobals.s
> cleanup comments
> from NetBSD (martin@)
arch/macppc/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/mips64/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/mvme68k/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/mvmeppc/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/powerpc/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/solbourne/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/sparc/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/sparc/sparc
~ autoconf.c
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
arch/sparc64/include
~ param.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
dev/cardbus
~ cardbus.c
> better cis string parsing. from drochner at netbsd.orgested by jmc at . > (fgsch@)
~ cardbus.c
> Do not leak memory if cardbus_read_exrom() fails; ok fgs@ (miod@)
~ cardbus_exrom.c ~ cardbus_exrom.h
> knf plus use __func__; no functional change. (fgsch@)
~ cardbus_exrom.c
> Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@ (miod@)
dev/pci
~ pcidevs
> ZyDAS PCI IDs. (jsg@)
~ pcidevs.h ~ pcidevs_data.h
> regen (jsg@)
dev/usb
~ usbdevs
> ZyDAS USB IDs. (jsg@)
~ usbdevs.h ~ usbdevs_data.h
> regen (jsg@)
kern
~ kern_malloc.c
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
uvm
~ uvm_extern.h
> Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for
> 64bit
> arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for
> sun4m,
> selected at runtime. (miod@)
== usr.bin =========================================================== 05/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
calendar
~ calendars/calendar.birthday ~ calendars/calendar.history
~ calendars/calendar.holiday ~ calendars/calendar.music
~ calendars/de_DE.ISO_8859-1/calendar.feiertag
~ calendars/de_DE.ISO_8859-1/calendar.geschichte
~ calendars/de_DE.ISO_8859-1/calendar.literatur
~ calendars/de_DE.ISO_8859-1/calendar.musik
> remove trailing spaces
> fix some typos in german entries
> add missing entry for liberation of auschwitz in german calendar (sturm@)
xargs
~ xargs.1 ~ xargs.c
> - add -r to usage()
> - the description of -p uses `maxprocs' as the arg identifier,
> as does usage(), so use it in SYNOPSIS too; (jmc@)
== usr.sbin ========================================================== 06/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
hostapd
~ hostapd.conf.5
> preserve backslash using `\e', not `\\'; (jmc@)
ppp
- ppp/README.devel
> file is out of date;
> started by a mail from xavier venient; discussed with brian at awfulhak
> org;
> ok brad@ (jmc@)
watchdogd
~ watchdogd.8
> i don't see the point in maintaining a list of watchdog devices in here;
> (jmc@)
===============================================================================
More information about the odc
mailing list