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

2024-05-10 20:25:10 UTC Now

2012-01-22 20:27:28 UTC MAIN commitmail json YAML

2012-01-22 20:25:25 UTC MAIN commitmail json YAML

make it never match for now.

(christos)

2012-01-22 20:24:27 UTC MAIN commitmail json YAML

make it handle legacy devices too, although the ones in the table are not.

(christos)

2012-01-22 20:21:14 UTC MAIN commitmail json YAML

2012-01-22 19:13:48 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-01-22 19:13:42 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-01-22 19:00:45 UTC MAIN commitmail json YAML

clear the screen when returning from X

(macallan)

2012-01-22 18:36:19 UTC MAIN commitmail json YAML

2012-01-22 18:27:28 UTC MAIN commitmail json YAML

set USE_INT10 and USE_PCIVGAIO on i386 and amd64 only

(macallan)

2012-01-22 18:26:42 UTC MAIN commitmail json YAML

don't mess with BARs if only one card is present
now this works again on macppc
While there, move USE_INT10 and USE_PCIVGAIO to the reachover Makefile.

(macallan)

2012-01-22 18:16:35 UTC MAIN commitmail json YAML

Do not clobber pmap_kernel()'s pdir unnecessarily while syncing per-cpu pdirs

(cherry)

2012-01-22 17:51:39 UTC MAIN commitmail json YAML

Fix compilation issue for target amd64.

(reinoud)

2012-01-22 16:56:22 UTC MAIN commitmail json YAML

Appease warnings `"expr 0 \* 1024 \* 1024 / 512" returned non-zero status.'

SWAPMB could be zero (in install-image case) and
expr(1) returns exit status 1 in that case.  Umm.

(tsutsui)

2012-01-22 16:50:00 UTC MAIN commitmail json YAML

Fix checks for RELEASEDIR (and xxxxIMGBASE) variables to perform it
only on live_image or install_image targets.  PR toolchain/45864

(tsutsui)

2012-01-22 16:41:42 UTC MAIN commitmail json YAML

New sentence, new line. Avoid unnecessary macros.

(wiz)

2012-01-22 16:35:39 UTC MAIN commitmail json YAML

as jared noted, this is not mpsafe.

(christos)

2012-01-22 16:09:08 UTC MAIN commitmail json YAML

Trailing whitespace.

(jakllsch)

2012-01-22 15:37:23 UTC MAIN commitmail json YAML

New option "ide:".
Describe how to use altboot with a crippled U-Boot/PPCBoot firmware.

(phx)

2012-01-22 14:15:43 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-01-22 13:53:48 UTC MAIN commitmail json YAML

2012-01-22 13:53:24 UTC MAIN commitmail json YAML

remove aborted work in progress

(christos)

2012-01-22 13:16:54 UTC MAIN commitmail json YAML

Cleanup in perform_atareset().

(phx)

2012-01-22 13:08:17 UTC MAIN commitmail json YAML

Support PATA drive configuration option (ide:N[N...]).
Wait until drives are ready after cold-start.
Wake up drives from standby mode.
A default command line can be saved to flash as initrd image.

(phx)

2012-01-22 12:54:26 UTC MAIN commitmail json YAML

fix upgt(4) entry.

(nonaka)

2012-01-22 12:48:44 UTC MAIN commitmail json YAML

Added upgt(4) at Wireless network interfaces.

(nonaka)

2012-01-22 11:26:48 UTC MAIN commitmail json YAML

Fix xrefs, remove trailing whitespace, use actual Dd date,
add RCS Id.

(wiz)

2012-01-22 10:36:52 UTC MAIN commitmail json YAML

Add "dimm" found on Sun US-IIe based machines (eg. Netra X1, Blade 100).

(nakayama)

2012-01-22 10:32:35 UTC MAIN commitmail json YAML

pmu's i2c devices are under the "i2c" node, so find it out before
calling of_enter_i2c_devs().

(nakayama)

2012-01-22 09:25:27 UTC MAIN commitmail json YAML

Fix the csh(1) example ("make ... |& error ...", not "make ... | error ..."),
and add a sh(1) example ("make ... 2>&1 | error ...").

(apb)

2012-01-22 09:11:58 UTC MAIN commitmail json YAML

fix comment (SRUN->LSRUN, SONPROC->LSONPROC)

(plunky)

2012-01-22 08:58:14 UTC MAIN commitmail json YAML

Fix build break:  put back accidentally deleted tp.html.

(jnemeth)

2012-01-22 06:44:31 UTC MAIN commitmail json YAML

2012-01-22 06:13:55 UTC MAIN commitmail json YAML

use a more appropriate terminal type for ttyE*

(macallan)

2012-01-22 06:10:35 UTC MAIN commitmail json YAML

enable powerd by default

(macallan)

2012-01-22 04:40:47 UTC MAIN commitmail json YAML

2012-01-22 04:30:00 UTC MAIN commitmail json YAML

Note build.sh live-image and install-image target support.

(tsutsui)

2012-01-22 03:53:33 UTC MAIN commitmail json YAML

Add "live-image" and "install-image" target support to build.sh.

"live-image" target builds pre-installed disk images that can be used on
emulators or boot from USB memory sticks to try NetBSD without installation.
Currently amd64, i386, pmax, sparc, sparc64, sun2, sun3, and vax
(which have working emulators and don't require extra tools like preparing
msdosfs or partitioning MD label structures) support this target.

"install-image" target builds an bootable installation disk image that can
be used as an install CD but burned into USB memory sticks etc.
Current only amd64 and i386 (which would support USB boot) have this target.

For more details (and known issue) see following posts on netbsd-bugs@:
http://mail-index.NetBSD.org/netbsd-bugs/2011/08/06/msg023639.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/09/23/msg024207.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/07/msg025166.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/08/msg025178.html

No particular comments about implementation, and
"go ahead" comments from mrg@, riz@ and christos@.

Closes PR toolchain/45153 and PR misc/45155.

(tsutsui)

2012-01-22 03:48:51 UTC MAIN commitmail json YAML

fileassoc_file_delete: pre-check whether fileassoc was used and thus avoid
acquiring kernel-lock, which damages sys_unlink() performance.

(rmind)

2012-01-22 03:13:20 UTC MAIN commitmail json YAML

tmpfs_access: simplify, no need to separate the logic.

(rmind)

2012-01-22 02:57:37 UTC MAIN commitmail json YAML

Add CTASSERT_SIGNED() and CTASSERT_UNSIGNED().

(rmind)

2012-01-22 02:55:47 UTC MAIN commitmail json YAML

Replace pcq(9) with the implementation from ad@ and minor changes by me.

PR/40516, PR/45631.

(rmind)

2012-01-21 23:54:57 UTC MAIN commitmail json YAML

Fix double i2cbus dependency for voyager

(rkujawa)

2012-01-21 23:46:49 UTC MAIN commitmail json YAML

Change dependency iic to i2cbus for fb drivers. OK macallan.

(rkujawa)

2012-01-21 23:20:58 UTC matt-nb5-mips64 commitmail json YAML

Use pg instead p as a pointer to struct uvm_page.

(matt)

2012-01-21 22:31:15 UTC MAIN commitmail json YAML

2012-01-21 22:09:57 UTC MAIN commitmail json YAML

Complete rewrite of the signal and spl framework for NetBSD/usermode

Signals are now moved from the sigaltstack ASAP and stacked on a replacement
stack for each processes.

Preemption now works though could be enhanced a bit more

(reinoud)

2012-01-21 22:05:06 UTC MAIN commitmail json YAML

Add extra kasserts to make sure we dont derive paramters from zero ucp's

(reinoud)

2012-01-21 21:50:24 UTC MAIN commitmail json YAML

For cpu_uarea, need uvm.h instead of uvm_extern.h

(matt)

2012-01-21 21:49:50 UTC MAIN commitmail json YAML

cpu_uarea_free returns bool, not void

(matt)

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

Kill duplicate SHF_MASKOS/SHF_MASKPROC defines.

(njoly)

2012-01-21 20:19:55 UTC MAIN commitmail json YAML

Give higher priority to faster local memory on uvm_page_physload().
Tested by Y.Sugahara on his 060turbo with 128MB local memory and
this improved even simple benchmark.  Ok'ed by isaki@.

(tsutsui)

2012-01-21 20:05:27 UTC MAIN commitmail json YAML

Always redefine DEV_BSIZE=512.
All references of DEV_BSIZE in tools are to manipulate target
(i.e. NetBSD's) file images (in installboot(8) and makefs(8) etc.) and
no host's DEV_BSIZE is required for the moment.  Closes PR toolchain/42574.

(tsutsui)

2012-01-21 19:56:46 UTC MAIN commitmail json YAML

remove error(1) line.

(christos)

2012-01-21 19:49:56 UTC MAIN commitmail json YAML

2012-01-21 19:44:31 UTC MAIN commitmail json YAML

2012-01-21 19:35:02 UTC MAIN commitmail json YAML

2012-01-21 19:32:37 UTC MAIN commitmail json YAML

PR/10367:

Restore lost fix:
    http://mail-index.netbsd.org/source-changes/2001/09/09/0042.html

Define ENTIRE_LINE to be -1 instead of 0 since we may want to copy 0 characters.
(and use ENTIRE_LINE instead of 0 where appropriate)

This fixes a bug in the dw command with for example:

<cursor>
a b c

~
~
if you hit dw there, only the empty line would be killed but both the empty
line and the subsequent one would be pasted when asked for with P for example.

(christos)

2012-01-21 19:29:41 UTC MAIN commitmail json YAML

2012-01-21 19:17:33 UTC MAIN commitmail json YAML

2012-01-21 18:56:52 UTC MAIN commitmail json YAML

2012-01-21 18:33:17 UTC MAIN commitmail json YAML

Correct some typos in comments, as was done in wdc.c 1.266.

(jakllsch)

2012-01-21 18:13:56 UTC MAIN commitmail json YAML

initialize fan sensor state to ENVSYS_SINVALID, should fix:

asus0 at acpi0 (ATKD, ASUS010-16843008)
sme_update_sensor_dictionary: can not update sensor state 0 unknown
asus0: couldn't register with envsys

(jmcneill)

2012-01-21 17:12:56 UTC MAIN commitmail json YAML

PR/10367: Mason Loring Bliss: fix delete word near end of file. Patch
from tnozaki.

(christos)

2012-01-21 16:51:38 UTC MAIN commitmail json YAML

fix UVM_MAP_CLIP_* to only clip if the clip address is within the entry
(which would only not be true if the clip address is at one of the boundaries
of the entry).  fixes PR 44788.

(chs)

2012-01-21 16:49:26 UTC MAIN commitmail json YAML

src/sys/dev/ic/mpu.c
fix assertions after audiomp.

(chs)

2012-01-21 16:48:57 UTC MAIN commitmail json YAML

2012-01-21 16:48:08 UTC MAIN commitmail json YAML

disable the entry for Marvell E1149 for now since this driver doesn't work
with some instances of this hardware (in particular, the ones on the
motherboard of an HP XW9400 workstation, which is supposedly a Tyan S2915).
ukphy works fine for this.

(chs)

2012-01-21 16:38:41 UTC MAIN commitmail json YAML

Siginfo support from Daniel Loffgren

(christos)

2012-01-21 16:12:57 UTC MAIN commitmail json YAML

Silence "large integer implicitly truncated to unsigned type" warning on LP64.

(jakllsch)

2012-01-21 15:50:13 UTC MAIN commitmail json YAML

Add module glue. (Better late than never.)

(jakllsch)

2012-01-21 13:35:49 UTC MAIN commitmail json YAML

libintl crash when *.mo file lacks header section(old gettext format).
reported by jun@ -san, tested by tsutsui@ -san. thanks!

(tnozaki)

2012-01-21 12:53:04 UTC MAIN commitmail json YAML

2012-01-21 12:50:28 UTC MAIN commitmail json YAML

Add a bunch of Standard Microsystems devices.

From OpenBSD.

(skrll)

2012-01-21 04:43:54 UTC MAIN commitmail json YAML

Remove my (isaki@) acknowledgement.

(isaki)

2012-01-21 03:01:04 UTC MAIN commitmail json YAML

Switch mine to 2-clause license.

(isaki)

2012-01-21 02:52:50 UTC MAIN commitmail json YAML

2012-01-20 23:13:47 UTC MAIN commitmail json YAML

reduce stack usage of stbi_gif_load_from_memory when STBI_SMALL_STACK is
defined

(jmcneill)

2012-01-20 23:01:05 UTC MAIN commitmail json YAML

Merge the two Makefiles that were mostly copies of each others.
The reason to do this was to add support for cleaning up the config.cache
files when the build environment (as determined by uname -srm) changes.

(christos)

2012-01-20 22:07:58 UTC MAIN commitmail json YAML

Ensure psshfs_node_read() completely reads all data before return.
Fixes file corruption in psshfs exposed with kernel MAXPHYS at 128KiB.

(jakllsch)

2012-01-20 18:47:04 UTC MAIN commitmail json YAML

Revert revision 1.4 and change LAPIC_LEVEL_ASSERT / _MASK back to 0x4000.

According to "Intel 64 and IA-32 Architectures Software Developer's Manual"
Vol. 3, May 2011, Order Number: 325384-039US, Section 10.6.1:

LEVEL_ASSERT is bit #14, bit #13 is reserved.

With this change NetBSD now boots multiple processors under CentOS 6.2/kvm.

(hannken)

2012-01-20 18:25:30 UTC MAIN commitmail json YAML

2012-01-20 16:31:30 UTC MAIN commitmail json YAML

2012-01-20 15:06:47 UTC MAIN commitmail json YAML

Invoke a shell script via ${HOST_SH} rather than assuming exec bits.

(tsutsui)

2012-01-20 15:00:27 UTC MAIN commitmail json YAML

2012-01-20 14:08:07 UTC MAIN commitmail json YAML

Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions
again. This was changed in sys/socket.h r1.51 to work around fallout
from the IPv6 aux data migration. It broke the historic ABI on some
platforms. This commit restores compatibility for netbsd32 code on such
platforms and provides a template for future changes to the CMSG_*
alignment. Revert PCC/Clang workarounds in postfix and tmux.

(joerg)

2012-01-20 06:51:19 UTC MAIN commitmail json YAML

2012-01-20 06:50:01 UTC MAIN commitmail json YAML

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

While the resulting image from mkimage can always be mounted with vnd,
and then modified, it is much easier to let this late, user-oriented
customisation be done automatically.  These mods let mkimage change
information based on files in a "custom" directory, which can be set
in mkimage using -c customdir.

After all other configuration, the files under custom/ will be copied
into the main image.  The files under custom/ are taken into account
when performing autosizing.

Also, generalise the sets directory to point to the current machine
architecture, although this can be overwritten from the command line
by anyone making cross-images.

An example to make a user image with an embedded read-only 100 MB
iSCSI target:

% ./mkimage -c custom
=== making a new 272 MB image in usermode.img ===
272+0 records in
272+0 records out
285212672 bytes transferred in 7.616 secs (37449142 bytes/sec)
=== mounting image via vnd vnd0 ===
/dev/rvnd0a: 272.0MB (557056 sectors) block size 8192, fragment size 1024
        using 6 cylinder groups of 45.34MB, 5803 blks, 11264 inodes.
super-block backups (for fsck_ffs -b #) at:
32, 92880, 185728, 278576, 371424, 464272,
=== installing sets ===
base
etc
modules
=== performing customisations ===
=== making extra directories ===
=== customising /var/tmp ===
=== user customisations from files in custom ===
Filesystem    1K-blocks      Used      Avail %Cap Mounted on
/dev/vnd0a      269967    263958      -7489 102% /mnt
% ls -l -R custom
total 8
drwxr-xr-x  3 agc  agc  512 Jan 18 03:58 etc
drwxr-xr-x  2 agc  agc  512 Jan 18 04:00 iscsi

custom/etc:
total 8
drwxr-xr-x  2 agc  agc  512 Jan 18 03:58 iscsi
-rw-r--r--  1 agc  agc  564 Jan 18 03:58 rc.conf

custom/etc/iscsi:
total 6
-r--r--r--  1 agc  agc  799 Jan 18 04:27 targets

custom/iscsi:
total 102484
-rw-r--r--  1 agc  agc  104857600 Jan 18 04:00 iscsi-target0
% sudo vnconfig vnd0 usermode.img
% sudo mount /dev/vnd0a /mnt
% cat /mnt/etc/iscsi/targets
# $NetBSD: targets,v 1.2 2006/02/16 19:30:57 agc Exp $
#
# Structure of this file:
#
# + an extent is a straight (offset, length) pair of a file or device
#  it's the lowest common storage denominator
#  at least one is needed
# + a device is made up of one or more extents or other devices
#  devices can be added in a hierachical manner, to enhance resilience
# + in this example, no device definitions are necessary, as the target
#  will just use a simple extent for persistent storage
# + a target is made up of 1 or more devices
# The code does not support RAID1 recovery at present

# Simple file showing 1 extent, mapped straight into 1 target

# extent        file or device          start          length
extent0        /iscsi/iscsi-target0    0              100MB

# target        flags  storage        netmask
target0        ro      extent0        0.0.0.0/0
% ls -l /mnt/iscsi/iscsi-target0
-rw-r--r--  1 agc  agc  104857600 Jan 18 04:00 /mnt/iscsi/iscsi-target0
% diff custom/etc/iscsi/targets /mnt/etc/iscsi/targets
%

(agc)

2012-01-20 01:33:05 UTC MAIN commitmail json YAML

Don't make a netbsd-sd0a

(matt)

2012-01-20 01:17:01 UTC MAIN commitmail json YAML

CMSG_ALIGN is only for the kernel.

(joerg)

2012-01-20 00:25:29 UTC MAIN commitmail json YAML

Don't use __cmsg_alignbytes in the kernel. Mark it as constant function
for userland as its value never changes. This allows the compiler to
optimise most invocations away.

(joerg)

2012-01-19 23:37:24 UTC MAIN commitmail json YAML

2012-01-19 22:43:11 UTC MAIN commitmail json YAML

2012-01-19 22:11:49 UTC MAIN commitmail json YAML

User reported that efa driver attached when FastATA hardware was absent, but 4x EIDE splitter was present. Disable efa in GENERIC until problem is solved and/or better probe function is written.

(rkujawa)

2012-01-19 22:04:05 UTC MAIN commitmail json YAML

add a missing splvm()/splx() to protect the xpq queue.

(bouyer)

2012-01-19 22:00:57 UTC MAIN commitmail json YAML

pmap_pte_set() is not supposed to be atomic, so only raise IPL, no need to
take pte_lock

(bouyer)

2012-01-19 21:35:12 UTC MAIN commitmail json YAML

Add more SHF_ and whitespace align SHT_

(christos)

2012-01-19 21:25:13 UTC MAIN commitmail json YAML

whitespace diffs [and comments]

(christos)

2012-01-19 20:55:38 UTC MAIN commitmail json YAML

Add ALIGNBYTES32/ALIGN32 (same as ALIGNBYTES/ALIGN).

(matt)

2012-01-19 19:58:17 UTC MAIN commitmail json YAML

2012-01-19 18:35:28 UTC MAIN commitmail json YAML

support anti-aliased fonts in 8 bit using host blits

(macallan)

2012-01-19 18:26:15 UTC matt-nb5-mips64 commitmail json YAML

Fix CFATTACH_DECL_NEW so kernels build again.

(matt)

2012-01-19 17:42:26 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 17:37:15 UTC matt-nb5-mips64 commitmail json YAML

Cleanup/update attachments.

(matt)

2012-01-19 17:35:58 UTC matt-nb5-mips64 commitmail json YAML

PCI attachments (mostly stubs) for some XLP devices.
POE = Packet Ordering Engine
SAE = Security Acceleration Engine

(matt)

2012-01-19 17:34:18 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 17:32:48 UTC matt-nb5-mips64 commitmail json YAML

KX needs to be enabled for n32

(matt)

2012-01-19 17:29:23 UTC matt-nb5-mips64 commitmail json YAML

Enable interrupts (even though they are not yet used).

(matt)

2012-01-19 17:28:51 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 16:37:18 UTC MAIN commitmail json YAML

let one bit more through to SSE, to make FP_X_IMP work

(drochner)

2012-01-19 16:35:25 UTC MAIN commitmail json YAML

also remove unnecessary "needs-flag" for firmload, from Paul Goyette

(drochner)

2012-01-19 14:55:21 UTC MAIN commitmail json YAML

2012-01-19 14:54:32 UTC MAIN commitmail json YAML

Added more Realtek wlan adapters.

(nonaka)

2012-01-19 14:01:22 UTC MAIN commitmail json YAML

2012-01-19 14:00:12 UTC MAIN commitmail json YAML

Added some Realtek wlan adapters.

(nonaka)

2012-01-19 13:19:34 UTC MAIN commitmail json YAML

2012-01-19 13:13:48 UTC MAIN commitmail json YAML

Remove ipf_start from ipf struct

(liamjfoy)

2012-01-19 12:14:49 UTC MAIN commitmail json YAML

My fault, forgot that cpu_need_resched() is indeed already declared as a function

(reinoud)

2012-01-19 12:10:00 UTC MAIN commitmail json YAML

Add macro cpu_need_resched

(reinoud)

2012-01-19 10:29:34 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 10:24:52 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 09:59:08 UTC matt-nb5-mips64 commitmail json YAML

Add more function prototypes.

(matt)

2012-01-19 09:49:56 UTC matt-nb5-mips64 commitmail json YAML

Add CPMBR1400 and INSTALL_CPMBR1400 to the mipsel kernels

(matt)

2012-01-19 09:49:23 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 09:25:51 UTC MAIN commitmail json YAML

2012-01-19 08:31:55 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 08:28:50 UTC matt-nb5-mips64 commitmail json YAML

When running an N32 kernel, run it with 64-bit addresses even though the
kernel itself will only use 32-bit addresses.  There are exceptions.
bus_space_handles are now register_t instead of intptr_t.  This allows them
to contain XKPHYS addresses.  Now bus_space can use XKPHYS addresses and
not required non-KSEG1 devices to be mapped in KSEG2 thereby leaving more
KSEG2 space for the kernel to use.

The cache range routines (but not index routines) now take a register_t
instead of vaddr_t so they can too take a XKPHYS address.  This allows the
pmap to use a page's XKPHYS address to clean sync the icache thereby avoiding
massive icache invalidations.

Since "cache" instruction effects are global to all CPUs and their caches, we
can use the above to greatly simplify MP page isyncs.  If using an O32 kernel
with pages outside KSEG0, index ops still need to be performed since there
isn't an a quick way of mapping the page.

(matt)

2012-01-19 08:20:32 UTC matt-nb5-mips64 commitmail json YAML

Use extern for machdep_debug.

(matt)

2012-01-19 08:14:41 UTC MAIN commitmail json YAML

Fix a race condition where the filesystem lookups a vnode that is
being recycled, producing ENOENT while the file does exist.

Approved by yamt

(manu)

2012-01-19 08:06:54 UTC matt-nb5-mips64 commitmail json YAML

Fix IPI_CTRL_MAKE for RMIXLP
Correct PCITAGs for CDE/SRIO/RXE.

(matt)

2012-01-19 08:05:24 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 08:03:22 UTC matt-nb5-mips64 commitmail json YAML

Improved true/false for cpu_rmixl?

(matt)

2012-01-19 07:58:58 UTC matt-nb5-mips64 commitmail json YAML

2012-01-19 07:38:06 UTC MAIN commitmail json YAML

Change BTINFO_ROOTDEV to include boot device partition number in
its cookie field to allow a kernel to determine rootdev correctly
when kernel image is loaded from other than 'a' partition.

(nisimura)

2012-01-19 02:42:53 UTC MAIN commitmail json YAML

PR/45856: Bernhard "Burnhard" Riedel: Infinite loop on &nbsp; input. Sending
char 160 in the input to csh, lead it to an infinite loop, because tcsh tables
counted this as a space character, but the word logic switch does not. Change
that character tables, so that this does not count as a spacing character
anymore, by syncing the table with the one from tcsh.

(christos)

2012-01-19 00:41:33 UTC MAIN commitmail json YAML

Mention support for G-REX 1200 and G-REX 4000 in p5pb(4).

(rkujawa)

2012-01-19 00:30:31 UTC MAIN commitmail json YAML

Update the p5pb(4) page to reflect the recent changes in this driver.

(rkujawa)

2012-01-19 00:14:08 UTC MAIN commitmail json YAML

Tons of enchancements to MD PCI code:
- The G-REX 4000 and G-REX 1200 are now really supported and working (still only 1st slot but the rest are a matter of time).
- Add bridge identification to p5pb, simplifies the driver and make it more user-friendly.
- Retire P5PB_GENFB and P5PB_OLD_FIRMWARE options, these are now handled automatically, depending on used hardware and firmware.
- Add PCI bus reconfiguration support to p5pb (PCI_NETBSD_CONFIGURE), allows using G-REX without boot to AmigaOS.
- Bring p5pb registers desription up to date with my knowledge.
- Add a lot of debugging code to p5pb (enabled by P5PB_DEBUG kernel option).
- Fix PCI_NETBSD_CONFIGURE in mppb (now it really works).
- Fix quirk handling in zbus.
- Update GENERIC.in and regen the kernel configs.
- Misc cleanup.

(rkujawa)

2012-01-18 23:12:22 UTC MAIN commitmail json YAML

2012-01-18 21:34:38 UTC MAIN commitmail json YAML

revert previous, the assumption "all buses 1 and up must be subordinate
to pci0" doesn't even hold on i386 -- there are server-class chipsets
with multiple primary PCI buses, see arch/x86/pci/pchb.c for examples

(drochner)

2012-01-18 20:51:23 UTC MAIN commitmail json YAML

2012-01-18 20:37:20 UTC MAIN commitmail json YAML

get the logics straight: CPU_UCODE requires "firmload" as a dependency

(drochner)

2012-01-18 20:08:50 UTC MAIN commitmail json YAML

pull in rev.22050 from upstream CVS, following secadv_20120118.txt:
Fix for DTLS DoS issue introduced by fix for CVE-2011-4108 (CVE-2012-0050)

(drochner)

2012-01-18 19:17:02 UTC MAIN commitmail json YAML

Create an atomic switchto() that has SIGALRM and SIGIO signals blocked that
might otherwise disrupt the setting of curlwp to match the lwp context.

(reinoud)

2012-01-18 17:32:43 UTC MAIN commitmail json YAML

Setlist fix for MKDEBUGLIB=yes on amd64.  Probably needs a similar
fix on sparc64.

(riz)

2012-01-18 16:53:09 UTC MAIN commitmail json YAML

Make sure to link the MIPS assembler parser in.

(joerg)

2012-01-18 14:22:28 UTC MAIN commitmail json YAML

_runetype_from_ctype is unused

(joerg)

2012-01-18 12:39:45 UTC MAIN commitmail json YAML

Another step towards unification of the signal handers: separate the printing
of details usefull for debugging / porting from the main code.

(reinoud)

2012-01-18 09:35:48 UTC MAIN commitmail json YAML

2012-01-18 08:04:19 UTC MAIN commitmail json YAML

do some mode validation - for now reject everything above 1680x1200 until
I find out why these don't work ( 1680x1200 works but not 1920x1080 ).
Also use sync polarity info from videomode instead of guessing.
Finally, if there is no useble preferred mode, be a little smarter trying
to find the next best mode.

(macallan)

2012-01-18 07:17:09 UTC MAIN commitmail json YAML

2012-01-18 02:09:06 UTC yamt-pagecache commitmail json YAML

2012-01-18 00:23:30 UTC MAIN commitmail json YAML

wbsio(4) rescan support.

(jakllsch)

2012-01-18 00:14:32 UTC MAIN commitmail json YAML

Improve module dependency list.

(jakllsch)

2012-01-18 00:11:43 UTC MAIN commitmail json YAML

Improve module dependencies, clean up old #if 0 code.

(jakllsch)

2012-01-17 22:18:54 UTC MAIN commitmail json YAML

Remove bad indent keyword.

(njoly)

2012-01-17 21:31:46 UTC MAIN commitmail json YAML

we don't access video memory directly, no need to map it

(macallan)

2012-01-17 20:50:39 UTC MAIN commitmail json YAML

Do init the astpending variable.

(reinoud)

2012-01-17 20:34:58 UTC MAIN commitmail json YAML

Introduce __HAVE_NO___THREAD for sun2 and vax to disable the TLS usage.
Require __HAVE_TLS_VARIANT_I or __HAVE_TLS_VARIANT_II as well as
__lwp_getprivate_fast / __lwp_gettcb_fast to exist for libpthread.
Define VAX as going to use TLS variant I, if it is ever implemented.

(joerg)

2012-01-17 19:46:55 UTC MAIN commitmail json YAML

Clean up userret/ast handling. Now called ONLY when its 100% clear that it is
returning to userland.

(reinoud)

2012-01-17 19:40:08 UTC MAIN commitmail json YAML

For xkb_base, do not use ${libdir} (xkeyboard-config.pc does not define
it) but its value ${prefix}/lib instead.

(njoly)

2012-01-17 19:13:23 UTC MAIN commitmail json YAML

support DDC2, pick an appropriate video mode if a data are found

(macallan)

2012-01-17 18:53:25 UTC MAIN commitmail json YAML

kpasswd depends on MKKERBEROS, not USE_KERBEROS

(joerg)

2012-01-17 18:44:25 UTC MAIN commitmail json YAML

Remove workaround for old binutils.

(skrll)

2012-01-17 18:11:28 UTC MAIN commitmail json YAML

Back out all changes for rev 1.346 which are not related to PR/45850
Should fix the reported build problem from Paul Goyette

(veego)

2012-01-17 18:05:15 UTC MAIN commitmail json YAML

update for wbsio and lm changes

(jakllsch)

2012-01-17 18:04:46 UTC MAIN commitmail json YAML

Make this compile.

(jakllsch)

2012-01-17 17:58:36 UTC MAIN commitmail json YAML

Rename perfuse_mount to not conflict with libperfuse. Mark it and
perfuse_trace as static.

(joerg)

2012-01-17 17:27:32 UTC MAIN commitmail json YAML

Dd wants full months.
Use Rs/Re for reference (only title filled in for now, more would be nice).

(wiz)

2012-01-17 17:24:02 UTC MAIN commitmail json YAML

Update based on recent changes to uslsa(4).

(jakllsch)

2012-01-17 17:17:15 UTC MAIN commitmail json YAML

No module dependencies are denoted with NULL.  Pointed out by jmcneill.

(jakllsch)

2012-01-17 16:59:38 UTC MAIN commitmail json YAML

Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build.

(jakllsch)

2012-01-17 16:50:08 UTC MAIN commitmail json YAML

2012-01-17 16:34:52 UTC MAIN commitmail json YAML

Add module glue.

(jakllsch)

2012-01-17 16:32:04 UTC MAIN commitmail json YAML

Add and enable detachment and child detachment functions.

(jakllsch)

2012-01-17 16:28:34 UTC MAIN commitmail json YAML

Add NULL pmf handlers.

(jakllsch)

2012-01-17 16:27:19 UTC MAIN commitmail json YAML

Use an even smaller segment size when creating a very small filesystem.
This allows the lfs_renamerace_dirs case of the t_renamerace test to
fail correctly, rather than with a bogus "file system full" error as it
has since rev 1.135 of sys/ufs/lfs/lfs.h.

(perseant)

2012-01-17 16:27:15 UTC MAIN commitmail json YAML

sqlite-3.7.10 out.

(wiz)

2012-01-17 16:14:47 UTC MAIN commitmail json YAML

Include sysmonvar.h for envsys types.

(jakllsch)

2012-01-17 16:03:37 UTC MAIN commitmail json YAML

2012-01-17 15:53:25 UTC MAIN commitmail json YAML

2012-01-17 15:51:56 UTC MAIN commitmail json YAML

2012-01-17 15:48:33 UTC MAIN commitmail json YAML

fix struct kloader_bootinfo address.

(nonaka)

2012-01-17 15:43:55 UTC MAIN commitmail json YAML

zaudio(4) works fine for me.

(nonaka)

2012-01-17 15:38:44 UTC MAIN commitmail json YAML

ah_regdomain.c doesn't use -Wno-error anymore.

(joerg)

2012-01-17 12:32:52 UTC MAIN commitmail json YAML

Fix the symbol lookup on branches, etc.

(skrll)

2012-01-17 12:08:43 UTC MAIN commitmail json YAML

Add some space to the output.

(skrll)

2012-01-17 10:56:56 UTC MAIN commitmail json YAML

Remove comment that shouldn't have crept in.

(skrll)

2012-01-17 10:47:28 UTC MAIN commitmail json YAML

2012-01-17 09:30:16 UTC MAIN commitmail json YAML

Add a few KASSERT() - I have a crash that likely will cause one of them to
fire...

(martin)

2012-01-17 08:23:40 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-01-17 08:22:09 UTC MAIN commitmail json YAML

Add -n to usage.

(wiz)

2012-01-17 08:20:58 UTC MAIN commitmail json YAML

New sentence, new line. Bump date for previous. Sort SEE ALSO.

(wiz)

2012-01-17 08:13:42 UTC MAIN commitmail json YAML

2012-01-17 07:48:48 UTC MAIN commitmail json YAML

get rid of HAVE_OPENFIRMWARE

(macallan)

2012-01-17 07:04:08 UTC MAIN commitmail json YAML

Remove trailing whitespace.  Reported by Brad Harder.

(mbalmer)

2012-01-17 03:49:20 UTC MAIN commitmail json YAML

2012-01-17 03:39:33 UTC MAIN commitmail json YAML

In addition to %[er]ax,  rep xstore-rng  also clobbers %[er]cx and %[er]di.
As such, mark them as outputs, as is done in the VIA Padlock example code.
Additionally, let's assume that VIAC3_RNG_BUFSIZ is in bytes and not DWords.
Furthermore assume that there are not 1 but NBBY bits of entropy per byte.

Fixes PR kern/45847 for me.

(jakllsch)

2012-01-17 03:06:33 UTC MAIN commitmail json YAML

2012-01-17 03:01:39 UTC MAIN commitmail json YAML

drop trailing whitespace

(jakllsch)