Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (36m)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 15:18:28 UTC Now

2008-11-25 14:03:28 UTC MAIN commitmail json YAML

Bump date for previous.

(tsutsui)

2008-11-25 14:02:16 UTC MAIN commitmail json YAML

2008-11-25 13:23:54 UTC MAIN commitmail json YAML

2008-11-25 13:18:37 UTC MAIN commitmail json YAML

Cut-and-paste strikes again. Set fsmod here too.

(ad)

2008-11-25 12:50:03 UTC MAIN commitmail json YAML

Descend into the new modules during the build.

(cube)

2008-11-25 11:49:08 UTC MAIN commitmail json YAML

i'm almost certain that puffs_cooie_t is supposed to be puffs_cookie_t

(pooka)

2008-11-25 09:47:40 UTC MAIN commitmail json YAML

Don't be lazy and let one directory's Makefile install an include
file from another directory, as that only causes problems with
mtree later on when encountering the /.. path component.  Instead,
descend into dev/ and use the Makefile there to install dev/crmfbreg.h
in the appropriate directory.

(he)

2008-11-25 09:43:05 UTC MAIN commitmail json YAML

Add empty module_init_md so that options MODULAR compiles.

(skrll)

2008-11-25 06:44:19 UTC MAIN commitmail json YAML

Add BUGS section which notes that dynamic linker features in dealing
with link sets prevent from including more than one file system on
the link line and that the rest must be loaded dynamically at runtime.

(pooka)

2008-11-25 05:32:05 UTC MAIN commitmail json YAML

Use ${HOST_SH}, not ${SH}.  ${SH} is undefined, so acts like an
empty string.  The build would sometimes work despite this error, if
errlist.sh happened to be executable and if the host's /bin/sh was good
enough.

(apb)

2008-11-25 04:16:16 UTC netbsd-5 commitmail json YAML

2008-11-25 04:07:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #120):
external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_init.c: revision 1.2
patch from jmcneill@:
add a log message to notify what VT is in use.  helps gdm/consolekit.

(snj)

2008-11-25 04:04:38 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #119):
sys/netinet/ip_input.c: revision 1.276
ip_input: fix an IPQ "lock" leak.  (hi <matt>!)

(snj)

2008-11-25 04:01:28 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #118):
sys/kern/kern_drvctl.c: revision 1.20
Add poll support for drvctl notification events

(snj)

2008-11-25 02:47:20 UTC MAIN commitmail json YAML

Don't compile PPP compressors in by default, they'll be auto-loaded.  This
saves an incredible 10k of text and data.

(cube)

2008-11-25 02:45:14 UTC MAIN commitmail json YAML

Register PPP compressors modules.

(cube)

2008-11-25 02:42:35 UTC MAIN commitmail json YAML

Build and install the PPP compressors modules deflate and bsdcomp.

(cube)

2008-11-25 02:40:36 UTC MAIN commitmail json YAML

Rework the way PPP compmressors are handled and allow them to be
automatically loaded when needed.

(cube)

2008-11-25 01:58:14 UTC MAIN commitmail json YAML

sprintf to temporary buffer and memcpy, rather than sprintf directly
into place; this avoids possible corruption and coredumping on systems
that more aggressively bounds-check. patch by dbj.

(dogcow)

2008-11-24 20:12:28 UTC MAIN commitmail json YAML

Add scan obsolete minor shared libraries in /usr/X11R7/lib.
Also scan in /usr/lib/i386 for amd64, /usr/lib/sparc for sparc64.

(nakayama)

2008-11-24 18:37:47 UTC MAIN commitmail json YAML

Pull expected usage of get*uptime() functions from <sys/timevar.h>
as well as microtime(9) man page.

(tsutsui)

2008-11-24 18:05:25 UTC MAIN commitmail json YAML

2008-11-24 17:41:29 UTC MAIN commitmail json YAML

Handle 32 bit uid field on E2FS_REV1.

(tsutsui)

2008-11-24 17:37:17 UTC MAIN commitmail json YAML

Add missed byteswap ops against ext2fs_dinode members.

(tsutsui)

2008-11-24 17:30:12 UTC MAIN commitmail json YAML

Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit.

(tsutsui)

2008-11-24 17:19:53 UTC MAIN commitmail json YAML

- unsigned -> unsigned int
- remove unnecessary casts from malloc(3) and free(3)
- fix a bogus indent

(tsutsui)

2008-11-24 17:11:43 UTC MAIN commitmail json YAML

Remove an extra semicolon.

(tsutsui)

2008-11-24 17:07:19 UTC MAIN commitmail json YAML

<machine/bsd-aout.h> -> <mips/bsd-aout.h>, no MD bits in each port.
(who still has a.out for 4.4BSD pmax or news3400?)

(tsutsui)

2008-11-24 16:10:27 UTC MAIN commitmail json YAML

2008-11-24 16:05:21 UTC MAIN commitmail json YAML

2008-11-24 14:36:40 UTC MAIN commitmail json YAML

2008-11-24 14:25:15 UTC MAIN commitmail json YAML

Replace timecounter(9) man page with OpenBSD's tc_init(9)
since the previous one was derived from FreeBSD's time(9)
which was based on NetBSD's time_second(9), and
it didn't mention the timecounter framework itself.

(tsutsui)

2008-11-24 14:08:13 UTC MAIN commitmail json YAML

Add tvtohz(9) man page, which is Xref'ed from microtime(9) and microuptime(9),
from FreeBSD.

(tsutsui)

2008-11-24 13:50:07 UTC MAIN commitmail json YAML

Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.

(tsutsui)

2008-11-24 13:45:37 UTC MAIN commitmail json YAML

build fix: include <sys/buf.h>

(cegger)

2008-11-24 12:43:43 UTC MAIN commitmail json YAML

2008-11-24 12:33:40 UTC MAIN commitmail json YAML

Back out previous for the moment.

(ad)

2008-11-24 12:09:55 UTC MAIN commitmail json YAML

Add MLINKS to binuptime(9), getbinuptime(9), getmicrouptime(9), nanouptime(9),
and getnanouptime(9) from microuptime(9).

(tsutsui)

2008-11-24 11:55:22 UTC MAIN commitmail json YAML

Put FreeBSD's RCS Id for reference.

(tsutsui)

2008-11-24 11:41:15 UTC MAIN commitmail json YAML

2008-11-24 11:35:18 UTC MAIN commitmail json YAML

Add some spare fields to struct vfsops. Available for use the next time the
kernel version is bumped.

(ad)

2008-11-24 11:29:52 UTC MAIN commitmail json YAML

add closing paren. (HI MATT!)

(dogcow)

2008-11-24 11:27:20 UTC MAIN commitmail json YAML

msdosfs -> msdos

(ad)

2008-11-24 11:26:49 UTC MAIN commitmail json YAML

2008-11-24 11:19:53 UTC MAIN commitmail json YAML

COMPAT_ULTRIX does not work on vax because there are no hooks, but make
it compile anyway.

(ad)

2008-11-24 07:51:51 UTC MAIN commitmail json YAML

* install only wsfb driver and manpages for netwinder
* don't install client side dri modules for netwinder
* remove module and driver entries from set lists for netwinder that
  are no longer installed.

(rtr)

2008-11-24 05:54:39 UTC MAIN commitmail json YAML

Return ENODEV instead of ENOENT if the file system is not available.

(pooka)

2008-11-24 02:13:08 UTC MAIN commitmail json YAML

Move cleanextra to the very ends in case another included file wants to add
to it even if it was initially empty.

(cube)

2008-11-24 02:04:48 UTC MAIN commitmail json YAML

Build a PIC-friendly libmesa.a and make the DRI modules link to it.

(cube)

2008-11-24 02:03:52 UTC MAIN commitmail json YAML

Build a helper library containing all the code from MesaLib that DRI
modules need to function.  Note that the list of -D differs slightly in
libOSMesa, which compiles a few of the same files.

(cube)

2008-11-24 02:01:46 UTC MAIN commitmail json YAML

Allow the use of NOSTATICLIB along with LIBISPRIVATE to build private libs
that are suitable to be linked into a shared lib.

(cube)

2008-11-24 01:44:11 UTC MAIN commitmail json YAML

update entry for flex. Vern Paxson turned over maintenance to
Will Estes years ago. The current version is a big win over what
NetBSD has in the tree -- it would probably be appropriate to update.

(perry)

2008-11-24 01:31:57 UTC MAIN commitmail json YAML

Reference libm from the top of the source tree rather than relatively to
.CURDIR.

(cube)

2008-11-24 00:26:34 UTC MAIN commitmail json YAML

2008-11-24 00:25:30 UTC MAIN commitmail json YAML

Add getpgid, needed for Tru64 4.0g ksh.

(njoly)

2008-11-23 23:59:41 UTC MAIN commitmail json YAML

Add poll support for drvctl notification events

(jmcneill)

2008-11-23 23:48:48 UTC MAIN commitmail json YAML

Move si_code definitions from MD to MI linux_siginfo.h, all archs
(except mips for 3 values) are identical.
While here, remove unused/unneeded LINUX__SI_CODE macro. Only the
lower 16-bits are used for userland si_code.

(njoly)

2008-11-23 23:26:09 UTC christos-time_t commitmail json YAML

don't deal with rusage if the one passed was NULL.

(christos)

2008-11-23 22:54:47 UTC christos-time_t commitmail json YAML

remove debugging printf.

(christos)

2008-11-23 21:58:25 UTC MAIN commitmail json YAML

patch from jmcneill@:

add a log message to notify what VT is in use.  helps gdm/consolekit.

(mrg)

2008-11-23 21:46:05 UTC christos-time_t commitmail json YAML

fix utmp{,x} issues:
- add old utmp format support. Ugly and difficult to get right. For now
  try to deal by detecting the size of the file and seeing if it is a
  multiple of sizeof(struct utmp50).
- fix NULL pointer in cvt.
- version the UTMPX database, and detect if we have an old or new one
  and act accordingly.

(christos)

2008-11-23 21:44:07 UTC christos-time_t commitmail json YAML

- add a VERSION tag in the db files to handle new and old version passwd
  entries.
XXX: Need to add the tag in mkpasswd.

(christos)

2008-11-23 21:41:57 UTC christos-time_t commitmail json YAML

simplify the time_t define dance.

(christos)

2008-11-23 21:41:08 UTC christos-time_t commitmail json YAML

- don't play with int timezone here. Let the compat module deal with it.
- don't assume that time_t is 32 bits, convert 0x80000000 to be computed.
- fix bug in timesub dealing with 64 bit time_t on 32 bit machines. years
  need to be time_t's not integers to prevent overflow caused by the binary
  search in time2sub. This was causing a lot of things to infinite loop,
  and now most things work.

(christos)

2008-11-23 21:37:33 UTC netbsd-5 commitmail json YAML

2008-11-23 21:36:45 UTC christos-time_t commitmail json YAML

use %lld for time_t and snprintf instead of sprintf.

(christos)

2008-11-23 21:35:54 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #115):
libexec/httpd/cgi-bozo.c: revision 1.8
pull across the fix from my master bozohttpd cvs tree for PR 38466.

(riz)

2008-11-23 21:26:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #114):
bin/pax/options.c: revision 1.102
Don't pass strings from argv[] to free(). Fixes PR 39992.

(riz)

2008-11-23 21:25:01 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #113):
bin/pax/tar.1: revision 1.27
"compatibility", not "compatability".

(riz)

2008-11-23 21:11:47 UTC netbsd-5 commitmail json YAML

2008-11-23 21:10:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #111):
sys/dev/cgd.c: revision 1.54
PR/38735: Jonathan A. Kollasch: cgd cannot be used on top of wedges

(riz)

2008-11-23 21:01:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #110):
etc/MAKEDEV.tmpl: revision 1.117
Don't warn about missing MAKEDEV.local. It doesn't exist in some
environments.

(riz)

2008-11-23 20:58:38 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #109):
distrib/arc/instkernel/Makefile: revision 1.11
sys/arch/arc/conf/RAMDISK: revision 1.76
sys/arch/arc/conf/GENERIC: revision 1.159
distrib/arc/ramdisk/dot.profile: revision 1.4
Use vt100 rather than wsvt25 for TERM since the latter makes
both FG/BG colors white during sysinst on Express5800/230 with tga(4).
It looks the ARC BIOS has another limit which prevents loading
a kernel larger than 8MB (it is not emulated by gxemul BTW),
so disable several devices in GENERIC and shrink RAMDISK kernel again
by sprinkled "no" keywords etc.

(riz)

2008-11-23 19:52:38 UTC MAIN commitmail json YAML

ip_input: fix an IPQ "lock" leak.  (hi <matt>!)

(rmind)

2008-11-23 18:34:19 UTC netbsd-5 commitmail json YAML

2008-11-23 18:33:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dsl in ticket #117):
usr.bin/make/parse.c: revision 1.150
intFile.fd should be initialised to -1, not 0.

(bouyer)

2008-11-23 18:31:28 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dsl in ticket #116):
usr.bin/make/parse.c: revision 1.149
avoid using c99 struct named initializers because this is a host tool and
needs to be compiled by a host compiler which might not be c99 compliant.

(bouyer)

2008-11-23 18:28:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #112):
usr.bin/fsplit/fsplit.c: revision 1.26 via patch
Two robustness fixes:
  (1) make ridiculously small filename buffer larger;
  (2) don't accidentally try to generate files with names containing '/'.

(bouyer)

2008-11-23 18:21:25 UTC netbsd-4 commitmail json YAML

tickets 1237, 1239 and 1240

(bouyer)

2008-11-23 18:20:39 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dsl in ticket #1240):
usr.bin/make/parse.c: revision 1.146
PR/38840: Pierre Pronchery: make crashes while parsing long lines in Makefiles

(bouyer)

2008-11-23 18:17:04 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dsl in ticket #1239):
usr.bin/make/parse.c: revision 1.143
When we extend the buffer used to read makefiles (in order to read lines
longer than 32k) remember the new length so we DTRT for lines longer than 64k.
Should fix PR/37684

(bouyer)

2008-11-23 18:15:05 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #1237):
gnu/dist/gcc4/gcc/config/m68k/m68k.md: revision 1.8
gnu/dist/gcc4/gcc/version.c: patch
gnu/dist/gcc4/gcc/config/m68k/m68k.c: revision 1.4
Applied a patch from Roman Zippel to fix jump table addressing in the M68k
codegen.
Taken from the gcc mailing list January 2007:
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg02476.html
2007-01-30  Roman Zippel <zippel%linux-m68k.org@localhost>
        * config/m68k/m68k.c (output_move_himode)
        config/m68k/m68k.md: remove jump table recognition
        * config/m68k/m68k.c (ASM_OUTPUT_CASE_FETCH): use simple pc
        relative addressing
Approved by Christos Zoulas, Alistair Crooks and Matthew Green.

(bouyer)

2008-11-23 18:08:18 UTC netbsd-4-0 commitmail json YAML

2008-11-23 18:08:01 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1238):
usr.bin/fsplit/fsplit.c: revision 1.26 via patch
Two robustness fixes:
  (1) make ridiculously small filename buffer larger;
  (2) don't accidentally try to generate files with names containing '/'.

(bouyer)

2008-11-23 18:07:43 UTC netbsd-4 commitmail json YAML

2008-11-23 18:07:19 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1238):
usr.bin/fsplit/fsplit.c: revision 1.26 via patch
Two robustness fixes:
  (1) make ridiculously small filename buffer larger;
  (2) don't accidentally try to generate files with names containing '/'.

(bouyer)

2008-11-23 17:59:41 UTC netbsd-3-1 commitmail json YAML

2008-11-23 17:59:20 UTC netbsd-3-1 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1982):
usr.bin/fsplit/fsplit.c: revision 1.26 via patch
Two robustness fixes:
  (1) make ridiculously small filename buffer larger;
  (2) don't accidentally try to generate files with names containing '/'.

(bouyer)

2008-11-23 17:59:04 UTC netbsd-3-0 commitmail json YAML

2008-11-23 17:58:46 UTC netbsd-3-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1982):
usr.bin/fsplit/fsplit.c: revision 1.26 via patch
Two robustness fixes:
  (1) make ridiculously small filename buffer larger;
  (2) don't accidentally try to generate files with names containing '/'.

(bouyer)

2008-11-23 17:58:26 UTC netbsd-3 commitmail json YAML

2008-11-23 17:58:01 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1982):
usr.bin/fsplit/fsplit.c: revision 1.26 via patch
Two robustness fixes:
  (1) make ridiculously small filename buffer larger;
  (2) don't accidentally try to generate files with names containing '/'.

(bouyer)

2008-11-23 17:33:45 UTC MAIN commitmail json YAML

Stop attempts to boot a kernel that is bigger than the first DRAM block.

At the moment too much stuff assumes that the kernel is contiguous in
physical memory.

While this doesn't make an INSTALL kernel work for me it at least now
indicates what the fault is, and I can swap the memory sticks round.

(chris)

2008-11-23 15:47:43 UTC MAIN commitmail json YAML

2008-11-23 15:29:42 UTC MAIN commitmail json YAML

exec_elf32 makes no sense on alpha

(martin)

2008-11-23 11:55:27 UTC MAIN commitmail json YAML

Fix EB7500ATX kernel to build again, mainly catching up on 6+ months of
changes elsewhere in the kernel:
* kernel_l1pt is now a global in pmap
* wdc no longer has dma/udma caps without the relevant options, however,
  rside doesn't support dma/udma so don't set the options.
* also fix a device_t/softc split issue.

Perhaps I should add the kernel to the default build list for acorn32, to
avoid any other breakage. Although as the only person probably even
running NetBSD on an EB7500ATX system I'm not sure it's worthwhile.

(chris)

2008-11-23 10:52:58 UTC MAIN commitmail json YAML

Do a string compare if the rh argument doesn't completely convert to a number
(instead of silently ignoring the chars that failed to convert).
Use strtoul() instead of homebrew copy.
Only use strtod() if strtoul() fails because the value is too large or
contains '.', 'e' or 'E'.
Do a compare for strings that start '-' or '+' as well as digits.

(dsl)

2008-11-23 10:09:26 UTC MAIN commitmail json YAML

2008-11-23 10:08:50 UTC MAIN commitmail json YAML

Don't pass strings from argv[] to free(). Fixes PR 39992.

(dholland)

2008-11-23 09:51:10 UTC MAIN commitmail json YAML

"compatibility", not "compatability".

(dholland)

2008-11-23 09:13:20 UTC MAIN commitmail json YAML

Two robustness fixes:
  (1) make ridiculously small filename buffer larger;
  (2) don't accidentally try to generate files with names containing '/'.

(dholland)

2008-11-23 08:22:07 UTC MAIN commitmail json YAML

avoid noisy nfs_timer/nfs_reply DEBUG output that occurs when the
NFS server goes away.  use ratelimit(9) and only print the console
error once every 10 seconds.  PR#31562.

(mrg)

2008-11-23 01:10:01 UTC MAIN commitmail json YAML

2008-11-23 00:15:13 UTC MAIN commitmail json YAML

initialise a variable to avoid a GCC warning.

(mrg)

2008-11-22 23:42:16 UTC MAIN commitmail json YAML

Fix conversion of hex numerics in comparisons.
Broken by a fix from christos 14 years ago.

(dsl)

2008-11-22 23:14:01 UTC MAIN commitmail json YAML

2008-11-22 23:13:38 UTC MAIN commitmail json YAML

implement netbsd32__sched_setparam(), netbsd32__sched_getparam(),
netbsd32__sched_setaffinity() and netbsd32__sched_getaffinity().

(mrg)

2008-11-22 23:08:31 UTC MAIN commitmail json YAML

Mention the rc.d script.
Some users may thing that this config is used directly by a binary.

(reed)

2008-11-22 20:23:33 UTC MAIN commitmail json YAML

Add "bootconf" to REQUIRE: lines which had beforenetlkm
since removed beforenetlkm required bootconf.

(tsutsui)

2008-11-22 19:45:36 UTC nick-hppapmap commitmail json YAML

Bah! Fix my previous commit that broke the build. I should have converted
the cast I just removed to uint32_t.

(mjf)

2008-11-22 19:28:18 UTC nick-hppapmap commitmail json YAML

Don't cast 'pve->pv_va' to int, seeing as its type is vaddr_t (uint32_t).

(mjf)

2008-11-22 19:25:38 UTC MAIN commitmail json YAML

Ouch - too many bits to fit in a byte.

(pgoyette)

2008-11-22 18:47:47 UTC MAIN commitmail json YAML

Move two great chunks of code out of a switch statement and into
separate functions.
No functional change.

(dsl)

2008-11-22 18:05:13 UTC MAIN commitmail json YAML

If there is a syntax error in a .if expression then ignore the entire
conditional block (ie down to the matching .endif) instead of passing
the input line back to the normal parsing code.
Do the same if the maximum .if nesting (64 levels) is breached.

(dsl)

2008-11-22 17:34:56 UTC MAIN commitmail json YAML

Convert ADDWORD() to do { ... } while (0)

(dsl)

2008-11-22 17:33:57 UTC MAIN commitmail json YAML

Convert Buf_AddByte(0 to a more normal do { ... } while (0) form.

(dsl)

2008-11-22 17:12:22 UTC netbsd-3-0 commitmail json YAML

2008-11-22 17:12:06 UTC netbsd-3-1 commitmail json YAML

2008-11-22 16:58:59 UTC netbsd-3-0 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #1968):
distrib/sets/lists/base/mi: revision 1.699, 1.721, 1.725, 1.773
share/zoneinfo/Makefile                patch
share/zoneinfo/africa                  patch
share/zoneinfo/antarctica              patch
share/zoneinfo/asia                    patch
share/zoneinfo/australasia              patch
share/zoneinfo/backward                patch
share/zoneinfo/europe                  patch
share/zoneinfo/iso3166.tab              patch
share/zoneinfo/leapseconds              patch
share/zoneinfo/northamerica            patch
share/zoneinfo/southamerica            patch
share/zoneinfo/zone.tab                patch
Update for tzdata2008f.

(bouyer)

2008-11-22 16:54:29 UTC nick-hppapmap commitmail json YAML

Fix a typo I saw when turning on TRAPDEBUG. struct pmap doesn't have
a pmap_space member, it should be pm_space.

(mjf)

2008-11-22 16:51:14 UTC netbsd-5 commitmail json YAML

2008-11-22 16:50:09 UTC netbsd-3-1 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #1968):
distrib/sets/lists/base/mi: revision 1.699, 1.721, 1.725, 1.773
share/zoneinfo/Makefile                patch
share/zoneinfo/africa                  patch
share/zoneinfo/antarctica              patch
share/zoneinfo/asia                    patch
share/zoneinfo/australasia              patch
share/zoneinfo/backward                patch
share/zoneinfo/europe                  patch
share/zoneinfo/iso3166.tab              patch
share/zoneinfo/leapseconds              patch
share/zoneinfo/northamerica            patch
share/zoneinfo/southamerica            patch
share/zoneinfo/zone.tab                patch
Update for tzdata2008f.

(bouyer)

2008-11-22 16:49:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cube in ticket #108):
external/mit/xorg/lib/expat/expat_config.h: revision 1.1
external/mit/xorg/lib/expat/Makefile: revision 1.2
Unbreak expat by providing a proper configuration include for it.  Problem
noticed by Jared McNeill.

(snj)

2008-11-22 16:44:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #107):
sys/arch/sparc64/sparc64/pmap.c: revision 1.226
pmap_is_referenced_locked() is relevant for non-MULTIPROCESSOR systems too,
says martin@

(snj)

2008-11-22 16:41:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #106):
compat/lib/libcrypto_idea/Makefile: revision 1.1
compat/lib/libcrypto_rc5/Makefile: revision 1.1
compat/lib/libcrypto_mdc2/Makefile: revision 1.1
distrib/sets/lists/comp/md.amd64: revision 1.41
distrib/sets/lists/comp/md.sparc64: revision 1.39
Add Makefiles and file lists for various optional crypto libraries.
Fixes PR lib/39846 and needs to be pulled up to netbsd-5.

(snj)

2008-11-22 16:34:15 UTC netbsd-4 commitmail json YAML

2008-11-22 16:33:41 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #1233):
sys/arch/amd64/amd64/machdep.c: revision 1.106, 1.107 via patch
cosmetic change (mostly to reduce diff to i386/i386/machdep.c:initi386):
use PRIx64 rather %qx
No functional changes intended.
reduce diff to i386/i386/machdep.c:init386()
- introduce add_mem_cluster() as done in i386
- apply rev. 1.480 from i386/i386/machdep.c: fixes PR 17199 for amd64
- apply rev. 1.492 from i386/i386/machdep.c: fixes PR 13399 for amd64

(bouyer)

2008-11-22 16:33:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #105):
usr.sbin/cpuctl/cpuctl.c: revision 1.12
redo previous:
check ID in getcpuid(). This way, the other commands (online/offline)
tell the user the real error.

(snj)

2008-11-22 16:32:24 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #105):
usr.sbin/cpuctl/cpuctl.c: revision 1.11
cpu_identify: check ID against number of processors.
Fix for PR/39955.

(snj)

2008-11-22 16:29:10 UTC netbsd-3 commitmail json YAML

2008-11-22 16:28:43 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #1979):
sys/arch/amd64/amd64/machdep.c: revision 1.106, 1.107 via patch
cosmetic change (mostly to reduce diff to i386/i386/machdep.c:initi386):
use PRIx64 rather %qx
No functional changes intended.
reduce diff to i386/i386/machdep.c:init386()
- introduce add_mem_cluster() as done in i386
- apply rev. 1.480 from i386/i386/machdep.c: fixes PR 17199 for amd64
- apply rev. 1.492 from i386/i386/machdep.c: fixes PR 13399 for amd64

(bouyer)

2008-11-22 15:34:18 UTC MAIN commitmail json YAML

If COMPAT_13 is defined, be sure to include compat signal
headers to get the native_sigset_to_sigset13() prototype and
related types in scope.

(he)

2008-11-22 15:32:59 UTC MAIN commitmail json YAML

Wrap opt* include in #ifdef _KERNEL_OPT.

(he)

2008-11-22 15:14:56 UTC nick-hppapmap commitmail json YAML

Merge vast majority of OpenBSD 1.35

(skrll)

2008-11-22 14:47:28 UTC MAIN commitmail json YAML

Fix typo, from Jason McIntyre.

(wiz)

2008-11-22 13:21:21 UTC MAIN commitmail json YAML

JEDEC has published the DDR3 SPD standard;  update driver to match.

Verified on my single DDR3 machine to still produce correct data.

(pgoyette)

2008-11-22 13:01:08 UTC MAIN commitmail json YAML

pmap_is_referenced_locked() is relevant for non-MULTIPROCESSOR systems too,
says martin@

(spz)

2008-11-22 05:20:49 UTC netbsd-5 commitmail json YAML

2008-11-22 05:17:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #104):
gnu/dist/gcc4/gcc/version.c: revision 1.17
gnu/dist/gcc4/gcc/config/m68k/m68k.c: revision 1.4
gnu/dist/gcc4/gcc/config/m68k/m68k.md: revision 1.8
Applied a patch from Roman Zippel to fix jump table addressing in the M68k
codegen.
Taken from the gcc mailing list January 2007:
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg02476.html
2007-01-30  Roman Zippel <zippel%linux-m68k.org@localhost>
        * config/m68k/m68k.c (output_move_himode)
        config/m68k/m68k.md: remove jump table recognition
        * config/m68k/m68k.c (ASM_OUTPUT_CASE_FETCH): use simple pc
        relative addressing
Approved by Christos Zoulas, Alistair Crooks and Matthew Green.

(snj)

2008-11-22 05:12:18 UTC netbsd-5 commitmail json YAML

2008-11-22 05:10:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #103):
sys/dev/usb/uplcom.c: revision 1.67
sys/dev/usb/usbdevs: revision 1.520
PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as a
serial device.

(snj)

2008-11-22 05:05:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by hans in ticket #102):
sys/arch/vax/vax/sbi.c: revision 1.34
fix build for 11/780-only kernel configs. OK by matt.

(snj)

2008-11-22 05:03:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by hans in ticket #102):
sys/arch/vax/vax/machdep.c: revision 1.170
fix build for kernel configs lacking KA46, KA48, KA49 and KA53 support.
OK by mhitch.

(snj)

2008-11-22 04:59:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by hans in ticket #101):
sys/arch/vax/uba/uba_sbi.c: revision 1.25
Fix unibus interrupts on SBI machines. OK by matt.

(snj)

2008-11-22 04:57:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by hans in ticket #101):
sys/arch/vax/uba/uba_common.h: revision 1.6
uba device registers should be volatile. OK by ragge.

(snj)

2008-11-22 04:54:42 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #100):
sys/compat/netbsd32/netbsd32_netbsd.c: revision 1.148
sys/compat/netbsd32/netbsd32_sa.c: revision 1.8
Make it possible to compile a kernel with COMPAT_NETBSD32 but without
COMPAT_40. This fixes PR port-amd64/39967.

(snj)

2008-11-22 04:48:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #99):
sys/dev/ata/sata_subr.c: revision 1.12
SATA GEN3 speed is 6.0Gb/s

(snj)

2008-11-22 04:40:04 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #98):
share/man/man4/amdtemp.4: revision 1.4
End sentence with a dot.

(snj)

2008-11-22 04:38:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #98):
share/man/man4/amdtemp.4: revision 1.3
PR/39958 - Joerg Niendorf -- grammar and Xref fixes

(snj)

2008-11-22 04:37:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #98):
share/man/man4/amdtemp.4: revision 1.2
New sentence, new line; add commas; use Aq; only use Xr for existing man
pages.

(snj)

2008-11-22 02:12:46 UTC MAIN commitmail json YAML

2008-11-22 01:53:41 UTC MAIN commitmail json YAML

Move COMPAT_16 signal stuff to the new compat_16_machdep.c file, so
that it can be built as part of a module.

(uwe)

2008-11-22 01:51:22 UTC MAIN commitmail json YAML

Provide COMPAT_16 sigcode for MODULAR kernels too (to avoid the
trouble of adding compat_16_locore.S just for these 20 bytes - at
least for now).

(uwe)

2008-11-22 00:57:23 UTC MAIN commitmail json YAML

Unbreak expat by providing a proper configuration include for it.  Problem
noticed by Jared McNeill.

(cube)

2008-11-21 23:57:25 UTC MAIN commitmail json YAML

Follow wording suggestions from Jason McIntyre (jmc@openbsd.org).

(wiz)

2008-11-21 23:18:11 UTC MAIN commitmail json YAML

G/c all reloc types except R_SH_DIR32 - which is the only one we
expect from a kmod that only have unresolved external symbols.

(uwe)

2008-11-21 22:13:55 UTC MAIN commitmail json YAML

Warn about sentences starting in the middle of a line.
For consistency, they should start at the beginnings of new lines, for
proper spacing afterwards.

(wiz)

2008-11-21 20:53:28 UTC MAIN commitmail json YAML

2008-11-21 20:22:30 UTC MAIN commitmail json YAML

The sendsig_sigcontext() here should most probably be sendsig_siginfo().
Based on hints from other developers.

(he)

2008-11-21 20:21:47 UTC MAIN commitmail json YAML

Wrap includes of opt* headers in _KERNEL_OPT.

(he)

2008-11-21 20:21:12 UTC MAIN commitmail json YAML

Wrap includes of opt* headers with _KERNEL_OPT.
Adapt sendsig_sigcontext() to the new prototype, and compute sig
and code patterned after the sparc code.

(he)

2008-11-21 20:17:51 UTC MAIN commitmail json YAML

Wrap include of opt* header with _KERNEL_OPT.

(he)

2008-11-21 20:14:20 UTC MAIN commitmail json YAML

PR/38735: Jonathan A. Kollasch: cgd cannot be used on top of wedges

(christos)

2008-11-21 19:55:38 UTC MAIN commitmail json YAML

Need to include <sys/module.h> when using the MODULE() macro.

(he)

2008-11-21 19:48:56 UTC MAIN commitmail json YAML

Wrap includes of opt* header files with _KERNEL_OPT.  It is not entirely
clear to me that this will end up doing the right thing, because there
surely is a reason for the opt* headers.
Also, replace one "ksyms.h" with <sys/ksyms.h>.

Fixes build problems when this is built as part of a module.

(he)

2008-11-21 18:02:17 UTC MAIN commitmail json YAML

Make sure we write a positive length of data.

(pooka)

2008-11-21 17:13:07 UTC MAIN commitmail json YAML

2008-11-21 16:08:57 UTC MAIN commitmail json YAML

Fix indentation.

(joerg)

2008-11-21 15:55:59 UTC MAIN commitmail json YAML

Remove the following from i386 GENERIC since they are also provided by
modules. Shrinks the kernel by 1278kB. XXX Need to further investigate
situation with vcoda and nsmb.

- all file systems
- all exec formats
- all compat code
- POSIX AIO
- the NFS server
- accept filters

(ad)

2008-11-21 15:49:52 UTC MAIN commitmail json YAML

Switch the i386 installation CDs away from RAM disks and instead use the
CD-ROM as the root file system. It contains a limited subset of $DESTDIR
along with sysinst. This will help to massively reduce the amount of memory
needed to install from CD or netboot, and allow us to continue using the
generic kernel on the CDs.

(ad)

2008-11-21 15:39:51 UTC MAIN commitmail json YAML

Create a dynamically linked sysinst as part of the build process, but don't
install it.

(ad)

2008-11-21 15:39:29 UTC MAIN commitmail json YAML

Create a dynamically linked sysinst as part of the build process, but don't
install it.

(ad)

2008-11-21 15:31:20 UTC MAIN commitmail json YAML

Don't ask for set location if:

- installing from CD-ROM or NFS
- and the root file system is of that type
- and the root file system contains sets

(ad)

2008-11-21 15:15:31 UTC MAIN commitmail json YAML

Commit regenerated files after this change to syscalls.master:

sys_nfssvc() is actually only defined when NFSSERVER is defined,
not when only NFS is defined, according to sys/nfs/files.nfs.
Adapt accordingly.  Fixes build of amiga INSTALL kernel.

(he)

2008-11-21 15:14:56 UTC MAIN commitmail json YAML

sys_nfssvc() is actually only defined when NFSSERVER is defined,
not when only NFS is defined, according to sys/nfs/files.nfs.
Adapt accordingly.  Fixes build of amiga INSTALL kernel.

(he)

2008-11-21 15:05:40 UTC MAIN commitmail json YAML

filesystem -> file system

(ad)

2008-11-21 14:49:45 UTC MAIN commitmail json YAML

- Add CDRUNTIME variable that copies files from ${DESTDIR} onto the CD.
- Add image_md_pre target.

(ad)

2008-11-21 14:03:41 UTC MAIN commitmail json YAML

2008-11-21 13:35:23 UTC MAIN commitmail json YAML

2008-11-21 11:46:36 UTC MAIN commitmail json YAML

No need to install kern.ldscript since /usr/lkm is gone and
modload(8) no longer uses a linker script.

(tsutsui)

2008-11-21 11:44:38 UTC MAIN commitmail json YAML

Don't warn about missing MAKEDEV.local. It doesn't exist in some
environments.

(ad)

2008-11-21 11:32:21 UTC MAIN commitmail json YAML

what could possibly go wrong

(sketch)

2008-11-21 11:19:07 UTC MAIN commitmail json YAML

note librumpvfs

(pooka)

2008-11-21 10:05:41 UTC MAIN commitmail json YAML

2008-11-21 10:04:58 UTC MAIN commitmail json YAML

2008-11-21 10:02:13 UTC MAIN commitmail json YAML

Make the allow-multidot option useful.

(ad)

2008-11-21 07:48:35 UTC MAIN commitmail json YAML

Silly-rename child to worker (no pun intended .. maybe).
nfsd is threading these days.

(pooka)

2008-11-21 07:42:30 UTC MAIN commitmail json YAML

use varargs macro to make -DDDEBUG compile

(pooka)

2008-11-21 07:34:46 UTC MAIN commitmail json YAML

document modular.  no functional change.

(pooka)

2008-11-21 06:57:35 UTC MAIN commitmail json YAML

Only include opt_* headers under _KERNEL_OPT.

(he)

2008-11-21 06:11:11 UTC MAIN commitmail json YAML

Don't define struct grf_softc unless _KERNEL is defined, because it
depends on struct device which is also not defined unless _KERNEL is
defined.  Fixes usr.sbin/videomode build.

(he)

2008-11-21 06:10:15 UTC MAIN commitmail json YAML

rump_vfs_load -> rump_module_load

(pooka)

2008-11-21 06:09:52 UTC MAIN commitmail json YAML

rump_vfs_load() is really rump_module_load(), so call it that and
move it from rumpvfs to rumpkern.

(pooka)

2008-11-21 06:07:23 UTC MAIN commitmail json YAML

dlerror() resets the error message, so save it since we want to
access it twice.

(pooka)

2008-11-21 03:23:43 UTC MAIN commitmail json YAML

fix build in _STANDALONE case

(jnemeth)

2008-11-21 01:58:41 UTC MAIN commitmail json YAML

2008-11-21 01:57:33 UTC MAIN commitmail json YAML

Rename sendsig() to sendsig_siginfo(), so that we don't conflict
with the newly added sendsig() in kern_sig.c.

(he)

2008-11-21 00:18:57 UTC MAIN commitmail json YAML

Add a commented out option of PROCESS_ID_IS_CURCPU

(matt)

2008-11-20 23:50:09 UTC MAIN commitmail json YAML

2008-11-20 23:31:35 UTC MAIN commitmail json YAML