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 (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 17:35:42 UTC Now

2011-04-06 05:53:28 UTC MAIN commitmail json YAML

2011-04-06 05:53:17 UTC MAIN commitmail json YAML

2011-04-06 05:50:39 UTC MAIN commitmail json YAML

A little constification.
Add MIPS 1004K entry.

(matt)

2011-04-06 05:48:35 UTC MAIN commitmail json YAML

Use the new COP0* stuff in cpuregs.h

(matt)

2011-04-06 05:47:54 UTC MAIN commitmail json YAML

slight reordering.  no functional change.

(matt)

2011-04-06 05:43:12 UTC MAIN commitmail json YAML

Add a tiny bit of whitespace.

(matt)

2011-04-06 05:42:45 UTC MAIN commitmail json YAML

2011-04-06 05:42:21 UTC MAIN commitmail json YAML

Fix LKM/MODULAR case.

(matt)

2011-04-06 05:40:19 UTC MAIN commitmail json YAML

2011-04-06 05:39:52 UTC MAIN commitmail json YAML

Load pc into ta0 instead of ra and then saving to ta0.
misc comments fixes.

(matt)

2011-04-06 05:38:19 UTC MAIN commitmail json YAML

2011-04-06 05:37:59 UTC MAIN commitmail json YAML

Don't bother saving T8 (MIPS_CURLWP).
Avoid branches when determining delay slot.

(matt)

2011-04-06 05:35:37 UTC MAIN commitmail json YAML

Fix a bug with pmap_remove_all and pmap_deactivate.  Should prevent any
pmap_activate from allocating an ASID while doing pmap_remove_all XXX.

(matt)

2011-04-06 05:33:08 UTC MAIN commitmail json YAML

Remove dead code.
KNF cleanup.

(matt)

2011-04-06 05:23:59 UTC MAIN commitmail json YAML

Change a KASSERT to KASSERTMSG

(matt)

2011-04-06 05:13:36 UTC MAIN commitmail json YAML

Rename kernel_tlb_miss to kern_tlb_miss (everything else kern_xxx)
Don't load k1 in delay slot to MIPS_CURLWP before branching to
kern_gen_exception since that doesn't use the lwp pointer in k1
(since it can the lwp in MIPS_CURLWP instead).  Use nop instead.
Rework tlb_invalid_exception a bit so the result of the tlbp is
done before seeing if the tlb slot was even or odd.  Makes the
routine slightly smaller.

(matt)

2011-04-06 05:07:40 UTC MAIN commitmail json YAML

Indent delay slots by a space.

(matt)

2011-04-06 04:40:54 UTC MAIN commitmail json YAML

my port of the fixes for CVE-2011-0465 back to xfree xrdb.

(mrg)

2011-04-06 03:47:14 UTC MAIN commitmail json YAML

Remove redundant memset(3) calls.

(jruoho)

2011-04-06 02:07:24 UTC MAIN commitmail json YAML

2011-04-06 02:06:19 UTC MAIN commitmail json YAML

initial import of xrdb-1.0.9.  fixes CVE-2011-0465:

By crafting hostnames with shell escape characters, arbitrary commands
can be executed in a root environment when a display manager reads in
the resource database via xrdb.

These specially crafted hostnames can occur in two environments:

  * Hosts that set their hostname via DHCP
  * Hosts that allow remote logins via xdmcp


i will send pullups for netbsd-5, and see what netbsd-5 xfree and
netbsd-4 need as well.

Status:

Vendor Tag: xorg
Release Tags: xrdb-1-0-9

(mrg)

2011-04-06 01:49:23 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-06 01:48:44 UTC MAIN commitmail json YAML

Fix fallout from pci_attach_args constification.

(dyoung)

2011-04-06 01:44:46 UTC MAIN commitmail json YAML

Fix pci_attach_args constification fallout.

(dyoung)

2011-04-06 01:43:14 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-06 01:37:59 UTC MAIN commitmail json YAML

Fix fallout of pci_attach_args constification.  This should be the last
one for algor.

(dyoung)

2011-04-06 01:32:06 UTC MAIN commitmail json YAML

2011-04-06 01:31:20 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-06 01:25:18 UTC MAIN commitmail json YAML

2011-04-06 01:24:44 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-05 23:37:46 UTC MAIN commitmail json YAML

Use PCI_MAPREG_START instead of the anonymous constant 0x10.

(dyoung)

2011-04-05 23:25:00 UTC MAIN commitmail json YAML

Bitwise-OR PCI_COMMAND_IO_ENABLE | PCI_COMMAND_MEM_ENABLE into
the PCI Command Register instead of PCI_FLAGS_IO_ENABLED |
PCI_FLAGS_MEM_ENABLED.  The latter amounts to the same value, but the
names are in the pa_flags namespace instead of the PCI Command Register
bits namespace.

(dyoung)

2011-04-05 23:10:52 UTC MAIN commitmail json YAML

Lightly KNF.  Changes to the generated assembly language appeared to
correspond to line numbers in KASSERT() statements.

(dyoung)

2011-04-05 23:05:07 UTC MAIN commitmail json YAML

2011-04-05 19:06:09 UTC MAIN commitmail json YAML

Fix small boolean oversight.

(jruoho)

2011-04-05 19:02:23 UTC MAIN commitmail json YAML

2011-04-05 18:58:43 UTC MAIN commitmail json YAML

inc pointer, so we store the value in the correct place

(plunky)

2011-04-05 18:19:04 UTC MAIN commitmail json YAML

Don't add the passed in 'len' value while testing if the data
space is large enough, to handle the edge case where len is
large (up to SSIZE_MAX may be valid on some machines) causing
pointers to wrap around and the fail condition to be missed.

(plunky)

2011-04-05 17:17:35 UTC MAIN commitmail json YAML

Pull up revision b94e200f2a6ce3d47103339db1f3c8936b7238d3:

Unset TERM when running GDB

GDB inserts some funny control characters in its output when TERM is set to
e.g. xterm.  Workaround this by simply unsetting TERM.

Reported by martin@ and diagnosed by pooka@/martin@.

(jmmv)

2011-04-05 16:37:07 UTC MAIN commitmail json YAML

Set LIBISCXX=yes; from joerg@.

(jmmv)

2011-04-05 14:57:34 UTC MAIN commitmail json YAML

Update manual page for constification of pci_attach_args.

(dyoung)

2011-04-05 14:04:42 UTC MAIN commitmail json YAML

Rename some tests. No functional change.

(jruoho)

2011-04-05 13:43:33 UTC MAIN commitmail json YAML

If an ioapic doesn't really exist, don't add it to internal tables.
This is what other xxxBSDs seem to do in similar circumstances.

Addresses my PR kern/43568

OK jruoho@ in private Email

(pgoyette)

2011-04-05 13:17:05 UTC MAIN commitmail json YAML

Display a warning message if an attempt is made to process interrupt
routing for a bus that has previously been processed.

From PR kern/43570 - doesn't fix the problem but at least lets you
know it exists.

(pgoyette)

2011-04-05 12:18:12 UTC MAIN commitmail json YAML

Sandpoint supports QNAP NAS.
New todr(9) driver: s390rtc(4).

(phx)

2011-04-05 11:24:47 UTC MAIN commitmail json YAML

2011-04-05 10:48:48 UTC MAIN commitmail json YAML

Fix typo to embed the right path for N64

(joerg)

2011-04-05 09:53:10 UTC MAIN commitmail json YAML

On 64 bit archs, if supported, also test -m32 binaries and their execution
(both static and dynamic).
XXX should the arch test and compiler support for -m32 test be moved to
init_test_cases, and the test only be added if supported?

(martin)

2011-04-05 09:02:23 UTC MAIN commitmail json YAML

sysctl_kern_proc_args: fix the deadlock (hi joerg!).

(rmind)

2011-04-05 08:51:05 UTC MAIN commitmail json YAML

mdocml-1.11.1 out.

(wiz)

2011-04-05 08:26:24 UTC MAIN commitmail json YAML

Remove superfluous Pp.

(wiz)

2011-04-05 08:26:08 UTC MAIN commitmail json YAML

Sort SEE ALSO, fix Dt argument.

(wiz)

2011-04-05 08:25:25 UTC MAIN commitmail json YAML

Sort SEE ALSO, fix Dt argument.

(wiz)

2011-04-05 08:24:43 UTC MAIN commitmail json YAML

2011-04-05 08:24:28 UTC MAIN commitmail json YAML

2011-04-05 06:24:42 UTC MAIN commitmail json YAML

2011-04-05 06:23:45 UTC netbsd-5-1 commitmail json YAML

2011-04-05 06:23:25 UTC netbsd-5-1 commitmail json YAML

Apply patch (requested by christos in ticket #1593):
lib/libc/net/getservbyname_r.c                  patch
lib/libc/net/getservbyport_r.c                  patch

Protect against stack smashes (from Maksymilian Arciemowicz)

(riz)

2011-04-05 06:23:12 UTC netbsd-5-0 commitmail json YAML

2011-04-05 06:22:41 UTC netbsd-5-0 commitmail json YAML

Apply patch (requested by christos in ticket #1593):
lib/libc/net/getservbyname_r.c                  patch
lib/libc/net/getservbyport_r.c                  patch

Protect against stack smashes (from Maksymilian Arciemowicz)

(riz)

2011-04-05 06:22:22 UTC netbsd-5 commitmail json YAML

2011-04-05 06:21:19 UTC netbsd-5 commitmail json YAML

Apply patch (requested by christos in ticket #1593):
lib/libc/net/getservbyname_r.c                  patch
lib/libc/net/getservbyport_r.c                  patch

Protect against stack smashes (from Maksymilian Arciemowicz)

(riz)

2011-04-05 06:15:31 UTC MAIN commitmail json YAML

2011-04-05 06:12:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1588):
sys/dev/pci/if_jme.c: revision 1.17
Some bus_dma(9)-related and memory allocation fixes:
- always bus_dmamap_unload() before recycling a receive descriptor
- make sure to not sleep from interrupt context: call bus_dmamap_load with
  M_NOWAIT, and create dma maps BUS_DMA_ALLOCNOW.
- if a receive descriptor has a NULL mbuf try to allocate a new one, don't
  try to receive it.

(riz)

2011-04-05 06:10:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1587):
sys/net/bpf.c: revision 1.163
Allocate buffers with (M_WAITOK | M_CANFAIL) instead of M_NOWAIT.
M_NOWAIT cause dhcpd on a low-memory server with lots of interfaces to
occasionally fail to start with ENOBUFS; (M_WAITOK | M_CANFAIL) seems to
fix this.
Tested on 3 different dhcp servers.

(riz)

2011-04-05 02:52:28 UTC MAIN commitmail json YAML

Unconfigure on shutdown so that component deivces are closed.

(enami)

2011-04-05 00:27:36 UTC MAIN commitmail json YAML

fix assertion failure in timer_intr.  CLOCK_REALTIME timers can be on
timer_queue.

(yamt)

2011-04-04 22:50:36 UTC MAIN commitmail json YAML

remove some old debug code

(macallan)

2011-04-04 22:48:15 UTC MAIN commitmail json YAML

Deregister PMF handlers during detachment.  Complete the host controller
shutdown.

(dyoung)

2011-04-04 22:33:32 UTC MAIN commitmail json YAML

I've been using this patch (which comes from Matt Thomas, maybe?) for
about a year.  It make MKCROSSGDB=yes work for macppc, at least.

(dyoung)

2011-04-04 22:15:14 UTC MAIN commitmail json YAML

crmfb needs edid and friends now

(macallan)

2011-04-04 22:13:58 UTC MAIN commitmail json YAML

Make rdcide_chip_map()'s pci_attach_args argument const.

(dyoung)

2011-04-04 21:46:15 UTC MAIN commitmail json YAML

add "struct ufid;" so we can include it without ufs/inode.h

(ahoka)

2011-04-04 21:35:31 UTC MAIN commitmail json YAML

Don't need x86_stub.c here, we'll pick it up from files.x86.

(dyoung)

2011-04-04 21:33:49 UTC MAIN commitmail json YAML

As pointed out by Manuel Bouyer and Taylor R Campbell, I forgot to
commit the change to files.x86 that adds x86_stub.c, so do that.

(dyoung)

2011-04-04 20:37:57 UTC MAIN commitmail json YAML

Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),
pci_find_rom(), pci_intr_map(9), pci_enumerate_bus(), nor the match
predicate passed to pciide_compat_intr_establish() should ever modify
their pci_attach_args argument, so make their pci_attach_args arguments
const and deal with the fallout throughout the kernel.

For the most part, these changes add a 'const' where there was no
'const' before, however, some drivers and MD code used to modify
pci_attach_args.  Now those drivers either copy their pci_attach_args
and modify the copy, or refrain from modifying pci_attach_args:

Xen: according to Manuel Bouyer, writing to pci_attach_args in
    pci_intr_map() was a leftover from Xen 2.  Probably a bug.  I
    stopped writing it.  I have not tested this change.

siside(4): sis_hostbr_match() needlessly wrote to pci_attach_args.
    Probably a bug.  I use a temporary variable.  I have not tested this
    change.

slide(4): sl82c105_chip_map() overwrote the caller's pci_attach_args.
    Probably a bug.  Use a local pci_attach_args.  I have not tested
    this change.

viaide(4): via_sata_chip_map() and via_sata_chip_map_new() overwrote the
    caller's pci_attach_args.  Probably a bug.  Make a local copy of the
    caller's pci_attach_args and modify the copy.  I have not tested
    this change.

While I'm here, make pci_mapreg_submap() static.

With these changes in place, I have tested the compilation of these
kernels:

alpha GENERIC
amd64 GENERIC XEN3_DOM0
arc GENERIC
atari HADES MILAN-PCIIDE
bebox GENERIC
cats GENERIC
cobalt GENERIC
evbarm-eb NSLU2
evbarm-el ADI_BRH ARMADILLO9 CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE GUMSTIX
HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321 IXDP425 IXM1200
KUROBOX_PRO LUBBOCK MARVELL_NAS NAPPI SHEEVAPLUG SMDK2800 TEAMASA_NPWR
TEAMASA_NPWR_FC TS7200 TWINTAIL ZAO425
evbmips-el AP30 DBAU1500 DBAU1550 MALTA MERAKI MTX-1 OMSAL400 RB153 WGT624V3
evbmips64-el XLSATX
evbppc EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200 OPENBLOCKS266
OPENBLOCKS266_OPT P2020RDB PMPPC RB800 WALNUT
hp700 GENERIC
i386 ALL XEN3_DOM0 XEN3_DOMU
ibmnws GENERIC
macppc GENERIC
mvmeppc GENERIC
netwinder GENERIC
ofppc GENERIC
prep GENERIC
sandpoint GENERIC
sgimips GENERIC32_IP2x
sparc GENERIC_SUN4U KRUPS
sparc64 GENERIC

As of Sun Apr 3 15:26:26 CDT 2011, I could not compile these kernels
with or without my patches in place:

### evbmips-el GDIUM

nbmake: nbmake: don't know how to make /home/dyoung/pristine-nbsd/src/sys/arch/mips/mips/softintr.c. Stop

### evbarm-el MPCSA_GENERIC
src/sys/arch/evbarm/conf/MPCSA_GENERIC:318: ds1672rtc*: unknown device `ds1672rtc'

### ia64 GENERIC

/tmp/genassym.28085/assym.c: In function 'f111':
/tmp/genassym.28085/assym.c:67: error: invalid application of 'sizeof' to incomplete type 'struct pcb'
/tmp/genassym.28085/assym.c:76: error: dereferencing pointer to incomplete type

### sgimips GENERIC32_IP3x

crmfb.o: In function `crmfb_attach':
crmfb.c:(.text+0x2304): undefined reference to `ddc_read_edid'
crmfb.c:(.text+0x2304): relocation truncated to fit: R_MIPS_26 against `ddc_read_edid'
crmfb.c:(.text+0x234c): undefined reference to `edid_parse'
crmfb.c:(.text+0x234c): relocation truncated to fit: R_MIPS_26 against `edid_parse'
crmfb.c:(.text+0x2354): undefined reference to `edid_print'
crmfb.c:(.text+0x2354): relocation truncated to fit: R_MIPS_26 against `edid_print'

(dyoung)

2011-04-04 20:37:49 UTC MAIN commitmail json YAML

remove function parameter names from function prototypes

make the lzf_compress() prototype match the function definition - the
prototype always added the state table argument, although it should be
conditionally compiled in.  use the same cpp magic as in the source
file to prototype the function in the header file.

(agc)

2011-04-04 20:01:14 UTC MAIN commitmail json YAML

Make usb_dma a dependency of ahci(4), since it needs usb_allocmem(9).

(dyoung)

2011-04-04 19:59:08 UTC MAIN commitmail json YAML

Mark this again as expected failure.

(jruoho)

2011-04-04 19:58:56 UTC MAIN commitmail json YAML

Use callout(9) instead of the USB compatibility junk that went away
months ago.

(dyoung)

2011-04-04 19:57:31 UTC MAIN commitmail json YAML

The PCI pass-through driver is not too useful without PCI drivers, but
add it to this kernel configuration so that at it gets built some of the
time.

(dyoung)

2011-04-04 19:55:16 UTC MAIN commitmail json YAML

Pull in the Atheros HAL options so that OPENBLOCKS266_OPT will build.

(dyoung)

2011-04-04 19:51:33 UTC MAIN commitmail json YAML

correct inverted logic (if sdp_put_data fails, sdp_put_attr should fail)

(plunky)

2011-04-04 19:47:50 UTC MAIN commitmail json YAML

2011-04-04 19:47:21 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-04 19:47:00 UTC MAIN commitmail json YAML

2011-04-04 19:46:40 UTC MAIN commitmail json YAML

2011-04-04 19:45:24 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-04 19:45:00 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-04 19:44:37 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-04 19:44:16 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-04 19:43:34 UTC MAIN commitmail json YAML

Add a couple of make(1) include files that provide lists of source
files needed for tags computation in evbppc, evbarm, cats, and other
architectures.

(dyoung)

2011-04-04 19:41:24 UTC MAIN commitmail json YAML

Fix target 'tags'.

(dyoung)

2011-04-04 19:16:58 UTC MAIN commitmail json YAML

Msdosfs on-disk meta data is not sufficient to create or validate file handles.

Maintain a tree of file handles, create nodes from msdosfs_vptofh() and keep
them until either the file gets unlinked or the file system gets unmounted.

Fixes the msdosfs part of PR #43745 (fhopen of an unlinked file causes problems
on multiple file systems)

(hannken)

2011-04-04 19:08:43 UTC MAIN commitmail json YAML

2011-04-04 18:30:07 UTC MAIN commitmail json YAML

fix one more flash_addr_t fallout

(ahoka)

2011-04-04 18:29:48 UTC MAIN commitmail json YAML

remove compile time guard from previous commit, it is not needed
(C99 guarantees [u]intmax types are at least 64-bits)

(plunky)

2011-04-04 18:24:56 UTC MAIN commitmail json YAML

remove FLASH_GET_INFO compat as it is no longer using size_t

(ahoka)

2011-04-04 18:23:39 UTC MAIN commitmail json YAML

dont use size_t, but a fixed 64 bit unsigned type flash_size_t in ioctls

(ahoka)

2011-04-04 18:02:01 UTC MAIN commitmail json YAML

Add a test case for the POSIX (minimum) limits. Written by Stathis Kamperis.

(jruoho)

2011-04-04 18:01:22 UTC MAIN commitmail json YAML

2011-04-04 18:01:08 UTC MAIN commitmail json YAML

Add more known I2C devices:
dlink: strtc
qnap: s390rtc

(phx)

2011-04-04 17:59:59 UTC MAIN commitmail json YAML

Add RDC PCI-ISA bridge

(bouyer)

2011-04-04 17:58:40 UTC MAIN commitmail json YAML

s390rtc(4), an RTC driver for the Seiko Instruments S-35390A chip.

(phx)

2011-04-04 17:46:22 UTC MAIN commitmail json YAML

flash_addr_t -> flash_off_t

(ahoka)

2011-04-04 17:27:32 UTC MAIN commitmail json YAML

Note rdcpcib(4)

(bouyer)

2011-04-04 17:26:24 UTC MAIN commitmail json YAML

2011-04-04 17:09:40 UTC MAIN commitmail json YAML

Add a driver for RDC's vortex86/PMX-1000 SoC PCI/ISA bridge, with support
for the integrated watchdog timer.

(bouyer)

2011-04-04 16:41:34 UTC MAIN commitmail json YAML

Make sure a frame is at least 60 bytes, as Realtek does not automatically
expand small frames.
Patch suggested by nisimura@.

(phx)

2011-04-04 16:32:41 UTC MAIN commitmail json YAML

2011-04-04 16:26:09 UTC MAIN commitmail json YAML

this file was missing from the flash_off_t commit

(ahoka)

2011-04-04 16:19:25 UTC MAIN commitmail json YAML

handle overflowed values correctly,
also put a compile time guard to warn if INTMAX won't fit in INT64
(all our ports currently have INTMAX = INT64)

(plunky)

2011-04-04 15:42:42 UTC MAIN commitmail json YAML

reinstate #ifdef PUFFSDUMP around otherwise unused function
which requires symbols from -lpuffs, not linked

(plunky)

2011-04-04 15:13:09 UTC MAIN commitmail json YAML

2011-04-04 14:47:50 UTC MAIN commitmail json YAML

Note rdcide(4). Also note vte(4), better late than never :)

(bouyer)

2011-04-04 14:47:22 UTC MAIN commitmail json YAML

Do only set a (lower than default) timeout value if we are on powerpc and
expect to run into a real deadrun ofter.
The (too short) timeout otherwise makes slower archs fail.

(martin)

2011-04-04 14:33:51 UTC MAIN commitmail json YAML

2011-04-04 14:25:10 UTC MAIN commitmail json YAML

2011-04-04 11:32:26 UTC MAIN commitmail json YAML

Properly define the sets for define_key

(blymn)

2011-04-04 10:36:29 UTC MAIN commitmail json YAML

Add define key for the man pages for curses

(blymn)

2011-04-04 10:32:05 UTC MAIN commitmail json YAML

Add man page link for define_key

(blymn)

2011-04-04 10:30:29 UTC MAIN commitmail json YAML

2011-04-04 10:25:09 UTC MAIN commitmail json YAML

Add gem at sbus (works since quite some time).

(martin)

2011-04-04 09:58:28 UTC MAIN commitmail json YAML

Move the recently added tests for libexec/ld.elf_so to shl.mi, so that
the sun2 port builds again.

(he)

2011-04-04 09:52:18 UTC MAIN commitmail json YAML

2011-04-04 08:30:47 UTC MAIN commitmail json YAML

Remove the advertisement clause from files copyrighted by Piermont Information
Systems, with the consent of the copyright owner, Perry E. Metzger.

(mbalmer)

2011-04-04 08:19:08 UTC MAIN commitmail json YAML

2011-04-04 08:05:37 UTC MAIN commitmail json YAML

Link the 't_timer' -test with pthread(3). Should fix the test failures.

(jruoho)

2011-04-04 08:00:53 UTC MAIN commitmail json YAML

2011-04-04 07:17:09 UTC MAIN commitmail json YAML

2011-04-04 07:16:29 UTC MAIN commitmail json YAML

Require an unprivileged run with atf_tc_set_md_var(). Pointed out by njoly@.

(jruoho)

2011-04-04 06:48:05 UTC MAIN commitmail json YAML

2011-04-04 06:05:53 UTC MAIN commitmail json YAML

Add the ssh-askpass manual page to xfree builds, since x11/bin/ssh-askpass
installs it.

(mbalmer)

2011-04-04 02:46:58 UTC MAIN commitmail json YAML

getcleanvnode: make static, add few comments, convert checks to asserts.

(rmind)

2011-04-04 01:49:45 UTC MAIN commitmail json YAML

Check for getuid(2) == 0.

(jruoho)

2011-04-03 23:44:46 UTC MAIN commitmail json YAML

Update xvif(4). Interface name changed from xvifX.Y to xvifX-Y.

(jym)

2011-04-03 23:21:37 UTC MAIN commitmail json YAML

Now that pkgsrc-2011Q1 has arrived, and before -6 chimes in, change
ifxname for xvif(4) from xvif%d.%d to xvif%d-%d. This is needed
to avoid sysctl(9) EINVAL errors when creating interface nodes.

See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html

(jym)

2011-04-03 23:14:13 UTC MAIN commitmail json YAML

Fix 'tags' target.

(dyoung)

2011-04-03 23:07:19 UTC MAIN commitmail json YAML

Fix 'tags' target.

(dyoung)

2011-04-03 22:29:28 UTC MAIN commitmail json YAML

2011-04-03 22:14:15 UTC MAIN commitmail json YAML

Protect against stack smashes (Maksymilian Arciemowicz)

(christos)

2011-04-03 20:05:30 UTC MAIN commitmail json YAML

Deregister in ahci_pci_detach() the PMF hooks registered in
ahci_pci_attach().

(dyoung)

2011-04-03 19:44:15 UTC MAIN commitmail json YAML

Expand user warning (adding examples) and move to CAVEATS as it's not fixable.

(dholland)

2011-04-03 19:25:05 UTC MAIN commitmail json YAML

remove stray extra word

(dholland)

2011-04-03 16:22:16 UTC MAIN commitmail json YAML

2011-04-03 16:12:46 UTC MAIN commitmail json YAML

2011-04-03 15:18:32 UTC netbsd-4 commitmail json YAML

Tickets 1424, 1425.

(riz)

2011-04-03 15:16:11 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1425):
sys/netipsec/xform_ipcomp.c: revision 1.26
sys/netinet6/ipcomp_input.c: revision 1.37
mitigation for CVE-2011-1547
this should really be solved by counting nested headers (like in the
inet6 case) instead
mitigation for CVE-2011-1547

(riz)

2011-04-03 15:15:57 UTC netbsd-4-0 commitmail json YAML

Tickets 1424, 1425.

(riz)

2011-04-03 15:15:09 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1425):
sys/netipsec/xform_ipcomp.c: revision 1.26
sys/netinet6/ipcomp_input.c: revision 1.37
mitigation for CVE-2011-1547
this should really be solved by counting nested headers (like in the
inet6 case) instead
mitigation for CVE-2011-1547

(riz)

2011-04-03 15:06:14 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1424):
sys/netinet/tcp_output.c: revision 1.170
Clean up setting ECN bit in TOS.  Fixes PR 44742

(riz)

2011-04-03 15:05:13 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1424):
sys/netinet/tcp_output.c: revision 1.170
Clean up setting ECN bit in TOS.  Fixes PR 44742

(riz)

2011-04-03 13:42:33 UTC MAIN commitmail json YAML

Whitespace stuff; new sentence, new line; fix some xrefs; use Aq more.

(wiz)

2011-04-03 13:30:22 UTC MAIN commitmail json YAML

ssh-askpass updated.

(mbalmer)

2011-04-03 13:29:45 UTC MAIN commitmail json YAML

Build the updates ssh-askpass program and add the man page to the xbase set.

(mbalmer)

2011-04-03 13:28:47 UTC MAIN commitmail json YAML

2011-04-03 10:04:32 UTC MAIN commitmail json YAML

make michael_mic() robust against degenerate mbuf layouts like
odd sizes in the middle of a chain

(drochner)

2011-04-03 06:54:31 UTC MAIN commitmail json YAML

.Xr uvm_map_protect, not .Fn.

(jruoho)

2011-04-03 06:25:11 UTC MAIN commitmail json YAML

Return early if we are called from indirect attach (i.e., not the normal
case).

(jdc)

2011-04-03 06:22:02 UTC MAIN commitmail json YAML

Remove ENVSYS_FMONNOTSUPP, so that we can monitor this sensor.

(jdc)

2011-04-03 06:11:28 UTC netbsd-5-1 commitmail json YAML

2011-04-03 06:11:06 UTC netbsd-5-0 commitmail json YAML

2011-04-03 06:10:29 UTC netbsd-5 commitmail json YAML

2011-04-03 06:09:27 UTC netbsd-5-1 commitmail json YAML

Pull up:
  src/sys/netinet6/ipcomp_input.c  revision 1.37
  src/sys/netipsec/xform_ipcomp.c  revision 1.26

(requested by spz in ticket #1590).

mitigation for CVE-2011-1547

(jdc)

2011-04-03 06:09:06 UTC netbsd-5-0 commitmail json YAML

Pull up:
  src/sys/netinet6/ipcomp_input.c  revision 1.37
  src/sys/netipsec/xform_ipcomp.c  revision 1.26

(requested by spz in ticket #1590).

mitigation for CVE-2011-1547

(jdc)

2011-04-03 06:08:35 UTC netbsd-5 commitmail json YAML

Pull up:
  src/sys/netinet6/ipcomp_input.c  revision 1.37
  src/sys/netipsec/xform_ipcomp.c  revision 1.26

(requested by spz in ticket #1590).

mitigation for CVE-2011-1547

(jdc)

2011-04-03 06:05:22 UTC MAIN commitmail json YAML

2011-04-03 03:19:52 UTC MAIN commitmail json YAML

Fix pmax timecounters for mips3-class machines.  Apparently no one else
has run a 5000/150 with 5.0 or later - I booted 5.0 a couple of time, but
clamd caused a hard hang.  Now that I've given up trying to run clamd on
my 5000/150, I noticed that time ran too fast while using the
mips3_cp0_counter source.  The cpu_mhz computed in mc_cpuspeed is the
CP0 clock speed, not the doubled CPU clock.  Also add the mips3_cp0_counter
timecounters for the 5000/50 (maxine) and 5000/260 (3maxplus).

(mhitch)

2011-04-03 01:20:24 UTC MAIN commitmail json YAML

vfs_insmntque: convert check to assert.

(rmind)

2011-04-03 01:19:37 UTC MAIN commitmail json YAML

- Use offsetof() in VOPARG_OFFSETOF() instead of re-implementing it.
- Remove VDESC_NOMAP_VPP and VDESC_VPP_WILLRELE.
- Remove VRELEL_NOINACTIVE and VRELEL_ONHEAD.

(rmind)

2011-04-02 23:05:51 UTC MAIN commitmail json YAML

Update UCB license (3rd clause drop).

(rmind)

2011-04-02 20:52:10 UTC MAIN commitmail json YAML

Add a quirks entry for Seagate SX173404LC drives, now they will work at higher
speeds than 8bit/async
While there, also disable sync for ZIP drives - at least some of them will
pretend to support sync and then act up.

(macallan)

2011-04-02 16:49:49 UTC MAIN commitmail json YAML

Revert pthread_atfork related change not intended for commit yet.

(joerg)

2011-04-02 14:24:53 UTC MAIN commitmail json YAML

Fix file handle operations for tmpfs by removing a now bogus test and
fixing the return value of tmpfs_fhtovp() in the not-found case.

When vmlocking2 was merged to head (Jan 2008 !!) the inode numbering was
changed.  Before inodes were numbered 2..tm_nodes_max-1 and after the
merge the numbers are derived from the nodes memory address.

Fixes PR #43605 (tmpfs file handles are broken)

(hannken)

2011-04-02 12:53:33 UTC MAIN commitmail json YAML

Don't fail on platforms without TLS

(joerg)

2011-04-02 12:30:41 UTC MAIN commitmail json YAML

2011-04-02 10:22:09 UTC MAIN commitmail json YAML

Fix misplaced parenthesis, from henning.petersen@t-online.de, thanks.

(mbalmer)

2011-04-02 10:21:58 UTC MAIN commitmail json YAML

Do not increment a bool var - from Henning Petersen, PR port-vax/44816.

(martin)

2011-04-02 10:19:27 UTC MAIN commitmail json YAML

Fix PR 42923, from Takahiro HAYASHI, thanks.

(mbalmer)

2011-04-02 08:38:56 UTC MAIN commitmail json YAML

Wording fixes from Ryo HAYASAKA, thanks.

(mbalmer)

2011-04-02 08:20:07 UTC MAIN commitmail json YAML

Fix misplaced parenthesis.  From henning.petersen@t-online.de, thanks.

(mbalmer)

2011-04-02 08:11:33 UTC MAIN commitmail json YAML

2011-04-02 07:58:31 UTC MAIN commitmail json YAML

Declare variable only once.  Fixes PR 44795.

(mbalmer)

2011-04-02 07:44:15 UTC MAIN commitmail json YAML

2011-04-02 07:33:50 UTC MAIN commitmail json YAML

KNF, slightly improve few comments.

(rmind)

2011-04-02 06:48:22 UTC MAIN commitmail json YAML

Merge vfs_shutdown1() and vfs_shutdown().

(rmind)

2011-04-02 05:07:57 UTC MAIN commitmail json YAML

vfs_drainvnodes: drop lwp argument, remove variable name in prototype.

(rmind)

2011-04-02 04:57:35 UTC MAIN commitmail json YAML

2011-04-02 04:45:25 UTC MAIN commitmail json YAML

- Move vrele_list flush notify code into vrele_flush() routine.
- Make some structures static.

(rmind)

2011-04-02 04:28:58 UTC MAIN commitmail json YAML

2011-04-01 17:40:54 UTC MAIN commitmail json YAML

Make zero length symlinks work on tmpfs.

Fixes PR #43843 (tmpfs dies with kassert panic for 0 length symlink target)

(hannken)

2011-04-01 13:54:01 UTC MAIN commitmail json YAML

Fix prologue macros order.

(njoly)

2011-04-01 12:11:17 UTC MAIN commitmail json YAML

2011-04-01 11:46:57 UTC MAIN commitmail json YAML

Maintain the state properly during firmware-based DVFS.

(jruoho)

2011-04-01 10:32:37 UTC MAIN commitmail json YAML

Continue the previous. Namely, separate FILES and EXAMPLES -sections.

(jruoho)

2011-04-01 08:48:42 UTC MAIN commitmail json YAML

Remove trailing whitespace, fix some xrefs, improve markup.

(wiz)

2011-04-01 08:29:30 UTC MAIN commitmail json YAML

mitigation for CVE-2011-1024

(spz)

2011-04-01 08:25:02 UTC MAIN commitmail json YAML

mitigation for CVE-2011-1024
this should really be solved by counting nested headers (like in the
inet6 case) instead

(spz)

2011-04-01 06:51:55 UTC MAIN commitmail json YAML

Remove references to UUCP.

(jruoho)

2011-04-01 06:03:06 UTC MAIN commitmail json YAML