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 (0m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 20:54:12 UTC Now

2012-12-08 06:58:36 UTC MAIN commitmail json YAML

Define the correct __UCONTEXT_SIZE for EABI.

(matt)

2012-12-08 06:49:00 UTC MAIN commitmail json YAML

On Cortex, make sure to load/save the upper 16 64-FP registers.
When creating a mcontext_t, make sure _UC_ARM_VFP is set.

(matt)

2012-12-08 06:47:31 UTC MAIN commitmail json YAML

Make sure that if _UC_FPU is set, that _UC_ARM_VFP is also set.

(matt)

2012-12-08 06:46:50 UTC MAIN commitmail json YAML

Make sure the enable bit is not set when restoring the VFP context since
that has special meaning to the VFP PCU code.

(matt)

2012-12-08 02:41:54 UTC MAIN commitmail json YAML

need stdint.h for uint64_t and it is messy to do it open-coded.

(christos)

2012-12-08 02:35:06 UTC MAIN commitmail json YAML

2012-12-08 01:38:27 UTC MAIN commitmail json YAML

2012-12-07 22:47:13 UTC matt-nb6-plus commitmail json YAML

2012-12-07 22:21:03 UTC MAIN commitmail json YAML

2012-12-07 22:18:45 UTC MAIN commitmail json YAML

2012-12-07 18:49:13 UTC MAIN commitmail json YAML

Extend vfpreg to include all 32 64-bit FP registers.
For __ARM_EABI__, define __vfp_fstmx to have space for all 32 32-bit
FP registers (It's a newly supported ABI so we can "break" binary
compatibility.

(matt)

2012-12-07 18:48:56 UTC MAIN commitmail json YAML

2012-12-07 18:46:50 UTC MAIN commitmail json YAML

2012-12-07 18:36:25 UTC MAIN commitmail json YAML

2012-12-07 15:41:02 UTC MAIN commitmail json YAML

use explicit cast to pacify lint.

(christos)

2012-12-07 15:38:04 UTC MAIN commitmail json YAML

If we did not include a specific arch file G_UNWIND_H will not be defined.
Perhaps it is better to error out in that case?

(christos)

2012-12-07 15:29:38 UTC MAIN commitmail json YAML

rename pcb_sp to policy to avoid:
$SRC/arch/arm/include/pcb.h:#define    pcb_sp          pcb_un.un_32.pcb32_sp
$SRC/arch/arm/include/pcb.h:#define    pcb_sp          pcb_sf.sf_r13

(christos)

2012-12-07 12:57:02 UTC MAIN commitmail json YAML

Add uthum (tested on U60 with Belkin F5U508 USB 2 and SB2000 built-in USB 1).

(jdc)

2012-12-07 08:04:02 UTC MAIN commitmail json YAML

Remove the R1 syntactic sugar, since it collides with a #define in
<m68k/regs.h>, breaking the build.

The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.

(hauke)

2012-12-07 07:06:39 UTC MAIN commitmail json YAML

It is MAXNAMLEN, not MAXPATHLEN, that NAME_MAX has to be the same as.

(dholland)

2012-12-07 06:50:15 UTC MAIN commitmail json YAML

Fix off by one error.

(msaitoh)

2012-12-07 05:56:30 UTC MAIN commitmail json YAML

- sprintf() -> snprintf()
- Fix typo in comment.

(msaitoh)

2012-12-07 05:45:17 UTC MAIN commitmail json YAML

Apply OpenBSD rev. 1.40:
> Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4
> -Wbounded happy.
>
> ok kettenis

(msaitoh)

2012-12-07 04:49:08 UTC MAIN commitmail json YAML

2012-12-07 03:11:17 UTC MAIN commitmail json YAML

adapt the profile dtrace provider to netbsd.

(chs)

2012-12-07 02:28:19 UTC MAIN commitmail json YAML

2012-12-07 02:27:58 UTC MAIN commitmail json YAML

add __BITMAP_TYPE

(christos)

2012-12-07 02:27:41 UTC MAIN commitmail json YAML

2012-12-07 02:27:29 UTC MAIN commitmail json YAML

2012-12-07 01:54:42 UTC MAIN commitmail json YAML

2012-12-07 01:54:30 UTC MAIN commitmail json YAML

2012-12-07 00:02:36 UTC MAIN commitmail json YAML

This adds a kernel configuration file for the Nokia N900 smartphone. It
is heavily based on the one for the Beagleboard (as documented first by
rhaamo).

The kernel boots properly and then asks for the root device. The
default partitions for flash memory are based on what's expected on a
stock N900 device.

ok mrg@, after initial review on port-arm@ a few weeks ago.

(khorben)

2012-12-07 00:02:07 UTC matt-nb6-plus commitmail json YAML

Add more ld, dk, and drvctl devices for all and ramdisk|floppy

(matt)

2012-12-07 00:00:20 UTC matt-nb6-plus commitmail json YAML

After calling a9_mpstart make sure cps is set to SVC32

(matt)

2012-12-06 22:36:51 UTC MAIN commitmail json YAML

- npf.conf(5): fix of the example config.
- Mention npf_ext_log in a comment.

(rmind)

2012-12-06 18:01:22 UTC matt-nb6-plus commitmail json YAML

Don't enable KERN_SA for COMPAT_40

(matt)

2012-12-06 17:57:25 UTC matt-nb6-plus commitmail json YAML

2012-12-06 17:22:46 UTC matt-nb6-plus commitmail json YAML

2012-12-06 17:20:26 UTC matt-nb6-plus commitmail json YAML

Only add atomic_cas_generic.c to SRCS if there isn't already some
atomic_cas_* already in SRCS.

(matt)

2012-12-06 17:14:24 UTC matt-nb6-plus commitmail json YAML

2012-12-06 17:13:31 UTC matt-nb6-plus commitmail json YAML

Don't pass CPUFLAGS down since its value is in CFLAGS

(matt)

2012-12-06 16:07:21 UTC matt-nb6-plus commitmail json YAML

Make sure ioctl stkbuf has a minimal alignment of (__ALIGNBYTES+1)

(matt)

2012-12-06 13:28:17 UTC MAIN commitmail json YAML

Remove the R1 syntactic sugar, since it collides with a #define in
<m68k/regs.h>, breaking the build.

The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.

(hauke)

2012-12-06 12:50:09 UTC MAIN commitmail json YAML

Add support 3400 series, 5 series, C216, 82801GH, 82801E and 6300ESB.

(msaitoh)

2012-12-06 12:47:21 UTC MAIN commitmail json YAML

2012-12-06 12:46:50 UTC MAIN commitmail json YAML

Update some Intel LPC devices
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
  (5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420

(msaitoh)

2012-12-06 11:42:27 UTC MAIN commitmail json YAML

2012-12-06 11:41:07 UTC MAIN commitmail json YAML

2012-12-06 11:38:17 UTC MAIN commitmail json YAML

Import openresolv-3.5.3 with the following changes:
* man page improvements
* dnsmasq + dbus + IPv6 linklocal support (requires dnsmasq-2.64)
* sort interface protocols as well as interface (bge0, bge0:ra, bge0:dhcp6)

Status:

Vendor Tag: roy
Release Tags: openresolv-3-5-3

(roy)

2012-12-06 11:18:58 UTC MAIN commitmail json YAML

2012-12-06 11:16:47 UTC MAIN commitmail json YAML

2012-12-06 11:11:46 UTC MAIN commitmail json YAML

Import dhcpcd-5.6.4 with the following changes:
* add interface scope to exported IPv6 link local addresses
* DUID feature works again
* If we receive >1 MTU in the RA we use the last one
* Expire RA options separately from the RA
* Merge multiple RA options together except when a single is needed
* Some memory leaks plugged
* Don't overwrite invalid memory when DNSSL options begin with a NULL
* Ensure we have a large enough buffer for an escaped DNSSL option from RA

Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-6-4

(roy)

2012-12-06 10:32:44 UTC MAIN commitmail json YAML

No functional change:
- Remove trailing white space.
- Sort entries.
- Remove duplicated entries.

(msaitoh)

2012-12-06 07:52:12 UTC MAIN commitmail json YAML

emove duplicate RCS Id. Bump date for previous.

(wiz)

2012-12-06 06:45:46 UTC MAIN commitmail json YAML

Fetch VFP registers, not FPA.

(matt)

2012-12-06 06:25:25 UTC MAIN commitmail json YAML

2012-12-06 04:43:29 UTC MAIN commitmail json YAML

Disable C1E also on K8, if present. From Imre Vadasz <imre@vdsz.com>
in PR install/47224.

(jruoho)

2012-12-05 23:59:33 UTC MAIN commitmail json YAML

Added a reference to prenice(1)

ok riz@, mrg@

(khorben)

2012-12-05 19:30:10 UTC MAIN commitmail json YAML

For armv7 (cortex), disable access to the upper 16 FP registers (restrict
the register space to 16 64-bit FP registers).

(matt)

2012-12-05 19:15:11 UTC MAIN commitmail json YAML

ARMFPE support has been removed

(matt)

2012-12-05 19:05:47 UTC MAIN commitmail json YAML

2012-12-05 17:21:55 UTC MAIN commitmail json YAML

Improve my last change (1.102) per 1.104 (retain but mark retired developers).

(dholland)

2012-12-05 16:21:09 UTC MAIN commitmail json YAML

2012-12-05 16:19:47 UTC MAIN commitmail json YAML

Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support. Tested
on a Soekris net6501. (jmcneill)

(christos)

2012-12-05 13:53:39 UTC MAIN commitmail json YAML

fix bug found by clang.

(christos)

2012-12-05 08:57:53 UTC MAIN commitmail json YAML

2012-12-05 08:56:55 UTC MAIN commitmail json YAML

Whitespace.
New sentence, new line.

(wiz)

2012-12-05 08:05:54 UTC MAIN commitmail json YAML

sys/proc.h refers sizeof(struct pcb), so include <machine/pcb.h>.

(msaitoh)

2012-12-05 06:19:11 UTC MAIN commitmail json YAML

got confirmation that pc532 is ancient history. so delete it

(jnemeth)

2012-12-05 05:44:16 UTC MAIN commitmail json YAML

- flag anybody that no longer has commit rights
- remove anybody that is deceased
- assign all ports to core for which the portmaster no longer has commit rights

(jnemeth)

2012-12-05 05:05:12 UTC MAIN commitmail json YAML

- add a couple of items for which I feel at least some responsibility
- delete sendmail, since it was removed from the source tree eons ago
- give ptyfs to christos since he completely overhauled it recently
- sync portmaster list with http://www.NetBSD.org/people/port-maintainers.html

(jnemeth)

2012-12-05 04:21:30 UTC MAIN commitmail json YAML

Document that ENVSYS_STEMP is in microkelvins.

(riastradh)

2012-12-05 02:23:21 UTC MAIN commitmail json YAML

2012-12-05 01:46:23 UTC MAIN commitmail json YAML

remove trailing whitespace

(jakllsch)

2012-12-04 23:38:59 UTC MAIN commitmail json YAML

merge bind-9-9-2-P1 and adjust build as needed
fixes CVE-2012-5688, see:
http://www.isc.org/software/bind/advisories/cve-2012-5688

(spz)

2012-12-04 22:42:14 UTC MAIN commitmail json YAML

2012-12-04 19:31:06 UTC MAIN commitmail json YAML

Upstream changelog since 9.9.1:

--- 9.9.2-P1 released ---

3407. [security] Named could die on specific queries with dns64 enabled.
[Addressed in change #3388 for BIND 9.8.5 and 9.9.3.]

--- 9.9.2 released ---

3383. [security] A certain combination of records in the RBT could
                        cause named to hang while populating the additional
                        section of a response. [RT #31090]

3373. [bug] win32: open raw files in binary mode. [RT #30944]

3364. [security] Named could die on specially crafted record.
[RT #30416]

--- 9.9.2rc1 released ---

3370. [bug] Address use after free while shutting down. [RT #30241]

3369. [bug] nsupdate terminated unexpectedly in interactive mode
if built with readline support. [RT #29550]

3368. [bug] <dns/iptable.h>, <dns/private.h> and <dns/zone.h>
were not C++ safe.

3367. [bug] dns_dnsseckey_create() result was not being checked.
[RT #30685]

3366. [bug] Fixed Read-After-Write dependency violation for IA64
atomic operations. [RT #25181]

3365. [bug] Removed spurious newlines from log messages in
zone.c [RT #30675]

3363. [bug] Need to allow "forward" and "fowarders" options
in static-stub zones; this had been overlooked.
[RT #30482]

3362. [bug] Setting some option values to 0 in named.conf
could trigger an assertion failure on startup.
[RT #27730]

3361. [bug] "rndc signing -nsec3param" didn't work correctly
when salt was set to '-' (no salt). [RT #30099]

3360. [bug] 'host -w' could die.  [RT #18723]

3359. [bug] An improperly-formed TSIG secret could cause a
memory leak. [RT #30607]

3357. [port] Add support for libxml2-2.8.x [RT #30440]

3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
approaching their expiry, so they don't remain
in caches after expiry. [RT #26429]

3355. [port] Use more portable awk in verify system test.

3354. [func] Improve OpenSSL error logging. [RT #29932]

--- 9.9.2b1 released ---

3353. [bug] Use a single task for task exclusive operations.
[RT #29872]

3352. [bug] Ensure that learned server attributes timeout of the
adb cache. [RT #29856]

3351. [bug] isc_mem_put and isc_mem_putanddetach didn't report
caller if either ISC_MEM_DEBUGSIZE or ISC_MEM_DEBUGCTX
memory debugging flags are set. [RT #30243]

3350. [bug] Memory read overrun in isc___mem_reallocate if
ISC_MEM_DEBUGCTX memory debugging flag is set.
[RT #30240]

3349. [bug] Change #3345 was incomplete. [RT #30233]

3348. [bug] Prevent RRSIG data from being cached if a negative
record matching the covering type exists at a higher
trust level. Such data already can't be retrieved from
the cache since change 3218 -- this prevents it
being inserted into the cache as well. [RT #26809]

3347. [bug] dnssec-settime: Issue a warning when writing a new
private key file would cause a change in the
permissions of the existing file. [RT #27724]

3346. [security] Bad-cache data could be used before it was
initialized, causing an assert. [RT #30025]

3345. [bug] Addressed race condition when removing the last item
or inserting the first item in an ISC_QUEUE.
[RT #29539]

3344. [func] New "dnssec-checkds" command checks a zone to
determine which DS records should be published
in the parent zone, or which DLV records should be
published in a DLV zone, and queries the DNS to
ensure that it exists. (Note: This tool depends
on python; it will not be built or installed on
systems that do not have a python interpreter.)
[RT #28099]

3342. [bug] Change #3314 broke saving of stub zones to disk
resulting in excessive cpu usage in some cases.
[RT #29952]

3341. [func] New "dnssec-verify" command checks a signed zone
to ensure correctness of signatures and of NSEC/NSEC3
chains. [RT #23673]

3339. [func] Allow the maximum supported rsa exponent size to be
specified: "max-rsa-exponent-size <value>;" [RT #29228]

3338. [bug] Address race condition in units tests: asyncload_zone
and asyncload_zt. [RT #26100]

3337. [bug] Change #3294 broke support for the multiple keys
in controls. [RT #29694]

3335. [func] nslookup: return a nonzero exit code when unable
to get an answer. [RT #29492]

3334. [bug] Hold a zone table reference while performing a
asyncronous load of a zone. [RT #28326]

3333. [bug] Setting resolver-query-timeout too low can cause
named to not recover if it loses connectivity.
[RT #29623]

3332. [bug] Re-use cached DS rrsets if possible. [RT #29446]

3331. [security] dns_rdataslab_fromrdataset could produce bad
rdataslabs. [RT #29644]

3330. [func] Fix missing signatures on NOERROR results despite
RPZ rewriting.  Also
- add optional "recursive-only yes|no" to the
  response-policy statement
- add optional "max-policy-ttl" to the response-policy
    statement to limit the false data that
    "recursive-only no" can introduce into
    resolvers' caches
- add a RPZ performance test to bin/tests/system/rpz
    when queryperf is available.
- the encoding of PASSTHRU action to "rpz-passthru".
    (The old encoding is still accepted.)
      [RT #26172]


3329. [bug] Handle RRSIG signer-name case consistently: We
generate RRSIG records with the signer-name in
lower case.  We accept them with any case, but if
they fail to validate, we try again in lower case.
[RT #27451]

3328. [bug] Fixed inconsistent data checking in dst_parse.c.
[RT #29401]

3317. [func] Add ECDSA support (RFC 6605). [RT #21918]


Status:

Vendor Tag: ISC
Release Tags: bind-9-9-2-P1

(spz)

2012-12-04 19:28:17 UTC MAIN commitmail json YAML

npf_table_list: avoid triggering assert on diagnostic.

(rmind)

2012-12-04 18:48:33 UTC MAIN commitmail json YAML

2012-12-04 18:10:25 UTC MAIN commitmail json YAML

2012-12-04 18:03:37 UTC MAIN commitmail json YAML

2012-12-04 18:02:48 UTC MAIN commitmail json YAML

2012-12-04 16:38:40 UTC MAIN commitmail json YAML

Make sure that ntpd creates a pid file for the rc machinery to work.
http://mail-index.netbsd.org/current-users/2012/11/19/msg021518.html

(prlw1)

2012-12-04 15:10:04 UTC MAIN commitmail json YAML

Improve DIAGNOSTIC printf

(skrll)

2012-12-04 11:24:13 UTC MAIN commitmail json YAML

make sure to use the same stride as the drawing engine when setting up video
modes. Now things work with horizontal resolutions that aren't multiples of
64 ( like 1440x900 )

(macallan)

2012-12-04 07:45:36 UTC MAIN commitmail json YAML

feedback from fuzz testing - check function arguments on input

(agc)

2012-12-04 07:39:19 UTC MAIN commitmail json YAML

2012-12-04 07:24:19 UTC MAIN commitmail json YAML

feedback from fuzz testing - check arguments to functions on input.

(agc)

2012-12-04 07:00:31 UTC matt-nb6-plus commitmail json YAML

Add SYSTEM_LD_TAIL_DBSYM for arm.

(matt)

2012-12-04 06:57:45 UTC MAIN commitmail json YAML

2012-12-04 05:50:57 UTC MAIN commitmail json YAML

Fix some error branches in ugen.

There remains some cruft that should perhaps be better organized, but
at least this should reduce some memory leaks in screw cases, and at
least this does fix panics when plugging in and unplugging a USB
device with a botched configuration (a beaglebone with a hosed sd
card).

(riastradh)

2012-12-03 23:41:35 UTC MAIN commitmail json YAML

- Delete "no" entries for mvsdio sdmmc sbt and ld. The bug was fixed.
- Delete mvpex, pci, pchb, mvsata, atabus and wd. These are defined in
  conf/SHEEVAPLUG

(msaitoh)

2012-12-03 23:39:30 UTC MAIN commitmail json YAML

Christos fixed the crash in ipftest, so re-enable the failing tests.

(pgoyette)

2012-12-03 23:38:30 UTC MAIN commitmail json YAML

- Add MSGBUFSIZE=32768 because 4K is very small
- Add commented out entry for MVGBE_EVENT_COUNTERS
- Comment out COPTS="-O1"
- Enable mvpex, pci and pchb to share with OPENRD
- Enable mvsata to share with DREAMPLUG
- Enable mvsocgpp, gpio, atabus and wd

(msaitoh)

2012-12-03 22:00:53 UTC matt-nb6-plus commitmail json YAML

Pullup changes in rev 1.44.

(matt)

2012-12-03 21:29:16 UTC MAIN commitmail json YAML

Add a couple more inet6 tests to verify correct rule parsing

(pgoyette)

2012-12-03 20:43:59 UTC MAIN commitmail json YAML

Include an explicit test for correctly inferring family inet6 when there
is an IPv6 address in the rule

(pgoyette)

2012-12-03 19:43:36 UTC MAIN commitmail json YAML

Now that expected output files have been adjusted, we can remove the
expectation that tests i14 and i19 will fail.

Should address kern/47262 which will be closed.

(pgoyette)

2012-12-03 19:42:00 UTC MAIN commitmail json YAML

Without explicit address, the address family is not inferred and not
displayed in the output.

(pgoyette)

2012-12-03 19:35:33 UTC MAIN commitmail json YAML

For rules without any address, don't infer an address family.

(pgoyette)

2012-12-03 19:07:27 UTC netbsd-6 commitmail json YAML

Apply patch (requested by riastradh in ticket #735) to fix the unchecked
assumption that sizeof(struct __pthread_st) <= pagesize, as observed in
PR 47271.

(jdc)

2012-12-03 18:44:42 UTC matt-nb6-plus commitmail json YAML

Remove return values from void functions.  (c&p error)

(matt)

2012-12-03 18:30:25 UTC MAIN commitmail json YAML

PR/47270: Paul Goyette: ipftest -N aborts
1. check for NULL before de-refencing; in particular sel is assigned to NULL,
  in the default case, and then couple of lines down we do sel->
2. gcc appears to optimize u_32_t hash[4], to u_32_t hash, since we only
  use hash[0], disregarding the fact that we pass it to MD5Final() leading
  to stack corruption. Use an explicit union, so that the compiler stops
  butting its head where it shouldn't.

XXX: pullup to 6

(christos)

2012-12-03 18:28:23 UTC matt-nb6-plus commitmail json YAML

Fix check of binutils to use right version.

(matt)

2012-12-03 18:02:22 UTC MAIN commitmail json YAML

Make the mp_digit type an "unsigned long" so that it works for ILP32 and
LP64.

Fixes problems showing up on regression tests on i386 (which work fine on
amd64) i.e. turn:

t_netpgpverify (1/1): 2 test cases
    netpgpverify_dsa: [0.309746s] Failed: atf-check failed; see the output of the test for details
    netpgpverify_rsa: [0.183148s] Passed.
[0.495102s]

Failed test cases:
    t_netpgpverify:netpgpverify_dsa

Summary for 1 test programs:
    1 passed test cases.
    1 failed test cases.
    0 expected failed test cases.
    0 skipped test cases.

into:

t_netpgpverify (1/1): 2 test cases
    netpgpverify_dsa: [0.236076s] Passed.
    netpgpverify_rsa: [0.154680s] Passed.
[0.393034s]

Summary for 1 test programs:
    2 passed test cases.
    0 failed test cases.
    0 expected failed test cases.
    0 skipped test cases.

(agc)

2012-12-03 13:53:29 UTC MAIN commitmail json YAML

Add src/etc/Makefile.params, containing the definition of the
RELEASEVARS variable, and commands related to printing the values of
the variables whose names are in RELEASEVARS.

Add an awk script to remove noise printed by "make -j" or high levels
of MAKEVERBOSE, so we get only the variables names and values.  The
values are escaped so that variables containing embedded newlines,
quotation marks, and backslashes, are passed through safely.

Adapt src/etc/Makefile and src/Makefile to use the new ${PRINT_PARAMS}
command defined in src/etc/Makefile.params.

Now ${DESTDIR}/etc/release and the params file in the top-level
.OBJDIR should never contain unwanted noise, even after a build with
MAKEVERBOSE=4.

(apb)

2012-12-03 12:28:07 UTC MAIN commitmail json YAML

Document how to resize the WAPBL log size.
Based on patch by Edgar Fuß <ef@math.uni-bonn.de>.

(wiz)

2012-12-03 07:50:29 UTC MAIN commitmail json YAML

Bump date to this year for new man page.

(wiz)

2012-12-03 07:49:21 UTC MAIN commitmail json YAML

Bump date for previous. Remove trailing whitespace.

(wiz)

2012-12-03 04:54:49 UTC netbsd-6 commitmail json YAML

Leave the $$ off so NetBSD tag doesn't get expanded.

(riz)

2012-12-02 22:11:25 UTC MAIN commitmail json YAML

Add z3rambd to files.amigappc, hopefully this will fix amigppc build.

(rkujawa)

2012-12-02 21:13:07 UTC MAIN commitmail json YAML

Honor the -t option to set the time format when running stat -s.
Document the format used by -s on the man page.

(erh)

2012-12-02 20:27:10 UTC MAIN commitmail json YAML

Remove the Atffile, which should not have been added in the first place.

With thanks to Herbert J. Skuhra and Paul Goyette

(agc)

2012-12-02 20:19:47 UTC MAIN commitmail json YAML

Document MAKEDIRTARGETENV

(apb)

2012-12-02 19:58:20 UTC MAIN commitmail json YAML

Now add pcu(9) links to dist list.

(rkujawa)

2012-12-02 19:51:56 UTC MAIN commitmail json YAML

Also add links to pcu(9).

(rkujawa)

2012-12-02 19:45:20 UTC MAIN commitmail json YAML

Add pcu(9) to dist list.

(rkujawa)

2012-12-02 19:30:18 UTC MAIN commitmail json YAML

2012-12-02 19:28:34 UTC MAIN commitmail json YAML

Add pcu(9) man page.

(rmind)

2012-12-02 19:19:37 UTC MAIN commitmail json YAML

Move some tests from validatemakeparams() to sanitycheck(), so the
related error messages can be printed before build.sh builds
a new version of make.

Also make some sanity tests unconditional, instead of conditional on
${do_build} || ${do_distribution} || ${do_release} || ${do_install}.

(apb)

2012-12-02 18:47:37 UTC netbsd-6 commitmail json YAML

Back out ticket #724 (libpthread changes) until they can be better
understood, as they broke threaded programs on (at least) i386 and amd64.

(riz)

2012-12-02 18:40:44 UTC MAIN commitmail json YAML

Actually remove the no-longer-needed Atffiles

(pgoyette)

2012-12-02 18:39:53 UTC MAIN commitmail json YAML

Build helper programs as PROGS and not as TESTS_{C,SH}

This enables us to remove custom Atffiles whose only purpose was to avoid
using the helpers as tests.

XXX src/tests/dev/dm/ is not (yet) linked into the build!

(pgoyette)

2012-12-02 18:22:45 UTC MAIN commitmail json YAML

Add get_device(), set_root_device() to get root device via bootargs.
This is same as some other archs. PR#47250.

(msaitoh)

2012-12-02 18:20:21 UTC MAIN commitmail json YAML

Get bootargs and parse them. This was accidentally removed in rev. 1.17.
Fixes PR#47250.

(msaitoh)

2012-12-02 17:36:10 UTC MAIN commitmail json YAML

Helper programs are programs, not tests, so build them appropriately.

Thie removes the need for custom Atffiles whose only purpose was to exclude
the helpers that had been built as tests.

(pgoyette)

2012-12-02 15:34:37 UTC MAIN commitmail json YAML

fix device/softc split: initialize sc->sc_dev.

(chs)

2012-12-02 13:05:14 UTC MAIN commitmail json YAML

Change the default value of COMPATLIB_UNINSTALLED to no, now that
all users of comapt/defs.mk have been adjusted.  This is the last
commit related to fixing PR 47188.

(apb)

2012-12-02 12:55:27 UTC MAIN commitmail json YAML

Adjust everything under src (but outside src/tools) to use
the TOOLDIR version of libnbcompat, associated include files,
and associated defs.mk file, instead of the version from the
.OBJDIR of src/tools/compat.  This should fix PR 47188.

(apb)

2012-12-02 12:48:33 UTC MAIN commitmail json YAML

Make most things under src/tools use the TOOLDIR version of cpma[t/defs.mk,
instead of the version in the .OBJDIR of tools/compat.

(apb)

2012-12-02 12:44:07 UTC MAIN commitmail json YAML

Now that tools/Makefile builds tools/binstall before installing
tools/host-mkdep, we can use the newly-built install program
to install host-mkdep.

(apb)

2012-12-02 12:39:56 UTC MAIN commitmail json YAML

In tools/binstall/Makefile, explicitly use the uninstalled copy
of libnbcompat, not the version that's installed under TOOLDIR.

(apb)

2012-12-02 12:37:08 UTC MAIN commitmail json YAML

Add two variables to tools/compat/defs.mk.in:

COMPATLIB_UNINSTALLED:
If "yes", then use the files from the .OBJDIR of
NETBSDSRCDIR/tools/compat.  Otherwise, use the files
from TOOLDIR.

COMPATLIB_NO_LIB:
If "yes" then do not use the library (but still use
the include files).

COMPATLIB_UNINSTALLED defaults to "yes" for now, but this will soon be
changed to "no.

(apb)

2012-12-02 12:34:51 UTC MAIN commitmail json YAML

Make tools/compat/Makefile install the library in
${TOOLDIR}/lib/libnbcompat.a, install the include files in
${TOOLDIR}/include/compat/**, and install defs.mk in
${TOOLDIR}/share/compat/defs.mk.  Previously, nothing from
tools/compat was installed under TOOLDIR.

Adjust tools/compat/Makefile to use an uninstalled copy of
host-mkdep from the .OBJDIR of tools/host-mkdep, and an uninstalled
copy of the install program from the .OBJDIR of tools/binstall.
This allows it to be built after tools/host-mkdep is built but
before tools/host-mkdep is installed; and to be installed after
tools/binstall is built but before tools/binstall is installed.

(apb)

2012-12-02 12:25:25 UTC MAIN commitmail json YAML

Make tools/Makefile build host-mkdep, compat, and binstall in that order,
before installing any of them.  It installs them in any order relative
to each other.  The .WAIT points that used to be between these three
tools are replaced by .ORDER and dependencies.

This is needed in preparation for making tools/compat install
some files into TOOLDIR.

(apb)

2012-12-02 12:21:51 UTC MAIN commitmail json YAML

Use a CONFIGURE_ENV variable instead of in-line code for passing
environment variables to the confifure script for host-mkdep.
Also reword the comment about why TOOL_AWK can't be included.

(apb)

2012-12-02 12:19:34 UTC MAIN commitmail json YAML

Teach tools/compat/Makefile to use an uninstalled copy of host-mkdep
from the.OBJDIR of tools/host-mkdep.  This is in preparation for
building all three of tools/host-mkdep, tools/compat, and tools/binstall,
before installing any of them.

While here, also move the regen target to the end.

(apb)

2012-12-02 12:18:16 UTC MAIN commitmail json YAML

Teach tools/binstall/Makefile to use an uninstalled copy of
host-mkdep from the.OBJDIR of tools/host-mkdep.  This is
in preparation for building all three of tools/host-mkdep,
tools/compat, and tools/binstall, before installing any of them.

(apb)

2012-12-02 12:10:43 UTC MAIN commitmail json YAML

TOOLDIR must be valid, unless MKTOOLS=no.
Add tests and .error directives to enforce this.

(apb)

2012-12-02 11:46:35 UTC MAIN commitmail json YAML

If tools are not wanted, then set SUBDIR= empty instead of
defining all the subdir-related targets to do nothing.  This way,
the targets are not invoked at all, instead of being invoked but
doing nothing.

(apb)

2012-12-02 11:19:45 UTC MAIN commitmail json YAML

remove trailing white space

(apb)

2012-12-02 08:52:07 UTC MAIN commitmail json YAML

Test-case n3_6 is not applicable to NetBSD (according to Darren R.)

(pgoyette)

2012-12-02 05:46:40 UTC tls-maxphys commitmail json YAML

2012-12-02 05:46:04 UTC tls-maxphys commitmail json YAML

Areca controller maximum-transfer size limits -- looked up in FreeBSD
driver.

Actually exporting the per-volume transfer size for this driver will
be quite hard; the controller firmware shows the host the configured
volumes when the host probes the controller's "scsibus", and we can't
really associate them with particular RAID volumes until later.  I think
we will have to intercept the SCSI inquiry commands -- yuck.

(tls)

2012-12-02 02:21:29 UTC MAIN commitmail json YAML

2012-12-02 02:06:22 UTC netbsd-6 commitmail json YAML

Adjust ticket #693:  lzf doesn't get built in netbsd-6, so revision 1.1781
of distrib/sets/lists/comp/mi should not have been pulled up as part of
it.

(riz)

2012-12-02 01:05:17 UTC MAIN commitmail json YAML

2012-12-02 00:47:37 UTC MAIN commitmail json YAML

2012-12-02 00:05:39 UTC MAIN commitmail json YAML

2012-12-01 21:37:41 UTC MAIN commitmail json YAML

2012-12-01 21:25:51 UTC MAIN commitmail json YAML

Put the reason for expected failure in the correct position

(pgoyette)

2012-12-01 21:21:44 UTC MAIN commitmail json YAML

Whitespace, comma nit, uppercase Dt argument.

(wiz)

2012-12-01 21:07:01 UTC MAIN commitmail json YAML

2012-12-01 21:00:18 UTC MAIN commitmail json YAML

Bump date. New sentence, new line. Wording/articles.
Sort errors while here.

(wiz)

2012-12-01 20:57:41 UTC MAIN commitmail json YAML

Bump date, really.

(wiz)

2012-12-01 20:57:08 UTC MAIN commitmail json YAML

Bump date. New sentence, new line. Wording/articles.
Sort errors while here.

(wiz)

2012-12-01 20:55:13 UTC MAIN commitmail json YAML

Bump date. New sentence, new line. Wording/articles.
Sort errors while here.

(wiz)

2012-12-01 20:53:10 UTC MAIN commitmail json YAML

Bump date. New sentence, new line. Wording/articles.
Sort errors while here.

(wiz)

2012-12-01 20:51:29 UTC MAIN commitmail json YAML

Bump date. New sentence, new line. Wording/articles.

(wiz)

2012-12-01 20:50:19 UTC MAIN commitmail json YAML

Bump date. New sentence, new line. Wording/articles.
While here, sort errors.

(wiz)

2012-12-01 20:48:26 UTC MAIN commitmail json YAML

Bump date. New sentence, new line. Wording/articles.

(wiz)

2012-12-01 20:46:54 UTC MAIN commitmail json YAML

New sentence, new line. Add articles.

(wiz)

2012-12-01 20:45:01 UTC MAIN commitmail json YAML

2012-12-01 20:38:42 UTC MAIN commitmail json YAML

2012-12-01 20:37:04 UTC MAIN commitmail json YAML

2012-12-01 20:33:02 UTC MAIN commitmail json YAML

add documentation for the bitmap macros

(christos)

2012-12-01 16:30:00 UTC MAIN commitmail json YAML

2012-12-01 16:27:27 UTC MAIN commitmail json YAML

2012-12-01 15:30:16 UTC MAIN commitmail json YAML

switch from fd_set to bitmap macros, by popular demand.

(christos)

2012-12-01 15:11:43 UTC MAIN commitmail json YAML

switch from fd_set to using bitmap macros

(christos)

2012-12-01 15:03:47 UTC MAIN commitmail json YAML

Add some bitmap operation macros similar to fd_set. Unfortunately we cannot
re-use bitstring, because it is userland only.

(christos)

2012-12-01 13:28:18 UTC MAIN commitmail json YAML

Check for _NETBSD_SOURCE being defined wherever we check for
_INCOMPLETE_XOPEN_C063 so that we expose the new POSIX extended API set
recently added.

(skrll)

2012-12-01 11:41:50 UTC MAIN commitmail json YAML

Fix misspelling:  accommodate is a long enough word to have room for two 'c's
and two 'm's.

(mbalmer)

2012-12-01 11:37:27 UTC MAIN commitmail json YAML

2012-12-01 11:31:02 UTC MAIN commitmail json YAML

Fix a typo in debug output.

(mbalmer)

2012-12-01 09:58:36 UTC netbsd-6 commitmail json YAML

2012-12-01 09:56:12 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #730):
sys/arch/amd64/conf/XEN3_DOM0: revision 1.91
Add alc* at pci, re-sort slightly to reduce diffs from GENERIC.

(msaitoh)

2012-12-01 08:20:55 UTC MAIN commitmail json YAML

Check for _NETBSD_SOURCE being defined wherever we check for
_INCOMPLETE_XOPEN_C063 so that we expose the new POSIX extended API set
recently added.

(skrll)

2012-12-01 08:16:26 UTC MAIN commitmail json YAML

2012-12-01 05:26:16 UTC MAIN commitmail json YAML

Change ULONG_MAX to UINT32_MAX

(matt)

2012-12-01 04:43:44 UTC MAIN commitmail json YAML

Use proper quoting for the expected-failure reason

(pgoyette)

2012-12-01 04:40:00 UTC MAIN commitmail json YAML

Now that we have a PR for the brokenness in "ipftest -P -N", mark the
related tests as Expected Failure rather than just skipping the tests.

(pgoyette)

2012-12-01 04:19:24 UTC MAIN commitmail json YAML

Based on the error messages, the test is not broken, but ipftest probably
in broken.

Once we can analyze the error further, we can open a PR in Gnats and then
move this to Expected-Failure.  But we shouldn't skip it because we'll
never come back to fix it.

(pgoyette)

2012-12-01 03:16:46 UTC MAIN commitmail json YAML

2012-12-01 03:09:55 UTC MAIN commitmail json YAML

Some updates:
  - add a vfs section and some vfs subareas
  - list all filesystems (some with "?", please fill in)
  - note that npf is rmind's and that christos knows about lint
  - note that I know about a few other things, e.g. quotas

(Remember that this is chiefly a list of who knows about what; being
listed for something here does not make you responsible for its bug
list or anything.)

(dholland)

2012-11-30 23:38:57 UTC matt-nb6-plus commitmail json YAML

2012-11-30 23:34:22 UTC matt-nb6-plus commitmail json YAML

Switch ARM to USE_COMPILERCRTSTUFF=no

(matt)

2012-11-30 23:32:14 UTC matt-nb6-plus commitmail json YAML

2012-11-30 23:24:22 UTC MAIN commitmail json YAML

Improve smbfs timestamp handling.
Don't round timestamp to 2 seconds resolution if the server
supports the CAP_INFOLEVEL_PASSTHRU capability.

(nakayama)

2012-11-30 18:13:30 UTC MAIN commitmail json YAML

Add alc* at pci, re-sort slightly to reduce diffs from GENERIC.

(riz)

2012-11-30 17:52:13 UTC MAIN commitmail json YAML

CATDEPS is bogus for mandoc, so disable it in that case.

(joerg)

2012-11-30 17:51:51 UTC MAIN commitmail json YAML

Don't force link and CSS options in bsd.own.mk, bsd.man.mk sets them.

(joerg)

2012-11-30 16:22:54 UTC MAIN commitmail json YAML

I am absolutely not happy with the name change, but I still feel responsible
for the code.

(mbalmer)

2012-11-30 14:46:48 UTC MAIN commitmail json YAML

If we're going to expect a failure, we need to use the correct shell
function!  "atf_expect_fail()" does not have a "_tc" in its name!

(pgoyette)

2012-11-30 13:26:37 UTC MAIN commitmail json YAML

Apply fix from hannken to ensure that VOP_ACCESS() is called on a
locked vnode for fd_nameiat(), fd_nameiat_simple() and do_sys_openat().
Fix both PR/47226 and PR/47255.

(njoly)

2012-11-30 10:14:18 UTC MAIN commitmail json YAML

Fix off by one error.

(msaitoh)

2012-11-30 08:25:35 UTC MAIN commitmail json YAML

Sort SYNOPSIS. Remove unnecessary Ns. Punctuation nit.

(wiz)

2012-11-30 08:19:01 UTC MAIN commitmail json YAML

2012-11-30 08:15:46 UTC MAIN commitmail json YAML

Use snprintf() instead of sprintf().

(msaitoh)

2012-11-30 08:12:27 UTC MAIN commitmail json YAML