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

2024-05-10 18:38:20 UTC Now

2011-01-04 16:25:20 UTC MAIN commitmail json YAML

Remove arch check now that rump smp is available on all host archs.

(pooka)

2011-01-04 16:23:36 UTC MAIN commitmail json YAML

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

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

Now that PR/44311 is fixed we can remove the expected-failure from this
test.

(pgoyette)

2011-01-04 11:41:24 UTC MAIN commitmail json YAML

Fix to build failure.  Include uvm/uvm_extern.h for pmap_extract().

(kiyohara)

2011-01-04 11:38:59 UTC MAIN commitmail json YAML

Turn off VERBOSE_ARM_INIT

(matt)

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

Check that file attributes can be changed (where applicable).

(pooka)

2011-01-04 11:00:31 UTC MAIN commitmail json YAML

Need to deal with msg_iov in netbsd32_to_msghdr.

(matt)

2011-01-04 10:59:29 UTC MAIN commitmail json YAML

2011-01-04 10:58:15 UTC MAIN commitmail json YAML

check from_cidr_to_union() result

(kefren)

2011-01-04 10:42:34 UTC MAIN commitmail json YAML

2011-01-04 10:40:18 UTC MAIN commitmail json YAML

Stop using aprint_debug(9) in an interrupt handler.

(jruoho)

2011-01-04 10:35:10 UTC MAIN commitmail json YAML

Fix fd leak in error case. Found by cppcheck.

(wiz)

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

Fix fd leaks. Found by cppcheck.

(wiz)

2011-01-04 10:30:21 UTC MAIN commitmail json YAML

Close masterfd after reading from it. Found by cppcheck.

(wiz)

2011-01-04 10:26:56 UTC MAIN commitmail json YAML

Fix possible NULL pointer dereference in #ifdef AS_DEBUG_FILE.
Found by cppcheck.

(wiz)

2011-01-04 10:23:40 UTC MAIN commitmail json YAML

unifdef -U RCSSTAT
This code was added in 1.2 by brezak with changes for the commit message:
"Change <sys/dir.h> to <dirent.h>"
and looks like it never worked.

(wiz)

2011-01-04 10:18:42 UTC MAIN commitmail json YAML

Fix more memory leaks in case malloc fails

(kefren)

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

Fix fd leaks in error cases. Found by cppcheck.

(wiz)

2011-01-04 10:10:39 UTC MAIN commitmail json YAML

Fix fd leak in error case. Found by cppcheck.

(wiz)

2011-01-04 10:05:55 UTC MAIN commitmail json YAML

Use pclose() after popen(). Found by cppcheck.

(wiz)

2011-01-04 10:01:51 UTC MAIN commitmail json YAML

Fix fd leaks in error cases. Found by cppcheck.

(wiz)

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

Fix memory leak in error case. Found by cppcheck.

(wiz)

2011-01-04 09:49:16 UTC MAIN commitmail json YAML

Need to check for VNOVAL when setting attrs.

(pooka)

2011-01-04 09:48:21 UTC MAIN commitmail json YAML

Fix fd leaks in error cases. Found by cppcheck.

(wiz)

2011-01-04 09:43:39 UTC MAIN commitmail json YAML

Fix fd leak in error cases. Found by cppcheck.

(wiz)

2011-01-04 09:42:21 UTC MAIN commitmail json YAML

Fix memory leak in error case. Found by cppcheck.

XXX: so_tag has same problem?

(wiz)

2011-01-04 09:36:13 UTC MAIN commitmail json YAML

Fix fd leaks in error cases. Found by cppcheck.

(wiz)

2011-01-04 09:32:31 UTC MAIN commitmail json YAML

Fix fd leaks in error cases. Found by cppcheck.

(wiz)

2011-01-04 09:28:44 UTC MAIN commitmail json YAML

Fix fd leaks. Found by cppcheck.
While here, fix typo in warning message.

(wiz)

2011-01-04 09:25:21 UTC MAIN commitmail json YAML

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

Add missing breaks in switch statement. Found by cppcheck.

(wiz)

2011-01-04 09:14:42 UTC MAIN commitmail json YAML

Fix fd leak in error case. Found by cppcheck.

(wiz)

2011-01-04 09:13:56 UTC MAIN commitmail json YAML

2011-01-04 09:13:23 UTC MAIN commitmail json YAML

Close fd in error case. Found by cppcheck.

(wiz)

2011-01-04 09:13:19 UTC MAIN commitmail json YAML

Add ukphy (makes MIIVERBOSE happier)

(matt)

2011-01-04 09:04:24 UTC MAIN commitmail json YAML

Use format string for err(). From Henning Petersen in PR 44326.

(wiz)

2011-01-04 08:58:59 UTC MAIN commitmail json YAML

Supply a hook at allow an RAMDISK image to automagically inserted into a
newly built kernel.

(matt)

2011-01-04 08:26:33 UTC MAIN commitmail json YAML

Add better color matching selecting free pages.  KM pages will now allocated
so that VA and PA have the same color.  On a page fault, choose a physical
page that has the same color as the virtual address.

When allocating kernel memory pages, allow the MD to specify a preferred
VM_FREELIST from which to choose pages.  For machines with large amounts
of memory (> 4GB), all kernel memory to come from <4GB to reduce the amount
of bounce buffering needed with 32bit DMA devices.

(matt)

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

Add a MD hook to indicate a change of vmspace due to exec.  (This is useful
to update any cpu flag due to a change to/from a 64bit and a 32bit address
space).  This can set the state needed for copyout/copyin before setregs
is invoked.

(matt)

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

Print the number of page colors in use with db> show uvm

(matt)

2011-01-04 07:43:42 UTC MAIN commitmail json YAML

Tsort functions and remove a small #if 0 block leftover from earlier cleanup.
No functional change.

(dholland)

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

Make the alternate name for "manet" caps so it's not a duplicate.
Gives the impression of closing PR 44311.

(dholland)

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

fsck should be in acronyms.comp, not the regular acronyms file.

(dholland)

2011-01-04 06:17:38 UTC MAIN commitmail json YAML

If we're going to have non-acronyms like "1337" and "noob" in here,
at least define them properly. In particular, don't define "noob" as "noob".

(dholland)

2011-01-04 05:48:49 UTC MAIN commitmail json YAML

Revert the changes made in the commit:

  "Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks.
  There is a small and unlikely race when the drivers are loaded as modules;
  suspend, resume, queue a function, and immediately unload the module."

Queueing the checks in the resume hooks was observed to improve the resume
time by several seconds (!) on a system with poorly implemented AML code.
The observed race condition is a wider issue related to modules; things like
sysmon_taskq(9) should be modified to allow cancelling of queued functions.

(jruoho)

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

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

withdraw my name from the copyright notice as there is little code
substance made by me.

(nisimura)

2011-01-04 02:19:32 UTC MAIN commitmail json YAML

2011-01-04 01:52:31 UTC MAIN commitmail json YAML

If using a kernel ldscript, make sure it's added to the list of kernel
dependencies.

(matt)

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

add support for autostarting watchdogs (wdog was started by firmware
and can't be disabled).  Add critical pool hooks for kernel tickled
watchdogs.

(matt)

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

When determining max/min sym value, ignore ABS symbols which don't
have a type.  This stops ksym thinking that the _KERNEL_OPT symbols
could actually be useful.

(matt)

2011-01-04 01:37:55 UTC MAIN commitmail json YAML

Switch back to malloc since kmem isn't softintr safe.

(matt)

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

Use LIST_FOREACH when possible.

(matt)

2011-01-04 01:28:15 UTC MAIN commitmail json YAML

Make this support the DS1553 as well.  Add support for the centry reg which
newer RTCs seem to have.

(matt)

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

Add the new mpc85xx/booke device names.

(matt)

2011-01-04 01:25:17 UTC MAIN commitmail json YAML

Add a generic Motorola/Freescale i2c driver.  This was taken from sandpoint
and heavily modified.  It works on most Freescale PowerPC and ARM SoCs.

(matt)

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

Add a generic Motorola/Freescale i2c driver.  This was taken from sandpoint
and heavily modified.  It works on most Freescale PowerPC and ARM SoCs.

(matt)

2011-01-04 00:09:43 UTC MAIN commitmail json YAML

Don't try to change the size of non-reg nodes or when vattr doesn't
contain a new size.

from njoly

(pooka)

2011-01-03 20:51:26 UTC MAIN commitmail json YAML

Don't run FP Exception tests under qemu - they don't work.

While here, properly skip certain tests on vax architecture.  (It is
not legal to have a test-program with zero test cases, so each test
case needs to check-and-skip.)

(pgoyette)

2011-01-03 19:25:48 UTC MAIN commitmail json YAML

Ooopppsss - locale/ tests are not yet ready - don't SUBIDR yet

(pgoyette)

2011-01-03 19:20:12 UTC MAIN commitmail json YAML

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

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

2011-01-03 14:57:06 UTC MAIN commitmail json YAML

kqueue signal filters are not supported, so be explicit about it.

(pooka)

2011-01-03 14:07:10 UTC MAIN commitmail json YAML

Apparently, the ad.{MACHINE_ARCH} files are not processed when

${MACHINE} == ${MACHINE_ARCH}

So rename the files for affected ports accordingly.

This is confirmed to fix build breakage on port-i386 reported by
gson@ gson.org in private Email thread.

(pgoyette)

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

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

destroy mutex/cv before freeing the struct holding them, fixes
LOCKDEBUG panic

(drochner)

2011-01-03 12:18:25 UTC MAIN commitmail json YAML

Fix usage (8th bit begone!)

(wiz)

2011-01-03 11:35:04 UTC MAIN commitmail json YAML

Document import of dhcpcd-5.2.10

(roy)

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

Don't build the getline shim anymore as the NetBSD libc getline(3) has
proven itself now.

(roy)

2011-01-03 11:28:28 UTC MAIN commitmail json YAML

2011-01-03 10:44:40 UTC MAIN commitmail json YAML

Add -c to control the number of CPUs configured in the kernel.

(pooka)

2011-01-03 09:39:46 UTC MAIN commitmail json YAML

2011-01-03 09:37:43 UTC MAIN commitmail json YAML

make this work when rawpart != d

(pooka)

2011-01-03 09:35:33 UTC MAIN commitmail json YAML

Give this a chance of working on non-4kB pagesize.
from martin's sparc64 test run

(pooka)

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

remove another extraneous static

(dholland)

2011-01-03 09:10:54 UTC MAIN commitmail json YAML

2011-01-03 08:50:23 UTC MAIN commitmail json YAML

Scan for devices that are "hot-pluggable".

(jruoho)

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

Add (commented out) options MODULAR.  Confirmed working on XM6i.

(tsutsui)

2011-01-03 06:07:44 UTC MAIN commitmail json YAML

2011-01-03 05:34:54 UTC MAIN commitmail json YAML

avoid a double free - from Anthony Bentley.

(agc)

2011-01-03 03:43:23 UTC MAIN commitmail json YAML

Enable options DDB.  Ok from isaki@

(tsutsui)

2011-01-03 02:53:15 UTC MAIN commitmail json YAML

PR/44310: Alexander Nasonov: write to /dev/bpf truncates size_t to int

(christos)

2011-01-03 00:55:18 UTC MAIN commitmail json YAML

The servent test has been atf-ified

(pgoyette)

2011-01-02 22:10:24 UTC MAIN commitmail json YAML

2011-01-02 22:06:41 UTC MAIN commitmail json YAML

Sets list magic for the servent/protoent/hash tests

(pgoyette)

2011-01-02 22:04:45 UTC MAIN commitmail json YAML

Add the new directory for hash test data

(pgoyette)

2011-01-02 22:03:25 UTC MAIN commitmail json YAML

2011-01-02 22:03:25 UTC MAIN commitmail json YAML

Prefix section headers for 1 to 9 with "NetBSD " to match output
for non-HTML pages (i.e. groff ones). Noted by njoly.

(wiz)

2011-01-02 21:39:24 UTC MAIN commitmail json YAML

If we survive the check for wrong signal code, reset our expectation to
"pass" before checking the signal errno.

(pgoyette)

2011-01-02 21:37:01 UTC MAIN commitmail json YAML

Zero the in-memory super block after allocation.  It contains a pointer
that, if not properly initialized, could be improperly deallocated.

(jakllsch)

2011-01-02 21:34:01 UTC MAIN commitmail json YAML

2011-01-02 21:17:19 UTC MAIN commitmail json YAML

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

kern/44310: Alexander Nasonov: write to /dev/bpf truncates size_t to int

(christos)

2011-01-02 20:50:56 UTC MAIN commitmail json YAML

Simplify and avoid kernel segv when the list is NULL.

(christos)

2011-01-02 19:24:48 UTC MAIN commitmail json YAML

Kernels modules are c99 (gnu99) just like the kernel.
Add(move) -std=gnu99 to CPPFLAGS (from COPTS).

(matt)

2011-01-02 18:48:07 UTC MAIN commitmail json YAML

2011-01-02 18:39:11 UTC MAIN commitmail json YAML

Pull code that maps the kernel segment table cache invalidated for 040/060,
to reduce diffs from other m68k ports.

Compile test only. (any working machine for these port?)

(tsutsui)

2011-01-02 18:28:36 UTC MAIN commitmail json YAML

One more reference to HAVE_SIGINFO bites the dust

(pgoyette)

2011-01-02 18:16:59 UTC MAIN commitmail json YAML

Pull code that maps the kernel segment table cache invalidated for 040/060,
to reduce diffs from other m68k ports.

Tested on LC630 (with 68LC040) upto single user.

(tsutsui)

2011-01-02 18:13:10 UTC MAIN commitmail json YAML

Fix a double free[*], pointed out by Anthony Bentley.

[*] This was actually a triple free. We go all the way to 11.

(agc)

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

Remove last references to __HAVE_SIGINFO

(skrll)

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

__HAVE_SIGINFO has not been required/used for a long time now.

Prompted by uwe@

(skrll)

2011-01-02 13:49:16 UTC MAIN commitmail json YAML

Stopgap buildfix: gcc complains about test_ops possibly being clobbered
by sigjmp and I can't find a proper way to add -Wno-uninitialized in the
proper place in CFLAGS.

(martin)

2011-01-02 13:18:37 UTC MAIN commitmail json YAML

do the alphabet

(pooka)

2011-01-02 13:03:29 UTC MAIN commitmail json YAML

document rump_pub_lwproc_rfork()

(pooka)

2011-01-02 13:01:45 UTC MAIN commitmail json YAML

2011-01-02 12:58:18 UTC MAIN commitmail json YAML

2011-01-02 12:53:13 UTC MAIN commitmail json YAML

2011-01-02 12:52:25 UTC MAIN commitmail json YAML

There is a use case where preserving the parent's fd table is
relevant, so to accommodate that change rump_lwproc_newproc() to
rump_lwproc_rfork().  The new interface has the rfork() fd table
semantics.  The equivalent of rump_lwproc_newproc() is
rump_lwproc_rfork(RUMP_RFCFDG).

(pooka)

2011-01-02 12:48:22 UTC MAIN commitmail json YAML

New sentence, new line. Bump date for previous.

(wiz)

2011-01-02 12:36:41 UTC MAIN commitmail json YAML

Cap h.loc.count at MAXKEYCODE instead of bailing out.  This lets some obscure/
roque keyboards attach.

From loganaden@devio.us (Loganaden Velvindron), thanks!

(mbalmer)

2011-01-02 12:25:31 UTC MAIN commitmail json YAML

Add references RFC3068 and RFC3964; mark draft-itojun-... as expired.

(is)

2011-01-02 12:17:28 UTC MAIN commitmail json YAML

Make this build again by removing the const qualifier on the
local pcb0 variable in mips_init_lwp0_uarea().

(he)

2011-01-02 12:11:47 UTC MAIN commitmail json YAML

Four and a half year after the end of 6bone, it should not surprise that the
web page dedicated to it is gone. Fortunately, 6bone itself is not referenced
in this manual page. Thanks to aniou@ircnet for the heads-up.

(is)

2011-01-02 12:06:02 UTC MAIN commitmail json YAML

Adjust error messages for the previous commit.

(jruoho)

2011-01-02 11:34:14 UTC MAIN commitmail json YAML

add usr/tests/lib/libc/ieeefp and ./usr/libdata/debug/usr/tests/lib/libc/ieeefp

(dbj)

2011-01-02 11:25:32 UTC MAIN commitmail json YAML

add the normal DKWEDGE* options, and enable drvctl.

(mrg)

2011-01-02 11:24:21 UTC MAIN commitmail json YAML

2011-01-02 10:43:19 UTC MAIN commitmail json YAML

now that it's optional, kill schizo_pci_find_ino().
prepare to enable the tomatillo iocache.

(mrg)

2011-01-02 10:38:02 UTC MAIN commitmail json YAML

layer_inactive: With specnodes introduced during vmlocking2
                it is safe to cache device nodes.

Tested with nullfs only as unionfs with device nodes panics.

(hannken)

2011-01-02 09:40:52 UTC MAIN commitmail json YAML

Switch mvmeppc bootloader to using MI libsa and libkern for maintainability.
Mostly taken from mvme68k.

Compile test only, but no functional changes.

(tsutsui)

2011-01-02 09:33:45 UTC MAIN commitmail json YAML

2011-01-02 09:30:09 UTC MAIN commitmail json YAML

add missing ./usr/tests/lib/libc/ieeefp

(dbj)

2011-01-02 08:49:33 UTC MAIN commitmail json YAML

- build a GENERIC kernel on release for validation on releng daily build
- comment out targets which should be put once after src/distrib/amigappc
  is prepared

(tsutsui)

2011-01-02 08:40:55 UTC MAIN commitmail json YAML

2011-01-02 08:22:35 UTC MAIN commitmail json YAML

Add a dummy <machine/bus.h> which nows seems to be mandatory in MI code
including <sys/bus.h> even if a port doesn't use it. Taken from sbmips.

(tsutsui)

2011-01-02 08:19:03 UTC MAIN commitmail json YAML

Explicitly include <machine/bus.h> here for bus_space_tag_t and bus_dma_tag_t.

(tsutsui)

2011-01-02 08:17:24 UTC MAIN commitmail json YAML

Make sure to build GENERIC kernel on release build.

This means there is no kernel binary in past releases. Oh well...

(tsutsui)

2011-01-02 07:51:02 UTC MAIN commitmail json YAML

2011-01-02 07:14:03 UTC MAIN commitmail json YAML

Xref __insn_barrier(3) and mb(9) with each other.

(jruoho)

2011-01-02 07:03:47 UTC MAIN commitmail json YAML

2011-01-02 06:58:46 UTC MAIN commitmail json YAML

Remove references to SAVESTART and SAVENAME in comments.

(dholland)

2011-01-02 06:25:23 UTC MAIN commitmail json YAML

Some cosmetics to reduce diffs from other m68k ports.

(tsutsui)

2011-01-02 06:20:20 UTC MAIN commitmail json YAML

Note hw.acpi.power and hw.acpi.wake.

(jruoho)

2011-01-02 06:15:04 UTC MAIN commitmail json YAML

Remove "last kernel PT page" stuff derived from hp300 where PA != VA.

Compile test only, but same changes as other PA == VA m68k ports like
luna68k, news68k, and x68k used for a decade.

(tsutsui)

2011-01-02 06:05:47 UTC MAIN commitmail json YAML

Use "real" device names for the hw.acpi.wake and hw.acpi.power sysctl(8)
trees. For instance, instead of hw.acpi.wake.DURT, we have hw.acpi.wake.wm0
for wm(4). This is a temporary solution, but without solving the big
abstraction questions, this is the best we can do.

(jruoho)

2011-01-02 05:48:55 UTC MAIN commitmail json YAML

Print a warning if the BIOS thinks that the timer is unreliable. However, do
not touch the quality of the timecounter(9) based on this information.

(jruoho)

2011-01-02 05:30:12 UTC MAIN commitmail json YAML

2011-01-02 05:21:11 UTC MAIN commitmail json YAML

Make pmap_aliasmask unsigned and declare it in <m68k/pmap_motorola.h>.

XXX: does anyone still have working HP320 or HP350 with 020+HP_MMU+VAC?

(tsutsui)

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

Pull code that maps the kernel segment table cache invalidated for 040/060,
to reduce diffs from other m68k ports.

Tested on HP362 (030) and HP382 (040), and no visible performance difference.
(what should we do per "for the 68040 not strictly necessary but
recommended by Motorola" comment?)

(tsutsui)

2011-01-02 05:13:53 UTC MAIN commitmail json YAML

5.99.43: R.I.P. SAVESTART.

(dholland)

2011-01-02 05:12:57 UTC MAIN commitmail json YAML

2011-01-02 05:12:34 UTC MAIN commitmail json YAML

2011-01-02 05:12:04 UTC MAIN commitmail json YAML

2011-01-02 05:09:51 UTC MAIN commitmail json YAML

2011-01-02 05:09:33 UTC MAIN commitmail json YAML

Remove the special refcount behavior (adding an extra reference to the
parent dir) associated with SAVESTART in relookup().

Check all call sites to make sure that SAVESTART wasn't set while
calling relookup(); if it was, adjust the refcount behavior. Remove
related references to SAVESTART.

The only code that was reaching the extra ref was msdosfs_rename,
where the refcount behavior was already fairly broken and/or gross;
repair it.

Add a dummy 4th argument to relookup to make sure code that hasn't
been inspected won't compile. (This will go away next time the
relookup semantics change, which they will.)

(dholland)

2011-01-02 05:09:28 UTC MAIN commitmail json YAML

Remove disabled code for VAC.  No such news68k models.

(tsutsui)

2011-01-02 05:05:42 UTC MAIN commitmail json YAML

2011-01-02 05:04:59 UTC MAIN commitmail json YAML

Add an INRELOOKUP namei flag. Sigh. (We don't need more namei flags.)

However, because of a protocol deficiency puffs relies on being able
to keep track of VOP_LOOKUP calls by inspecting their contents, and
this at least allows it to use something vaguely principled instead of
making wild guesses based on whether SAVESTART is set.

Update libp2k to use INRELOOKUP instead of SAVESTART.

(dholland)

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

2011-01-02 05:01:57 UTC MAIN commitmail json YAML

Pull code that maps the kernel segment table cache invalidated for 040/060,
to reduce diffs from other m68k ports.
(though news68k doesn't have 040/060 models)

(tsutsui)

2011-01-02 05:01:21 UTC MAIN commitmail json YAML

2011-01-02 04:41:24 UTC MAIN commitmail json YAML

The unmatchedvarparens test actually generates a blank link as output,
so make sure we have a matching blank line in the "golden" output match
file.

(pgoyette)

2011-01-02 03:59:35 UTC MAIN commitmail json YAML

2011-01-02 03:52:16 UTC MAIN commitmail json YAML

2011-01-02 03:51:21 UTC MAIN commitmail json YAML

2011-01-02 02:58:52 UTC MAIN commitmail json YAML

2011-01-02 02:31:32 UTC MAIN commitmail json YAML

Relocate cdboot (aka bootxx_cd9660) to 0x1000 instead of 0x600.
A similar change was made in v1.38 of Makefile.bootxx about 13 months ago,
no reason these shouldn't be consistent with each other, like they were before.

(jakllsch)

2011-01-02 02:01:58 UTC MAIN commitmail json YAML

Correct comments referencing PRIMARY_LOAD_ADDRESS to match current reality.

(jakllsch)

2011-01-02 01:58:32 UTC MAIN commitmail json YAML

Typo - it is h_getopt_long and not h_getoptlong

(pgoyette)

2011-01-01 23:59:21 UTC MAIN commitmail json YAML

2011-01-01 23:56:49 UTC MAIN commitmail json YAML

2011-01-01 23:45:01 UTC MAIN commitmail json YAML

Build t_ldexp test always.  The test itself determines if it is running
on an unsupported platform (vax) and exits.

(pgoyette)

2011-01-01 23:00:24 UTC MAIN commitmail json YAML

2011-01-01 22:29:01 UTC MAIN commitmail json YAML

get rid of some lint on amd64 platform

(agc)

2011-01-01 22:11:45 UTC MAIN commitmail json YAML

Remove optional keyword from directory definition.

(haad)

2011-01-01 22:05:12 UTC MAIN commitmail json YAML

Update comment and inspired by that update variable naming too.
no functional change.

(pooka)

2011-01-01 20:43:01 UTC MAIN commitmail json YAML

Guess-fix a signed vs. unsigned compiler warning report by pgoyette
(it doesn't trigger in my src working copy for whatever reason).

(pooka)

2011-01-01 20:30:57 UTC MAIN commitmail json YAML

2011-01-01 20:26:22 UTC MAIN commitmail json YAML

Check that extending a file grows its size (with and without O_APPEND).

(pooka)

2011-01-01 19:53:53 UTC MAIN commitmail json YAML

Fix a problem with overrunning a base64 decoded number when decoding ssh
keys, from Anthony Bentley.

% netpgpkeys --ssh -l --hash=md5
1 key found
signature  1024/RSA (Encrypt or Sign) 666f47feddcdb77d 2002-07-02
Key fingerprint: e1d6 b328 8126 e8e3 666f 47fe ddcd b77d
uid              machinename.com (/home/user/.ssh/id_rsa.pub) <user@machinename.com>

% ssh-keygen -l -f ~/.ssh/id_rsa.pub
1024 e1:d6:b3:28:81:26:e8:e3:66:6f:47:fe:dd:cd:b7:7d /home/user/.ssh/id_rsa.pub (RSA)
%

ssh keys and netpgp work as above.

(agc)

2011-01-01 19:47:23 UTC MAIN commitmail json YAML

Report correct file size + deal with ftruncate() and O_APPEND.

(pooka)

2011-01-01 16:56:19 UTC MAIN commitmail json YAML

Document MDSET_NOIMAGE.

(jym)

2011-01-01 16:34:53 UTC MAIN commitmail json YAML

the Name for this manpage is "ld.aout_so". Use it.

(plunky)

2011-01-01 14:25:47 UTC MAIN commitmail json YAML

groff-1.21 out.

(wiz)

2011-01-01 13:09:13 UTC MAIN commitmail json YAML

Add /var/lock/lvm subdir for LVM it can be created automagically but I think
that it's better to have it created before.

(haad)

2011-01-01 12:49:49 UTC MAIN commitmail json YAML

Add /var/lock directory to base set it's used by LVM and other tools.
Change group owner to operator to enable LVM locking for him.

(haad)

2011-01-01 02:08:10 UTC MAIN commitmail json YAML

- leave lwp0 trapframe zerod since it's never used.
- 64bit op SR[KX] bit is for !o32 cases.
- build struct sigframe_siginfo locally and then operate single copyout()
  to user stack as other ports do.

(nisimura)

2011-01-01 01:36:10 UTC MAIN commitmail json YAML

Revert previous.  Add 2011 to the list in old format.
Let board@ decide if it's ok to switch to the range format.

(uwe)

2011-01-01 00:37:17 UTC MAIN commitmail json YAML

Protect the include of <sys/cpu_data.h> with a test for either _KERNEL
or _KMEMUSER.  This should fix the build problem in libkvm for our m68k
ports.

(he)

2011-01-01 00:29:23 UTC MAIN commitmail json YAML

Welcome to 2011!  Happy New Year!

Do not forget to update copyright notices when you add new code.

(rmind)

2010-12-31 22:49:56 UTC MAIN commitmail json YAML

Regen from diodevs rev 1.11:
> Use more specific info and names for 362/382 internal framebuffers.

(tsutsui)

2010-12-31 22:48:59 UTC MAIN commitmail json YAML

2010-12-31 22:41:55 UTC MAIN commitmail json YAML

According to the 362/382 Service Handbook by HP, only 382 has a utility chip
(i.e. frodo and apci) for RS-232C so don't try to attach frodo on HP362.

XXX: HP362 detection code in locore.s and bootloader still doesn't work
XXX: if on-board framebuffer is disabled by a jumper switch, though
XXX: it's still detected as HP360 and just works.

(tsutsui)

2010-12-31 21:50:28 UTC MAIN commitmail json YAML

Support for reading disklabels from RDB partitions in the kernel.
The code will check for a raw disklabel first, then tries to find the
disklabel in an MBR partition and finally constructs it from RDB
partitions.
RDB is probably only needed for the Pegasos platform, so it can be
disabled in the config file (RDB_PART).

(phx)

2010-12-31 18:26:25 UTC MAIN commitmail json YAML

2010-12-31 18:20:32 UTC MAIN commitmail json YAML

Add some elementary tests for r/o file systems.  More in 2011!

(pooka)

2010-12-31 18:16:41 UTC MAIN commitmail json YAML

Introduce r/o tests.  They do two mounts: the first one is r/w and
runs a generator which primes the fs.  The second one is r/o and
does the actual testing.  Also, introduce a nfsro fstype which does
a clientside r/w mount for a r/o server export.

requested by yamt

(one nfsro test currently fails with EROFS vs. EACCES.  Hopefully
someone else can debate the correct errno)

(pooka)

2010-12-31 18:12:51 UTC MAIN commitmail json YAML

Sprinkle some KNF.  No functional change.

(pooka)

2010-12-31 18:11:27 UTC MAIN commitmail json YAML

Configure two network addresses for the nfs server.  One exports
/myexport r/w to the client in the same subnet and the other one
exports /myexport r/o to the client in the same subnet.

(pooka)

2010-12-31 17:59:24 UTC MAIN commitmail json YAML

Don't broadcast unmntall with SIGTERM -- it just makes the atf default
cleanup kill hang for a while.

(pooka)

2010-12-31 15:21:49 UTC MAIN commitmail json YAML

avoid temp file per clue-by-four from jmmv

(pooka)

2010-12-31 14:55:08 UTC MAIN commitmail json YAML

Correct a typo that creept in 4 weeks ago.  This removes the 1 "Bogus Test"
currently being reported.

(pgoyette)

2010-12-31 14:54:55 UTC MAIN commitmail json YAML

return from an SIGFPE handler is not defined when the hardware
caused the exception. Use sigsetjmp/siglongjmp to resume the
test function instead.

(mlelstv)

2010-12-31 14:37:40 UTC MAIN commitmail json YAML

2010-12-31 14:36:11 UTC MAIN commitmail json YAML

2010-12-31 14:05:15 UTC MAIN commitmail json YAML

Include <dev/acpi/acpi_pci.h>.

(jruoho)

2010-12-31 13:05:09 UTC MAIN commitmail json YAML

byacc-20101229 out, including patches from NetBSD.

(wiz)