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

2024-05-10 21:34:05 UTC Now

2010-11-03 22:59:40 UTC MAIN commitmail json YAML

Change a stray USBDEVNAME to device_xname().  Only affects DIAGNOSTIC
kernels.

(dyoung)

2010-11-03 22:40:51 UTC MAIN commitmail json YAML

Use man links for lua and xz.

(wiz)

2010-11-03 22:34:25 UTC MAIN commitmail json YAML

2010-11-03 22:30:51 UTC MAIN commitmail json YAML

Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera.  These files produce the same assembly
(according to objdump -d) before and after the change, except for
if_cue.c where two adjacent instructions inexplicably change order.

Straggler from last: commit corresponding header files.

(dyoung)

2010-11-03 22:28:32 UTC MAIN commitmail json YAML

Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera.  These files produce the same assembly
(according to objdump -d) before and after the change, except for
if_cue.c where two adjacent instructions inexplicably change order.

(dyoung)

2010-11-03 21:46:36 UTC MAIN commitmail json YAML

2010-11-03 21:44:46 UTC MAIN commitmail json YAML

make that u_int, because it is passed as a socket option.

(christos)

2010-11-03 21:07:25 UTC MAIN commitmail json YAML

remove USB_ macros per dyoung.

(christos)

2010-11-03 20:46:58 UTC MAIN commitmail json YAML

2010-11-03 20:46:33 UTC MAIN commitmail json YAML

2010-11-03 20:46:15 UTC MAIN commitmail json YAML

restore missing, sort, fix whitespace

(christos)

2010-11-03 20:20:12 UTC MAIN commitmail json YAML

disable string again

(christos)

2010-11-03 20:11:33 UTC MAIN commitmail json YAML

actual location of firmware files.

(christos)

2010-11-03 20:10:01 UTC MAIN commitmail json YAML

2010-11-03 20:09:09 UTC MAIN commitmail json YAML

2010-11-03 20:07:12 UTC MAIN commitmail json YAML

2010-11-03 20:05:22 UTC MAIN commitmail json YAML

From: Anon Ymous
add a few constants so that if_otus.c compiles.

(christos)

2010-11-03 20:03:54 UTC MAIN commitmail json YAML

2010-11-03 20:03:02 UTC MAIN commitmail json YAML

From Anon Ymous:

Port of the otus driver from OpenBSD.  This driver supports USB 2.0
wireless network devices based on Atheros Communications AR9001U
chipset.  It claims to support several AR9001U based adapters, but has
only been tested with a NetGear WNDA3100 adapter (0x0846/0x9010).

XXX: The EDCA support is currently missing from our network stack
(hopefully coming soon), but the driver hooks for it are there.

(christos)

2010-11-03 19:59:34 UTC MAIN commitmail json YAML

2010-11-03 19:58:17 UTC MAIN commitmail json YAML

from openbsd.

Status:

Vendor Tag: OPENBSD
Release Tags: otus_20101102

(christos)

2010-11-03 18:57:58 UTC MAIN commitmail json YAML

2010-11-03 18:57:33 UTC MAIN commitmail json YAML

2010-11-03 18:52:46 UTC MAIN commitmail json YAML

2010-11-03 16:59:19 UTC MAIN commitmail json YAML

Fix build of IXM1200 too.  Pointed out by cegger, thanks.

(uebayasi)

2010-11-03 16:17:48 UTC MAIN commitmail json YAML

this page title is CDBW

(plunky)

2010-11-03 16:10:26 UTC MAIN commitmail json YAML

2010-11-03 16:09:44 UTC MAIN commitmail json YAML

2010-11-03 15:01:07 UTC MAIN commitmail json YAML

Handle the case where a program attempted to cleanup the environment by
setting *environ = NULL;

(christos)

2010-11-03 14:37:56 UTC MAIN commitmail json YAML

unobsolete usr/lib/sparc/libmagic.so

(njoly)

2010-11-03 14:03:40 UTC MAIN commitmail json YAML

2010-11-03 12:21:51 UTC MAIN commitmail json YAML

2010-11-03 12:15:55 UTC MAIN commitmail json YAML

2010-11-03 11:46:31 UTC MAIN commitmail json YAML

Add a workaround for 48-bit LBA DMA access bug on M5229 rev. <= 0xc4.
- use DMA in 28-bit LBA addressing.
- use PIO in 48-bit LBA addressing.

Idea and message are from FreeBSD, and tested on M5229 rev. 0xc3 in
my Sun Netra X1 with 160GB drive.

(nakayama)

2010-11-03 08:27:27 UTC MAIN commitmail json YAML

In server mode, relax the requirement to specify a channel number. If
one is not given, attempt to allocate the first unused one.

(plunky)

2010-11-03 08:03:33 UTC netbsd-5 commitmail json YAML

Bring in some changes from changes51.xml 1.7 and 1.8.

(snj)

2010-11-03 05:23:11 UTC MAIN commitmail json YAML

Calculate IRQ from swiz, if bus != 0.

(kiyohara)

2010-11-03 05:19:29 UTC MAIN commitmail json YAML

Enable wss(4) at port 0x82c.
Also enable audio.

(kiyohara)

2010-11-03 04:34:52 UTC MAIN commitmail json YAML

Fill cpu_info::ci_acpiid also on Xen.

(jruoho)

2010-11-03 04:32:50 UTC MAIN commitmail json YAML

genfs_getpages: restore vm_page array correctly in PGO_LOCKED error
code path.

(uebayasi)

2010-11-03 02:40:35 UTC MAIN commitmail json YAML

Clean up the test home directory in "make distclean"

Patch from Peter Pentchev in PR 44025.

(agc)

2010-11-03 02:36:13 UTC MAIN commitmail json YAML

2010-11-03 02:27:56 UTC MAIN commitmail json YAML

Don't call exit(3) from library context - brought in with the initial
import, so pink (rather than red) face here.

Pointed out by Peter Pentchev in PR 44027. Thanks!

(agc)

2010-11-03 00:49:04 UTC MAIN commitmail json YAML

pull in rasops8 for radeonfb, while there defflag a bunch of options and
make them all use the same prefix

(macallan)

2010-11-02 22:34:21 UTC MAIN commitmail json YAML

PR/44030: Onno van der Linden: ifreqn2o gets called with the parameters the
wrong way around in /sys/net/if.c

(christos)

2010-11-02 20:49:48 UTC MAIN commitmail json YAML

2010-11-02 19:44:09 UTC MAIN commitmail json YAML

-s can be used in server mode too

(plunky)

2010-11-02 19:19:22 UTC MAIN commitmail json YAML

Default vesa mode for Pegasos is 0x103, not 0x102.

(phx)

2010-11-02 19:17:02 UTC MAIN commitmail json YAML

Add public-domain

(joerg)

2010-11-02 19:14:54 UTC MAIN commitmail json YAML

2010-11-02 19:13:58 UTC MAIN commitmail json YAML

2010-11-02 19:12:48 UTC MAIN commitmail json YAML

2010-11-02 18:18:07 UTC MAIN commitmail json YAML

personality() now interprets its parameter as having
the base personality type in the low byte and
various flags in the upper bytes.  for now just mask off
the flags to make sure the base type is one we accept.
store the current personality in the emuldata so that
we can return the expected value for PER_QUERY.

(chs)

2010-11-02 18:15:39 UTC MAIN commitmail json YAML

2010-11-02 18:14:06 UTC MAIN commitmail json YAML

implement the following syscalls for linux32:
  truncate64
  ftruncate64
  profil
  ioperm
  iopl
  setdomainname
  modify_ldt
  statfs64
  fstatfs64

note that iopl(), ioperm() and modify_ldt() just call
the respective 64-bit handlers, which don't do anything yet.

(chs)

2010-11-02 18:03:00 UTC MAIN commitmail json YAML

update linux_sys_socket() to understand the flags that are now
included in the "type" parameter.  in linux_sys_sendmsg(),
if we see an SCM_CREDENTIALS control message, just drop it
instead of giving an error.  the linux and native versions of
the cred-passing operation are very different and some apps
(eg. linux pulseaudio library talking to a native server)
will work without the control data.

(chs)

2010-11-02 18:01:27 UTC MAIN commitmail json YAML

2010-11-02 16:56:47 UTC MAIN commitmail json YAML

Explicitly set PCI_COMMAND_MASTER_ENABLE.

(jakllsch)

2010-11-02 16:54:29 UTC MAIN commitmail json YAML

Explicitly set PCI_COMMAND_MASTER_ENABLE, in case the platform firmware didn't.

(jakllsch)

2010-11-02 16:45:48 UTC MAIN commitmail json YAML

acpi_eval_integer: check that the evaluation produced a result.

ok jruoho@

(gsutre)

2010-11-02 16:39:53 UTC MAIN commitmail json YAML

ISOfy date of Lua import

(joerg)

2010-11-02 16:39:31 UTC MAIN commitmail json YAML

Add entries for XZ 5.0.0 import.

(joerg)

2010-11-02 16:34:36 UTC MAIN commitmail json YAML

2010-11-02 16:03:47 UTC MAIN commitmail json YAML

Use fixed pci_intr_handle_t per device number regardless of pin and swiz.

Tested the following multifunction card and devices over ppb(4)
on Express5800/230 (JC94):

---
uhci0 at pci0 dev 4 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x61)
uhci0: interrupting at int C
usb0 at uhci0: USB revision 1.0
uhci1 at pci0 dev 4 function 1: VIA Technologies VT83C572 USB Controller (rev. 0x61)
uhci1: interrupting at int C
usb1 at uhci1: USB revision 1.0
ehci0 at pci0 dev 4 function 2: VIA Technologies VT8237 EHCI USB Controller (rev. 0x63)
ehci0: interrupting at int C
ehci0: dropped intr workaround enabled
ehci0: EHCI version 1.0
ehci0: companion controllers, 2 ports each: uhci0 uhci1
usb2 at ehci0: USB revision 2.0
fwohci0 at pci0 dev 4 function 3: VIA Technologies VT6306 IEEE 1394 Host Controller (rev. 0x46)
fwohci0: interrupting at int C
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:01:08:00:37:02:79:4f
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 1024 bytes.
fwohci0: max_rec 1024 -> 2048
ieee1394if0 at fwohci0: IEEE1394 bus
fwip0 at ieee1394if0: IP over IEEE1394
fwohci0: Initiate bus reset
vge0 at pci0 dev 4 function 4: VIA VT612X Gigabit Ethernet (rev. 0x11)
vge0: interrupting at int C
vge0: Ethernet address: 00:01:08:00:b1:71
ciphy0 at vge0 phy 1: Cicada CS8201 10/100/1000TX PHY, rev. 2
ciphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
:
---
ppb0 at pci0 dev 4 function 0: Digital Equipment DC21154 PCI-PCI Bridge (rev. 0x05)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
ex0 at pci1 dev 4 function 0: 3Com 3c980C-TXM 10/100 Ethernet (rev. 0x78)
ex0: interrupting at int C
ex0: MAC address 00:01:03:ce:74:48
bmtphy0 at ex0 phy 24: Broadcom 3c905C internal PHY, rev. 7
bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ex1 at pci1 dev 5 function 0: 3Com 3c980C-TXM 10/100 Ethernet (rev. 0x78)
ex1: interrupting at int C
ex1: MAC address 00:01:03:ce:74:49
bmtphy1 at ex1 phy 24: Broadcom 3c905C internal PHY, rev. 7
bmtphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
:

(tsutsui)

2010-11-02 15:50:09 UTC MAIN commitmail json YAML

Include files.ieee1394.

(tsutsui)

2010-11-02 15:40:58 UTC MAIN commitmail json YAML

Replace configure.ac with a stripped down version for later use by
src/tools.

(joerg)

2010-11-02 15:35:38 UTC MAIN commitmail json YAML

2010-11-02 15:20:55 UTC MAIN commitmail json YAML

src/external/public-domain/xz/dist/AUTHORS@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/COPYING@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/ChangeLog@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/INSTALL@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/NEWS@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/PACKAGERS@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/README@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/THANKS@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/TODO@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/config.h.in@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/configure.ac@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/doc/faq.txt@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/doc/history.txt@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/doc/lzma-file-format.txt@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/doc/xz-file-format.txt@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/m4/tuklib_common.m4@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/m4/tuklib_cpucores.m4@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/m4/tuklib_integer.m4@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/m4/tuklib_mbstr.m4@1.1.1.1 / diff / nxr@1.1.1.1
src/external/public-domain/xz/dist/m4/tuklib_physmem.m4@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 268 files)
Import stripped down version of xz-5.0.0. All non-public domain parts
are removed to provide a prestine version.

Status:

Vendor Tag: XZ
Release Tags: xz-5-0-0

(joerg)

2010-11-02 15:17:38 UTC MAIN commitmail json YAML

KASSERT we don't kpause indefinitely without interruptability.

XXX: using timo == 0 to mean "sleep as long as you like, and forever
if you're really tired" is not the smartest interface considering
the the hz/n idiom used to specify timo.  This leads to unwanted
behaviour when hz gets below some impossible-to-know limit.  With
a usec2ticks() routine it at least be a little more tolerable.

(pooka)

2010-11-02 15:09:52 UTC MAIN commitmail json YAML

Don't sleep forever if hz < 25.

from Alessandro Forin

(pooka)

2010-11-02 14:41:32 UTC MAIN commitmail json YAML

Do substitute __TESTSDIR__ when generating atf(7) man page.

(njoly)

2010-11-02 14:32:58 UTC MAIN commitmail json YAML

when drawing characters by software make sure the engine is idle before
accessing video memory

(macallan)

2010-11-02 14:05:28 UTC uebayasi-xip commitmail json YAML

Drop the 'paddr_t avail_start' and 'paddr_t avail_end' arguments
from uvm_page_physload_device(9).

Those two arguments are used by uvm_page_physload(9) to specify a
range of physical memory available for general purpose pages (pages
which are linked to freelists).  Totally irrelevant to device
segments.

(uebayasi)

2010-11-02 13:09:29 UTC MAIN commitmail json YAML

Oops, fix build !DIAGNOSTICS again.

(uebayasi)

2010-11-02 12:21:07 UTC MAIN commitmail json YAML

Fix DIAGNOSTIC build.  Pointed out by Juergen Hannken-Illjes.

(uebayasi)

2010-11-02 12:10:13 UTC MAIN commitmail json YAML

Fix typo in date.

(njoly)

2010-11-02 06:33:22 UTC MAIN commitmail json YAML

2010-11-02 06:31:48 UTC MAIN commitmail json YAML

Don't build flash because it's not implemented.

(uebayasi)

2010-11-02 06:07:06 UTC MAIN commitmail json YAML

2010-11-02 03:44:05 UTC MAIN commitmail json YAML

- Simplify the code
- Reword the comment.

(enami)

2010-11-01 19:00:09 UTC MAIN commitmail json YAML

Fixed overflow in cpu clock calculation and printing of the cpu revision.

(phx)

2010-11-01 16:27:08 UTC MAIN commitmail json YAML

Make the shovel threads resilient to file server exit.

(pooka)

2010-11-01 16:22:37 UTC MAIN commitmail json YAML

2010-11-01 16:21:30 UTC MAIN commitmail json YAML

Align comment column in output, no functional change.

(pooka)

2010-11-01 14:42:08 UTC MAIN commitmail json YAML

From Anon Ymous:
Send the SIGALRM to the correct process when we timeout. See the note
in src/etc/rc regarding RC_PID.

The former code would leave you with a root shell when the prompt
timed out (if the tty is marked secure) while continuing the boot
process in another shell.  This was easily hidden if you started
xdm(1) at boot, while the root shell remains on another tty
(accessible with CTL-ALT-F1).

(christos)

2010-11-01 14:41:11 UTC MAIN commitmail json YAML

add a cgd_stop function

(christos)

2010-11-01 14:04:02 UTC MAIN commitmail json YAML

Create the process we use later in the test.  Otherwise cwd doesn't
go right and the test fails because of attempting to create files
in the wrong directory.

(pooka)

2010-11-01 13:55:20 UTC MAIN commitmail json YAML

Missed a few symbols in previous ...

Also, reorganize rumpuser header inclusion to make sure problem is
caught already by the compiler.

(pooka)

2010-11-01 13:49:10 UTC MAIN commitmail json YAML

Make librumpuser linkage once again free of librump.

problem pointed out by <he>

(pooka)

2010-11-01 06:41:51 UTC MAIN commitmail json YAML

u_intNN_t -> uintNN_t

Same code before and after.

(skrll)

2010-11-01 02:41:27 UTC MAIN commitmail json YAML

Double the array only when really necessary.  Otherwise memory will be
exhausted if user modifies the variable envrion itself repeatedly..

(enami)

2010-11-01 02:35:25 UTC MAIN commitmail json YAML

add support for >2TB raid devices.

- add two new members to the component label:
    u_int numBlocksHi
    u_int partitionSizeHi
  and store the top 32 bits of the real number of blocks and
  partition size.  modify rf_print_component_label(),
  rf_does_it_fit(), rf_AutoConfigureDisks() and
  rf_ReconstructFailedDiskBasic().

- call disk_blocksize() after disk_attach() [ from mlelstv ]

- shift the block number relative to DEV_BSHIFT in raidstart()
  and InitBP() so that accesses work for non 512-byte devices.
  [ from mlelstv ]

- update rf_getdisksize() to use the new getdisksize() [ from
  mlelstv.  this part needs a separate change for netbsd-5. ]

reviewed by: oster, christos and darrenr

(mrg)

2010-10-31 23:29:17 UTC MAIN commitmail json YAML

2010-10-31 22:33:16 UTC MAIN commitmail json YAML

Fix format strings so it builds on amd64

(pgoyette)

2010-10-31 22:05:35 UTC MAIN commitmail json YAML

Since rump implicit threads now bind to proc1 instead of proc0, we
need our shovel threads bound to proc1 instead of proc0 in order
to have access to the same set of descriptors as the implicit thread
which opens the fd in the rump kernel.

Also, sprinkle some printfs and make failure more dramatic.

fixes the puffs tests.  pointed out by pgoyette.

(pooka)

2010-10-31 20:05:04 UTC MAIN commitmail json YAML

2010-10-31 19:45:53 UTC MAIN commitmail json YAML

2010-10-31 18:31:03 UTC MAIN commitmail json YAML

Make bz2 {de,}compression dependent on the header file being available.
Fixes an error reported by Anthony Bentley when compiling on OpenBSD,
which apparently lacks bzlib.h (and bz2).

Tests run to completion successfully both with and without bz2 being
available.

(agc)

2010-10-31 17:17:45 UTC MAIN commitmail json YAML

2010-10-31 16:31:32 UTC MAIN commitmail json YAML

2010-10-31 16:31:12 UTC MAIN commitmail json YAML

Fix file lists for amd64 and sparc64 since on these arches 32bit versions of
the libraries are built as well.

(mbalmer)

2010-10-31 15:47:53 UTC MAIN commitmail json YAML

2010-10-31 13:54:32 UTC MAIN commitmail json YAML

There's apparently a circular dependency between -lrump and -lrumpuser.
This poses problems when linking statically, as for sun2.  Add -lrump
also after -lrumpuser, so that this links statically as well.

(he)

2010-10-31 12:09:11 UTC MAIN commitmail json YAML

Note the Lua import.  Thanks jmmv for the reminder

(mbalmer)

2010-10-31 11:52:53 UTC MAIN commitmail json YAML

2010-10-31 11:39:47 UTC MAIN commitmail json YAML

Various improvements.

(wiz)

2010-10-31 11:29:06 UTC MAIN commitmail json YAML

descend into the lua subdirectory

(mbalmer)

2010-10-31 11:26:02 UTC MAIN commitmail json YAML

2010-10-31 11:19:43 UTC MAIN commitmail json YAML

adjust the Lua configuration to our needs

(mbalmer)

2010-10-31 11:18:20 UTC MAIN commitmail json YAML

add teh script used to prepare the source code

(mbalmer)

2010-10-31 11:17:01 UTC MAIN commitmail json YAML

2010-10-31 11:14:05 UTC MAIN commitmail json YAML

2010-10-31 11:08:51 UTC MAIN commitmail json YAML

2010-10-31 11:08:06 UTC MAIN commitmail json YAML

Update copyright notice. This code was completely replaced with
Frank Wille's effort and has no substance made by me anymore.

(nisimura)

2010-10-31 05:03:12 UTC MAIN commitmail json YAML

fall back to malloc+pread when stat+malloc doesn't seem to work.
it allows libelf work on /dev/ksyms.

XXX the name of the flag is a bit confusing and i think it's better to rename
MALLOCED to DATA_MALLOCED or such.  but i don't think it's worth increasing
the diff against the upstream for it.

(yamt)

2010-10-31 04:51:19 UTC MAIN commitmail json YAML

keep interrupts disabled in NMI handler.
the patch provided by IRINO yoshiaki in PR/43007.

(yamt)

2010-10-31 03:46:20 UTC uebayasi-xip commitmail json YAML

2010-10-31 03:43:03 UTC uebayasi-xip commitmail json YAML

More struct vm_page * -> struct vm_page_md * adjustments.

(uebayasi)

2010-10-30 21:16:08 UTC MAIN commitmail json YAML

Add resize_ffs tool to build, change default behaviour to grow filesystem
to device size. Add parameter -s to specify size if user want to shrink
filesystem.

Apply some KNF, remove dead unused code.

Oked by christos@.

(haad)

2010-10-30 20:12:32 UTC MAIN commitmail json YAML

make usage dead.

(christos)

2010-10-30 18:35:38 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 18:30:55 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 18:15:04 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 18:08:49 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 17:44:04 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 17:27:17 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 17:20:44 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 17:00:55 UTC MAIN commitmail json YAML

Use VM_PAGE_TO_MD() to locate struct vm_page_md.  No functional
changes.

(uebayasi)

2010-10-30 16:14:09 UTC MAIN commitmail json YAML

Pass struct vm_page_md * where possible.

This causes 1% code increase, mainly because additional argument
(paddr_t) affects register usage.  This will be fixed when per-page
data structure (struct vm_page) is redone, and physical address
can be retrieved from struct vm_page_md *.

Tested on (uncommitted) i.MX35 (ARM1136).

(uebayasi)

2010-10-30 08:51:10 UTC uebayasi-xip commitmail json YAML

Adapt to thew new pmap(9) interfaces.

Don't conditionalize few lines of code for modularity.  As suggested
by Chuck Silvers.

(uebayasi)

2010-10-30 08:43:12 UTC uebayasi-xip commitmail json YAML

2010-10-30 08:41:14 UTC uebayasi-xip commitmail json YAML

2010-10-30 08:12:43 UTC MAIN commitmail json YAML

Reduce licence with copyright Perry E. Metzger and Matthias Drochner
to two clauses.

On Thu, 21 Oct 2010 22:42:00 -0700 jnemeth@XXX
(John Nemeth) wrote:
>    The file src/sys/arch/i386/stand/lib/exec.c has a licence
> section that starts off saying copyright by each of you.  That is
> then followed by a standard four claus UCB licence.  Would it be
> okay to reduce that to the two claus licence that is now standard
> for NetBSD?

I have no particular objections.

--
Perry E. Metzger                perry@XXX

jnemeth@XXX said:
> Would it be okay to reduce that to the two claus licence

Yes of course, this is OK.

best regards
Matthias

(jnemeth)

2010-10-30 07:29:09 UTC uebayasi-xip commitmail json YAML

2010-10-30 06:37:49 UTC MAIN commitmail json YAML

Fix mvPclk.  Need 'break' each 'case'.

(kiyohara)

2010-10-30 06:11:18 UTC MAIN commitmail json YAML

Remove unnecessary comment-outed line.

(kiyohara)

2010-10-30 05:57:41 UTC MAIN commitmail json YAML

Enable INCLUDE_CONFIG_FILE.
Remove NTFS maybe unnecessary.

(kiyohara)

2010-10-30 05:56:01 UTC uebayasi-xip commitmail json YAML

Put back #include <uvm/uvm_page.h> for now, to avoid build erros.

This should be removed again later, because exposing page-level
definitions out of UVM is totally unnecessary.

(uebayasi)

2010-10-30 05:46:13 UTC MAIN commitmail json YAML

Enable product MV78100/MV78200.

(kiyohara)

2010-10-30 05:02:28 UTC uebayasi-xip commitmail json YAML

xmd(4) uses a conflicting symbol "md_root_image" with md(4).
Exclude md(4) where xmd(4) is used.

XXX In the long run mdsetimage(8) must die.

(uebayasi)

2010-10-30 03:46:03 UTC MAIN commitmail json YAML

2010-10-29 17:06:54 UTC MAIN commitmail json YAML

Make sh build in debug mode

(stacktic)

2010-10-29 17:04:48 UTC MAIN commitmail json YAML

Initialized flag field in struct alias (Fixed PR/43281)

(stacktic)

2010-10-29 16:15:41 UTC MAIN commitmail json YAML

2010-10-29 16:13:51 UTC MAIN commitmail json YAML

Make error message more userfriendly in cases where server does
not support sftp.

(pooka)

2010-10-29 15:38:16 UTC MAIN commitmail json YAML

update with reality

(pooka)

2010-10-29 15:32:51 UTC MAIN commitmail json YAML

implicit pid is 1 instead of 0 now

(pooka)

2010-10-29 15:32:24 UTC MAIN commitmail json YAML

Attach implicit threads to initproc instead of proc0.  This way
applications which alter, by purpose or by accident, the uid in an
implicit thread are don't affect kernel threads.

from discussion with njoly

(pooka)

2010-10-29 15:27:50 UTC MAIN commitmail json YAML

2010-10-29 15:08:18 UTC MAIN commitmail json YAML

PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12"
(due to setenv changes?)
Provide a mini unsetenv that does not allocate/free memory and does not
bother about locking.

(christos)

2010-10-29 14:43:11 UTC MAIN commitmail json YAML

Add '-n' option to h_df helper tool to avoid picking wrong values if
the tested system has a similar mounted file system. Solve PR/43871.

(njoly)

2010-10-29 10:51:42 UTC MAIN commitmail json YAML

Fix an incorrect warning fix in previous.

(tsutsui)

2010-10-29 09:34:03 UTC MAIN commitmail json YAML

2010-10-29 09:04:39 UTC MAIN commitmail json YAML

Lock the _DGS values (desired output state) during the display
output switch.

ok jruoho@

(gsutre)

2010-10-28 21:45:02 UTC MAIN commitmail json YAML

Simplify the sysctl variable for BIOS switch policy, and document it
in acpivga(4).  The previous hw.acpi.acpivga0.policy variable is
renamed into bios_policy for consistency, and is for ACPI_DEBUG only.

ok jruoho@

(gsutre)

2010-10-28 20:32:45 UTC MAIN commitmail json YAML

Zero entire stat structure before filling in contents to avoid
leaking kernel memory -- the elements are no longer packed now that
dev_t is 64bit.

from pgoyette

(pooka)

2010-10-28 18:12:47 UTC MAIN commitmail json YAML

PR/44006: Ralph G: vi: CTRL-A does not handle end-of-word correctly
End-of-word was not included in search regexp leading to false positives.
http://patches.ubuntu.com/by-release/extracted/debian/n/nvi/1.81.6-7/15search_word.dpatch

(christos)

2010-10-28 18:03:12 UTC MAIN commitmail json YAML

Be silent if we get a notification to tell us that we woke up the system.

(jruoho)

2010-10-28 15:55:05 UTC MAIN commitmail json YAML

Install EC space handler and pass everything to acpiec(4).
Should fix PR # 43659.

(jruoho)

2010-10-28 14:37:29 UTC MAIN commitmail json YAML

Run different clients (different sockets) in different processes
inside the rump kernel.  Now different host processes can no longer
step on each other inside the rump kernel.

(pooka)

2010-10-28 14:36:04 UTC MAIN commitmail json YAML

As the ACPI specification is already mentioned in acpi(4), remove the note
about STANDARDS. Instead mention a Microsoft document that is specifically
about acpivga(4). Also xref vga(4).

(jruoho)

2010-10-28 14:29:18 UTC MAIN commitmail json YAML

Correct section in xref.

(jruoho)

2010-10-28 14:21:51 UTC MAIN commitmail json YAML

Always use m_split() in m_copyback() instead of its
local, abridged, version.  This closes a window where
a new mbuf (n) can be inserted where n->m_next == n.

(seanb)

2010-10-28 13:58:04 UTC MAIN commitmail json YAML

Use nap mode on 750-ish CPUs

(macallan)

2010-10-28 11:30:08 UTC MAIN commitmail json YAML

Count proc0 as uid 0's process.  Besides being the right thing to
do, this effectively allows changing the uid of proc0 without
running into KASSERT problems in uidinfo code (although I'm not
quite so sure changing proc0's uid is the right thing to do ...).

problem reported by njoly

(pooka)

2010-10-28 09:49:02 UTC MAIN commitmail json YAML

Bump to the right date.

(jruoho)

2010-10-28 09:48:11 UTC MAIN commitmail json YAML

2010-10-28 09:44:58 UTC MAIN commitmail json YAML

2010-10-28 08:32:31 UTC MAIN commitmail json YAML

Build ramdisk and floppies dir.

(kiyohara)

2010-10-28 08:29:27 UTC MAIN commitmail json YAML

Add kernel dir to SUBDIR.

(kiyohara)

2010-10-28 04:28:29 UTC MAIN commitmail json YAML

Fix a comment typo.

(jruoho)

2010-10-28 04:27:40 UTC MAIN commitmail json YAML

Only override data from XPSS if the conventional _PSS did not contain the
required information. Problem found and diagnosed by jakllsch@; on some AMD
systems vendors fill _PSS correctly, but do not duplicate the data in XPSS.

(jruoho)

2010-10-28 03:30:22 UTC MAIN commitmail json YAML

2010-10-28 03:27:55 UTC uebayasi-xip commitmail json YAML

Note that underlying char array must be physically contiguous.

(uebayasi)

2010-10-28 02:10:27 UTC MAIN commitmail json YAML

2010-10-28 02:06:03 UTC MAIN commitmail json YAML

adapt to how backlight control is supposed to work - just flip the switch and
we don't need to save the brightness level

(macallan)

2010-10-27 20:46:55 UTC MAIN commitmail json YAML

2010-10-27 20:44:50 UTC MAIN commitmail json YAML

Start rework of system call proxying over socket ("sysproxy").
This incarnation is written in the user namespace as opposed to
the previous one which was done in kernel namespace.  Also, rump
does all the handshaking now instead of excepting an application
to come up with the user namespace socket.

There's still a lot to do, including making code "a bit" more
robust, actually running different clients in a different process
inside the kernel and splitting the client side library from librump.
I'm committing this now so that I don't lose it, plus it generally
works as long as you don't use it in unexcepted ways: i've tested
ifconfig(8), route(8), envstat(8) and sysctl(8).

(pooka)

2010-10-27 20:37:11 UTC MAIN commitmail json YAML

"i build dead files".  ok, so let's not.

(pooka)

2010-10-27 20:35:48 UTC MAIN commitmail json YAML

2010-10-27 20:34:50 UTC MAIN commitmail json YAML

Retire the old sysproxy nonsense (as part of doing it slightly better).

Introduce rump_pub_syscall() as the generic interface for making
system calls with already marshalled arguments.  So it's kinda like
syscall(2), except it also remembered to breathe instead of having
to figure out how to deal with 64bit values.

(pooka)

2010-10-27 19:18:00 UTC MAIN commitmail json YAML

Fix a typo and remove trailing whitespace.

(wiz)

2010-10-27 19:16:04 UTC MAIN commitmail json YAML

markup improvements, document ctype_r, time_t is not a "long integer"

(christos)

2010-10-27 18:51:35 UTC MAIN commitmail json YAML

2010-10-27 18:29:46 UTC MAIN commitmail json YAML

2010-10-27 18:17:42 UTC MAIN commitmail json YAML

Adapt to newer Rawrite32 version

(martin)

2010-10-27 16:38:52 UTC MAIN commitmail json YAML

Backport upstream bugfix for PR#40149.

"Save and restore the palettes on VT switch."

upstream commits:
5efdf514ab0e5439114e8dd7a49105812155eb69
fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7

(jakllsch)

2010-10-27 15:50:03 UTC MAIN commitmail json YAML

Remove old crud which is no longer used (since kern_proc).

(pooka)

2010-10-27 14:51:30 UTC uebayasi-xip commitmail json YAML

Unconditionally provide device page segment data structures and
functions as suggested by Chuck Silvers.

(Memory and device segments are being merged soon.)

(uebayasi)

2010-10-27 14:41:47 UTC MAIN commitmail json YAML

2010-10-27 14:39:27 UTC MAIN commitmail json YAML

Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT.

(gsutre)

2010-10-27 14:13:57 UTC uebayasi-xip commitmail json YAML

2010-10-27 14:08:09 UTC MAIN commitmail json YAML

Reserve an MI major for coming flash(4).

hpcmips defines one in MD majors, but it's not listed in
etc/etc.hpcmips/MAKEDEV.conf, so I assume actual files are never
created in users' filesystems.

Prompted By: pooka

(uebayasi)

2010-10-27 10:42:13 UTC MAIN commitmail json YAML

Get and parse root-device.

(kiyohara)

2010-10-27 10:37:38 UTC MAIN commitmail json YAML

Set root-device to bootinfo.

(kiyohara)

2010-10-27 10:33:23 UTC MAIN commitmail json YAML

Add macro BTINFO_ROOTDEVICE and struct btinfo_rootdevice.
And indent.

(kiyohara)

2010-10-27 02:58:05 UTC MAIN commitmail json YAML

do_posix_fadvise: check for a negative length; truncate the offset and
round the end-offset, not vice-versa.

Thanks to jakllsch@ for debug info.

(rmind)

2010-10-26 22:34:33 UTC MAIN commitmail json YAML

Improve wording after consultation with njoly.

(wiz)

2010-10-26 22:27:44 UTC MAIN commitmail json YAML

An _ADR object is not required for PCI root bridges.  To solve
this, the structure acpi_pciinfo now tells whether the ACPI
device node is a PCI bridge, a regular PCI device, or both.

Problem reported by jmcneill@, who also suggested the solution.

ok jmcneill@, jruoho@

(gsutre)

2010-10-26 11:44:53 UTC MAIN commitmail json YAML

Add diagnostic check which hits when PR 42455 is reproduced.
Idea from hans@

(cegger)