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 (178d) 

2024-05-10 11:18:42 UTC Now

2009-02-07 17:21:44 UTC MAIN commitmail json YAML

Make manual and usage consistent.  No functional changes.

(uebayasi)

2009-02-07 17:13:32 UTC MAIN commitmail json YAML

- Display cache, strategy, and list of wedges if no command is specified in
  the command line.
- Sort list of wedges.

Posted on tech-userlevel a while ago, no objections then.

(uebayasi)

2009-02-07 16:43:45 UTC MAIN commitmail json YAML

Put misc notable changes pulled up to netbsd-5 after the branch date.

(tsutsui)

2009-02-07 15:32:11 UTC MAIN commitmail json YAML

Bump date for previous. New sentence, new line.

(wiz)

2009-02-07 13:44:48 UTC MAIN commitmail json YAML

posix_fadvise needs help again.

(skrll)

2009-02-07 09:58:10 UTC MAIN commitmail json YAML

move COMPAT_50 into MONOLITHIC, as pointed out by enami@.

(mrg)

2009-02-07 07:25:22 UTC MAIN commitmail json YAML

2009-02-07 07:00:01 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/accumulate.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/armour.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/callback.h@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/compress.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/create.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/crypto.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/errors.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/hash.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/keyring.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/lists.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/memory.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/packet-parse.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/packet-show.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/packet.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/random.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/readerwriter.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/signature.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/std_print.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/validate.h@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/writer.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/writer_armoured.h@1.4 / diff / nxr@1.4

Remove argument names from function prototypes in header files.

(agc)

2009-02-07 05:57:39 UTC MAIN commitmail json YAML

2009-02-07 05:37:57 UTC MAIN commitmail json YAML

The catch-all header file also includes version.h now, in case we want
to display the version number of the openpgpsdk library.

(agc)

2009-02-07 05:36:51 UTC MAIN commitmail json YAML

Re-order header file inclusion order to be alphabetic.

Print out the version number of the openpgpsdk library when showing the
version string.

Parse the existing ~/.gnupg/gpg.conf to get the default user id, if any.

Use the actual size of the arrays in snprintf(), rather than a size which
may or may not be accurate.

Get rid of an unused 8K array on the stack - it's not needed.

(agc)

2009-02-07 05:32:27 UTC MAIN commitmail json YAML

Minor cosmetic change - no functional difference.

(agc)

2009-02-07 05:31:28 UTC MAIN commitmail json YAML

Be a bit less rigid when re-allocating memory - don't just keep doubling
the size we've allocated; instead, if the current size is more than 8 MiB,
then add 1 MiB on; current behaviour remains unchanged for re-allocations
less than 8 MiB.

(agc)

2009-02-07 05:28:55 UTC MAIN commitmail json YAML

Check the characters we're given when trying to decide whether it's a
key id, or a user id/name.

(agc)

2009-02-07 05:26:19 UTC MAIN commitmail json YAML

Only use O_BINARY if it's defined (rather than the vague WIN32 definition
test).

Minor cosmetic changes

(agc)

2009-02-07 02:35:43 UTC netbsd-5 commitmail json YAML

2009-02-07 02:32:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by enami in ticket #422):
sys/kern/subr_devsw.c: revision 1.25
- An errno is missed in rev. 1.11 while converting return statement to
  goto statement.
- A local variable still in use is intercepted in rev. 1.6.  Define and
  use variable of its own.

(snj)

2009-02-07 02:30:01 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #426):
external/mit/xf86-video-sunffb/dist/src/ffb_accel.c: revision 1.2
Catch up with changes in XAA that rendered our RENDER acceleration
code non-functional. While there, fix VSCROLL support to disable alpha
blending in order to avoid those bluish-greenish artifacts we'd get
otherwise when doing a VSCROLL right after a RENDER op.

(snj)

2009-02-07 02:26:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #425):
external/mit/xf86-video-sunffb/dist/src/ffb_driver.c: revision 1.4
Get rid of gratuitious calls to FFBSaveScreen() during driver setup.
This should avoid a crash on ffb1 boards where we need to redraw the
screen on unblank which would happen when we're not ready to do so with
above mentioned calls in place. Blanking there is pointless anyway - we
don't ever switch video modes so there's nothing 'aesthetic' about it.

(snj)

2009-02-07 02:23:30 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #424):
external/mit/xf86-video-sunffb/dist/src/ffb.h: revision 1.2
external/mit/xf86-video-sunffb/dist/src/ffb_dac.c: revision 1.2
external/mit/xf86-video-sunffb/dist/src/ffb_driver.c: revision 1.3
On older FFBs we need to redraw the screen after unblanking.
From xsrc/xfree

(snj)

2009-02-07 02:20:39 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #423):
external/mit/xf86-video-sunffb/dist/src/ffb_driver.c: revision 1.2
turn off the hw cursor on exit

(snj)

2009-02-07 01:50:29 UTC MAIN commitmail json YAML

Make the clock interrupt tick based on absolute time instead of
relative time.  This prevents drifting.  Also, keep track of time
within userspace, so we do not have to make a syscall to get the
clock value.  This is approximately 7 times cheaper, but on the
negative side is limited to the clock interrupt frequency.

(pooka)

2009-02-06 23:56:26 UTC MAIN commitmail json YAML

Previous code ususally works since compiler won't put gap between
those struct members but there is no reason to rely on that.
While here, I rewrite the loop using an usual idiom.  It shaves
both source and object code.

(enami)

2009-02-06 23:47:44 UTC MAIN commitmail json YAML

2009-02-06 23:35:27 UTC MAIN commitmail json YAML

wipe out last vestiges of rumpspl

(pooka)

2009-02-06 23:04:57 UTC MAIN commitmail json YAML

Instead of missing NULL check in pipe_create, let the pipe_ctor to wait
on buffer allocation.  The other allocation is simply an optimization,
so leave it as is.

(enami)

2009-02-06 22:58:49 UTC MAIN commitmail json YAML

Use same expression to decide to use pool cache or not in both
kmem_alloc/free.

(enami)

2009-02-06 21:09:46 UTC MAIN commitmail json YAML

PR/40563: Takahiro Hayashi: syslogd(8) refers freed pointer on exiting

(mschuett)

2009-02-06 20:08:13 UTC MAIN commitmail json YAML

SUNOS is spelt __SunOS.  Add missing prototypes.

(sketch)

2009-02-06 20:01:41 UTC MAIN commitmail json YAML

Rip out the rwlock spl emulation code.  It never did anything useful
except keep my feet warm by consuming an insane amount of cpu
cycles -- in rump our current "cpu" context is never interrupted
& we have MULTIPROCESSOR.

(itch i'm scratching: it made the networking stack 10-20% slower.
this is one of the places where fast code actually matters)

(pooka)

2009-02-06 19:53:23 UTC MAIN commitmail json YAML

2009-02-06 19:49:13 UTC MAIN commitmail json YAML

Add weak alias stubs for a few vfs routines used by the module code -
this allows us to link programs with only rumpkern and rumpnet again.

(pooka)

2009-02-06 19:40:32 UTC MAIN commitmail json YAML

2009-02-06 19:36:35 UTC MAIN commitmail json YAML

Add TI PCIxx12-series product IDs.

(jakllsch)

2009-02-06 18:50:29 UTC MAIN commitmail json YAML

Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html

Reviewed by abs@ in private mail.

(jym)

2009-02-06 18:34:19 UTC MAIN commitmail json YAML

2009-02-06 18:29:19 UTC MAIN commitmail json YAML

Call uvm_page_unbusy() instead of manually yanking PG_BUSY out.

(pooka)

2009-02-06 14:44:44 UTC MAIN commitmail json YAML

Use more markup. Add comma in enumeration. Remove unintended arguments
from macro.

(wiz)

2009-02-06 14:42:20 UTC MAIN commitmail json YAML

Mark up path with .Pa.

(wiz)

2009-02-06 14:40:32 UTC MAIN commitmail json YAML

Plug memory leak, from MySQL.

(sketch)

2009-02-06 13:43:11 UTC MAIN commitmail json YAML

-in the wdc@pcmcia driver, don't try to powerup/down while cold or
shutting down -- this is only supposed to happen from the pcmcia
kernel thread while the system is running
-in wd_shutdown, call ata_addref first, so that the adapter is either
active or we know that it isn't
This fixes a hang on shutdown-p reported by Dennis den Brok per
PR kern/40531. Verified by by Dennis and me.
(reported against 5.0-Beta, so this is a pullup candidate)

(drochner)

2009-02-06 13:14:37 UTC MAIN commitmail json YAML

Portability fix.

(sketch)

2009-02-06 12:45:25 UTC MAIN commitmail json YAML

2009-02-06 08:42:07 UTC MAIN commitmail json YAML

Add more text describing firmware loading.
Remove cardbus devices and note that they are not yet supported.
Correct authors email address.

(sborrill)

2009-02-06 06:36:04 UTC MAIN commitmail json YAML

Fix a bug which prevented files signed with an RSA public key from being
decrypted.

(agc)

2009-02-06 02:39:30 UTC netbsd-5 commitmail json YAML

Tickets 386, 404-406, 408, 409, 411, 412, 414-419.

(snj)

2009-02-06 02:29:50 UTC netbsd-5 commitmail json YAML

Apply patch (requested by roy in ticket #386):
Update dhcpcd to 4.0.10.

(snj)

2009-02-06 02:25:38 UTC netbsd-5 commitmail json YAML

2009-02-06 02:14:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #419):
sys/arch/ews4800mips/stand/boot/version: revision 1.3
sys/arch/ews4800mips/stand/common/bootxx.c: revision 1.5
sys/arch/ews4800mips/stand/common/disk.c: revision 1.7
sys/arch/ews4800mips/stand/common/floppy_2d.c: revision 1.5
sys/arch/ews4800mips/stand/common/floppy_2hc.c: revision 1.5
sys/arch/ews4800mips/stand/common/floppy_2hd_ibmpc.c: revision 1.5
sys/arch/ews4800mips/stand/common/ustarfs.c: revision 1.8
- use multiple sector read on floppy boot
  (speeds up ustarfs floppy boot from ~840sec to ~100sec)
- use twiddle() rather than printing CHS numbers on reading floppy sectors
- make ustarfs_load() work with more than two volumes
- bump revision
XXX: FD_FORMAT_2D is not identified properly in boot_device() on EWS4800/360SX.

(snj)

2009-02-06 02:12:38 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #419):
sys/arch/ews4800mips/stand/common/ether_if.c: revision 1.4
Fix getsecs() to return more proper values:
- use not only second but also minute and hour registers
- use bcdtobin() to read mkclock registers

(snj)

2009-02-06 02:09:05 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #418):
sys/arch/alpha/stand/common/boot.c: revision 1.30
sys/arch/alpha/stand/ustarboot/Makefile: revision 1.7
Disable LOAD_NOTE on ustarboot to avoid backward seek on loading a kernel.
Tested on DEC 3000/300 and AlphaPC 164, fixes PR install/38943 on alpha.
XXX: should we enable LOAD_NOTE on ustarfs tape boot to load modules?

(snj)

2009-02-06 02:08:01 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #418):
sys/arch/alpha/stand/Makefile.bootprogs: revision 1.28
sys/arch/alpha/stand/common/boot.c: revision 1.29
WARNSfy

(snj)

2009-02-06 02:05:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #417):
sys/dev/wscons/wsdisplay.c: revision 1.126
sys/kern/tty.c: revision 1.230
sys/sys/tty.h: revision 1.86
Avoid deadlock in tty code if a terminal emulation responds to
type/status/etc inquiries. (PR kern/37915)
This is clearly a design problem in tty, but we need a cheap fix now.
The problem is that ttyinput() tries to pull a spinlock which
is already held on calls to t_oproc.
The workaround is based on the fact that within wscons code, the
wsdisplay_emulinput() function is only called directly from
wsdisplaystart(). So we can be sure that the tty lock is held,
and use an inofficial entry point in ttc.c which avoids the locking.
These ate certainly more assumptions than needed by the fix
proposed in the PR, but it doesn't affect (and slow down) other
tty drivers.

(snj)

2009-02-06 02:02:26 UTC MAIN commitmail json YAML

Define some bitfields that come from a reference driver.

(dyoung)

2009-02-06 02:01:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #416):
share/man/man4/iwi.4: revision 1.14
correct typo in EULA file name, pointed out by dieter roelants

(snj)

2009-02-06 02:00:50 UTC MAIN commitmail json YAML

Disable and acknowledge Function Events, and stop installing a
handler for them.

Don't override the latency timer set for us by the CardBus code.

Add a bit of debug code for the Function Event Registers, #if 0'd
out for now.

Cosmetic: remove gratuitous parenthesization of return statements.
Change the indentation of the struct atw_pci_softc definition.
Use a more meaningful variable name, et cetera.

(dyoung)

2009-02-06 02:00:17 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #416):
share/man/man4/iwn.4: revision 1.5
no need to reference pkg_add since the firmware file is included in base

(snj)

2009-02-06 01:59:12 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #416):
share/man/man4/wpi.4: revision 1.11
Bump date for previous.

(snj)

2009-02-06 01:58:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #416):
share/man/man4/wpi.4: revision 1.10
remove paragraph saying that the firmware file is not included and who to
complain to because it is included. change path to actual path.

(snj)

2009-02-06 01:56:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #415):
sys/kern/kern_synch.c: revision 1.260
Warn once and no more about backwards monotonic clock.

(snj)

2009-02-06 01:55:19 UTC MAIN commitmail json YAML

Disable and acknowledge Function Events, and stop installing a
handler for them.

(dyoung)

2009-02-06 01:54:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #414):
sys/kern/kern_lwp.c: revision 1.127
sys/kern/sys_process.c: revision 1.146
sys/sys/lwp.h: revision 1.117
PR kern/36183 problem with ptrace and multithreaded processes
Fix the crashy test case that Thor provided.

(snj)

2009-02-06 01:48:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #412):
sys/nfs/nfs_socket.c: revision 1.178
PR kern/40491 5.0: nfs timer can crash/break on smp
Hack around it by acquiring softnet_lock around the client-side timer loop.

(snj)

2009-02-06 01:40:36 UTC MAIN commitmail json YAML

When elansc(4) is detached, restore BIOS settings on the SC520's
programmable interrupt controller (PIC).

(dyoung)

2009-02-06 01:38:28 UTC MAIN commitmail json YAML

So that I can both detach and *re-attach* elanpar0, elanpex0, and
gpio0, let elansc(4) rescan for them.

(dyoung)

2009-02-06 01:19:33 UTC MAIN commitmail json YAML

Extract a subroutine pmf_device_resume_descendants() from
pmf_device_resume_subtree(), for re-use later.

(dyoung)

2009-02-06 01:15:53 UTC MAIN commitmail json YAML

When the power status changes, always note the change and wake the
socket events thread.  Sometimes we would not note the power-status
change if the socket also indicated a change in card status.

(dyoung)

2009-02-06 01:12:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #411):
usr.sbin/btpand/bnep.c: revision 1.2
Fix a problem which prevents remote parties connecting to our NAP service,
we got the services mixed up.

(snj)

2009-02-06 01:10:26 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #409):
usr.sbin/cpuctl/cpuctl.c: revision 1.13
cpuctl list: map hardware id after getting state. avoids screwed up display
when ci_cpuid != cpu_index()

(snj)

2009-02-06 01:06:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #408):
distrib/evbppc/ramdisk/dot.hdprofile: revision 1.1
distrib/evbppc/ramdisk/list: revision 1.6
distrib/notes/common/contents: revision 1.148
distrib/utils/sysinst/arch/evbppc/msg.md.de: revision 1.6
distrib/utils/sysinst/arch/evbppc/msg.md.en: revision 1.10
distrib/utils/sysinst/arch/evbppc/msg.md.es: revision 1.5
distrib/utils/sysinst/arch/evbppc/msg.md.fr: revision 1.10
distrib/utils/sysinst/arch/evbppc/msg.md.pl: revision 1.10
Switch evbpcc sysinst and install notes to referencing WALNUT/OPENBLOCKS266
kernels, rather than (nonexistant) GENERIC
from KIYOHARA Takashi

(snj)

2009-02-06 00:59:47 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #405):
sys/net/if_tap.c: revision 1.52
Drop splnet() *after* tsleep instead of before.  Fixes a race condition
between sleep and wakeup.  (tested on NetBSD 4.0)

(snj)

2009-02-06 00:56:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #406):
etc/rc.d/rndctl: revision 1.2
The -d or -t flag must appear after -c/-C/-e/-E flags, because of the
way we add the device name. after the flags.
Addresses PR 40495 from Ryo HAYASAKA.

(snj)

2009-02-06 00:55:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #406):
etc/mtree/special: revision 1.125
Add rndctl

(snj)

2009-02-06 00:54:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #406):
usr.sbin/postinstall/postinstall: revision 1.82
Add rndctl to do_rc().
Thanks to Geoff Wing on current-users.

(snj)

2009-02-06 00:52:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #406):
distrib/sets/lists/etc/mi: revision 1.205
Add etc/rc.d/rndctl.  "Hi, apb@!"

(snj)

2009-02-06 00:51:42 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #406):
etc/defaults/rc.conf: revision 1.99
etc/rc.d/Makefile: revision 1.73
etc/rc.d/rndctl: revision 1.1
share/man/man5/rc.conf.5: revision 1.127
* Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki.  This
  allows you to invoke rndctl(8) during the boot.
* Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf.
* Document rndctl and rndctl_flags variables in rc.conf(5).

(snj)

2009-02-06 00:46:39 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #404):
usr.bin/db/db.1: revision 1.25
Bump date for previous.

(snj)

2009-02-06 00:45:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #404):
usr.bin/db/db.c: revision 1.24
Rework how reading keys functions so that key lookups from hash databases
works again.  (I accidentally broke that in rev 1.15)
Fixes problem noted by Masao Uebayashi.

(snj)

2009-02-06 00:44:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #404):
usr.bin/db/db.1: revision 1.24
update documentation to reflect reality:
* read mode supports -D for btree
* all modes support -U

(snj)

2009-02-06 00:24:29 UTC MAIN commitmail json YAML

Add -DSUPPORT_8_3_SOURCE_FILESYSTEM option - currently *only enabled on atari*
which if a set file cannot be found will attempt to truncate down to 8.3 and
check again. Required for install with sets from GEMDOS filesystem.

(abs)

2009-02-05 23:56:57 UTC MAIN commitmail json YAML

If the bus_dmamap_load_mbuf() status was non-zero, then the DMA
map is undefined, so do not try to unload it.

(dyoung)

2009-02-05 23:52:55 UTC MAIN commitmail json YAML

sign-compare fix

(lukem)

2009-02-05 23:22:39 UTC MAIN commitmail json YAML

sign-compare fix

(lukem)

2009-02-05 22:32:24 UTC MAIN commitmail json YAML

Use the in6_ifaddr ia_ifa member instead of casting from from
in6_ifaddr to ifaddr.

Remove unnecessary parentheses.  Do not needlessly cast RTM_ADD to
int.

No functional change intended.

(dyoung)

2009-02-05 22:26:53 UTC MAIN commitmail json YAML

Explicitly initialize mem_cluster_cnt to 0 for my peace of mind.

(dyoung)

2009-02-05 21:45:36 UTC MAIN commitmail json YAML

Cosmetic: break a line, change some spaces to tabs, remove an extra
empty line.

(dyoung)

2009-02-05 21:40:46 UTC MAIN commitmail json YAML

Initialize ec_mii, and re-use more ethernet common code for media
handling.

Replace an anonymous constant by PCI_COMMAND_INTERRUPT_DISABLE.

These changes have been compile-tested, only.

(dyoung)

2009-02-05 21:07:19 UTC MAIN commitmail json YAML

Revert previously changes. There is no cgd and ccd directory until I properly
test ccd.kmod and cgd.kmod.

(haad)

2009-02-05 20:00:58 UTC MAIN commitmail json YAML

Add recommendation to rebuild the pkgdb cache after an update.

(joerg)

2009-02-05 19:59:35 UTC MAIN commitmail json YAML

* fix a bug where we would try to lock a PG_FAKE page twice
* do not panic if VOP_STRATEGY fails.  it's someone else's problem
* return the actual number of pages we provided, not just the ones
  which contain data
* sprinkle some debug prints

(pooka)

2009-02-05 19:58:17 UTC MAIN commitmail json YAML

2009-02-05 19:39:08 UTC MAIN commitmail json YAML

Specify BROKEN DIRECTORY ENTRY printf comes from udf
(can happen e.g. with medium error)

(pooka)

2009-02-05 19:35:48 UTC MAIN commitmail json YAML

Remove the 'nls' tag from ./usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES,
since we install the directory whether MKNLS=no or not.

Replace comp- with base- in some syspkg names.

Put firmware and files from /usr/share/mk/ into their own syspkgs.

(dyoung)

2009-02-05 19:32:09 UTC MAIN commitmail json YAML

Fix MKBFD=no builds, add the 'bfd' tag to ./usr/libdata/ldscripts/kmodule.

(dyoung)

2009-02-05 19:29:48 UTC MAIN commitmail json YAML

Move the RUMP libraries to a syspkg called base-rump-shlib.

(dyoung)

2009-02-05 19:28:43 UTC MAIN commitmail json YAML

Move RUMP libraries to a syspkg called base-rump-shlib.

(dyoung)

2009-02-05 19:15:44 UTC MAIN commitmail json YAML

2009-02-05 19:15:26 UTC MAIN commitmail json YAML

2009-02-05 18:39:15 UTC MAIN commitmail json YAML

Remove additional GEMDOS only check on fstype, and update comment

(abs)

2009-02-05 18:03:30 UTC MAIN commitmail json YAML

2009-02-05 17:32:10 UTC MAIN commitmail json YAML

Add support for the MODULAR framework to the vnd driver. Enable building of
vnd.kmod by default.

(haad)

2009-02-05 16:04:00 UTC MAIN commitmail json YAML

Recycle OBP's framebuffer mapping if available instead of wasting KVA space
by creating our own.

(macallan)

2009-02-05 13:37:24 UTC MAIN commitmail json YAML

Make revoke(2) works as before:
- vfs_syscalls.c rev. 1.342 fails to invert condition correcly when
  then-clause and else-clause is swapped.  Since then, revoke(2) fails
  if it is issued by file owner.
- Probably since rev. 1.160 of genfs_vnops.c, revoke(2) fails if it is
  applied to non-device file and drops kernel into ddb.

(enami)

2009-02-05 13:21:11 UTC MAIN commitmail json YAML

2009-02-05 10:18:49 UTC MAIN commitmail json YAML

Fix MKLVM=yes MKDEBUG=yes build. Patch sent by Dieter Roelants.

(haad)

2009-02-05 10:07:34 UTC MAIN commitmail json YAML

correct typo in EULA file name, pointed out by dieter roelants

(plunky)

2009-02-05 07:12:00 UTC MAIN commitmail json YAML

binutils-2.19.1 out.

(wiz)

2009-02-05 06:03:50 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/armour.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/callback.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/compress.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/create.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/crypto.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/defs.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/hash.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/keyring.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/packet-parse.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/packet.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/readerwriter.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/signature.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/std_print.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/types.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/util.h@1.8 / diff / nxr@1.8
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/validate.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/writer.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/writer_armoured.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/app/openpgp.c@1.13 / diff / nxr@1.13
src/crypto/external/bsd/openpgpsdk/dist/src/lib/accumulate.c@1.8 / diff / nxr@1.8
      :
(more 26 files)
No need to define our own ops_boolean_t, ops_true and ops_false when
there are perfectly good values like bool, true and false waiting to
be used in <stdbool.h>

(agc)

2009-02-05 05:41:51 UTC MAIN commitmail json YAML

2009-02-05 05:40:36 UTC MAIN commitmail json YAML

2009-02-05 05:39:38 UTC MAIN commitmail json YAML

2009-02-05 03:22:37 UTC MAIN commitmail json YAML

2009-02-05 01:42:39 UTC MAIN commitmail json YAML

When signing or encrypting files, allow the userid to be specified using
the (8 or 16) character keyid.

One more thing off the TODO list.

(agc)

2009-02-04 22:55:58 UTC MAIN commitmail json YAML

From Sergey Katsev at Coyote Point: fix bugs in request transformation and
CGI handling, including bin/40355 .  There are two main changes here:

1) call process_cgi() after transform_request(), not before.  Now it is
  possible to have a default cgi handler catch a request for a path that
  was produced by transformation, e.g. by index generation -- so now the
  index can be "generated" by a CGI if that is what the user desires.

2) More clearly distinguish "file" from "query" portions of the request
  URL, so we do not feed ?-suffixed "arguments" to plain files, fail to
  match filename extensions due to ?-suffixes, etc.

  After this change, there are only two cases which use the "query"
  portion of the request (the portion after the ?):

    a) A redirect issued by HTTPD will redirect to the new file, but
with the same query string.

    b) process_cgi() will, of course continue to use the query string.

(tls)

2009-02-04 21:29:54 UTC MAIN commitmail json YAML

Warn once and no more about backwards monotonic clock.

(ad)

2009-02-04 21:17:39 UTC MAIN commitmail json YAML

PR kern/36183 problem with ptrace and multithreaded processes

Fix the crashy test case that Thor provided.

(ad)

2009-02-04 21:07:19 UTC MAIN commitmail json YAML

Break hold-and-wait which happens in ufs_balloc_range() when we
have pages busied and are trying to get the genfs node lock.
This causes a lock order reversal described in PR kern/40389.
This is not a proper fix and only a workaround for NetBSD 5.0.

problem first reported by simonb, patch tested by rmind

(pooka)

2009-02-04 20:46:15 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2009-02-04 20:45:17 UTC MAIN commitmail json YAML

Fix typo in .Dd argument. New sentence, new line.

(wiz)

2009-02-04 20:36:54 UTC MAIN commitmail json YAML

PR kern/40491 5.0: nfs timer can crash/break on smp

Hack around it by acquiring softnet_lock around the client-side timer loop.

(ad)

2009-02-04 20:32:19 UTC MAIN commitmail json YAML

genfs_getpages: move putiobuf() and uvm_pagermapout() outside the glock.
OK by <ad>.

(rmind)

2009-02-04 20:17:58 UTC MAIN commitmail json YAML

Default 'show all procs' to /l. People tend to type 'ps' without modifiers
when providing information about deadlocks. Without the thread info it's
not very useful.

(ad)

2009-02-04 19:40:21 UTC MAIN commitmail json YAML

Create the clock interrupt and soft interrupt workers as MPSAFE

(pooka)

2009-02-04 19:24:18 UTC MAIN commitmail json YAML

use some size_t instead of int

(plunky)

2009-02-04 19:14:12 UTC MAIN commitmail json YAML

remove paragraph saying that the firmware file is not included and who to
complain to because it is included. change path to actual path.

(plunky)

2009-02-04 19:11:55 UTC MAIN commitmail json YAML

no need to reference pkg_add since the firmware file is included in base

(plunky)

2009-02-04 16:11:12 UTC MAIN commitmail json YAML

Return error status if an attempt is made to use the quick_{read,write}
i2c protocols, since we don't (yet) know how to make the controller do it.

(pgoyette)

2009-02-04 15:22:13 UTC MAIN commitmail json YAML

- use multiple sector read on floppy boot
  (speeds up ustarfs floppy boot from ~840sec to ~100sec)
- use twiddle() rather than printing CHS numbers on reading floppy sectors
- make ustarfs_load() work with more than two volumes
- bump revision

XXX: FD_FORMAT_2D is not identified properly in boot_device() on EWS4800/360SX.

(tsutsui)

2009-02-04 13:53:20 UTC MAIN commitmail json YAML

Add support for i2c quick_{read,write} protocols.

OK'd by nisimura@

(pgoyette)

2009-02-04 13:33:02 UTC MAIN commitmail json YAML

Fix MKLVM=yes and MKPROFILE=no build. Issue reported on -current users
by Adam.

(haad)

2009-02-04 10:15:31 UTC MAIN commitmail json YAML

2009-02-04 09:08:48 UTC MAIN commitmail json YAML

2009-02-04 00:05:09 UTC nick-hppapmap commitmail json YAML

Sprinkle _NOPROFILE so that profiling kernels boot.

(skrll)

2009-02-03 23:11:12 UTC MAIN commitmail json YAML

Update expected results to match recent changes!

(sjg)

2009-02-03 20:21:45 UTC MAIN commitmail json YAML

From: Phil Sutter. Fix script environment variables with IPv6 addresses.

(tteras)

2009-02-03 19:26:30 UTC MAIN commitmail json YAML

0:0 is the adress x86emu_call pushes on the stack, so check for it here
explicitly to stop processing again. As this is the start of the IDT,
normal code is not likely to override it.

(joerg)

2009-02-03 19:14:52 UTC MAIN commitmail json YAML

Fix three bugs in the instruction decoder:
(1) Mode 5 for SIB uses EBP as base, not ESP.
(2) RM register mode 5 needs a segment override for SS when not using an
    immediate in 32bit mode.
(3) Same for mode 6 in 16bit mode.

From anon ymous.

(joerg)

2009-02-03 18:30:21 UTC MAIN commitmail json YAML

Get rid of gratuitious calls to FFBSaveScreen() during driver setup.
This should avoid a crash on ffb1 boards where we need to redraw the screen
on unblank which would happen when we're not ready to do so with above
mentioned calls in place. Blanking there is pointless anyway - we don't
ever switch video modes so there's nothing 'aesthetic' about it.

(macallan)

2009-02-03 17:50:29 UTC MAIN commitmail json YAML

2009-02-03 17:37:02 UTC MAIN commitmail json YAML

make sure the table stays aligned even if no groups are to be displayed
with the "groupnames" option

(drochner)

2009-02-03 17:33:42 UTC MAIN commitmail json YAML

make sure the table stays aligned even if no groups are to be displayed
with the "groups" option

(drochner)

2009-02-03 16:41:31 UTC MAIN commitmail json YAML

Change the i2c bus scan routine to use the write_quick protocol for most
addresses, rather than trying to read a byte of data from the device.

Some devices don't like to be read from (certain clock devices are, I'm
told, write-only!), while others expect to be asked only for words (or
pairs of bytes).

While here, skip a bunch of i2c addresses that can't (or at the very
least, shouldn't) have any slave devices.

This is the only use in NetBSD of the quick_read/quick_write protocol,
and it remains disabled by default.  I've updated all the generic i2c
drivers to handle the quick_* protocols, but several port-specific
drivers have not been updated since I'm in no position to verify that
the changes work.  Assistance from sandpoint, arm/xscale, evbarm/gumstix,
mips/alchemy, and macppc would be greatly appreciated.

(pgoyette)

2009-02-03 16:27:13 UTC MAIN commitmail json YAML

Update the i2c_exec() functions to handle quick_read/quick_write protocol.

Although interface routines i2c_smbus_*() exist, nothing in NetBSD actually
uses them yet.

(pgoyette)

2009-02-03 16:17:54 UTC MAIN commitmail json YAML

Handle i2c quick_read/quick_write bus protocol in the generic i2c_exec()
routine, since we have already have the iic_smbus_* interfaces.

NOTE: i2c controllers that provide their own i2c_exec() routine also need
to be modified.  I'll be committing most of these shortly.

(pgoyette)

2009-02-03 16:13:34 UTC MAIN commitmail json YAML

Adapt age_stop() as our ethernet stack expects it.
This makes 'ifconfig age0 down' working.
Ok cube@

(cegger)

2009-02-03 13:32:30 UTC MAIN commitmail json YAML

2009-02-03 13:31:24 UTC MAIN commitmail json YAML

2009-02-03 12:51:13 UTC MAIN commitmail json YAML

Make ntpd drop supplementary group memberships when dropping privileges
due to a "-u" option.
(There is a bug report to the subcect in ntp's bugzilla, listed
as "closed", almost two years old. Don't know what happed. My patch
is not derived from that one because the code changed.)

(drochner)

2009-02-03 12:49:00 UTC MAIN commitmail json YAML

Disable LOAD_NOTE on ustarboot to avoid backward seek on loading a kernel.
Tested on DEC 3000/300 and AlphaPC 164, fixes PR install/38943 on alpha.

XXX: should we enable LOAD_NOTE on ustarfs tape boot to load modules?

(tsutsui)

2009-02-03 12:48:00 UTC MAIN commitmail json YAML

Bump date for previous.

(jmcneill)

2009-02-03 12:46:13 UTC MAIN commitmail json YAML

Add a table that describes the mappings from native audio mixer names
to their OSS equivalents.

(jmcneill)

2009-02-03 09:18:15 UTC nick-hppapmap commitmail json YAML

2009-02-03 05:22:40 UTC MAIN commitmail json YAML

2009-02-03 05:21:24 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-02-03 05:18:42 UTC MAIN commitmail json YAML

avoid including grp.h

(dbj)

2009-02-03 05:16:08 UTC MAIN commitmail json YAML

New sentence, new line. Use more markup.

(wiz)

2009-02-03 05:08:39 UTC MAIN commitmail json YAML

reapply fix to xorg build for case insensitive objdir to avoid conflict
between lib/xkbfile/xkbmisc.c and lib/X11/XKBMisc.c
original fix was in src/tools/xkbcomp

(dbj)

2009-02-03 05:04:52 UTC MAIN commitmail json YAML

2009-02-03 05:02:12 UTC MAIN commitmail json YAML

2009-02-03 04:58:38 UTC MAIN commitmail json YAML

2009-02-03 03:01:02 UTC MAIN commitmail json YAML

rework the main loop and handlers:
- open() and close() the file in the main loop
- pass the fd down into the handlers
- use _rtld_error() in ELFNAME(ldd)

this fixes PR#40543 and also makes error messages look better.

(mrg)

2009-02-03 00:33:48 UTC MAIN commitmail json YAML

Better define GATEWAY in opt_gateway.h instead of the Makefile so
UPDATE builds don't go all coocoo.

(pooka)

2009-02-03 00:33:26 UTC MAIN commitmail json YAML

-fno-strict-aliasing is now set globally for rump

(pooka)

2009-02-02 23:49:21 UTC netbsd-5 commitmail json YAML

2009-02-02 23:47:35 UTC netbsd-5 commitmail json YAML

Apply patch (requested by he in ticket #396):
Include dev/isa/isareg.h for IO_KBD.

(snj)

2009-02-02 22:24:34 UTC netbsd-5 commitmail json YAML

Last batch of tickets.

(snj)

2009-02-02 22:20:14 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #407):
sys/arch/x68k/stand/boot/boot.c: revision 1.14
Disable LOAD_NOTE on floppy boot.
Tested by isaki@ and fixes PR install/38943 on x68k.

(snj)

2009-02-02 22:19:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #407):
sys/arch/macppc/stand/ofwboot/boot.c: revision 1.23
sys/arch/macppc/stand/ofwboot/boot.h: revision 1.3
sys/arch/macppc/stand/ofwboot/ofdev.c: revision 1.22
sys/arch/macppc/stand/ofwboot/ofdev.h: revision 1.6
sys/arch/macppc/stand/ofwboot/version: revision 1.12
- modify a pathname parse function to explicitly return devname and filename
- check floppyboot properly per devname before loadfile(), not in devopen()
- disable LOAD_NOTE on floppyboot to avoid backward seek
- bump revision
Tested floppy boot and IDE boot on Apus2000 with OpenFirmware 2.0.
Fixes PR install/38943 on macppc.

(snj)

2009-02-02 22:15:15 UTC netbsd-5 commitmail json YAML

Apply patch (requested by ad in ticket #403):
Disable module autoload in 5.0. It's not well enough tested with this
version of the code.

(snj)

2009-02-02 22:12:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #402):
sys/arch/amd64/conf/GENERIC: revision 1.237
sys/arch/i386/conf/GENERIC: revision 1.924
Enable BUFQ_PRIOCSCAN by default.

(snj)

2009-02-02 22:10:39 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #401):
sys/kern/kern_time.c: revision 1.158
timer_intr: hold proc_lock across the loop, otherwise the process we are
about to signal could disappear.

(snj)

2009-02-02 22:09:11 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #400):
lib/libc/gen/raise.3: revision 1.8
Update for SUSv2 compliance.

(snj)

2009-02-02 22:07:40 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #399):
lib/libc/misc/stack_protector.c: revision 1.3
lib/libc/stdlib/abort.c: revision 1.13
lib/libc/thread-stub/thread-stub.c: revision 1.21
Make threaded programs die correctly:
kill(getpid(), SIGFOO) -> raise(SIGFOO)

(snj)

2009-02-02 22:05:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #398):
regress/lib/libc/atexit/atexit.c: revision 1.2
signal(getpid(), SIGFOO) -> raise(SIGFOO)

(snj)

2009-02-02 22:02:24 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #397):
sys/kern/kern_kthread.c: revision 1.26
Fix a tyop in the previous commit

(snj)

2009-02-02 22:01:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #397):
share/man/man9/kthread.9: revision 1.18
sys/kern/kern_kthread.c: revision 1.25
sys/sys/kthread.h: revision 1.8
- Allow creating timeshard kthreads. To be used to fix the RAIDframe
  parity rewrite issue.
- Create kthreads in the SCHED_RR class by default, not SCHED_FIFO.

(snj)

2009-02-02 21:45:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #396):
sys/arch/x86/x86/x86_machdep.c: revision 1.29
add a couple of include files

(snj)

2009-02-02 21:42:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #396):
sys/arch/i386/i386/machdep.c: revision 1.658
remove extra variable

(snj)

2009-02-02 21:39:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #396):
sys/arch/amd64/amd64/machdep.c: revision 1.123
remove extra variable

(snj)

2009-02-02 21:38:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #396):
sys/arch/amd64/amd64/machdep.c: revision 1.122
sys/arch/i386/i386/machdep.c: revision 1.657
sys/arch/x86/include/cpufunc.h: revision 1.11
sys/arch/x86/x86/x86_machdep.c: revision 1.28
factor out common reset code.

(snj)

2009-02-02 21:37:05 UTC MAIN commitmail json YAML

Make AltGr keys work.  Also, the tilde on the =+ key is a dead_tilde.

(ghen)

2009-02-02 21:26:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #396):
sys/arch/amd64/amd64/machdep.c: revision 1.121
sys/arch/i386/i386/machdep.c: revision 1.656
Make previous compile.

(snj)

2009-02-02 21:25:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #396):
sys/arch/amd64/amd64/machdep.c: revision 1.120
Attempt to force resets using two more methods:
1. Reset Control register at I/O port 0xcf9
2. Fast A20 and Init register at I/O port 0x92
Requested by ad@

(snj)

2009-02-02 21:24:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #396):
sys/arch/i386/i386/machdep.c: revision 1.655
Attempt to force resets using two more methods:
1. Reset Control register at I/O port 0xcf9
2. Fast A20 and Init register at I/O port 0x92
Requested by ad@

(snj)

2009-02-02 21:17:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #395):
sys/ufs/ffs/ffs_vnops.c: revision 1.109
PR kern/40469 5.0_BETA/amd64 INSTALL kernel panics when installing on
log-enabled filesystems
PR kern/40470 WAPBL corrupts ext2fs
Don't touch inodes at all unless VOP_FSYNC(). Might fix the ext2fs problem,
I am not sure.

(snj)

2009-02-02 21:16:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #395):
sys/ufs/ffs/ffs_vnops.c: revision 1.108
Don't try to ffs_update VT_NON vnodes

(snj)

2009-02-02 21:15:40 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #395):
sys/ufs/ffs/ffs_vnops.c: revision 1.107
Add a comment.

(snj)

2009-02-02 21:14:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #395):
sys/ufs/ffs/ffs_vnops.c: revision 1.106
PR kern/40246 current panics when removing swap devices
Someone was smoking crack when they decided to unconditionally OR FSYNC_VFS
into the flags for block devices.

(snj)

2009-02-02 21:14:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #395):
sys/ufs/ffs/ffs_vnops.c: revision 1.105
PR kern/40210 5.0 BETA WAPBL related crash

(snj)

2009-02-02 21:08:15 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by yamt in ticket #394):
sys/kern/sys_pipe.c: revision 1.105
fix inverted POLL_ directions.

(snj)

2009-02-02 21:04:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by yamt in ticket #393):
sys/kern/uipc_socket.c: revision 1.185
sys/kern/uipc_socket2.c: revision 1.101
sys/kern/uipc_syscalls.c: revision 1.135
sys/miscfs/portal/portal_vnops.c: revision 1.81
sys/netsmb/smb_trantcp.c: revision 1.40
sys/nfs/nfs_socket.c: revision 1.177
sys/sys/socketvar.h: revision 1.118
restore the pre socket locking patch signal behaviour.
this fixes a busy-loop in nfs_connect.

(snj)

2009-02-02 21:00:47 UTC netbsd-5 commitmail json YAML

Apply patch (requested by bouyer in ticket #392):
Fix typo: LOT_NOTICE -> LOG_NOTICE.

(snj)

2009-02-02 20:57:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #391):
external/mit/xorg/bin/xft-config/Makefile: revision 1.2
fill in cflags for freetype.  make xft-config.in depend on Makefile,
so that changes to the Makefile cause rebuilds.
fixes PR#40285.

(snj)

2009-02-02 20:56:15 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #390):
sys/nfs/nfs_socket.c: revision 1.176
Actually enforce the maximum timeout (60s by default) rather
than backing off to 256*SRTT.  This is why it sometimes could take
hours for a NFS mount to come back when the server returned.
contributed anonymously.

(snj)

2009-02-02 20:52:42 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #389):
sbin/newfs_msdos/newfs_msdos.c: revision 1.29
Do not erroneously leave a truncated 16-bit sector
count on "large" (>=32MB) file systems when fetching the geometry from
the medium.  This confuses some software (which is to say Windows)
when a device newfs(8)ed under NetBSD is transported to another
system.  (Note: The rest of the code uses 'bsec', and DTRT for smaller
file systems.)
contributed anonymously.

(snj)

2009-02-02 20:50:11 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #388):
sys/dev/pci/if_jme.c: revision 1.6
Under some circunstance, the JMC250A2 (and maybe others) can enter a state
where INTA is asserted while no enabled interrupts are pending, which
cause a continous strean if interrupts with no way to clear it.
Clearing/resetting the enabled interrupt mask in the interrupt handler seems
to workaround this issue (this is what the FreeBSD driver does).
While there properly return 0 if the interrupt was not for us, and explicitely
disable JME_TMCSR in addition to TIMER1 and TIMER2.

(snj)

2009-02-02 20:48:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #387):
sys/dev/eisa/if_ep_eisa.c: revision 1.40
Add id for 5090 variant - reported in PR kern/40524 by Andrew Daugherity.

(snj)

2009-02-02 20:47:21 UTC MAIN commitmail json YAML

2009-02-02 20:45:51 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #385):
lib/libc/arch/m68k/gen/isinfl.c: revision 1.6
The explicit integer bit is "don't care" for infinity, and now that it's
included in ext_frach, it needs to be masked off when testing for an
infinity value.  Fixes the ieeefp/infinity regression test on the 68060
which clears the explicity integer bit when loading an infinity value.

(snj)

2009-02-02 20:44:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by he in ticket #384):
sys/dev/pci/if_bge.c: revision 1.155
Make fibre cards, at least 5701 models, work, by initializing the
bge_ifmedia.ifm_media field, which is not done by ifmedia_set().
Patch lifted from FreeBSD's revision 1.71.

(snj)