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 (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 22:36:06 UTC Now

2008-11-04 15:25:58 UTC MAIN commitmail json YAML

Add a horrible kludge to make this build on sparc64, explained in the Makefile.

(christos)

2008-11-04 14:25:10 UTC MAIN commitmail json YAML

Now that the installation floppies are including tmpfs as well, stop
distinguishing MAKEDEV init and MAKEDEV all for x86.

(joerg)

2008-11-04 14:21:39 UTC MAIN commitmail json YAML

2008-11-04 13:54:10 UTC MAIN commitmail json YAML

Fix manpage; it showed option -i where it had to be -I

(reinoud)

2008-11-04 13:34:11 UTC MAIN commitmail json YAML

Pull in a minor change from file-4.26 that gets cross-compiling from
Solaris going.

OK'd by christos@

(hubertf)

2008-11-04 13:23:41 UTC MAIN commitmail json YAML

2008-11-04 13:22:29 UTC MAIN commitmail json YAML

fix typo in previous: prodcut -> product

(cegger)

2008-11-04 12:30:54 UTC MAIN commitmail json YAML

2008-11-04 12:30:07 UTC MAIN commitmail json YAML

add ATI RD790 and RD890 chipset ids

(cegger)

2008-11-04 10:01:56 UTC MAIN commitmail json YAML

Call tzset() to init TZ information for localtime().

(blymn)

2008-11-04 07:31:45 UTC MAIN commitmail json YAML

Just move the mutex ops into the DEV_MEM case.

(matt)

2008-11-04 07:21:24 UTC MAIN commitmail json YAML

2008-11-04 07:10:01 UTC MAIN commitmail json YAML

Protect some code with if (pg) { .. }

(matt)

2008-11-04 03:14:46 UTC MAIN commitmail json YAML

Change for standards compliance:
- Store an empty string in the catalog when the message text is empty an
  a <blank> (space or tab) field separator is present.

Standards:  The Open Group Base Specifications Issue 6
            IEEE Std 1003.1, 2004 Edition

(ginsbach)

2008-11-04 02:26:44 UTC MAIN commitmail json YAML

Allow writing to register R300_VAP_PVS_WAITIDLE; allows
r300 driver to work with Mesa-7.2!

(bjs)

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

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

Invert the test for the return value of getaddrinfo(), because that's what
is actually meant there, to do nothing when the name doesn't resolve to an
address.

(cube)

2008-11-03 22:59:51 UTC MAIN commitmail json YAML

make sure that we memset the struct tm we pass to mktime and set isdst to -1
so that it will figure out if daylight savings is to be applied or not. From
Anon Ymous

(christos)

2008-11-03 22:44:42 UTC MAIN commitmail json YAML

If ipmi failed to attach we would crash because we would end up using callouts
while cold. If cold, wait 10 times longer, and if we spinout fail instead of
trying to poll. Makes my machine boot again.

(christos)

2008-11-03 16:45:45 UTC MAIN commitmail json YAML

fix file list for xorg
( note: this is compile-tested only and the only useful driver would be
        suncg6. There's a good chance it will Just Work on a wscons kernel
        though )

(macallan)

2008-11-03 15:13:16 UTC MAIN commitmail json YAML

2008-11-03 15:08:16 UTC MAIN commitmail json YAML

no point in using int_fast16_t here.

(christos)

2008-11-03 12:33:08 UTC MAIN commitmail json YAML

unbreak previous. this change wasn't intended.

(cegger)

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

The functions called from ipmi_match use the DEVNAME macro. But the softc is allocated on the stack and the accessed sc_dev member is not initialized.

Initialize the sc_dev.dv_xname in ipmi_match, which is enough to make DEVNAME work. Finally this also allows the device_t/softc split.

(cegger)

2008-11-03 12:19:06 UTC MAIN commitmail json YAML

ipmi_match: remove one indentation level

(cegger)

2008-11-03 08:49:13 UTC MAIN commitmail json YAML

Re-add '}', lost in previous.

(wiz)

2008-11-03 08:48:42 UTC MAIN commitmail json YAML

Use more markup. New sentence, new line. Spelling fixes.

(wiz)

2008-11-03 04:50:41 UTC MAIN commitmail json YAML

don't build dri drivers on shark

(macallan)

2008-11-03 04:49:44 UTC MAIN commitmail json YAML

build only chips and wsfb drivers on shark

(macallan)

2008-11-03 04:48:49 UTC MAIN commitmail json YAML

2008-11-03 04:31:01 UTC MAIN commitmail json YAML

Remove include of useless i386/include/clock.h which broke builds on
other architectures.

(tls)

2008-11-03 02:44:02 UTC MAIN commitmail json YAML

PR/39857: Bernd Ernesti: Fix broken output caused by a wrong offset. From
Martin Schuette.

(christos)

2008-11-03 00:52:07 UTC MAIN commitmail json YAML

call pmf_device_deregister in detach functions. requested by jmcneill.

(hans)

2008-11-03 00:47:42 UTC MAIN commitmail json YAML

2008-11-02 23:53:22 UTC MAIN commitmail json YAML

Update the shark set lists so that they match what's actually installed.
This is with the default "-x" build, and the build was done on netbsd-5.

(he)

2008-11-02 23:47:41 UTC MAIN commitmail json YAML

add new nsp.4 manpage

(jnemeth)

2008-11-02 23:10:52 UTC netbsd-5 commitmail json YAML

2008-11-02 23:08:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #9):
sys/nfs/nfs_bio.c: revision 1.180
sys/miscfs/genfs/genfs_io.c: revision 1.14
sys/uvm/uvm_extern.h: revision 1.149
- allocate 8 pointers on the stack to avoid stack overflow in nfs.
- make that 8 a constant
- remove bogus panic

(snj)

2008-11-02 23:03:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #8):
sys/fs/udf/udf_strat_rmw.c: revision 1.11
Introduce an extra state to wich all pushed ecclines are pushed on. This
extra state has a holding time in wich no writeouts will be done
effectively collecting more sectors before its even sheduled for writing.

(snj)

2008-11-02 23:00:28 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cube in ticket #7):
external/mit/xorg/lib/Makefile: revision 1.5
Move libXft down in the hierarchy, because it depends on libXrandr.

(snj)

2008-11-02 22:56:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #6):
sys/fs/udf/udf_strat_rmw.c: revision 1.10
Explicitly set buffer's block numbers. Blocks were always read/written
correctly only the sheduling could go less than optimal.

(snj)

2008-11-02 22:11:36 UTC MAIN commitmail json YAML

Add manual page for nsp(4), the driver for NSP2000 cryptographic
accellerators.  Adjust mdoc.local so it knows about .Fx 4.11, present in
nsp manual page.

(tls)

2008-11-02 18:07:53 UTC netbsd-5 commitmail json YAML

2008-11-02 18:06:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #3):
etc/etc.amd64/MAKEDEV.conf: revision 1.15
etc/etc.i386/MAKEDEV.conf: revision 1.19
Create 8 dk instances by default.

(snj)

2008-11-02 18:03:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #3):
etc/etc.amd64/MAKEDEV.conf: revision 1.14
etc/etc.i386/MAKEDEV.conf: revision 1.18
Can't type. xkbd -> xbd.

(snj)

2008-11-02 18:02:15 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #3):
etc/etc.amd64/MAKEDEV.conf: revision 1.13
etc/etc.i386/MAKEDEV.conf: revision 1.17
Create 4 Xen disks by default and all three Xen devices to make it
usable out-of-the-box.

(snj)

2008-11-02 17:49:58 UTC netbsd-4-0 commitmail json YAML

2008-11-02 17:48:11 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1213):
        distrib/sets/lists/base/mi: revision 1.773
Update for tzdata2008f.

(snj)

2008-11-02 17:46:26 UTC netbsd-4-0 commitmail json YAML

Apply patch (requested by jnemeth in ticket #1213):
Update for tzdata2008g.

(snj)

2008-11-02 17:44:39 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1213):
        share/zoneinfo/southamerica: revision 1.1.1.39
        share/zoneinfo/southamerica: revision 1.1.1.40
        share/zoneinfo/africa: revision 1.1.1.26
        share/zoneinfo/leapseconds: revision 1.1.1.15
        share/zoneinfo/iso3166.tab: revision 1.1.1.17
        share/zoneinfo/northamerica: revision 1.1.1.42
        share/zoneinfo/backward: revision 1.1.1.19
        share/zoneinfo/europe: revision 1.1.1.38
        share/zoneinfo/asia: revision 1.1.1.43
        share/zoneinfo/zone.tab: revision 1.1.1.31
        share/zoneinfo/australasia: revision 1.17
Update to tzdata2008g.

(snj)

2008-11-02 17:38:34 UTC netbsd-4 commitmail json YAML

2008-11-02 17:31:52 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1213):
distrib/sets/lists/base/mi: revision 1.17
Update for tzdata2008f.

(snj)

2008-11-02 17:29:05 UTC netbsd-4 commitmail json YAML

Apply patch (requested by jnemeth in ticket #1213):
Update to tzdata2008g.

(snj)

2008-11-02 17:25:59 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1213):
share/zoneinfo/southamerica: revision 1.1.1.39
share/zoneinfo/southamerica: revision 1.1.1.40
share/zoneinfo/africa: revision 1.1.1.26
share/zoneinfo/leapseconds: revision 1.1.1.15
share/zoneinfo/iso3166.tab: revision 1.1.1.17
share/zoneinfo/northamerica: revision 1.1.1.42
share/zoneinfo/backward: revision 1.1.1.19
share/zoneinfo/europe: revision 1.1.1.38
share/zoneinfo/asia: revision 1.1.1.43
share/zoneinfo/zone.tab: revision 1.1.1.31
share/zoneinfo/australasia: revision 1.17
Update to tzdata2008g.

(snj)

2008-11-02 14:46:55 UTC MAIN commitmail json YAML

Add NULL pmf handlers. OK by cube.

(hans)

2008-11-02 14:27:44 UTC MAIN commitmail json YAML

include <sys/null.h> because _DIAGASSERT(foo == NULL) is too common and some
include it.

(christos)

2008-11-02 14:26:13 UTC nick-hppapmap commitmail json YAML

2008-11-02 13:07:48 UTC nick-hppapmap commitmail json YAML

Use shadow registers in ibrk and not %t1/%t2.

(skrll)

2008-11-02 12:10:18 UTC nick-hppapmap commitmail json YAML

2008-11-02 02:28:00 UTC netbsd-5 commitmail json YAML

2008-11-02 02:27:33 UTC MAIN commitmail json YAML

Implement a printtotal function to avoid code repetition.

(ahoka)

2008-11-02 02:22:26 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #5):
sys/kern/vfs_dirhash.c: revision 1.8
Clarify the dirhash locking protocol and remove unnessiary #ifdef DEBUG
flag.

(snj)

2008-11-02 02:21:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #5):
sys/kern/vfs_dirhash.c: revision 1.7
Protect the dirhash_queue when purging hashed directories on memory
overflow situations.

(snj)

2008-11-02 02:18:20 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #5):
sys/kern/vfs_dirhash.c: revision 1.6
Remove old KASSERTS that were commented out. Since the dirhash structure is
considered part of the vnode/*_node structure it sure has to be locked or
the code using it is playing russian roulette.

(snj)

2008-11-02 02:17:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #5):
sys/kern/vfs_dirhash.c: revision 1.5
Cleanup dirhash and make use of the standard hash32_strn() instead of the
handcrafted one.
Note it uses hash32_strn() since arguments can be passed from namei
arguments and thus don't have to be null terminated.

(snj)

2008-11-02 02:10:27 UTC netbsd-5 commitmail json YAML

2008-11-02 02:09:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #4):
etc/etc.cobalt/MAKEDEV.conf: revision 1.10
Create bpf(4) device node on ramdisk for sysinst.

(snj)

2008-11-02 00:03:19 UTC haad-dm commitmail json YAML

Change TODO file add some new tasks for inspiration.

(haad)

2008-11-02 00:02:32 UTC haad-dm commitmail json YAML

2008-11-01 23:51:25 UTC MAIN commitmail json YAML

Introduce an extra state to wich all pushed ecclines are pushed on. This
extra state has a holding time in wich no writeouts will be done
effectively collecting more sectors before its even sheduled for writing.

(reinoud)

2008-11-01 23:22:24 UTC christos-time_t commitmail json YAML

2008-11-01 22:48:04 UTC netbsd-4-0 commitmail json YAML

2008-11-01 22:47:07 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.32
Enable bpfilter, which is required by dhclient(8).

(snj)

2008-11-01 22:46:23 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.35
Now the cobalt kernel can detect boot device properly by boot strings
passed from the firmware, so change root file system type from
explicit nfs to generic '?' so that the INSTALL kernel can also be used
as a rescue kernel on localdisk.

(snj)

2008-11-01 22:45:48 UTC MAIN commitmail json YAML

From Alexander von Gernler <grunk@pestilenz.org>:
in option parsing, use a simle DeMorgan transformation, fix indentation,
and clarify the comment above.

(wiz)

2008-11-01 22:43:24 UTC netbsd-4 commitmail json YAML

2008-11-01 22:38:52 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.32
Enable bpfilter, which is required by dhclient(8).

(snj)

2008-11-01 22:36:04 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.35
Now the cobalt kernel can detect boot device properly by boot strings
passed from the firmware, so change root file system type from
explicit nfs to generic '?' so that the INSTALL kernel can also be used
as a rescue kernel on localdisk.

(snj)

2008-11-01 21:38:14 UTC MAIN commitmail json YAML

Move pkgconfig file handling to a place where CLEANFILES is honored.  Noted
by Bernd Ernesti.

(cube)

2008-11-01 21:22:29 UTC christos-time_t commitmail json YAML

2008-11-01 20:31:26 UTC MAIN commitmail json YAML

Initialize sc->sc_dev before using it, and use it as argument for the
interrupt handler. Makes this work again. OK by christos.

(hans)

2008-11-01 20:24:13 UTC netbsd-4 commitmail json YAML

2008-11-01 20:21:16 UTC netbsd-4 commitmail json YAML

Apply patch (submitted by skrll in ticket #1216):
gnu/lib/crtstuff4/arch/vax.mk
gnu/lib/libgcc4/arch/vax.mk
gnu/usr.bin/gcc4/arch/vax/auto-host.h
gnu/usr.bin/gcc4/arch/vax/configargs.h
gnu/usr.bin/gcc4/arch/vax/defs.mk
gnu/usr.bin/gcc4/libiberty/defs.mk
Regenerate after vax shared support was added.

(snj)

2008-11-01 19:53:16 UTC netbsd-5 commitmail json YAML

2008-11-01 19:50:32 UTC MAIN commitmail json YAML

Explicitly set buffer's block numbers. Blocks were always read/written
correctly only the sheduling could go less than optimal.

(reinoud)

2008-11-01 19:45:40 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cliff in ticket #2):
distrib/evbarm/gzboot/gzimg/Makefile: revision 1.20
add GEMINI gz image target

(snj)

2008-11-01 19:44:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cliff in ticket #2):
distrib/evbarm/instkernel/instkernel/Makefile: revision 1.14
add GEMINI_INSTALL memory disk set target

(snj)

2008-11-01 19:41:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cliff in ticket #2):
sys/arch/arm/gemini/obio_wdt.c: revision 1.2
in geminiwdt_attach, put watchdog device in known (disabled) state,
then register this driver with sysmon_wdog_register.
rip out temp debug stuff from bringup.

(snj)

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

Make the driver work (except for setting display brightness) on older
machines by removing the check for the CMOS method from thinkpad_match.
OK by jmcneill.

(hans)

2008-11-01 18:42:51 UTC MAIN commitmail json YAML

Move libXft down in the hierarchy, because it depends on libXrandr.

(cube)

2008-11-01 17:49:19 UTC MAIN commitmail json YAML

From Alexander von Gernler <grunk@pestilenz.org>:
make usage() a fatal function instead of a string.  It is just used
once, and it greatly improves code flow there.  Also, print usage
to STDERR instead of STDOUT.  Use an EOF-heredoc instead of a
clumsily escaped \t\n-string.

(wiz)

2008-11-01 17:45:30 UTC MAIN commitmail json YAML

From Alexander von Gernler <grunk@pestilenz.org>:
cleanup: zap trailing whitespaces, trim superlong lines
replace one '&&' by 'and' to not get bitten by operator
precedence later on

(wiz)

2008-11-01 17:44:46 UTC MAIN commitmail json YAML

Document -e. Wording improvements.
From Jason McIntyre (jmc@kerhand.co.uk).

(wiz)

2008-11-01 15:26:30 UTC netbsd-5 commitmail json YAML

Zap contents and start the list of changes leading up to the release.

(snj)

2008-11-01 15:09:11 UTC MAIN commitmail json YAML

Prevent some forced local relocations from going into the GOT/PLT.

(matt)

2008-11-01 14:04:52 UTC MAIN commitmail json YAML

Add missing word.

(wiz)

2008-11-01 14:03:12 UTC MAIN commitmail json YAML

Sort options, add RETURN VALUES section.

(wiz)

2008-11-01 13:54:01 UTC MAIN commitmail json YAML

New sentence, new line. Mark up NULL with Dv.

(wiz)

2008-11-01 12:16:53 UTC nick-hppapmap commitmail json YAML

Pre-allocate pdes for all of KVA.

Correctly pmap_kenter_pa the various memory areas.

(skrll)

2008-11-01 12:11:10 UTC nick-hppapmap commitmail json YAML

Disable hp700_pagezero_{,un}map for now.

(skrll)

2008-11-01 08:01:29 UTC MAIN commitmail json YAML

Create bpf(4) device node on ramdisk for sysinst.

(tsutsui)

2008-11-01 07:58:33 UTC MAIN commitmail json YAML

rip out some more brinngup debug cruft

(cliff)

2008-11-01 07:43:19 UTC MAIN commitmail json YAML

in initarm(), remove some bringup debug stuff, and clean up
progress markers; they are still useful for now.
in cpu_reboot() use Gemini Global Reset Control register to reboot system
geminiwdt_reboot() is no longer needed, removed.

(cliff)

2008-11-01 06:55:11 UTC MAIN commitmail json YAML

Add ChangeLog entry about S.P.Zeidler's commit. Fix my name in one place.

(tteras)

2008-11-01 05:59:33 UTC MAIN commitmail json YAML

Adjust the sleeps in lwpcache and lwpublk. Make them uninterruptable
for now. This will prevent signals from waking them. Adjust
exit_lwps() to explicitly add LW_SINTR to all of them, so that
the process exit code can wake them up.

This is needed as threads in both of these wait channels die once
they are woken. So they aren't interruptable in the typical sense.

I am now able to suspend & resume firefox successfully now.

(wrstuden)

2008-11-01 00:54:47 UTC MAIN commitmail json YAML

use the right variable in memcpy.

(christos)

2008-11-01 00:02:14 UTC MAIN commitmail json YAML

2008-10-31 23:54:38 UTC MAIN commitmail json YAML

2008-10-31 23:54:15 UTC MAIN commitmail json YAML

2008-10-31 23:41:48 UTC MAIN commitmail json YAML

2008-10-31 23:29:28 UTC netbsd-4 commitmail json YAML

2008-10-31 23:27:52 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1214):
sbin/ping6/ping6.c: revision 1.71
Fix reversed test in connection with combining -i and -l. If some
packets have already sent because of the preload count handling, we
shouldn't start off by sending another one right away. The reversed
test causes ping6 to wait one interval before sending anything at all
if you don't use -l. PR bin/39732.

(snj)

2008-10-31 21:15:02 UTC netbsd-4 commitmail json YAML

2008-10-31 21:14:05 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1212):
        usr.bin/config/scan.l: revision 1.11
Avoid memory leak in error case. From Gao Ya'nan in PR bin/39721.'

(snj)

2008-10-31 21:02:49 UTC netbsd-4 commitmail json YAML

2008-10-31 21:00:36 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #1211):
        libexec/ld.elf_so/symbol.c: revision 1.47
        libexec/ld.elf_so/rtld.h: revision 1.79
        libexec/ld.elf_so/rtld.c: revision 1.122
lib/39649: dlsym(3) does not follow dependencies
Pull across code from FreeBSD to do a search of the passed object and its
NEEDED objects (dependencies).

(snj)

2008-10-31 20:55:41 UTC MAIN commitmail json YAML

2008-10-31 20:53:46 UTC MAIN commitmail json YAML

fix compilation issue

(christos)

2008-10-31 20:42:41 UTC MAIN commitmail json YAML

- allocate 8 pointers on the stack to avoid stack overflow in nfs.
- make that 8 a constant
- remove bogus panic

(christos)

2008-10-31 20:42:08 UTC netbsd-4 commitmail json YAML

2008-10-31 20:39:34 UTC netbsd-4 commitmail json YAML

2008-10-31 20:37:24 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1215):
sys/dev/pci/if_wm.c: revision 1.162
sys/dev/pci/pcidevs: revision 1.961,1.962
Add support for more ethenet ICH9 devices. Tested by Pouya D. Tafti
on a 82801I_IGP_M_AMT.' sys/dev/pci/if_wm.c sys/dev/pci/pcidevs

(snj)

2008-10-31 20:24:52 UTC MAIN commitmail json YAML

2008-10-31 18:27:10 UTC MAIN commitmail json YAML

ACPICA version 20081031 is out

(jmcneill)

2008-10-31 18:07:18 UTC MAIN commitmail json YAML

Tweak some wording.

(snj)

2008-10-31 17:49:48 UTC MAIN commitmail json YAML

fix compile error.

(christos)

2008-10-31 17:46:04 UTC MAIN commitmail json YAML

make __findenv return the offset for the new entry to be inserted when
the string is not found, to avoid an additional scan of the environ array
in setenv.

(christos)

2008-10-31 17:42:14 UTC MAIN commitmail json YAML

Don't use putenv() because it is not portable.

(christos)

2008-10-31 16:34:58 UTC MAIN commitmail json YAML

undo accidental commit.

(christos)

2008-10-31 16:26:47 UTC MAIN commitmail json YAML

2008-10-31 16:25:29 UTC MAIN commitmail json YAML

2008-10-31 16:14:23 UTC MAIN commitmail json YAML

Create 4 Xen disks by default and all three Xen devices to make it
usable out-of-the-box.

(joerg)

2008-10-31 16:13:53 UTC MAIN commitmail json YAML

mention syslog

(christos)

2008-10-31 16:12:19 UTC MAIN commitmail json YAML

2008-10-31 16:04:59 UTC MAIN commitmail json YAML

Clarify the dirhash locking protocol and remove unnessiary #ifdef DEBUG
flag.

(reinoud)

2008-10-31 15:48:39 UTC MAIN commitmail json YAML

Protect the dirhash_queue when purging hashed directories on memory
overflow situations.

(reinoud)

2008-10-31 15:29:14 UTC MAIN commitmail json YAML

in geminiwdt_attach, put watchdog device in known (disabled) state,
then register this driver with sysmon_wdog_register.
rip out temp debug stuff from bringup.

(cliff)

2008-10-31 15:13:55 UTC MAIN commitmail json YAML

Remove old KASSERTS that were commented out. Since the dirhash structure is
considered part of the vnode/*_node structure it sure has to be locked or
the code using it is playing russian roulette.

(reinoud)

2008-10-31 15:01:12 UTC MAIN commitmail json YAML

Cleanup dirhash and make use of the standard hash32_strn() instead of the
handcrafted one.

Note it uses hash32_strn() since arguments can be passed from namei
arguments and thus don't have to be null terminated.

(reinoud)

2008-10-31 14:38:42 UTC MAIN commitmail json YAML

show better quoting output for sh -x, from Aleksey Cheusov

(christos)

2008-10-31 14:15:12 UTC MAIN commitmail json YAML

reflect reality in the struct members.

(christos)

2008-10-31 11:55:40 UTC MAIN commitmail json YAML

Sync the man page with recent addition of few wrappers.

(rmind)

2008-10-31 06:41:28 UTC MAIN commitmail json YAML

2008-10-31 04:42:48 UTC netbsd-5 commitmail json YAML

Fix thinko on my part - operating system is "NetBSD-5.0_BETA", not "NetBSD-5.0".

(agc)

2008-10-31 04:32:54 UTC MAIN commitmail json YAML

Set doc-operating-system and doc-default-operating-system

(agc)

2008-10-31 04:31:45 UTC netbsd-5 commitmail json YAML

Set doc-operating-system and doc-default-operating-system

(agc)

2008-10-31 04:30:22 UTC MAIN commitmail json YAML

Add a definition for NetBSD-current (which will become NetBSD-6.0)

(agc)

2008-10-31 04:27:01 UTC netbsd-5 commitmail json YAML

Welcome to NetBSD 5.0_BETA

(agc)

2008-10-31 04:07:08 UTC MAIN commitmail json YAML

Fold 5.0 CHANGES into CHANGES.prev, and create a new CHANGES file for -current.

(agc)

2008-10-31 03:49:53 UTC netbsd-5 commitmail json YAML

Prepare for NetBSD-5.0 release by adding the relevant files.

(agc)

2008-10-31 03:34:49 UTC MAIN commitmail json YAML

2008-10-31 02:04:04 UTC MAIN commitmail json YAML

add GEMINI_INSTALL memory disk set target

(cliff)

2008-10-31 02:02:55 UTC MAIN commitmail json YAML

add GEMINI gz image target

(cliff)

2008-10-31 00:36:22 UTC MAIN commitmail json YAML

- Avoid the race with CPU online/offline state changes, when setting the
  affinity (cpu_lock protects these operations now).
- Disallow setting of state of CPU to to offline, if there are bound LWPs,
  which have no CPU to migrate.
- Disallow setting of affinity for the LWP(s), if all CPUs in the dynamic
  CPU-set are offline.
- sched_setaffinity: fix invalid check of kcpuset_isset().
- Rename cpu_setonline() to cpu_setstate().

Should fix PR/39349.

(rmind)

2008-10-31 00:29:19 UTC MAIN commitmail json YAML

Add sched_getaffinity_np() and sched_setaffinity_np() wrappers, mainly
for compatibility purposes.

(rmind)

2008-10-31 00:12:51 UTC MAIN commitmail json YAML

Welcome to 5.99.1!

(matt)

2008-10-30 23:51:38 UTC MAIN commitmail json YAML

2008-10-30 23:02:12 UTC MAIN commitmail json YAML

No need to name arguments in function prototypes; and a bit of cosmetics.

(rmind)

2008-10-30 22:19:17 UTC MAIN commitmail json YAML

2008-10-30 21:53:41 UTC MAIN commitmail json YAML

use just <bsd.prog.mk>. fixes build problem reported by paul goyotte.

(mrg)

2008-10-30 21:45:55 UTC MAIN commitmail json YAML

don't keep building the directories for old vi.

(christos)

2008-10-30 21:37:55 UTC MAIN commitmail json YAML

more MKSHARE == no fixes:
- move installation of atf pkg-config files out of share/atf/
- don't install spell or ching share files
- update some directory entries to not have 'share' tag

now my MKLINT=no MKSHARE=no MKPROFILE=no builds work again.

(mrg)

2008-10-30 21:21:55 UTC MAIN commitmail json YAML

2008-10-30 20:28:02 UTC MAIN commitmail json YAML

prepare for device_t/softc split, but actually don't do it: ipmi_match() wants to access sc_dev before we have chance to initialize it

(cegger)

2008-10-30 20:09:50 UTC MAIN commitmail json YAML

don't check MKSHARE here, it is no longer valid.

(mrg)

2008-10-30 20:07:20 UTC MAIN commitmail json YAML

New assym.h dependency.

(joerg)

2008-10-30 20:07:01 UTC MAIN commitmail json YAML

2008-10-30 18:43:13 UTC MAIN commitmail json YAML

Import changes from the MirBSD Project:

Initialise memory before writing to only part of it,
making sure that the string is NUL-terminated

Allocate the maximum allowed length (including the
terminating NUL byte) for the temporary name string, make sure
the final output is NUL terminated, and copy back the NUL when
overwriting the previously created name (since maxlen is always
at least 1 less than ISO_FILENAME_MAXLENGTH_WITH_PADDING, this
is no problem)

Patches from Thorsten Glaser through freenode.net.

(ahoka)

2008-10-30 18:36:32 UTC MAIN commitmail json YAML

2008-10-30 18:35:19 UTC MAIN commitmail json YAML

this should have been added with the previous commit

(macallan)

2008-10-30 18:26:01 UTC MAIN commitmail json YAML

Sprinkle -DXCMS where it is needed.  I considered adding a config.h for
libX11, but that would make other things more complicated (such as the
differences with the static build).

Among other things, this makes icewm display proper colours instead of
random values taken from the stack.

(cube)

2008-10-30 17:19:18 UTC MAIN commitmail json YAML

Remove old sysctl numbers not used anymore.

(reinoud)

2008-10-30 17:03:09 UTC MAIN commitmail json YAML

2008-10-30 16:50:03 UTC MAIN commitmail json YAML

Prevent double inclusion of <sys/dirhash.h> header file

(reinoud)

2008-10-30 16:41:18 UTC MAIN commitmail json YAML

Make some variables static that ought to have been from the start.

(reinoud)

2008-10-30 16:27:16 UTC MAIN commitmail json YAML

- fix (commented out) SBLive! driver name; it's emuxki, not sbl
- add commented out audio* at audiobus? line

(tsutsui)

2008-10-30 16:25:22 UTC MAIN commitmail json YAML

2008-10-30 16:17:53 UTC MAIN commitmail json YAML

Add sysctl's using CTL_CREATE to query and set the memory use of the
generic vfs dirhash code.

(reinoud)

2008-10-30 16:15:05 UTC MAIN commitmail json YAML

Note more changes committed recently.

(tsutsui)

2008-10-30 16:02:37 UTC MAIN commitmail json YAML

s/base-secsh-bin/base-secsh-shlib/

(njoly)

2008-10-30 15:52:31 UTC MAIN commitmail json YAML

add entry for gzboot_GEMINI_0x01600000.bin so we pass checkflist

(cliff)

2008-10-30 15:41:33 UTC MAIN commitmail json YAML

add GEMINI to EVBARM_BOARDS list

(cliff)

2008-10-30 15:37:24 UTC MAIN commitmail json YAML

add INSTALL configuration variant for GEMINI platform

(cliff)

2008-10-30 15:33:43 UTC MAIN commitmail json YAML

fix, use += when adint to SUBDIR list

(cliff)

2008-10-30 15:10:38 UTC MAIN commitmail json YAML

list libp2k and librefuse properly.

(mrg)

2008-10-30 12:52:46 UTC MAIN commitmail json YAML

Add dependency on sysmon_envsys to admtemp.

(nakayama)

2008-10-30 12:39:17 UTC MAIN commitmail json YAML

2008-10-30 12:29:46 UTC MAIN commitmail json YAML

Wrap more code specific to USE_BLOCK_STORE_LOAD.

(nakayama)

2008-10-30 12:02:15 UTC MAIN commitmail json YAML

NetOctave NSP2000 driver, ported from FreeBSD and integrated with
opencrypto by CoyotePoint Systems.  The FreeBSD driver source was recently
made available by NBMK Encryption Technologies.

The port includes some currently unused code which implements kernel and
user space interfaces for the driver in FreeBSD.  These are left in at this
time to facilitate the port of these interface to NetBSD if they are of
interest.

(darran)

2008-10-30 10:20:24 UTC nick-hppapmap commitmail json YAML

2008-10-30 10:12:59 UTC MAIN commitmail json YAML

twiddle with headers: include what is really needed

(cegger)

2008-10-30 09:49:23 UTC MAIN commitmail json YAML

Improve the description of what the "-c" (RB_USERCONF) flag does.

(apb)

2008-10-30 09:24:37 UTC MAIN commitmail json YAML

make this header compile standalone

(cegger)

2008-10-30 08:44:18 UTC MAIN commitmail json YAML

2008-10-30 08:35:09 UTC MAIN commitmail json YAML

Use fixed date in Dd (our mdoc macro set doesn't support Mdocdate).

(wiz)

2008-10-30 08:16:54 UTC MAIN commitmail json YAML

Update for the pixman 0.12.0 import

(veego)

2008-10-30 08:16:20 UTC MAIN commitmail json YAML

2008-10-30 08:15:40 UTC MAIN commitmail json YAML

Update for the 0.12.0 import

(veego)

2008-10-30 08:14:48 UTC MAIN commitmail json YAML

2008-10-30 08:14:05 UTC MAIN commitmail json YAML

File was renamed to pixman-sse2.[ch] in pixman version 0.12.0

(veego)