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

2024-05-10 12:28:43 UTC Now

2011-03-18 16:18:45 UTC MAIN commitmail json YAML

Fix xref; security(8) -> security(7).

(jruoho)

2011-03-18 16:17:22 UTC MAIN commitmail json YAML

- no need to define MACHINE_ARCH in MD header
- include <mips/mips_param.h> after MACHINE is defined

(tsutsui)

2011-03-18 16:14:49 UTC MAIN commitmail json YAML

Remove xref to nonexistent option(4).

(jruoho)

2011-03-18 16:12:26 UTC MAIN commitmail json YAML

Note the previous also in the lead paragraph.

(jruoho)

2011-03-18 16:11:13 UTC MAIN commitmail json YAML

Note the 'fetch_pkg_vulnerabilities=YES' also here. In lack of a proper
name, put this under "administrative security".

(jruoho)

2011-03-18 15:32:26 UTC MAIN commitmail json YAML

Use .Ss for non-standard subtitles.

(jruoho)

2011-03-18 15:32:02 UTC MAIN commitmail json YAML

Use explicit size with fld.

(joerg)

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

2011-03-18 15:21:57 UTC MAIN commitmail json YAML

2011-03-18 15:19:43 UTC MAIN commitmail json YAML

Make this compile with options DEBUG and MIPS1 only config.

(tsutsui)

2011-03-18 15:18:16 UTC MAIN commitmail json YAML

Remove static branch prediction hints. They pessimize code for all CPUs
but Pentium IV. Discussed with ad@ and dsl@

(joerg)

2011-03-18 15:13:55 UTC MAIN commitmail json YAML

tools/mklocale has not required ctype_bits.h since the following fix:
http://mail-index.NetBSD.org/source-changes/2010/06/20/msg011122.html

Tested build.sh tools on CentOS 5.

(tsutsui)

2011-03-18 14:56:01 UTC MAIN commitmail json YAML

It would be nice if lint knew that abort() will never return.
For now just insert a /* NOTREACHED */ comment to fix the build failure.

(he)

2011-03-18 13:25:12 UTC ipsec-tools-0_8-branch commitmail json YAML

2011-03-18 13:20:27 UTC ipsec-tools-0_8-branch commitmail json YAML

updated News for 0.8 branch

(vanhu)

2011-03-18 10:50:36 UTC MAIN commitmail json YAML

disable use of gcc-specific "label as values" feature for HAVE_PCC

(plunky)

2011-03-18 10:48:20 UTC MAIN commitmail json YAML

Make xcb_icccm.h use the same type as icccm.c for win_gravity parameter,
fixes build with PCC which does not use "unsigned int" for enum type

from upstream:

    http://cgit.freedesktop.org/xcb/util-old/commit/?id=155c99470961b38ed090ef1b4767c87ec1042386

(plunky)

2011-03-18 10:42:55 UTC MAIN commitmail json YAML

Simplify some conversion by usig pre formatted strings and a function
to print a parameter.

(roy)

2011-03-18 09:52:54 UTC MAIN commitmail json YAML

re-add local ebusvar.h, and use it to share between ebus.c and ebus_mainbus.c

(mrg)

2011-03-18 09:51:00 UTC MAIN commitmail json YAML

Pull up fix from https://bugs.freedesktop.org/show_bug.cgi?id=28181 to
prevent random segfaults of the X server when using composite with the
ati driver.

This makes my X session rock solid when running KDE 4.5 on a MacBookPro
2,2 with an ATI Radeon Mobility X1600.  The X server was crashing very
frequently before.

OKed by mrg@ and macallan@.  Addresses PR xsrc/44730.

(jmmv)

2011-03-18 09:07:20 UTC MAIN commitmail json YAML

Test the proper array index. Discovered by sparc64 automatic test runs.

(martin)

2011-03-18 08:26:20 UTC MAIN commitmail json YAML

Add the specification to the SEE ALSO.

(jruoho)

2011-03-18 07:12:29 UTC MAIN commitmail json YAML

RMIXL_FLASH_BAR_MASK_MAX is __BITS(34,0)
so avoid using extent if that value overflows 'long'

(cliff)

2011-03-18 03:06:22 UTC MAIN commitmail json YAML

Kill a redundant lvalue cast in assembler constrained.

(joerg)

2011-03-18 02:14:56 UTC MAIN commitmail json YAML

- add config for gpio, iobus, nand, flash
- config for pcic, pcmcia stubbed for now (drivers TBD)
- ensure space-tab is used to maintain format when commented

(cliff)

2011-03-18 02:13:46 UTC MAIN commitmail json YAML

- add config for gpio
- add config for iobus, nand, flash

(cliff)

2011-03-18 02:01:45 UTC MAIN commitmail json YAML

2011-03-18 01:21:34 UTC MAIN commitmail json YAML

- fix typo when clearing pre-existing intrs in attach

(cliff)

2011-03-18 01:05:57 UTC MAIN commitmail json YAML

- add support for Peripherals IO Bus for RMI XL* chips

(cliff)

2011-03-18 01:04:46 UTC MAIN commitmail json YAML

- add NAND suport for RMI XL* chips

(cliff)

2011-03-18 01:04:09 UTC MAIN commitmail json YAML

- add support for Peripherals IO Bus for RMI XL* chips

(cliff)

2011-03-18 01:03:10 UTC MAIN commitmail json YAML

add gpio support for RMI XL* chips

(cliff)

2011-03-18 00:59:13 UTC MAIN commitmail json YAML

- remove obsolete "TBD" comment

(cliff)

2011-03-18 00:58:54 UTC MAIN commitmail json YAML

- add to struct rmixl_config storage for IO Peripherals Bus
base address, address mask, and bus space.

(cliff)

2011-03-18 00:58:35 UTC MAIN commitmail json YAML

- add register & bit defines for GPIO, Peripherals IO Bus, Flash, NAND

(cliff)

2011-03-18 00:57:51 UTC MAIN commitmail json YAML

- add suport for MT29FxGx family devices

(cliff)

2011-03-18 00:57:22 UTC MAIN commitmail json YAML

2011-03-17 22:15:57 UTC MAIN commitmail json YAML

Note HPPA TLS support.

(skrll)

2011-03-17 22:14:43 UTC MAIN commitmail json YAML

2011-03-17 22:13:58 UTC MAIN commitmail json YAML

Appease the hppa linker.

(skrll)

2011-03-17 22:07:52 UTC MAIN commitmail json YAML

Another TLS reloc. Thanks to joerg for a hint.

(skrll)

2011-03-17 19:48:37 UTC MAIN commitmail json YAML

Remove hack introduced in revision 1.6 to workaround a bug in atf-run that
would cause it to lock up while waiting for the p2k_ffs_fillfs test case
to complete (in some cases only).

This has been fixed by the upstream revision
3dd2481ec97b2fde76521939b6451d03ce989745 which I have just pulled into
our copy of atf.

(jmmv)

2011-03-17 19:45:36 UTC MAIN commitmail json YAML

Pull up revision 3dd2481ec97b2fde76521939b6451d03ce989745 from upstream:

Really kill subprocesses of a test case before waiting for its completion

Before waiting for any leftover output of the test case after it terminates,
we must ensure that all of its subprocess are really, really dead.  Otherwise,
these subprocesses may be sharing the stdout of the test case, in which case
our wait will block (potentially indefinitely).

This finally (well, hopefully) fixes some random lockups exposed by the
NetBSD test suite.  Reported by Antti Kantee after
tests/fs/vfs/t_full:p2k_ffs_fillfs was exposing this problem in a pretty
reproducible manner.

(jmmv)

2011-03-17 19:43:35 UTC MAIN commitmail json YAML

don't decrement if children are 0

(christos)

2011-03-17 19:06:46 UTC MAIN commitmail json YAML

.WAIT for makefs, because in most builds, it's the first target
which includes Makefile.nbincludes, whose beforedepend: has
some race condition I don't fully understand, and which has been
causing many (but not all!) -j16 builds on the autobuild cluster
to fail in tools since sometime between 201103061600 and 201103070900.

With the proper voodoo, I was able to get 8 builds in a row to fail
without this change, and 16 in a row to succeed with it.

XXX a proper fix likely involves reworking the beforedepend: target
of Makefile.nbincludes, but this should get the build cluster back up
to full functionality in the meanwhile.

(riz)

2011-03-17 17:53:02 UTC MAIN commitmail json YAML

Remove boiler plate paragraph in the CODE REFERENCES section.

(jruoho)

2011-03-17 17:13:29 UTC MAIN commitmail json YAML

ACPICA 20110316 is out.

(jruoho)

2011-03-17 16:56:58 UTC MAIN commitmail json YAML

Add stuff that the Freescale PowerQUICC3 ESDHC controllers have.

(matt)

2011-03-17 15:59:36 UTC MAIN commitmail json YAML

Properly set the frequency during suspend and resume. Should fix problems
introduced in the revision 1.42. Pointed out by Taylor C. Campbell.

(jruoho)

2011-03-17 15:59:32 UTC MAIN commitmail json YAML

2011-03-17 15:32:18 UTC MAIN commitmail json YAML

2011-03-17 14:42:58 UTC MAIN commitmail json YAML

fixed a memory leak in oakley_append_rmconf_cr() while generating plist. patch by Roman Hoog Antink <rha@open.ch>

(vanhu)

2011-03-17 14:39:07 UTC MAIN commitmail json YAML

free name later, to avoid a memory use after free in oakley_check_certid(). also give iph1->remote to some plog() calls. patch by Roman Hoog Antink <rha@open.ch>

(vanhu)

2011-03-17 14:35:24 UTC MAIN commitmail json YAML

fixed a memory leak in oakley_check_certid(). patch by Roman Hoog Antink <rha@open.ch>

(vanhu)

2011-03-17 14:06:30 UTC MAIN commitmail json YAML

Fix SYNOPSIS. Error found by martin.

(wiz)

2011-03-17 13:26:51 UTC MAIN commitmail json YAML

umass doesn't take channel.

(tsutsui)

2011-03-17 13:25:54 UTC MAIN commitmail json YAML

Include files.ata for atapibus at umass.

(tsutsui)

2011-03-17 10:02:54 UTC MAIN commitmail json YAML

Remove the bulk "this section describes places within [...]" -paragraph.

(jruoho)

2011-03-17 04:46:29 UTC rmind-uvmplock commitmail json YAML

- Fix tlbflushg() to behave like tlbflush(), if page global extension (PGE)
  is not (yet) enabled.  This fixes the issue of stale TLB entry, experienced
  early on boot, when PGE is not yet set on primary CPU.
- Rewrite i386/amd64 TLB interrupt handlers in C (only stubs are in assembly),
  which simplifies and unifies (under x86) code, plus fixes few bugs.
- cpu_attach: remove assignment to cpus_running, as primary CPU might not be
  attached first, which causes reset (and thus missed secondary CPUs).

(rmind)

2011-03-17 03:21:11 UTC MAIN commitmail json YAML

rework the data/parity bytes command line specification to be more natural,
especially for this area of erasure codes.

(agc)

2011-03-17 02:35:29 UTC MAIN commitmail json YAML

2011-03-17 01:01:15 UTC MAIN commitmail json YAML

Since this is use pthread_int.h, it needs __LIBPTHREAD_SOURCE__ to be defined.

(matt)

2011-03-17 00:43:48 UTC MAIN commitmail json YAML

Add __HAVE___LWP_GETTCB_FAST support (for mips and powerpc).

(matt)

2011-03-16 23:20:02 UTC MAIN commitmail json YAML

2011-03-16 23:19:32 UTC MAIN commitmail json YAML

Add Freescale P2020/P2010 device ids

(matt)

2011-03-16 21:38:54 UTC MAIN commitmail json YAML

use C99 style for variadic macro arguments

(plunky)

2011-03-16 21:36:55 UTC MAIN commitmail json YAML

use C99 style for variadic macro arguments

(plunky)

2011-03-16 21:35:30 UTC MAIN commitmail json YAML

use C99 style for variadic macro arguments

(plunky)

2011-03-16 21:15:30 UTC MAIN commitmail json YAML

2011-03-16 21:12:16 UTC MAIN commitmail json YAML

2011-03-16 21:11:13 UTC MAIN commitmail json YAML

First pass at a P2020RDB configuration.

(matt)

2011-03-16 21:10:35 UTC MAIN commitmail json YAML

2011-03-16 20:17:00 UTC MAIN commitmail json YAML

- safer way to count kids
- if we are really bombarded with connections, don't bother to fork() and
  converse.

(christos)

2011-03-16 20:16:00 UTC MAIN commitmail json YAML

provide unconst for the havenots

(christos)

2011-03-16 15:14:08 UTC MAIN commitmail json YAML

Set R_CAUSE into trapframe in curlwp before calling mips_fpu_trap()
for workaround PR port-mips/44639.

mipsX_user_gen_exception() in mipsX_subr.S (which may call
mips_fpu_trap()) doesn't set R_CAUSE in curlwp trapframe, while
mips1_use_intr() in locore_mips1.S (that may call mips_fpu_intr()) does.

All tests in tests/lib/libc/ieeefp on MIPS3 should pass now.

(tsutsui)

2011-03-16 14:54:31 UTC MAIN commitmail json YAML

Fix possible load delay hazard on R3000.
(probably no one has set breakpoint on R3000?)

(tsutsui)

2011-03-16 14:47:34 UTC MAIN commitmail json YAML

Split device_t/softc. Tested on GXemul.

(tsutsui)

2011-03-16 14:43:37 UTC MAIN commitmail json YAML

2011-03-16 14:39:26 UTC MAIN commitmail json YAML

2011-03-16 14:28:39 UTC MAIN commitmail json YAML

2011-03-16 14:23:19 UTC MAIN commitmail json YAML

Fix signedness issue triggered by 64 bit time_t.

(tsutsui)

2011-03-16 13:38:35 UTC MAIN commitmail json YAML

Set sr_bits[IPL_HIGH] properly, rather than setting sr_bits[IPL_VM] twice.

I wonder if gcc could warn such botch in C99 array or member initializers...

(tsutsui)

2011-03-16 13:26:55 UTC MAIN commitmail json YAML

vr_intr_handler[] takes status for hardclock(9), not ipending.

(tsutsui)

2011-03-16 13:24:43 UTC MAIN commitmail json YAML

Avoid possible future device_t/softc confusion.

(tsutsui)

2011-03-16 13:23:42 UTC MAIN commitmail json YAML

Blindly prepare an equivalent function with old _spllower(~MIPS_INT_MASK_0)
that disabled all interrupts except PIU.  Compile test only.

(tsutsui)

2011-03-16 13:08:22 UTC MAIN commitmail json YAML

Put awful kludge to make MI kloader.c link on hpcmips.
XXX: sys/dev/kloader.c should not refer avail_start and avail_end

(tsutsui)

2011-03-16 12:39:44 UTC MAIN commitmail json YAML

If TLS support is present, use it for pthread__self(). The
initialisation order is correct in this case as _lwp_setprivate has been
called already by ld.elf_so for dynamic programs or _libc_init for
statically linked ones.

(joerg)

2011-03-16 11:44:01 UTC MAIN commitmail json YAML

Convert hashtab to Elf_Symindx type, and use it directly to get symbol
count. Remove now unused GETVECWORDn macro.

This is needed to make it work on alpha which use non-standard 64bit
values for the symbol hash table section, unlike all other archs.

(njoly)

2011-03-16 11:35:37 UTC MAIN commitmail json YAML

sys/arch/x86/x86/iclockmod.c has been removed.

(jakllsch)

2011-03-16 09:32:12 UTC MAIN commitmail json YAML

2011-03-16 06:02:37 UTC MAIN commitmail json YAML

Fix build with no pchb. From Aran Clauson in PR 44720.

(dholland)

2011-03-16 05:49:44 UTC MAIN commitmail json YAML

2011-03-16 05:31:04 UTC MAIN commitmail json YAML

2011-03-16 05:08:29 UTC MAIN commitmail json YAML

change the CPU speed sysctl to look more like the ACPI ones, as in
machdep.<name>.frequency.available etc. so estd can work with minimal changes

(macallan)

2011-03-16 04:00:43 UTC MAIN commitmail json YAML

2011-03-16 03:54:51 UTC MAIN commitmail json YAML

don't try to turn on parity or set the latency timer, or dump pci config
space for the pci bridge in sparc64_pci_enumerate_bus().  it doesn't work
on PCIe adapters.  #if 0'ed for now, should move this into psycho/schizo.

(mrg)

2011-03-16 03:51:29 UTC MAIN commitmail json YAML

2011-03-16 03:49:53 UTC MAIN commitmail json YAML

add back the old iommureg definition, as iommureg_old.

(mrg)

2011-03-16 02:41:19 UTC MAIN commitmail json YAML

various changes to adapt for Fire controller support, based upon the
openbsd code to do the same:

- add the tsb size into the ptsb bits
- avoid setting tsbsize in the CR
- disable IDB_INFO for now; it crashes
- add new macros for reading/writing IOMMU registers (need to use
  these more regularly across the whole file)
- add a missing membar #lookaside
- add support for flushing the pyro(4) caches
- extend struct iommureg to include everything pyro

(mrg)

2011-03-16 02:35:48 UTC MAIN commitmail json YAML

add some control registers found on the Fire and Jupiter busses.
from openbsd.

(mrg)

2011-03-16 02:34:11 UTC MAIN commitmail json YAML

add struct ebus_mainbus_ranges.  from openbsd.

(mrg)

2011-03-16 01:47:19 UTC MAIN commitmail json YAML

Add the SMC SMCWUSB-N2 to the list of adapters known to work.

(riz)

2011-03-16 01:30:25 UTC MAIN commitmail json YAML

Remove one last reference to commaize_number.3

(erh)

2011-03-16 00:50:28 UTC MAIN commitmail json YAML

goodbye short-live commaize_number(3), if you liked it:
#define commaize_number(s, l, n) snprintf(s, l, "%'llu", (unsigned long long)n)

(christos)

2011-03-16 00:48:35 UTC MAIN commitmail json YAML

remove commaize_number.

(christos)

2011-03-15 23:27:47 UTC MAIN commitmail json YAML

Add otus(4), Atheros AR9100U usb wireless driver.

(riz)

2011-03-15 23:11:49 UTC MAIN commitmail json YAML

support grouping format.

(christos)

2011-03-15 22:53:42 UTC MAIN commitmail json YAML

- use printf(3) "'" format to do thousands grouping instead of custom version.
- fix sign format inconsistencies.

(christos)

2011-03-15 19:54:14 UTC MAIN commitmail json YAML

don't need to supply __myservername__ and __myxconfigfile__ as they
are generated internally from __xservername__ and __xconfigfile__

(plunky)

2011-03-15 15:30:53 UTC MAIN commitmail json YAML

German uses dot as thousands separator

(martin)

2011-03-15 14:37:21 UTC MAIN commitmail json YAML

Add SH3 and x86 for the TLS support

(joerg)

2011-03-15 13:20:14 UTC MAIN commitmail json YAML

directly call isakmp_ph1delete() instead of scheduling isakmp_ph1delete_stub(), as it is useless an can lead to memory access after free

(vanhu)

2011-03-15 12:21:08 UTC MAIN commitmail json YAML

put in a proto for commaize_number()
(nb. doing this purely as the minimum work solution to get a working build)

(pooka)

2011-03-15 11:42:03 UTC MAIN commitmail json YAML

initial port of these drivers to netbsd.  both pyro(4) and ebus(4) at
mainbus depend upon other as-yet uncommited changes.

(mrg)

2011-03-15 11:22:18 UTC MAIN commitmail json YAML

also attach for su16552 compatible devices.

(mrg)

2011-03-15 11:21:04 UTC MAIN commitmail json YAML

import the openbsd pyro and ebus_mainbus drivers for base reference.

Status:

Vendor Tag: openbsd
Release Tags: openbsd-20110312

(mrg)

2011-03-15 09:35:05 UTC MAIN commitmail json YAML

don't spam connection errors to stderr by default

(pooka)

2011-03-15 08:36:16 UTC MAIN commitmail json YAML

Add -M to usage.

(wiz)

2011-03-15 08:36:02 UTC MAIN commitmail json YAML

Remove trailing whitespace. Add -M to usage.

(wiz)

2011-03-15 08:33:35 UTC MAIN commitmail json YAML

Shorten Nd by putting the comment there in a paragraph in the body.
Use more markup. Sort SEE ALSO. Fix typo. Capitalize NetBSD like
we all love it.

(wiz)

2011-03-15 07:42:36 UTC MAIN commitmail json YAML

Note recent MIPS changes

(matt)

2011-03-15 07:40:53 UTC MAIN commitmail json YAML

Add support for the MIPS TLS reloc types in shared libraries.

(matt)

2011-03-15 07:40:18 UTC MAIN commitmail json YAML

2011-03-15 07:39:23 UTC MAIN commitmail json YAML

Add separate support for MIPS32R2 and MIPS64R2.
Use EHB/SSNOP and jr.hb ra as appropriate (COP0_SYNC now uses them).
Add support for COP_0_HWRENA and COP_0_USERLOCAL (use by rdhwr $3,$29
instruction for TLS support).
Add mips3+ reserved instruction handler to emulate rdhwr is many fewer
instructions.

(matt)

2011-03-15 07:33:55 UTC MAIN commitmail json YAML

2011-03-15 07:33:36 UTC MAIN commitmail json YAML

2011-03-15 07:32:53 UTC MAIN commitmail json YAML

Use KDASSERT and kpreempt_disable/enable in pmap_tlb_asid_check

(matt)

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

Make sure we do proper locking if LOCKDEBUG is defined

(matt)

2011-03-15 03:52:38 UTC MAIN commitmail json YAML

PR#7540, add a -M option to ls which causes sizes (and number of blocks) to be
displayed with comma separators (or a locale specific separator).

(erh)

2011-03-15 03:47:04 UTC MAIN commitmail json YAML

PR#7540, add a commaize_number function, which inserts comma into a string
of digits to make it more readable.  This is soon to be used in /bin/ls.

(erh)

2011-03-15 00:48:04 UTC MAIN commitmail json YAML

Don't define acl_alloc and acl_free during kernel builds.
Fixes module build with clang.

(joerg)

2011-03-14 23:02:16 UTC MAIN commitmail json YAML

Record address from offer to actually send it as part of the
request.  May fix interaction with some pickier dhcp servers
(like riz's).  Thanks to Jeff for debugging assistance.

(pooka)

2011-03-14 20:41:25 UTC MAIN commitmail json YAML

Use /dev/null instead of stdin for fd.  Otherwise if the tests are
run with stdin as a pipe (e.g. from cron) the test fails with ESPIPE.

(pooka)

2011-03-14 20:12:40 UTC MAIN commitmail json YAML

Make debugging code compile.

(jakllsch)

2011-03-14 19:05:20 UTC MAIN commitmail json YAML

Apparently this way of triggering the msdosfs rename vnode leak
does not bite every time (most commonly observed on the amd64/qemu
runs), so add a race condition catcher.

(pooka)

2011-03-14 17:18:13 UTC MAIN commitmail json YAML

Explicitly compare return value of cmpsaddr() against a return value
define to make it more obvious what is the intended action. One more
return value is also added, to fix comparison of security policy
descriptors. Namely, getsp() should not allow wildcard matching (as the
comment says, it does exact matching) - otherwise we get problems when
kernel has generic policy with no ports, and a second similar policy with
ports.

(tteras)

2011-03-14 15:57:34 UTC MAIN commitmail json YAML

test RUMPHIJACK fdoff=8

(pooka)

2011-03-14 15:57:23 UTC MAIN commitmail json YAML

test RUMPHIJACK fdoff=8

(pooka)

2011-03-14 15:56:41 UTC MAIN commitmail json YAML

2011-03-14 15:50:37 UTC MAIN commitmail json YAML

2011-03-14 15:21:23 UTC MAIN commitmail json YAML

2011-03-14 15:15:47 UTC MAIN commitmail json YAML

fdoff is descriptive enough

(pooka)

2011-03-14 15:13:26 UTC MAIN commitmail json YAML

Make fdoffset configurable.  Also, enforce that host descriptors
are smaller than the offset.

(pooka)

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

2011-03-14 13:53:56 UTC MAIN commitmail json YAML

2011-03-14 12:31:13 UTC MAIN commitmail json YAML

Fix Kerberos prefix in xrefs (krb55 -> krb5).

(njoly)

2011-03-14 12:03:45 UTC MAIN commitmail json YAML

remove unnecessary superuser check -- bind will fail if bind fails

(pooka)

2011-03-14 11:44:21 UTC MAIN commitmail json YAML

OOPS has been reverted.

(christos)

2011-03-14 11:13:22 UTC MAIN commitmail json YAML

aaaand actually make the logic clause correct

(pooka)

2011-03-14 11:10:35 UTC MAIN commitmail json YAML

make the code also correctly correct, not just xxxgcc'ly correct

(pooka)

2011-03-14 11:08:29 UTC MAIN commitmail json YAML

* attempt to make this endian-independent (tested only on el)
* write via libpcap (since i thought there would be some fancy
  api to deal with endianness.  after doing 80% of the work i
  noticed there wasn't, but went ahead anyway)

(pooka)

2011-03-14 09:25:01 UTC MAIN commitmail json YAML

2011-03-14 09:19:24 UTC MAIN commitmail json YAML

check if we got RMCONF_ERR_MULTIPLE from getrmconf_by_ph1() in revalidate_ph1tree_rmconf()

(vanhu)

2011-03-14 08:49:29 UTC MAIN commitmail json YAML

More PLABELS are required due to TLS stuff.

(skrll)

2011-03-14 08:21:54 UTC MAIN commitmail json YAML

2011-03-14 08:20:15 UTC MAIN commitmail json YAML

First cut at mdtls.c for hppa.

(skrll)

2011-03-13 23:44:15 UTC MAIN commitmail json YAML

fix debugging printfs.

(christos)

2011-03-13 21:26:31 UTC MAIN commitmail json YAML

EJUSTRETURN is expected return from sys_execve()

(sjg)

2011-03-13 21:08:45 UTC MAIN commitmail json YAML

Fill in TLS related fields in dl_iterate_phdr if TLS is supported

(joerg)

2011-03-13 18:23:30 UTC MAIN commitmail json YAML

Fix source list for ffs module.

(bouyer)

2011-03-13 15:40:01 UTC MAIN commitmail json YAML

2011-03-13 15:23:43 UTC MAIN commitmail json YAML

With the new boot argument "altboot" the program can replace itself with a
new binary while running.
The default boot path was changed from nfs: to wd0:.
Bumped altboot version to 1.7.

(phx)

2011-03-13 12:58:02 UTC MAIN commitmail json YAML

Bump the install image size from 1.5 to 1.6M so that it fits again.

(he)

2011-03-13 09:12:35 UTC MAIN commitmail json YAML

Add serial comma, quote minus, fix NetBSD version in HISTORY.

(wiz)

2011-03-13 09:11:54 UTC MAIN commitmail json YAML

Add serial comma, quote minus, add HISTORY for strnunvis and strnunvisx.

(wiz)

2011-03-13 07:40:45 UTC MAIN commitmail json YAML

cast "~0" to (size_t) when passing to a size_t taking function.
fixes lint build errors.

(mrg)

2011-03-13 05:26:14 UTC MAIN commitmail json YAML

Fix reset status. Clear some flags for active pipes after completing hard reset.

(kiyohara)

2011-03-13 05:03:21 UTC MAIN commitmail json YAML

Tidy up the SEE ALSO section. Namely, do not duplicate a big list of xrefs
that are already used in the body of the text.

(jruoho)

2011-03-13 04:58:55 UTC MAIN commitmail json YAML

2011-03-13 04:57:21 UTC MAIN commitmail json YAML

Xref hpet(4) and hz(9).

(jruoho)

2011-03-13 04:48:53 UTC MAIN commitmail json YAML

clean up the glsl generated files.

(mrg)

2011-03-13 01:56:22 UTC MAIN commitmail json YAML

2011-03-12 23:04:17 UTC MAIN commitmail json YAML

Fix the usage of the -s option to mention using it multiple times, rather
than the deprecated colon separated syntax.

(erh)

2011-03-12 22:54:37 UTC MAIN commitmail json YAML

2011-03-12 22:34:52 UTC MAIN commitmail json YAML

mvsoc needs pic_splfuncs.

(nonaka)

2011-03-12 21:55:10 UTC MAIN commitmail json YAML

Avoid a dependency issue between pthread TLS by using simple atomic
initialisation, possibly running the initialisation loop more than once.

(joerg)

2011-03-12 19:52:48 UTC MAIN commitmail json YAML

Fix various vis/unvis issues:
- no need for all the weak symbols
- define a new _VIS_END flag for UNVIS_END so that there are no collisions
  between and vis and unvis flags.
- add bound versions of the vis and unvis functions that take the length of
  the destination buffer. Unlike the OpenBSD ones they return -1 or NULL if
  the buffer is not large enough, instead of silently truncating.

(christos)

2011-03-12 18:27:42 UTC MAIN commitmail json YAML

Apropos, pcap doesn't export the on-disk pcap packet header but
only the in-memory one.  Since the in-memory one uses struct timeval
and the on-disk one uses 32bit time_t, things didn't work so well
on -current.  Generate a suitable local packetheader to fix things.
(don't think it's worth writing via libpcap for something as simple
as this)

noticed both by bouyer and the shmif_dumpbus test

(pooka)

2011-03-12 16:52:05 UTC MAIN commitmail json YAML

When shutting down the network interface it is not enough to stop it. Some
boards also need to reset the chip, otherwise bad things can happen.

(phx)

2011-03-12 16:49:17 UTC MAIN commitmail json YAML

The DSM-G600's satellite microcontroller provides no possibility to reboot
or powerdown the board, so we can only support reboot by falling back to
a default reboot procedure.
The default procedure will turn off interrupts and the MMU, then jump
through the firmware's reset vector (0xfff00100).

(phx)

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

When rebooting flush the instruction pipeline first, then do an absolute
jump to 0xfff00100.

(phx)

2011-03-12 16:41:23 UTC MAIN commitmail json YAML

Introduced an optional shutdown function for all network interfaces.
This is needed to stop a NIF and make it return to a known state. A running
NIF may cause all sorts of bad effects, like for example making it impossible
to reboot a board without a hardware-reset function.

(phx)

2011-03-12 14:19:25 UTC MAIN commitmail json YAML

Disable SSP warnings for a few files to make this build with "USE_SSP=yes".

(tron)

2011-03-12 14:03:39 UTC MAIN commitmail json YAML

2011-03-12 13:43:58 UTC MAIN commitmail json YAML

Add support for multiple rump servers in shutdown and cleanup

(bouyer)

2011-03-12 13:33:18 UTC MAIN commitmail json YAML

Fix another instance of the same typo in the same comment!  dosn't -->
doesn't

Thanks again, Jukka!

(pgoyette)

2011-03-12 13:25:42 UTC MAIN commitmail json YAML

2011-03-12 13:24:15 UTC MAIN commitmail json YAML

Bump date for SMSC EMC6D103S.

(wiz)

2011-03-12 13:23:17 UTC MAIN commitmail json YAML

2011-03-12 13:22:24 UTC MAIN commitmail json YAML

2011-03-12 13:22:03 UTC MAIN commitmail json YAML

CLEANFILES is not processed by <bsd.files.mk> so don't assume that
anything assigned there will be cleaned up; handle clean up of the
PKGCONFIG files explicitly. (eg lib/dri/dri.pc was not cleaned)

(plunky)

2011-03-12 13:20:00 UTC MAIN commitmail json YAML

Sort sections, remove superfluous Pp, upper-case names.

(wiz)

2011-03-12 12:30:40 UTC MAIN commitmail json YAML

Define qfextension here

(bouyer)

2011-03-12 12:28:47 UTC MAIN commitmail json YAML

Don't include quotautil.h here, it's not used.

(bouyer)

2011-03-12 12:15:46 UTC MAIN commitmail json YAML

in order that generated MAN files are cleaned up, bsd.x11.mk needs
to be included after the MAN= assignment. Then we need to explicitly
include bsd.own.mk before .PATH to get the value of X11SRCDIRMIT

(plunky)

2011-03-12 11:43:38 UTC MAIN commitmail json YAML

Remove implicit include <dev/sbus/sbusvar.h> from autoconf.h, and
add it explicitly in files depending on it.

(nakayama)

2011-03-12 11:42:57 UTC MAIN commitmail json YAML

2011-03-12 11:32:11 UTC MAIN commitmail json YAML

Add AGM (annual general meeting).

(tron)

2011-03-12 08:20:42 UTC MAIN commitmail json YAML

2011-03-12 08:13:11 UTC MAIN commitmail json YAML

othersrc/external/bsd/threshold/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/Makefile.inc@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/TODO@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/aclocal.m4@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/autom4te.cache/output.0@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/autom4te.cache/requests@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/autom4te.cache/traces.0@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/buildaux/config.guess@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/buildaux/config.sub@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/buildaux/depcomp@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/buildaux/install-sh@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/buildaux/ltmain.sh@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/buildaux/missing@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/configure@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/configure.ac@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/include/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/include/threshold.h@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/libtool@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/threshold/dist/src/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 19 files)
Initial import into othersrc of a library and program to do
threshold-based data sharing - data can be recovered when the
constituent threshold shares of the original data are presented.  This
library implements Rabin's IDA, and there are also some proof of
concept RAID4 and RAID5 functions in there too.


Status:

Vendor Tag: CROOKS
Release Tags: threshold-base

(agc)