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 (6d)  netbsd-9 (12d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 14:09:18 UTC Now

2011-07-17 02:32:01 UTC MAIN commitmail json YAML

"successfully" spell "succesfully" in a comment.

(jakllsch)

2011-07-17 01:37:32 UTC MAIN commitmail json YAML

We don't install <evbmips/bus.h>, so mark the set-list entry obsolete.

(dyoung)

2011-07-17 01:36:51 UTC MAIN commitmail json YAML

2011-07-17 01:35:01 UTC MAIN commitmail json YAML

Increase SYMTAB_SPACE.

(dyoung)

2011-07-17 01:29:26 UTC MAIN commitmail json YAML

Repair device_t/softc so that this compiles.

(dyoung)

2011-07-17 01:20:12 UTC MAIN commitmail json YAML

We no longer install <machine/bus.h> on amd64 and i386, so mark it
obsolete in the set lists.

(dyoung)

2011-07-17 01:18:42 UTC MAIN commitmail json YAML

2011-07-17 01:17:27 UTC MAIN commitmail json YAML

On amd64, good-bye <machine/bus.h>.

Up next: update set lists.

(dyoung)

2011-07-17 01:16:46 UTC MAIN commitmail json YAML

- exit with ERROR_EXIT consistently
- don't use warnx() for things that set errno
- check result of setlogin()
- don't call setlogin() without calling setsid()
  should fix kernel warnings like:
cron (pid NNNNN) changing logname from root to USER
cron (pid MMMMM) changing logname from USER to root

(christos)

2011-07-17 01:14:25 UTC MAIN commitmail json YAML

calling setlogin() once is good enough.

(christos)

2011-07-17 01:13:23 UTC MAIN commitmail json YAML

2011-07-17 01:09:00 UTC MAIN commitmail json YAML

Don't descend into alpha/.

Up next: fix set lists.

(dyoung)

2011-07-17 01:08:12 UTC MAIN commitmail json YAML

Don't #include <machine/bus_defs.h> from this header unless _KERNEL
is #defined.  While this header is installed in the alpha userland,
however, <machine/bus_defs.h> is not.

Don't declare any of the alpha_bus_ or alpha_pci_ symbols unless _KERNEL
is #defined.  I cannot find anything but libarch in the base system
that uses the symbols.  Anything using alpha_pci_ symbols ought to use
pci(3), instead.  Up next: don't use those symbols in libarch.

(dyoung)

2011-07-17 00:52:42 UTC MAIN commitmail json YAML

2011-07-16 23:49:10 UTC MAIN commitmail json YAML

2011-07-16 23:42:42 UTC MAIN commitmail json YAML

Add definitions for elf2aout tools.

(tsutsui)

2011-07-16 23:07:50 UTC MAIN commitmail json YAML

revert the previous.  it didn't help and wasn't the problem anyway.

(mrg)

2011-07-16 22:41:59 UTC MAIN commitmail json YAML

Reinstate #include <dev/dtv/dtvif.h> which was incorrectly
removed in the previous commit.

(apb)

2011-07-16 22:30:26 UTC MAIN commitmail json YAML

Instead of returning an integer between 0 and 31 (scaled by 1<<24), use
(0.5 + x/2 - 1/x) as an approximation to log2(x) for x from 1 to 2, and
scale the input to fit this range.  Now the error is always less than
0.2%.

Also add an test program, hidden behind #ifdef TEST_DTV_MATH, to print
a table of expected and actual results, and the errors.

(apb)

2011-07-16 22:16:59 UTC MAIN commitmail json YAML

2011-07-16 21:58:26 UTC MAIN commitmail json YAML

Remove dead devices (replaced by pq3cfi).

(matt)

2011-07-16 21:36:19 UTC MAIN commitmail json YAML

2011-07-16 20:25:29 UTC MAIN commitmail json YAML

apply some static.

(mrg)

2011-07-16 16:13:13 UTC MAIN commitmail json YAML

2011-07-16 15:52:22 UTC MAIN commitmail json YAML

Revive NetBSD/luna68k.

Even after almost a lost decade since NetBSD/luna68k was
switched to using ELF format by default back in 2001,
actually only one fix (bus.h) is required for a GENERIC kernel itself
to get multiuser login: prompt on a real hardware.  Hurrahhh!!!

Demonstrated with a working Xorg mono server on the NetBSD booth
at Open Source Conference 2011 Kansai @ Kyoto:
http://www.ospn.jp/osc2011-kyoto/

"Very impressed," commented by Tomoko YOSHIDA,
Program Committee Chair of the Conference,
and some other OMRON guys.

Special Thanks to Tadashi Okamura, for providing
a working SX-9100/DT "LUNA" for this mission.

Changes details:

sys/arch/luna68k/include/bus.h
- handle stride properly even on multi and region ops for MI spc(4)
- also fix stride handling of (currently unused) 2 and 4 byte ops

sys/arch/luna68k/conf/Makefile.luna68k
sys/arch/luna68k/conf/kern.ldscript.head
sys/arch/luna68k/conf/kern.ldscript.tail
- build a faked a.out kernel using elf2aout(8) tool
  and a linker script derived from cats and shark
  for the LUNA firmware that loads a.out binary directly
  via network or from a UNIOS partition on a local disk

sys/arch/luna68k/dev/omrasops.c
sys/arch/luna68k/dev/omron_rfont.h
- use the original OMRON font derived from 4.4BSD-Lite/luna68k
  rather than gallant19 which is used on Sun workstations
  (XXX omrasops.c should be rewritten to use generic wsfont(4))

distrib/luna68k/*
distrib/utils/sysinst/arch/luna68k/*
etc/etc.luna68k/MAKEDEV.conf
etc/etc.luna68k/Makefile.inc
sys/arch/luna68k/conf/INSTALL
- build a ramdisk based INSTALL kernel with sysinst(8) for luna68k
- also build an installation iso image for luna68k

sys/arch/luna68k/conf/GENERIC
- enable SYSVSHM (and other SYSV*) options for Xorg server

More Xorg changes (which need some more cleanup) and
isiboot.c fixes will come soon.

(tsutsui)

2011-07-16 15:52:02 UTC MAIN commitmail json YAML

2011-07-16 15:45:24 UTC MAIN commitmail json YAML

If there are CPUs associated with this thermal zone, use their names to
create the temperature sensor name:

[acpitz0]
  cpu0 temperature:    53.000  105.000  41.800                  degC

(jmcneill)

2011-07-16 14:46:18 UTC MAIN commitmail json YAML

Initialise cpus_running to 1 on Xen, as it was done on x86.

Problem analysed by hannken@.  Fixes PR/45062.

(rmind)

2011-07-16 14:33:33 UTC MAIN commitmail json YAML

Note that dup2(2) and dup3(2) may not fail with EMFILE; from PR lib/45148.

(jruoho)

2011-07-16 14:29:15 UTC MAIN commitmail json YAML

2011-07-16 12:35:40 UTC MAIN commitmail json YAML

core symlink operation moved to v7fs_file_util.c and introduce V7FSBSD_MAXSYMLINKLEN for makefs

(uch)

2011-07-16 12:35:32 UTC MAIN commitmail json YAML

2011-07-16 12:20:01 UTC MAIN commitmail json YAML

Fix a locking problem with the demux, and while here do a bit of
housekeeping and documentation.

(jmcneill)

2011-07-16 11:15:52 UTC MAIN commitmail json YAML

Bring some fixes and minor differences from sparc64 version.

(nakayama)

2011-07-16 10:59:46 UTC cherry-xenmp commitmail json YAML

2011-07-16 00:45:59 UTC netbsd-4 commitmail json YAML

2011-07-16 00:45:39 UTC netbsd-4 commitmail json YAML

dist/bind/lib/dns/masterdump.c                          patch
dist/bind/lib/dns/message.c                            patch
dist/bind/lib/dns/ncache.c                              patch
dist/bind/lib/dns/rbtdb.c                              patch
dist/bind/lib/dns/rdataset.c                            patch
dist/bind/lib/dns/resolver.c                            patch
dist/bind/lib/dns/validator.c                          patch
dist/bind/lib/dns/include/dns/rdataset.h                patch

        Patch bind to address CVE-2011-2464.
        [spz, ticket #1431]

(riz)

2011-07-16 00:45:08 UTC netbsd-4-0 commitmail json YAML

2011-07-16 00:44:47 UTC netbsd-4-0 commitmail json YAML

dist/bind/lib/dns/masterdump.c                          patch
dist/bind/lib/dns/message.c                            patch
dist/bind/lib/dns/ncache.c                              patch
dist/bind/lib/dns/rbtdb.c                              patch
dist/bind/lib/dns/rdataset.c                            patch
dist/bind/lib/dns/resolver.c                            patch
dist/bind/lib/dns/validator.c                          patch
dist/bind/lib/dns/include/dns/rdataset.h                patch

        Patch bind to address CVE-2011-2464.
        [spz, ticket #1431]

(riz)

2011-07-16 00:19:57 UTC netbsd-5 commitmail json YAML

2011-07-16 00:19:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1642):
sys/ufs/ufs/ufs_inode.c: revision 1.86
Call ufs_extattr_vnode_inactive before UFS_WAPBL_BEGIN, as the latter will
leave the vnode locked, and ufs_extattr_vnode_inactive does lock/unlock

(riz)

2011-07-16 00:14:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1641):
sys/arch/sparc64/dev/lom.c: revision 1.8
Limit reading from registers at most once every second with using
ratecheck(9).

(riz)

2011-07-15 23:41:56 UTC netbsd-5 commitmail json YAML

Ticket 1604, again, with build fix.

(riz)

2011-07-15 23:41:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1604):
sys/fs/puffs/puffs_msgif.c: revision 1.84
Apply patch from PR kern/44093 by yamt:
Interrupt server wait only on certain signals (same set at nfs -i)
instead of all signals.  According to the PR this helps with
"git clone" run on a puffs file system.

(riz)

2011-07-15 23:40:57 UTC MAIN commitmail json YAML

2011-07-15 22:46:55 UTC netbsd-5 commitmail json YAML

2011-07-15 22:46:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1640):
sys/arch/x68k/x68k/locore.s: revision 1.102
Defer fpu_probe() call until curlwp and related variables are initialized.
Fixes pre-consinit KASSERT() in trap() caused by fnop instruction in
fpu_probe() on machines without FPU, including XM6i.

(riz)

2011-07-15 22:43:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1639):
sys/arch/sun68k/stand/tapeboot/boot.c: revision 1.7 via patch
sys/arch/mvme68k/stand/libsa/exec_mvme.c: revision 1.16 via patch
Disable LOAD_BACKWARDS on tapeboot which can't seek backwards.
Fixes bootstrap tapeboot installation failure on TME reported from ryoon@.
Should be pulled up to netbsd-5.
(note netbsd-5 uses LOAD_NOTE instead of LOAD_BACKWARDS)
Avoid backward seek on tape boot.

(riz)

2011-07-15 22:39:02 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1638):
usr.sbin/makefs/cd9660/iso9660_rrip.c: revision 1.9
usr.sbin/makefs/cd9660/iso9660_rrip.c: revision 1.10
usr.sbin/makefs/cd9660.c: revision 1.30
- remove unnecessary (pasto?) line on RRIP PL handling for moved dir
- RRIP RE length should be 4, not 0
Apply fixes for PR bin/44114 (makefs(8) -t cd9660 -o rockridge creates
corrupted cd9660fs):
- makefs/cd9660.c:
  - cd9660_rrip_move_directory() should also update lenght[0] and
    name_len[0] in dir->isoDirRecord
- makefs/cd9660/iso9660_rrip.c:
  - cd9660_rrip_finalize_node() should check rr_real_parent in node->parent,
    not in node itself in RRIP_PL case
  - cd9660_rrip_initialize_node() should update only node passed as arg
    so handle RRIP_PL in DOTDOT case
Fixes malformed dotdot entries in deep (more than 8 level) directories
moved into .rr_moved dir.
Should be pulled up to netbsd-5.
(no official ISO has such deep dirs, but cobalt restorecd is affected)

(riz)

2011-07-15 22:29:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #1637):
external/ibm-public/postfix/dist/HISTORY                        patch
external/ibm-public/postfix/dist/src/global/mail_version.h      patch
external/ibm-public/postfix/dist/src/smtpd/smtpd_sasl_proto.c  patch

        Update Postfix to version 2.7.4. This update fixes the security
        vulnerability reported in CVE-2011-1720 which fortunately doesnt

(riz)

2011-07-15 21:08:48 UTC MAIN commitmail json YAML

2011-07-15 20:57:01 UTC MAIN commitmail json YAML

2011-07-15 20:56:26 UTC MAIN commitmail json YAML

2011-07-15 20:32:24 UTC MAIN commitmail json YAML

use lg3303_get_snr, lg3303_get_signal_strength

(jmcneill)

2011-07-15 20:29:58 UTC MAIN commitmail json YAML

use lg3303_get_snr, lg3303_get_signal_strength

(jmcneill)

2011-07-15 20:28:38 UTC MAIN commitmail json YAML

add lg3303_get_snr, lg3303_get_signal_strength, lg3303_get_ucblocks

(jmcneill)

2011-07-15 20:27:42 UTC MAIN commitmail json YAML

2011-07-15 19:41:28 UTC MAIN commitmail json YAML

2011-07-15 19:37:41 UTC MAIN commitmail json YAML

More support for CFI NOR.

(cliff)

2011-07-15 19:30:08 UTC MAIN commitmail json YAML

BLOCK_SIZE->SPARC64_BLOCK_SIZE
BLOCK_ALIGN->SPARC64_BLOCK_ALIGN

XXX these values are unused in sparc;  this is merely to keep the sparc
and sparc64 versions of psl.h in sync, and to allow sparc to build again.

(riz)

2011-07-15 19:19:58 UTC MAIN commitmail json YAML

2011-07-15 14:59:34 UTC MAIN commitmail json YAML

2011-07-15 14:50:20 UTC MAIN commitmail json YAML

fail with EINVAL if flags not are not O_CLOEXEC|O_NONBLOCK in pipe2(2) and
dup3(2)

(christos)

2011-07-15 14:00:41 UTC MAIN commitmail json YAML

Fix wrong linker flag that has always been lurking here.

(jruoho)

2011-07-15 13:54:31 UTC MAIN commitmail json YAML

Split out the -lpthread tests to a separate file.

XXX: The only thing gained from this is seeing whether -lpthread breaks
    the getenv(3) family. Yet, a strict hypothesis about this would require
    that the two test files are identical, which they are not.

(jruoho)

2011-07-15 13:47:12 UTC MAIN commitmail json YAML

cinclude GENERIC.local

(nonaka)

2011-07-15 12:57:23 UTC MAIN commitmail json YAML

emdtv(4): Add a driver for Empia EM28xx family USB video capture controllers.

(jmcneill)

2011-07-15 11:29:31 UTC MAIN commitmail json YAML

Use a workqueue(9) to defer allocation of TX packets. Loosely inspired
from the OpenBSD bnx(4) driver.

Tested by Roger Pau Monn辿, roger.pau at entel.upc.edu.

Fixes kern/45051.

(jym)

2011-07-15 11:27:23 UTC MAIN commitmail json YAML

2011-07-15 10:48:33 UTC MAIN commitmail json YAML

catch up to recent lg3303 changes

(jmcneill)

2011-07-15 10:10:35 UTC MAIN commitmail json YAML

lg3303_set_modulation: program the requested modulation on every request

(jmcneill)

2011-07-15 09:44:14 UTC MAIN commitmail json YAML

Small markup edit.

(jruoho)

2011-07-15 09:40:16 UTC MAIN commitmail json YAML

Add some cases for dup2(2) and dup3(2).

(jruoho)

2011-07-15 08:17:36 UTC MAIN commitmail json YAML

Small markup glitch.

(jruoho)

2011-07-15 08:07:08 UTC MAIN commitmail json YAML

Add the ibm4xx and booke modules for dtv.

(he)

2011-07-15 07:49:20 UTC MAIN commitmail json YAML

Track the changes to tulipvar.h -- use the recently introduced
tlp_chip_name() to get the chip name for aprint output.

(he)

2011-07-15 07:39:26 UTC MAIN commitmail json YAML

Split the test to two contextually different tests.

(jruoho)

2011-07-15 07:35:21 UTC MAIN commitmail json YAML

2011-07-15 07:04:53 UTC MAIN commitmail json YAML

Redo previous change in a better way, as suggested by mrg.
Where the original Makefile.in had this:

filename: dependencies
run autosomething to regenerate the file

we now do this:

filename: dependencies
@echo "NOT REBUILDING $@"
NetBSD_DISABLED_filename:
run autosomething to regenerate the file

(apb)

2011-07-15 06:41:30 UTC MAIN commitmail json YAML

2011-07-15 05:37:33 UTC MAIN commitmail json YAML

move from using a system(3) call to tar to package up the individual shares,
to using libmat(3). Removes the remaining "XXX" from this code.

the getopt2 lib is specified explicitly in the Makefiles for the benefit of
all of the sun2 port users out there.

also fix some lint

(agc)

2011-07-15 05:33:42 UTC MAIN commitmail json YAML

Use the getopt2(3) library to parse arguments in mat_tar() and mat_pax().
This protects the global getopt(3) arguments from modification by lower-level
routines in a destructive way.

(agc)

2011-07-15 05:30:48 UTC MAIN commitmail json YAML

Initial import of getopt2 into othersrc repository.

getopt2(3) is similar to getopt(3), except that a structure is used to
allow multiple instances of command line parsing to take place
simultaneously, with no explicit stack saving or local copies of
global variables needing to take place.

In addition, the optstring does the usual ':' for an option with an
argument, and uses ';' to denote an option that optionally takes an
argument.

This functionality will be used by mat (and, indirectly, sharedkey) to
parse their arguments.

Status:

Vendor Tag: CROOKS
Release Tags: getopt2-base

(agc)

2011-07-15 03:35:13 UTC MAIN commitmail json YAML

add pcHDTV HD-5500 support:

cxdtv0 at pci0 dev 14 function 2: pcHDTV HD-5500 HDTV Video Capture (rev. 0x05)
cxdtv0: interrupting at irq 10
cxdtv0: lg3303: found @ 0x59
cxdtv0: tvpll: LG TDVS-H06xF
dtv0 at cxdtv0: CX23880 [ATSC]

(jmcneill)

2011-07-15 03:31:38 UTC MAIN commitmail json YAML

2011-07-15 03:30:08 UTC MAIN commitmail json YAML

struct tvpll_data foo -> extern struct tvpll_data foo

(jmcneill)

2011-07-15 03:29:24 UTC MAIN commitmail json YAML

if no carrier, other status fields are invalid

(jmcneill)

2011-07-15 00:21:26 UTC MAIN commitmail json YAML

2011-07-14 23:50:13 UTC MAIN commitmail json YAML

2011-07-14 23:47:46 UTC MAIN commitmail json YAML

2011-07-14 23:46:52 UTC MAIN commitmail json YAML

add a flags argument to lg3303, and use it for the caller to request
serial mpeg mode

(jmcneill)

2011-07-14 23:45:43 UTC MAIN commitmail json YAML

add module support

(jmcneill)

2011-07-14 23:45:26 UTC MAIN commitmail json YAML

correct pll entries for TDVS-H06xF

(jmcneill)

2011-07-14 23:44:34 UTC MAIN commitmail json YAML

add module support

(jmcneill)

2011-07-14 23:43:37 UTC MAIN commitmail json YAML

nxt2k depends on firmload

(jmcneill)

2011-07-14 22:31:22 UTC MAIN commitmail json YAML

Remove out-of-date KASSERT

(matt)

2011-07-14 22:14:03 UTC MAIN commitmail json YAML

Fix typos, remove trailing whitespace.

(wiz)

2011-07-14 22:12:30 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2011-07-14 21:38:57 UTC MAIN commitmail json YAML

2011-07-14 21:25:43 UTC MAIN commitmail json YAML

Complete prototypes, markup NULL, complete return values, more markup.

(jruoho)

2011-07-14 18:19:49 UTC MAIN commitmail json YAML

files.dtv is included by conf/files

(matt)

2011-07-14 18:12:35 UTC MAIN commitmail json YAML

VAX kernel modules need to be built with -fno-pic

(matt)

2011-07-14 17:29:43 UTC MAIN commitmail json YAML

Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefile
targets, to ensure that the associated commands do not run.  This should
prevent source files from being overwritten at build time by autoconf
and friends.  Fixes PR 45132.

(apb)

2011-07-14 16:27:43 UTC MAIN commitmail json YAML

Clean up handling of ufs_lookup_results in rename.

(dholland)

2011-07-14 16:27:11 UTC MAIN commitmail json YAML

Update comments on functions that take ufs_lookup_results.

(dholland)

2011-07-14 15:37:32 UTC MAIN commitmail json YAML

FUSE struct dirent's off is not the offset in the buffer, it is an opaque
cookie that the filesystem passes us, and that we need to send back on
the next READDIR. Most filesystem just ignore the value and send the
next chunk of buffer, but not all of them. Fixing this allows glusterfs
distributed volume to work.

(manu)

2011-07-14 15:25:27 UTC MAIN commitmail json YAML

Improve extended attribute commands:
- allow namespace to be omitted when using a namespace-prefixed attribute
  name, a la Linux.
- Improve hexdump for getextattr -x
- Add more display option for binary attributes, using vis(3)
- Add a -i option to setextattr to get the attribute value from file, so
  that we can set binary values

(manu)

2011-07-14 12:44:11 UTC MAIN commitmail json YAML

back out previous - this should be unnecessary on NetBSD due to
the extra validation introduced in rev.1.42 (and pulled up to netbsd-5)

(drochner)

2011-07-14 11:08:45 UTC MAIN commitmail json YAML

2011-07-14 10:43:55 UTC MAIN commitmail json YAML

clear the packet filter's scratch memory before running the filter
program, otherwise kernel memory can be leaked, from Guy Harris
per PR kern/45142

(drochner)

2011-07-14 10:27:36 UTC MAIN commitmail json YAML

Remove "mmap" subdir.

(jruoho)

2011-07-14 10:24:56 UTC MAIN commitmail json YAML

Remove the 't_mincore' test case, as it is essentially a less elegant
version of the recently added page residency checks.

(jruoho)

2011-07-14 09:48:04 UTC MAIN commitmail json YAML

revert the _i4i aliases.  they are not the right thing.

(mrg)

2011-07-14 09:35:24 UTC MAIN commitmail json YAML

rcconf_is_set takes a tuple of <script> <variable>, so add
in a couple of missing script names

network ip6forwarding
sysctl defcorename

and remove the trailing "sysctl"

(plunky)

2011-07-14 09:31:19 UTC MAIN commitmail json YAML

introduce rcvar_is_enabled to test if a rcvar is enabled

use this instead of rcconf_is_set to warn about superseded
rc.d scripts, to silence spurious warnings produced before
/etc/defaults/rc.conf script was updated.

(spurious warnings noted by Martin Husemann)

(plunky)

2011-07-14 08:12:20 UTC MAIN commitmail json YAML

../regress/sys/uvm/mmap/mmap.c is now part of tests(7).

(jruoho)

2011-07-14 08:09:48 UTC MAIN commitmail json YAML

Add the test cases from the old ../regress/sys/uvm/mmap/mmap.c.

(jruoho)

2011-07-14 07:33:20 UTC MAIN commitmail json YAML

2011-07-14 06:35:30 UTC MAIN commitmail json YAML

Fix a logic error: when renaming a file, strip trailing \n from file name.

(wiz)

2011-07-14 05:46:04 UTC MAIN commitmail json YAML

2011-07-14 05:31:16 UTC MAIN commitmail json YAML

Don't build 64bit kernel for evbmips-el

(matt)

2011-07-14 04:59:14 UTC MAIN commitmail json YAML

2011-07-14 01:37:09 UTC MAIN commitmail json YAML

sections can't be > 4KB

(jmcneill)

2011-07-13 23:48:30 UTC MAIN commitmail json YAML

2011-07-13 23:16:55 UTC MAIN commitmail json YAML

fe_sec_voltage_t: add SEC_VOLTAGE_OFF

(jmcneill)

2011-07-13 22:54:33 UTC MAIN commitmail json YAML

provide EDID blocks for hardware where we know the parameters but neither the
firmware nor DDC provide any. So far there's only a parameter block for the
PowerBook Pismo's built-in TFT, now Xorg works out of the box without config.
The same parameter block will probably do the right thing on Lombard, PDQ and
TFT-equipped Wallstreet PowerBooks.

(macallan)

2011-07-13 22:51:10 UTC MAIN commitmail json YAML

add missing mutex_destroy on detach

(jmcneill)

2011-07-13 22:50:24 UTC MAIN commitmail json YAML

dtv_demux_write: make sure to unlock muted in all error paths

(jmcneill)

2011-07-13 22:50:11 UTC MAIN commitmail json YAML

follow genfb changes in backlight control

(macallan)

2011-07-13 22:47:29 UTC MAIN commitmail json YAML

use callbacks that match the ioctl() interface to control backlight

(macallan)

2011-07-13 22:43:33 UTC MAIN commitmail json YAML

2011-07-13 22:43:04 UTC MAIN commitmail json YAML

2011-07-13 22:43:04 UTC MAIN commitmail json YAML

2011-07-13 19:51:29 UTC MAIN commitmail json YAML

Add function name to a few debug messages.

(njoly)

2011-07-13 15:32:57 UTC MAIN commitmail json YAML

Havard Eidnes points out that on algor we must not install
<machine/bus.h> any longer.

(dyoung)

2011-07-13 14:36:29 UTC MAIN commitmail json YAML

emdtv(4): add Pinnacle PCTV 800E

(jakllsch)

2011-07-13 14:34:45 UTC MAIN commitmail json YAML

Support XC3028 tuner in emdtv.

(jakllsch)

2011-07-13 14:31:40 UTC MAIN commitmail json YAML

Fix a typo in previous.

(jruoho)

2011-07-13 14:09:36 UTC MAIN commitmail json YAML

build this as a o32 application.

(mrg)

2011-07-13 12:28:57 UTC MAIN commitmail json YAML

Fix readdir eofflag(bogus eofflags was setted). getcwd works.

(uch)

2011-07-13 12:22:49 UTC MAIN commitmail json YAML

Fix inode update method. chown and chmod works.

(uch)

2011-07-13 12:22:36 UTC MAIN commitmail json YAML

2011-07-13 12:18:22 UTC MAIN commitmail json YAML

When filesize is zero, correctly return V7FS_ITERATOR_END

(uch)

2011-07-13 11:17:03 UTC MAIN commitmail json YAML

Rename few test case names. No functional change.

(jruoho)

2011-07-13 11:03:07 UTC MAIN commitmail json YAML

Xref hpacel(4).

(jruoho)

2011-07-13 10:59:36 UTC MAIN commitmail json YAML

Fix autoconf(9) attach message.

(jruoho)

2011-07-13 09:58:53 UTC MAIN commitmail json YAML

In revision 1.103 the serial number was used to determine whether the
battery was changed to another one. However, this is unreliable as many
vendors hardcode the serial number string in the DSDT. Thus, use the design
capacity and voltage instead; these are likely read from the battery itself.

(jruoho)

2011-07-13 08:38:16 UTC MAIN commitmail json YAML

2011-07-13 07:58:35 UTC MAIN commitmail json YAML

Comments and white space changes, inspired by Greg Woods' remarks
in PR 45130, but not directly copied from the patch in the PR.

(apb)

2011-07-13 07:52:50 UTC MAIN commitmail json YAML

2011-07-13 07:48:19 UTC MAIN commitmail json YAML

Fix error in previous: The first character of $i should be removed
only if it is '!', but it was removed in the wrong case branch.

(apb)

2011-07-13 07:34:56 UTC MAIN commitmail json YAML

Do not disable interrupts at machine-level in the MI idle-loop entry.

(jruoho)

2011-07-13 04:53:39 UTC MAIN commitmail json YAML

Switch algor to new-style <sys/bus.h>.  While I'm here, get rid of
__HAVE_DEVICE_REGISTER.

(dyoung)

2011-07-13 04:50:19 UTC MAIN commitmail json YAML

On alpha, good-bye <machine/bus.h>.

(dyoung)

2011-07-13 04:48:18 UTC MAIN commitmail json YAML

Switch alpha to new-style <sys/bus.h>.

While I'm here, get rid of outdated __HAVE_DEVICE_REGISTER.

(dyoung)

2011-07-13 04:47:16 UTC MAIN commitmail json YAML

#include <machine/bus_defs.h> instead of <machine/bus.h>.

(dyoung)

2011-07-13 03:28:41 UTC MAIN commitmail json YAML

Fix renaming over mismatched non-directory types in tmpfs.

Renaming a file of any non-directory type over another file of any
other non-directory type is OK -- they need not match as long as
neither is a directory, so loosen the kassert to reflect this.

XXX Need to write test cases for this.

ok dholland, rmind

(riastradh)

2011-07-12 23:23:18 UTC MAIN commitmail json YAML

Default to 128-bit long double.  Next question is ieee or ibm long double.

(matt)

2011-07-12 18:19:13 UTC MAIN commitmail json YAML

2011-07-12 16:59:49 UTC MAIN commitmail json YAML

Pass the ufs_lookup_results pointer around instead of fetching it from
the inode in the guts of ufs. Now, in VOPs where i_crap is used it is
used (directly) only immediately on entry to the VOP call and then
passed around by reference.

Except for rename, which needs explicit sorting out. The code in
ufs_wapbl_rename is unchanged in behavior but I'm increasingly
inclined to think it's wrong.

(dholland)

2011-07-12 16:40:41 UTC MAIN commitmail json YAML

Move the savehandler assignment before setjmp() to avoid triggering
warnings about use before initialization with clang.

(joerg)

2011-07-12 12:08:07 UTC MAIN commitmail json YAML

Fix off-by-one in strlen_huge testcase.

(njoly)

2011-07-12 08:52:17 UTC MAIN commitmail json YAML

mdocml-1.11.4 out.

(wiz)

2011-07-12 08:47:24 UTC MAIN commitmail json YAML

Bring in gcc 4.5 changes.  powerpc64 can at least build a compiler now.

(matt)

2011-07-12 07:51:34 UTC MAIN commitmail json YAML

2011-07-12 05:31:49 UTC MAIN commitmail json YAML

mark bus functions as static inline, not just plain inline.

(mrg)

2011-07-12 05:31:03 UTC MAIN commitmail json YAML

mark gcc-4.5/tgmath.h as gcccmds,gcc=45.

(mrg)

2011-07-12 03:09:03 UTC MAIN commitmail json YAML

fix previous and only force the failure if reloc2bb already failed.

(mrg)

2011-07-12 02:46:03 UTC MAIN commitmail json YAML

Don't need to initialize (one of) the elements now in i_crap; nothing in
here touches that material.

(dholland)

2011-07-12 02:22:14 UTC MAIN commitmail json YAML

Currently, ufs_lookup produces five auxiliary results that are left in
the vnode when lookup returns and fished out again later.

1. Create struct ufs_lookup_results to hold these.

2. Call the ufs_lookup_results instance in struct inode "i_crap" to be
clear about exactly what's going on, and to distinguish the lookup
results from respectable members of struct inode.

3. Update references to these members in the directory access
subroutines.

4. Include preliminary infrastructure for checking that the i_crap
being used is still valid when it's used. This doesn't actually do
anything yet.

5. Update the way ufs_wapbl_rename manipulates these elements to use
the new data structures. I have not changed the manipulation; it may
or may not be correct but I continue to suspect that it is not.

The word of the day is "stigmergy".

(dholland)

2011-07-12 00:57:19 UTC MAIN commitmail json YAML

- use separate locks for ingress and egress queues
- increase ts block and buffer sizes

(jmcneill)

2011-07-11 23:01:19 UTC MAIN commitmail json YAML

Bump up SYMTAB_SPACE to 700000

(matt)

2011-07-11 20:22:50 UTC MAIN commitmail json YAML

Match SHEEVAPLUG_JTAG.

(matt)

2011-07-11 20:22:30 UTC MAIN commitmail json YAML

2011-07-11 20:22:00 UTC MAIN commitmail json YAML

Add SHEEVAPLUG_JTAG

(matt)

2011-07-11 18:47:01 UTC MAIN commitmail json YAML

replace "(CORE_ADDR) (uintptr_t) NULL" by a simple "0" - avoids the dance
with HAVE_STDINT_H and fixes the tool build for me.
Idea from dsl, OK: mrg.

(martin)

2011-07-11 18:33:48 UTC MAIN commitmail json YAML

2011-07-11 18:31:10 UTC MAIN commitmail json YAML

2011-07-11 18:30:31 UTC MAIN commitmail json YAML

remove unused prototype

(jmcneill)

2011-07-11 18:04:32 UTC MAIN commitmail json YAML

2011-07-11 18:02:04 UTC MAIN commitmail json YAML

2011-07-11 18:00:06 UTC MAIN commitmail json YAML

2011-07-11 17:51:48 UTC MAIN commitmail json YAML

Convert some more ATF_REQUIRE calls to ATF_CHECK.

(njoly)

2011-07-11 16:12:56 UTC MAIN commitmail json YAML

Make types_signed/types_unsigned testcases use ATF_CHECK instead of
ATF_REQUIRE.

(njoly)

2011-07-11 15:59:57 UTC MAIN commitmail json YAML

Remove inline from global routines

(matt)

2011-07-11 13:42:50 UTC MAIN commitmail json YAML

bump libdns.so minor forgotten for amd64/sparc64 compat debug libraries.

(njoly)

2011-07-11 08:34:01 UTC MAIN commitmail json YAML

Layer_fsync(): when syncing a device node call spec_fsync() to clean the
              layer node before descending to the lower file system.

Adresses PR kern/38762 panic: vwakeup: neg numoutput

(hannken)

2011-07-11 08:27:41 UTC MAIN commitmail json YAML

Change VOP_BWRITE() to take a vnode as its first argument like all other
VOPs do.  Layered file systems no longer have to modify bp->b_vp and run
into trouble when an async VOP_BWRITE() uses the wrong vnode.

- change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp).
- remove layer_bwrite().
- welcome to 5.99.55

Adresses PR kern/38762 panic: vwakeup: neg numoutput

No objections from tech-kern@.

(hannken)

2011-07-11 08:25:09 UTC MAIN commitmail json YAML

2011-07-11 08:23:48 UTC MAIN commitmail json YAML

make this look more like the (working) gcc 4.1 configuration, and make
this actually work on netbsd/sun2.

(mrg)

2011-07-11 08:23:16 UTC MAIN commitmail json YAML

XXX: add a prototype for __cmpdf2() so this compiles with -Werror.

(mrg)

2011-07-11 08:23:01 UTC MAIN commitmail json YAML

Change VOP_BWRITE() to take a vnode as its first argument like all other
VOPs do.  Layered file systems no longer have to modify bp->b_vp and run
into trouble when an async VOP_BWRITE() uses the wrong vnode.

Adresses PR kern/38762 panic: vwakeup: neg numoutput

No objections from tech-kern@.

(hannken)

2011-07-11 08:22:49 UTC MAIN commitmail json YAML

use m68k/t-floatlib on netbsd m68* platforms.

(mrg)

2011-07-11 02:54:05 UTC MAIN commitmail json YAML

2011-07-11 02:30:49 UTC MAIN commitmail json YAML

Fix
    error: new qualifiers in middle of multi-level non-const cast are unsafe
by defining the type correctly thereby avoid the cast.

(matt)

2011-07-11 01:24:34 UTC MAIN commitmail json YAML

improve the error message if elf2bb finds we are too large.  if elf2bb
fails, make sure that the following nm -u's success doesn't cause make
to believe the target was built.  now amiga builds with HAVE_GCC=45
actually fail here, rather than fail at sets time due to missing files.

(mrg)

2011-07-11 00:46:04 UTC MAIN commitmail json YAML

Add cxdtv(4), a dtv(4) driver for Conexant CX23880-series DTV interface chips.

Initially supports digital reception on ATI HDTV Wonder card.

(jakllsch)

2011-07-11 00:30:23 UTC MAIN commitmail json YAML

Add subdriver for Nextwave (subsequently acquired by ATI, then AMD, and
finally Broadcom) NXT200x series of 8VSB/QAM demodulator.

Still a bit crude and only supports the NXT2004 at this point.

(jakllsch)

2011-07-11 00:01:52 UTC MAIN commitmail json YAML

2011-07-10 23:50:24 UTC MAIN commitmail json YAML

Add more links for evbmips
Add ${MACHINE} link

(matt)