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 05:18:32 UTC Now

2009-05-10 20:49:19 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #746):
share/man/man8/afterboot.8: revision 1.39
Fix typo, from Shannon -jj Behrens in PR 41375.

(snj)

2009-05-10 20:46:58 UTC netbsd-5-0 commitmail json YAML

Apply patch (requested by sborrill in ticket #745):
Fix compilation with IPNOPRIVPORTS option.

(snj)

2009-05-10 20:45:45 UTC netbsd-5 commitmail json YAML

Apply patch (requested by sborrill in ticket #745):
Fix compilation with IPNOPRIVPORTS option.

(snj)

2009-05-10 20:42:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #744):
sys/arch/hp700/dev/pdc.c: revision 1.27
Pass proper timeval args to pdc_call() to save TOD with PDC_TOD_WRITE,
Per OpenBSD's hppa/dev/clock.c rev 1.14.
Tested on my 735/125 with a new lithium battery, okay'ed by skrll@.

(snj)

2009-05-10 20:40:35 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #743):
sys/arch/m68k/include/psl.h: revision 1.14
Add memory clobber to the instructions that change the IPL in the status
register.  See also kern/38637.

(snj)

2009-05-10 20:38:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #743):
sys/arch/m68k/include/psl.h: revision 1.14
Add memory clobber to the instructions that change the IPL in the status
register.  See also kern/38637.

(snj)

2009-05-10 20:34:07 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #741):
sys/arch/hp700/include/intr.h: revision 1.14
Add __insn_barrier after updating cpl in splraise. PR/41369.

(snj)

2009-05-10 20:32:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #741):
sys/arch/hp700/include/intr.h: revision 1.14
Add __insn_barrier after updating cpl in splraise. PR/41369.

(snj)

2009-05-10 20:28:58 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #740):
usr.sbin/racoonctl/Makefile: revision 1.5 via patch
adjust the ADMINPORTDIR to match that of racoon (with which it'll want
to talk)
fixes PR 41376

(snj)

2009-05-10 20:27:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #740):
usr.sbin/racoonctl/Makefile: revision 1.5 via patch
adjust the ADMINPORTDIR to match that of racoon (with which it'll want
to talk)
fixes PR 41376

(snj)

2009-05-10 20:27:21 UTC MAIN commitmail json YAML

The lwp member of struct componentname was removed a long time ago.
Fix broken build with UFS_EXTATTR_AUTOSTART by removing it here as well.

(dholland)

2009-05-10 17:20:59 UTC MAIN commitmail json YAML

2009-05-10 16:54:01 UTC MAIN commitmail json YAML

2009-05-10 16:44:27 UTC MAIN commitmail json YAML

Update dhcpcd to 5.0.2

Changes from 5.0.1 include
* -n option now starts dhcpcd if not already started
* 29-lookup-hostname hook installed by default, but skipped in dhcpcd.conf
* Fix warning about missing dirs if we don't have any existing state
* Fix compile on some Linux distros re linux/wireless.h

Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-0-2

(roy)

2009-05-10 15:26:23 UTC MAIN commitmail json YAML

Add IPKDB options, but commented out as it doesn't build at the moment.

(elad)

2009-05-10 14:33:54 UTC MAIN commitmail json YAML

Stub documentation for FILE_LOCK(), FILE_UNLOCK().

(elad)

2009-05-10 14:19:28 UTC MAIN commitmail json YAML

verified executable -> Veriexec.

(elad)

2009-05-10 14:18:33 UTC MAIN commitmail json YAML

Fix securelevel listener function name.

(elad)

2009-05-10 13:28:00 UTC MAIN commitmail json YAML

Note that FFSv1 is also known as FFS, UFS, or UFS1.
Note that FFSv2 is also known as UFS2.
Add a reference to Kirk's BSDcon03 paper on UFS2.

(lukem)

2009-05-10 12:46:42 UTC MAIN commitmail json YAML

New sentence, new line. Use Xr for cross-reference.

(wiz)

2009-05-10 10:59:21 UTC MAIN commitmail json YAML

2009-05-10 10:56:17 UTC MAIN commitmail json YAML

- add pmf_device_register1() to NAME section
- add a return type of pmf_device_register1()

(tsutsui)

2009-05-10 05:18:26 UTC MAIN commitmail json YAML

nfs_lookup: vn_lock the vnode returned by cache_lookup_raw
before feeding it to VOP_GETATTR.  it's necessary because the vnode might
be being cleaned by getcleanvnode.

it's an instance of more general races between vnode reclaim and
unlocked VOPs.  however, this one happens somewhat often because it can be
triggered by getnewvnode rather than revoke.

(yamt)

2009-05-10 04:36:58 UTC MAIN commitmail json YAML

- adjust comments for the previous change
- wrap a long comment
- remove a trailing whitespace

(tsutsui)

2009-05-10 04:26:20 UTC MAIN commitmail json YAML

Misc bus_dma(9) related cleanup:
- calculate each descriptor sizes and offsets in iee_attach() and store them
  into softc, rather than re-calculating them everywhere via macros
- prepare macros to sync DMA shmem per each descriptor
- sync only necessary descriptors in iee_intr() and iee_start()
- make sure SCB_FOO macros take softc as an arg properly
- use bus_dmamap_load_mbuf(9) for RX mbufs
- put 2 byte alignments to RX mbufs

XXX: still slower than ie(4) in i82586 compat mode on HP9000 735/125.

(tsutsui)

2009-05-10 03:51:44 UTC MAIN commitmail json YAML

restore lines, esp. a vrele() call, which i mistakenly removed
in the previous.  (rev.1.276)

(yamt)

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

Adapt FAST_IPSEC to recent KPI changes.

Pointed out by dyoung@ on tech-kern@, thanks!

(elad)

2009-05-09 20:54:52 UTC MAIN commitmail json YAML

Add check for IN_MULTICAST() that was taken only to in_pcbbind_port() --
it's necessary in in_pcbbind_addr() as well.

Pointed out by Mihai Chelaru on tech-net@, thanks!

(elad)

2009-05-09 20:44:56 UTC MAIN commitmail json YAML

Fix more pasto botch.

(tsutsui)

2009-05-09 20:42:10 UTC MAIN commitmail json YAML

Remove (wrong) function names by pasto from attach failure messages.

(tsutsui)

2009-05-09 18:31:46 UTC MAIN commitmail json YAML

Use __func__ to print function names.

(tsutsui)

2009-05-09 17:32:27 UTC MAIN commitmail json YAML

Minor white-space KNF nit.  No functional change.

(pgoyette)

2009-05-09 15:16:42 UTC MAIN commitmail json YAML

2009-05-09 15:15:50 UTC MAIN commitmail json YAML

Add alternative product ID for VIA VT8237A Integrated SATA Controller

(sborrill)

2009-05-09 15:04:25 UTC MAIN commitmail json YAML

Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.

(These optional sensors are specified by JEDEC Standard No. 21-C
Section 4-7 and implemented by multiple vendors.  Tested on my
amd64 machine with Kingston KVR1066D3E7S/2G memory which includes
a STMicro STTS424E02 sensor.)

(pgoyette)

2009-05-09 14:45:29 UTC MAIN commitmail json YAML

Document that drm(4) needs agp(4). Bump date.
(joerg said so, and compilation fails without.)

(wiz)

2009-05-09 12:44:30 UTC MAIN commitmail json YAML

Fix a botch in rev 1.29: return error properly from pdcgettod().

(tsutsui)

2009-05-09 12:18:29 UTC MAIN commitmail json YAML

2009-05-09 12:04:11 UTC MAIN commitmail json YAML

No need to do the hp700_pagezero_{,un}map dance to get the pdc entry point
as it's stashed in pdc - just use pdc.

Update a comment while I'm here.

(skrll)

2009-05-09 11:39:31 UTC MAIN commitmail json YAML

2009-05-09 11:36:17 UTC MAIN commitmail json YAML

Replace splsoftnet() with proper mutexes as suggested by ad@.
Fixes PR kren/40940.

(mlelstv)

2009-05-09 11:17:22 UTC MAIN commitmail json YAML

Add "Robot Electronics USB to I2C Communications Module" to list
of supported hardware.
From Jukka Ruohonen in PR 41382.
Bump date.

(wiz)

2009-05-09 08:14:42 UTC MAIN commitmail json YAML

Mark up NULL, bump date for previous.

(wiz)

2009-05-09 07:13:57 UTC MAIN commitmail json YAML

For multi-byte transfers, the bytes need to be written to or read from
consecutive data registers.  Discovered while debugging sdtemp(4) driver
which does _only_ 16-bit transfers!

(pgoyette)

2009-05-09 04:56:39 UTC MAIN commitmail json YAML

You can't use a BYTE protocol to read 16-bits worth of data from the
i2c bus.  Discovered while debugging my sdtemp(4) driver.

(pgoyette)

2009-05-09 04:03:47 UTC MAIN commitmail json YAML

Add necessary parentheses to roundup2() macro.

(tsutsui)

2009-05-09 03:54:10 UTC MAIN commitmail json YAML

Also check if cache line alignment is power of two in KASSERT().

(tsutsui)

2009-05-09 03:50:16 UTC MAIN commitmail json YAML

Use roundup2() macro to calculate cache line aligned offsets of
DMA descriptor members in shared memory.
The previous ones could return wrong values if cache line size is
smaller than structures, and we can assume cache line size is
power of two to avoid division ops.

(tsutsui)

2009-05-09 03:33:10 UTC MAIN commitmail json YAML

lockdebug fixes for rw_tryupgrade/rw_downgrade.

(yamt)

2009-05-09 03:22:20 UTC MAIN commitmail json YAML

Move allocation of DMA shared memory with bus_dma(9) ops
from MD attachments to MI iee_attach().
Tested on HP9000 735/125. Compile test only on ews4800mips.

XXX: more strict bus_dmamap_sync(9) calls are required in various places.

(tsutsui)

2009-05-09 02:29:29 UTC MAIN commitmail json YAML

Call bus_dmamap_sync(9) more properly on DMA polling.

(tsutsui)

2009-05-09 02:18:48 UTC MAIN commitmail json YAML

- use BUS_DMA_COHERENT rather than using MIPS_KSEG1_START
- use bus_dmamap_sync(9) rather than mips_dcache_wbinv_range()
- call bus_dmamap_sync(9) properly on DMA polling

XXX: untested due to lack of hardware

(tsutsui)

2009-05-09 01:59:17 UTC MAIN commitmail json YAML

Check return values of pdc_call() in pdcgettod() and pdcsettod().

(tsutsui)

2009-05-09 01:58:02 UTC MAIN commitmail json YAML

- lowercase wapbl for a man page link
- add man page suffix to rpcgen

(tsutsui)

2009-05-09 01:29:01 UTC MAIN commitmail json YAML

softc split as needed by the rest of the drm code. Add basic
suspend/resume hooks.

(joerg)

2009-05-08 23:36:42 UTC MAIN commitmail json YAML

2009-05-08 23:28:46 UTC MAIN commitmail json YAML

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

Install a link from vfs_mountalloc.9 to vfssubr.9.

(dyoung)

2009-05-08 22:37:32 UTC MAIN commitmail json YAML

Document vfs_mountalloc(9).

(dyoung)

2009-05-08 21:52:20 UTC MAIN commitmail json YAML

2009-05-08 21:45:52 UTC MAIN commitmail json YAML

Use more markup, use more appropriate markup. Improve wording.
Sort options and sections. Make ready for HTML output. Fix xref.
Add -0 to SYNOPSIS.

(wiz)

2009-05-08 20:26:48 UTC MAIN commitmail json YAML

Various fixes. More formatting. New sentence, new line.

(wiz)

2009-05-08 20:20:40 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

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

2009-05-08 20:18:11 UTC MAIN commitmail json YAML

Mention apropos(1) -S and -s.

(wiz)

2009-05-08 17:54:22 UTC MAIN commitmail json YAML

2009-05-08 17:53:59 UTC MAIN commitmail json YAML

2009-05-08 17:50:56 UTC MAIN commitmail json YAML

2009-05-08 17:49:18 UTC MAIN commitmail json YAML

2009-05-08 17:47:44 UTC MAIN commitmail json YAML

2009-05-08 17:47:22 UTC MAIN commitmail json YAML

unhook libmagic

(christos)

2009-05-08 17:47:00 UTC MAIN commitmail json YAML

2009-05-08 17:45:49 UTC MAIN commitmail json YAML

2009-05-08 17:45:22 UTC MAIN commitmail json YAML

2009-05-08 17:43:54 UTC MAIN commitmail json YAML

2009-05-08 17:34:35 UTC MAIN commitmail json YAML

2009-05-08 17:28:02 UTC MAIN commitmail json YAML

2009-05-08 17:18:06 UTC MAIN commitmail json YAML

Make install.md script probe cd(4) devices properly.
Problem reported by doomwarrior on port-hp300.

(tsutsui)

2009-05-08 16:40:10 UTC MAIN commitmail json YAML

2009-05-08 16:39:46 UTC MAIN commitmail json YAML

2009-05-08 16:35:10 UTC MAIN commitmail json YAML

2009-05-08 13:32:59 UTC MAIN commitmail json YAML

exit1: fix a race with do_sys_wait/proc_free.

(yamt)

2009-05-08 13:03:46 UTC MAIN commitmail json YAML

lseek fd to start before sending, creates a clearer test case.

(pooka)

2009-05-08 12:48:43 UTC MAIN commitmail json YAML

Add support for -S and -s option, which limit the results to a specific
architecture or section, respectively.
Based on a patch for OpenBSD from Ingo Schwarze, modified for NetBSD by me.

Add some constification.

Ok lukem@ (to the non-constified version of the patch).

(wiz)

2009-05-08 12:06:11 UTC MAIN commitmail json YAML

reorder code to avoid uninitalized variable.

(christos)

2009-05-08 11:09:44 UTC MAIN commitmail json YAML

Add and use a network scope action/request for tun(4), similar to ppp(4),
sl(4), and strip(4).

(elad)

2009-05-08 10:52:00 UTC MAIN commitmail json YAML

ufs_setattr: fix previous - return in error path does not finish the
transaction (hi elad).

(rmind)

2009-05-08 10:12:55 UTC MAIN commitmail json YAML

2009-05-08 09:33:59 UTC MAIN commitmail json YAML

2009-05-08 06:06:39 UTC MAIN commitmail json YAML

2009-05-08 05:18:34 UTC MAIN commitmail json YAML

Don't call callout_stop() without callout_init()
Fixes PR/41364

(kefren)

2009-05-07 22:17:41 UTC MAIN commitmail json YAML

CFATTACH_DECL2 is no longer used. remove it.
ok dyoung@

(cegger)

2009-05-07 21:51:47 UTC MAIN commitmail json YAML

Remove some more "priv" variable usage in favor of kauth(9) calls.

(elad)

2009-05-07 21:07:34 UTC MAIN commitmail json YAML

- prevent buffer overflow from Maksymilian Arciemowicz (worst case was 1041
  characters and we allocated only 1024.
While here:
- use snprintf to prevent this from happening in the future.
- don't close fd twice on error.
- pass unsigned char to ctype.h functions.

(christos)

2009-05-07 20:40:25 UTC MAIN commitmail json YAML

2009-05-07 20:32:51 UTC MAIN commitmail json YAML

Replace KAUTH_GENERIC_ISSUSER with a better alternative.

(elad)

2009-05-07 20:32:23 UTC MAIN commitmail json YAML

Use genfs_can_mount().

(elad)

2009-05-07 20:31:44 UTC MAIN commitmail json YAML

Change Kmax so we allocate enough freelist entries to handle large field
numbers. Reported by Maksymilian Arciemowicz

(christos)

2009-05-07 19:30:31 UTC MAIN commitmail json YAML

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

Introduce several actions/requests for authorizing file-system related
operations, specifically quota and block allocation from reserved space.

Modify ufs_quotactl() to accomodate passing "mp" earlier by vfs_busy()ing
it a little bit higher.

Mailing list reference:

http://mail-index.netbsd.org/tech-kern/2009/04/26/msg004936.html

Note that the umapfs request mentioned in this thread was NOT added as
there is still on-going discussion regarding the proper implementation.

(elad)

2009-05-07 18:12:08 UTC MAIN commitmail json YAML

ensure that sdpquery continues to build while I am in progress of
updating Service Discovery Protocol API

(plunky)

2009-05-07 18:08:55 UTC MAIN commitmail json YAML

Ensure that these programs continue to build while I am in the
process of updating the Service Discovery Protocol API.

(plunky)

2009-05-07 18:01:57 UTC MAIN commitmail json YAML

2009-05-07 17:30:59 UTC MAIN commitmail json YAML

Pass proper timeval args to pdc_call() to save TOD with PDC_TOD_WRITE,
Per OpenBSD's hppa/dev/clock.c rev 1.14.

Tested on my 735/125 with a new lithium battery, okay'ed by skrll@.

(tsutsui)

2009-05-07 16:19:30 UTC MAIN commitmail json YAML

Make the file descriptor passing test case a little more interesting:
instead of passing a file descriptor within a single process, create
two virtual processes in rump and pass the fd between them.

(pooka)

2009-05-07 16:04:25 UTC MAIN commitmail json YAML

Add rump_set_curlwp() for context switch to an existing lwp/proc.

(pooka)

2009-05-07 16:03:24 UTC MAIN commitmail json YAML

Don't create unpgc thread if RUMP_THREADS is 0.  The benefit is the
usual: possible to run programs using AF_LOCAL without threads.

(pooka)

2009-05-07 15:55:19 UTC MAIN commitmail json YAML

2009-05-07 15:54:20 UTC MAIN commitmail json YAML

Add firmware set for 8Gb card.

(mjacob)

2009-05-07 15:34:50 UTC MAIN commitmail json YAML

2009-05-07 15:21:39 UTC MAIN commitmail json YAML

2009-05-07 15:17:22 UTC MAIN commitmail json YAML

2009-05-07 14:45:19 UTC MAIN commitmail json YAML

Rename variable to reflect current use.  no functional change.

(pooka)

2009-05-07 14:22:37 UTC MAIN commitmail json YAML

2009-05-07 14:13:01 UTC MAIN commitmail json YAML

Some earlier machines like 715/50 and 735/99 have the i82596DX Rev A chip
which doesn't support 32-bit big endian mode enabled by IEE_SYSBUS_BE bit,
so don't rely on the IEE_SYSBUS_BE mode on old HPPA_FIO_LAN models and
use IEE_REV_A quirk flag recently added into MI i82596.c.

Tested on HP9000 735/125 by me and also tested on 715/50 by skrll@
with netbsd-5 branch.  Closes MD part of PR port-hp700/35531.

(tsutsui)

2009-05-07 13:06:11 UTC MAIN commitmail json YAML

Use device_private().

(rjs)

2009-05-07 12:15:33 UTC MAIN commitmail json YAML

struct device * -> device_t, no functional changes intended.

(cegger)

2009-05-07 11:54:41 UTC MAIN commitmail json YAML

Remove .Pp before and after .Ss.

(wiz)

2009-05-07 11:23:02 UTC MAIN commitmail json YAML

.Sy -> .Ss for a subsection header.

Pointed out by wiz@, thanks!

(elad)

2009-05-07 10:41:37 UTC MAIN commitmail json YAML

Add VScom USB-COM Mini as supported hardware; from Jukka Ruohonen in PR 41377.
Bump date.

(wiz)

2009-05-07 09:56:50 UTC MAIN commitmail json YAML

Wrap PAGE0 access with hp700_pagezero_{,un}map

(skrll)

2009-05-07 09:31:41 UTC MAIN commitmail json YAML

adjust the ADMINSOCKDIR to match that of racoon (with which it'll want to talk)
fixes PR 41376

(spz)

2009-05-07 09:23:01 UTC MAIN commitmail json YAML

struct device * -> device_t
comment says, first argument of audiobell is a device, so make it a device.

(cegger)

2009-05-07 09:13:13 UTC MAIN commitmail json YAML

struct cfdata * -> cfdata_t, no functional changes intended.

(cegger)

2009-05-07 09:11:42 UTC MAIN commitmail json YAML

struct device * -> device_t, no functional changes intended.

(cegger)

2009-05-07 09:10:18 UTC MAIN commitmail json YAML

2009-05-07 09:08:02 UTC MAIN commitmail json YAML

2009-05-07 08:58:13 UTC MAIN commitmail json YAML

G/C some unused stuff from OpenBSD.

(skrll)

2009-05-07 08:55:15 UTC MAIN commitmail json YAML

2009-05-07 08:54:59 UTC MAIN commitmail json YAML

2009-05-07 08:30:41 UTC MAIN commitmail json YAML

2009-05-07 08:27:14 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-07 08:16:50 UTC MAIN commitmail json YAML

Add __insn_barrier after updating cpl in splraise. PR/41369.

(skrll)

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

struct device * -> device_t, no functional changes intended.

(cegger)

2009-05-07 08:03:24 UTC MAIN commitmail json YAML

struct device * -> device_t, no functional changes intended.

(cegger)

2009-05-07 07:56:03 UTC MAIN commitmail json YAML

use device_private()

(cegger)

2009-05-07 07:33:05 UTC MAIN commitmail json YAML

struct device * -> device_t, no functional changes intended.

(cegger)

2009-05-07 07:09:49 UTC MAIN commitmail json YAML

Add reminder to confirm the ffs format using dumpfs(8).

(lukem)

2009-05-07 07:03:40 UTC MAIN commitmail json YAML

2009-05-07 06:56:56 UTC MAIN commitmail json YAML

2009-05-07 06:54:23 UTC MAIN commitmail json YAML

Use "FFSv2" instead of "UFS2".
Expand the description of -c.
Xref dumpfs.

(lukem)

2009-05-07 06:46:55 UTC MAIN commitmail json YAML

Add extra counter definitions (pointed out by Geoff Wing).

(jdc)

2009-05-07 06:41:19 UTC MAIN commitmail json YAML

Wrap some wide comments.

(skrll)

2009-05-07 06:40:38 UTC MAIN commitmail json YAML

Display the superblock format as the second line ("FFSv1" or "FFSv2").
No need to display the magic format further down.

(lukem)

2009-05-07 06:29:08 UTC MAIN commitmail json YAML

Fix typo, from Shannon -jj Behrens in PR 41375.

(dholland)

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

device_t/softc split
patch presented on tech-kern@, no comments on it

(cegger)

2009-05-07 00:37:30 UTC MAIN commitmail json YAML

2009-05-07 00:34:18 UTC netbsd-5 commitmail json YAML

2009-05-07 00:28:30 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #739):
share/man/man4/age.4: revision 1.4
share/man/man4/ale.4: revision 1.3
age(4) and ale(4) have been pulled into netbsd-5 for NetBSD 5.1

(snj)

2009-05-07 00:26:47 UTC netbsd-5-0 commitmail json YAML

2009-05-07 00:25:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #726):
sys/ufs/ffs/ffs_alloc.c: revision 1.123 via patch
Fix random 'filesystem full' messages by trapping a couple of 32-bit
overflow areas missed in rev 1.110 and switching cgbase().
Kudos to rump_ffs!

(snj)

2009-05-07 00:24:19 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #726):
sys/ufs/ffs/ffs_alloc.c: revision 1.123 via patch
Fix random 'filesystem full' messages by trapping a couple of 32-bit
overflow areas missed in rev 1.110 and switching cgbase().
Kudos to rump_ffs!

(snj)

2009-05-07 00:01:31 UTC MAIN commitmail json YAML

Make 3 attempts at bootp before trying bootparams which allows slow
bridges a chance to work.
Clear variables when changing bootp/bootparams.
Displayed variables are cleaned up so they don't overflow the right of
the screen.

ok: martin

(roy)

2009-05-06 23:56:49 UTC MAIN commitmail json YAML

We should check for potential overflows.

ok: martin

(roy)

2009-05-06 22:38:42 UTC MAIN commitmail json YAML

Unneeded LK_CANRECURSE.

(ad)

2009-05-06 22:38:31 UTC MAIN commitmail json YAML

G/C reference to LK_CANRECURSE.

(ad)

2009-05-06 22:17:41 UTC MAIN commitmail json YAML

Provide privilege checking code snippets for all significant NetBSD
versions: < 2 (suser, proc), 2 & 3 (suser, lwp), >= 4 (kauth, lwp).

No functional change as it's all inside a big comment.

(elad)

2009-05-06 21:41:59 UTC MAIN commitmail json YAML

Add __insn_barrier() to _splset().  See also kern/38637.

(mhitch)

2009-05-06 21:41:59 UTC MAIN commitmail json YAML

Remove some usage of "priv" and "privileged" variables and instead pass
around credentials. Also push down kauth(9) calls closer to where the
operation is done.

Mailing list reference:

http://mail-index.netbsd.org/tech-net/2009/04/30/msg001270.html

(elad)

2009-05-06 21:37:40 UTC MAIN commitmail json YAML

Add memory clobber to the instructions that change the IPL in the status
register.  See also kern/38637.

(mhitch)

2009-05-06 21:10:22 UTC MAIN commitmail json YAML

2009-05-06 20:40:19 UTC MAIN commitmail json YAML

Check for internal PHY first, so that it always attaches first, even when
we have an MII transeiver attached.
Count all collision and error counters.
Handle counter overflow and RXTERR.

Tested on U60 HME, PCI HME (501-5019) and SBus Sunswift (501-2739)

(jdc)

2009-05-06 18:41:54 UTC MAIN commitmail json YAML

2009-05-06 18:25:28 UTC MAIN commitmail json YAML

device_t/softc split
tested by jakllsch@

(cegger)

2009-05-06 16:43:48 UTC MAIN commitmail json YAML

Revert previous until problem will be understood.

(rmind)

2009-05-06 14:35:41 UTC MAIN commitmail json YAML

rpcgen now supports hyper and quad keywords

(ginsbach)

2009-05-06 14:30:51 UTC MAIN commitmail json YAML

Add support for hyper and quad keywords.  (See Sun ONC+ Developer's Guide
and RFC-4506 for additional details.)  [From FreeBSD and OpenSolaris]

(ginsbach)

2009-05-06 14:26:13 UTC MAIN commitmail json YAML

2009-05-06 10:34:33 UTC MAIN commitmail json YAML

2009-05-06 09:32:52 UTC MAIN commitmail json YAML

use device_private()

(cegger)

2009-05-06 09:25:17 UTC MAIN commitmail json YAML

2009-05-06 08:49:37 UTC MAIN commitmail json YAML

2009-05-06 08:26:43 UTC MAIN commitmail json YAML

Remove leading zero in Dd argument.

(wiz)

2009-05-06 08:20:49 UTC MAIN commitmail json YAML

struct cfdata * -> cfdata_t, no functional changes intended.

(cegger)

2009-05-06 07:27:43 UTC MAIN commitmail json YAML

add KASSERT to identify when PR kern/40734 happens again.
It happened to me twice and to Emmanuel Dreyfus (reported on port-amd64 ML)

(cegger)

2009-05-06 07:01:43 UTC MAIN commitmail json YAML

2009-05-06 05:34:12 UTC MAIN commitmail json YAML

correct previous: use %zu for BOOTP_SIZE_(MIN,MAX).
Pointed out by David Holland

(cegger)

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

src/crypto/external/bsd/netpgp/dist/TODO@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/compress.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/create.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/create.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/keyring_local.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/loccreate.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/netpgpsdk.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/openssl_crypto.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show-cast.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.h@1.2 / diff / nxr@1.2
      :
(more 9 files)
Change some names to something a bit less obscure.

e.g. For some unfathomable reason, I find "__ops_write_mem_from_file" a bit
counterintuitive - replace that by "__ops_fileread"

(agc)

2009-05-06 02:59:12 UTC MAIN commitmail json YAML

Change getdate() to getdatestr() since the former maybe present on systems
supporting X/Open System Interfaces Extension (XSI) getdate() in <time.h>.
This prevents a function prototype conflict.

(ginsbach)

2009-05-06 02:52:13 UTC MAIN commitmail json YAML

Bump required config(1) version after files.drm changes [hi mrg!].

(cube)

2009-05-06 01:34:08 UTC MAIN commitmail json YAML

you can now easily select trying external drm with "options DRM_EXTERNAL".

(mrg)

2009-05-06 01:33:24 UTC MAIN commitmail json YAML

you can now easily select trying external drm with "options DRM_EXTERNAL".

(mrg)

2009-05-06 01:32:37 UTC MAIN commitmail json YAML

avoid a warning seen with -O3.

(mrg)

2009-05-05 23:58:50 UTC MAIN commitmail json YAML

enable ZX/Leo since we now support wscons on it

(macallan)

2009-05-05 23:55:04 UTC MAIN commitmail json YAML

clear screen on attach

(macallan)

2009-05-05 21:50:15 UTC MAIN commitmail json YAML

struct cfdata * -> cfdata_t

(cegger)

2009-05-05 21:47:49 UTC MAIN commitmail json YAML

struct cfdata * -> cfdata_t

(cegger)

2009-05-05 21:40:25 UTC MAIN commitmail json YAML

CFATTACH_DECL3 is no longer used.
ok dyoung@

(cegger)

2009-05-05 21:34:13 UTC MAIN commitmail json YAML

Change struct cfdata * to cfdata_t.  No functional change intended.

(dyoung)

2009-05-05 21:33:21 UTC MAIN commitmail json YAML

device_t/softc split
tested by and ok dyoung@

(cegger)

2009-05-05 21:03:29 UTC MAIN commitmail json YAML

2009-05-05 20:26:36 UTC MAIN commitmail json YAML

Declare sh_flags volatile.
Without it, on ports where splhigh() is inline, the compiler will optimise
the second SOFTINT_PENDING test in softint_schedule(). A dissasembly
of softint_schedule() with and without the volatile sh_flags confirm this
on sparc.
Because of this there is a race that could lead to the softhand_t
being enqueued twice on si_q, leading to a corrupted queue and
some handler being SOFTINT_PENDING but never called.

Should fix PR kern/38637

(bouyer)

2009-05-05 19:04:01 UTC MAIN commitmail json YAML

Note that all file tests with the exception of -h and -L follow symbolic
links and thus evaluate the test for the file pointed at.

(jschauma)

2009-05-05 18:52:13 UTC MAIN commitmail json YAML

PR/41358: YAMAMOTO Takashi: top -n is broken, don't return -1 early if
!smartterminal

(christos)

2009-05-05 18:51:22 UTC MAIN commitmail json YAML

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

2009-05-05 18:24:40 UTC netbsd-5-0 commitmail json YAML

2009-05-05 18:24:09 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #738):
gnu/dist/binutils/bfd/elf32-vax.c: revision 1.9
Allocate relocation section using bfd_zalloc() to ensure no garbage
relocations when not all the entries are used.  Fixes PR port-vax/39182.

(bouyer)

2009-05-05 18:23:43 UTC netbsd-5 commitmail json YAML

2009-05-05 18:23:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #738):
gnu/dist/binutils/bfd/elf32-vax.c: revision 1.9
Allocate relocation section using bfd_zalloc() to ensure no garbage
relocations when not all the entries are used.  Fixes PR port-vax/39182.

(bouyer)