Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 14:17:56 UTC Now

2011-12-27 23:34:13 UTC MAIN commitmail json YAML

wrap crypt() to a function that returns *0 and *1 on error.

(christos)

2011-12-27 23:33:41 UTC MAIN commitmail json YAML

- go back to returning NULL, we are going to wrap crypt instead.
- limit length of key to 253 to prevent truncation.

(christos)

2011-12-27 22:13:05 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 22:01:26 UTC MAIN commitmail json YAML

we want to check against "*0" not "*\0"

(christos)

2011-12-27 21:47:04 UTC MAIN commitmail json YAML

Remove duplicate RCS Id. New sentence, new line.

(wiz)

2011-12-27 21:24:25 UTC MAIN commitmail json YAML

PR/45750: Alexander Nasonov: Type of k in bpf_insn is bpf(9) is different
from sys/net/bpf.h

(christos)

2011-12-27 20:59:45 UTC MAIN commitmail json YAML

2011-12-27 20:59:24 UTC MAIN commitmail json YAML

implement thunk_signal using sigaction so we ensure all of our signal
handlers run on the alternate signal stack

(jmcneill)

2011-12-27 20:29:08 UTC MAIN commitmail json YAML

don't allocate variable arrays on the stack for SSP (from joerg)

(christos)

2011-12-27 20:00:08 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 19:59:24 UTC matt-nb5-mips64 commitmail json YAML

When filling out the physical extent, make sure to probe NOR base/limit pairs.

(matt)

2011-12-27 19:58:19 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 19:57:19 UTC matt-nb5-mips64 commitmail json YAML

Add commented out intr establishment.

(matt)

2011-12-27 19:36:10 UTC MAIN commitmail json YAML

Instead of returning ":" on error, return "*0" or "*1" which will always result
in logged password entries, even if the calling program decides to blindly
use them. Discussed in: http://www.openwall.com/lists/oss-security/2011/11/15/3

(christos)

2011-12-27 19:21:00 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 18:24:41 UTC MAIN commitmail json YAML

2011-12-27 17:45:32 UTC matt-nb5-mips64 commitmail json YAML

Make 4 flash devices by default.

(matt)

2011-12-27 17:35:49 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 17:33:02 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 17:13:10 UTC MAIN commitmail json YAML

Add the Atffile for libcrypt tests

(pgoyette)

2011-12-27 17:12:48 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 17:09:16 UTC matt-nb5-mips64 commitmail json YAML

Add {,INSTALL_}XLPEVB{32,64} kernels for mips64

(matt)

2011-12-27 17:07:15 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 16:56:17 UTC matt-nb5-mips64 commitmail json YAML

Use mips_ksegx_start (not mips3_ksegx_start).

(matt)

2011-12-27 16:54:51 UTC MAIN commitmail json YAML

mention pam unbump.

(christos)

2011-12-27 16:53:24 UTC MAIN commitmail json YAML

2011-12-27 16:52:52 UTC MAIN commitmail json YAML

2011-12-27 16:35:14 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 16:26:25 UTC matt-nb5-mips64 commitmail json YAML

Deal with non fixed page size on MIPS.

(matt)

2011-12-27 16:25:25 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 16:24:01 UTC matt-nb5-mips64 commitmail json YAML

Don't use NBPG since it can vary.

(matt)

2011-12-27 16:22:01 UTC matt-nb5-mips64 commitmail json YAML

Make it compile if PCI_NETBSD_CONFIGURE is not present.

(matt)

2011-12-27 16:21:25 UTC matt-nb5-mips64 commitmail json YAML

Don't build unneeded kernel.  Try to mdsetimage

(matt)

2011-12-27 16:20:51 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 16:09:36 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 16:08:17 UTC matt-nb5-mips64 commitmail json YAML

Use MIPS_*CACHE_VIRTUAL_ALIAS instead of mci->mci_*

(matt)

2011-12-27 16:07:34 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 15:12:45 UTC MAIN commitmail json YAML

PR/45747: Henning Petersen: Fix icmp6 verbose printing.

(christos)

2011-12-27 14:55:31 UTC MAIN commitmail json YAML

2011-12-27 14:51:15 UTC MAIN commitmail json YAML

Add directory for libcrypt tests

(pgoyette)

2011-12-27 13:15:55 UTC MAIN commitmail json YAML

Document the reality that the _build and _crunch commands should each
contain exactly one "%s".  The previous description allowed any number
of "%s" in the _build command, but that does not match the actual
behaviour of either man(1) or catman(8).

(apb)

2011-12-27 11:48:01 UTC MAIN commitmail json YAML

2011-12-27 07:47:01 UTC MAIN commitmail json YAML

Optimise branch predict hint for the intended use-case (cross cpu event notification)

(cherry)

2011-12-27 07:45:41 UTC MAIN commitmail json YAML

Do not touch pending flags across vcpus

(cherry)

2011-12-27 07:05:53 UTC MAIN commitmail json YAML

add fastpaths for alpha == 0 and alpha == 255 - no need to do the six
multiplications dance there, just use background or foreground colour

(macallan)

2011-12-27 06:58:59 UTC matt-nb5-mips64 commitmail json YAML

Don't use NBPG/PGSHIFT/PGOFFST any more.
Use nbpg from kvm_t and initialize that from the cpu_kcore_hdr_t.

(matt)

2011-12-27 06:57:34 UTC matt-nb5-mips64 commitmail json YAML

Since MIPS supports multiple page sizes now, add pg_size to cpu_kcore_hdr_t
as well members to decode ksegx addresses.

(matt)

2011-12-27 06:55:38 UTC matt-nb5-mips64 commitmail json YAML

Add core_r4k_pcache*.S files.

(matt)

2011-12-27 06:55:12 UTC matt-nb5-mips64 commitmail json YAML

Note that 1004K and 1074K are MT

(matt)

2011-12-27 06:54:29 UTC matt-nb5-mips64 commitmail json YAML

Add pg_size to the cpu_kcore_hdr_t as well support for ksegx.

(matt)

2011-12-27 06:24:40 UTC MAIN commitmail json YAML

skip the multiplications for alpha values of 0 and 255, just use background
and foreground colours there

(macallan)

2011-12-27 03:39:58 UTC matt-nb5-mips64 commitmail json YAML

Rework (rewrite) the cache code for MIPS32/MIPS64.  Use an assembly stub
for generate the cache instructions.  Add some more intern routines so that
cache_mipsNN.c only had the "generic" all/index routines.

(matt)

2011-12-27 03:39:41 UTC matt-nb5-mips64 commitmail json YAML

Rework (rewrite) the cache code for MIPS32/MIPS64.  Use an assembly stub
for generate the cache instructions.  Add some more intern routines so that
cache_mipsNN.c only had the "generic" all/index routines.

(matt)

2011-12-27 01:56:33 UTC matt-nb5-mips64 commitmail json YAML

2011-12-27 01:24:28 UTC MAIN commitmail json YAML

Proper copyright, RCSID.

(christos)

2011-12-27 01:20:45 UTC MAIN commitmail json YAML

perform the check for all salts > 2.

(christos)

2011-12-27 00:49:16 UTC MAIN commitmail json YAML

2011-12-27 00:47:23 UTC MAIN commitmail json YAML

2011-12-26 23:57:13 UTC MAIN commitmail json YAML

2011-12-26 23:50:43 UTC MAIN commitmail json YAML

mark vaudio callout and softint handler as mpsafe

(jmcneill)

2011-12-26 22:58:45 UTC MAIN commitmail json YAML

Provide a safer salting method that does not turn invalid salts to '.'.
Be more sensitive to bad salts and counts. From:
http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_freesec.c
From Solar Designer

(christos)

2011-12-26 22:04:35 UTC MAIN commitmail json YAML

make sure the sigio signal handler runs on the alternate signal stack,
fixes random SIGILLs seen recently

(jmcneill)

2011-12-26 21:51:53 UTC MAIN commitmail json YAML

Return ":1" on error instead of ":", so that sloppy password creation programs
don't end up confusing libc or the other way around. From Solar Designer

(christos)

2011-12-26 21:22:23 UTC MAIN commitmail json YAML

update usage message:

$ ./netbsd -h
-h: unknown flag
usage: ./netbsd [-acdqsvxz] [tap=<dev>,<eaddr>] [audio=<dev>] [<fsimg>]
      (ex. "./netbsd tap=tap0,00:00:be:ef:ca:fe audio=audio0 root.fs")

(jmcneill)

2011-12-26 21:09:22 UTC MAIN commitmail json YAML

add vaudio(4) audio device driver

(jmcneill)

2011-12-26 21:06:42 UTC MAIN commitmail json YAML

2011-12-26 20:26:38 UTC MAIN commitmail json YAML

Properly protect the min/target variables from balloon_sc, not just target.

Use their reference directly instead of going through their opaque
sysctl_data storage. It makes the locking a bit more obvious.

(jym)

2011-12-26 19:33:20 UTC MAIN commitmail json YAML

DIAGNOSTIC is enabled in GENERIC already, don't do it again here

(martin)

2011-12-26 18:27:11 UTC MAIN commitmail json YAML

Do not fiddle with the event masks of non-local vcpus when unmasking events across vcpus

(cherry)

2011-12-26 17:59:07 UTC MAIN commitmail json YAML

Remove obsolete puffs_suspend(3) xref.

(njoly)

2011-12-26 17:32:28 UTC MAIN commitmail json YAML

Re-apply some lint comments that have been lost during move to
external tree.

(njoly)

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

avoid accessing array over its bound, from Solar Designer

(christos)

2011-12-26 16:03:12 UTC yamt-pagecache commitmail json YAML

2011-12-26 14:51:20 UTC MAIN commitmail json YAML

veth_start: copy data from mbuf into a buffer and pass that to thunk_write(),
now this driver works as expected

(jmcneill)

2011-12-26 14:50:27 UTC MAIN commitmail json YAML

don't need O_NONBLOCK for tap

(jmcneill)

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

2011-12-26 13:07:24 UTC MAIN commitmail json YAML

Add putter device to generic kernels.

(mlelstv)

2011-12-26 12:39:20 UTC MAIN commitmail json YAML

2011-12-26 12:29:39 UTC MAIN commitmail json YAML

2011-12-26 03:44:49 UTC matt-nb5-mips64 commitmail json YAML

Merge -HEAD changes (except for PCIVERBOSE chagnes).

(matt)

2011-12-26 00:20:43 UTC MAIN commitmail json YAML

Off by one and clarity improvement from Christian Biere

(christos)

2011-12-25 23:31:22 UTC MAIN commitmail json YAML

kill the space so we can turn $Foo$ to Foo

(christos)

2011-12-25 23:29:35 UTC MAIN commitmail json YAML

2011-12-25 23:28:35 UTC MAIN commitmail json YAML

2011-12-25 23:18:56 UTC MAIN commitmail json YAML

2011-12-25 23:18:26 UTC MAIN commitmail json YAML

2011-12-25 22:27:56 UTC MAIN commitmail json YAML

src/external/bsd/openpam/dist/bin/pamtest/pamtest.1@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/bin/pamtest/pamtest.c@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/bin/su/su.1@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/bin/su/su.c@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_borrow_cred.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_free_data.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_free_envlist.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_get_option.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_log.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_nullconv.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_readline.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_restore_cred.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_set_option.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_subst.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/openpam_ttyconv.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/pam.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/pam.conf.5@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/pam_acct_mgmt.3@1.2 / diff / nxr@1.2
src/external/bsd/openpam/dist/doc/man/pam_authenticate.3@1.2 / diff / nxr@1.2
      :
(more 106 files)
apply our changes.

(christos)

2011-12-25 21:42:59 UTC MAIN commitmail json YAML

from sourceforge

ENHANCE: removed static build autodetection, which didn't work anyway.
Use an explicit, user-specified preprocessor variable instead.
ENHANCE: cleaned up the documentation a bit.
ENHANCE: added openpam_subst(3), allowing certain PAM items to be embedded
in strings such as prompts. Apply it to the prompts used by
pam_get_user(3) and pam_get_authtok(3).
ENHANCE: added support for the user_prompt, authtok_prompt and
oldauthtok_prompt module options, which override the prompts passed
by the module to pam_set_user(3) and pam_get_authtok(3).
ENHANCE: rewrote the policy parser to support quoted option values.
ENHANCE: added pamtest(1), a tool for testing modules and policies.
ENHANCE: added code to check the ownership and permissions of a module before
loading it.
ENHANCE: added / improved input validation in many cases, including the policy
file and some function arguments.

Status:

Vendor Tag: OPENPAM
Release Tags: lycopsida-20111218

(christos)

2011-12-25 21:10:00 UTC MAIN commitmail json YAML

Fix VM_MAX_ADDRESS that is NOT the max address BUT the max userland address
Fix VM_MAX_KERNEL_ADDRESS that is the absolute max address accesable by the
kernel...

(reinoud)

2011-12-25 20:16:05 UTC MAIN commitmail json YAML

2011-12-25 20:15:34 UTC MAIN commitmail json YAML

2011-12-25 20:11:23 UTC MAIN commitmail json YAML

fix the grammar conflict differently.

(christos)

2011-12-25 12:32:36 UTC MAIN commitmail json YAML

Apply fix for previous changes per request from joerg@:
http://mail-index.NetBSD.org/source-changes-d/2011/12/25/msg004454.html

XXX1: More Makefiles should be fixed otherwise they will be
      copy-and-pasted blindly again and again.
XXX2: Probably we need more explicit and simple macro to check active CC.

(tsutsui)

2011-12-25 11:51:16 UTC MAIN commitmail json YAML

Fix TLB-miss.  Don't overwrite t0 before use.

(kiyohara)

2011-12-25 10:37:15 UTC MAIN commitmail json YAML

2011-12-25 06:25:13 UTC MAIN commitmail json YAML

Note libsa ext2fs ls command support from Evgeniy Ivanov.

(tsutsui)

2011-12-25 06:09:10 UTC MAIN commitmail json YAML

Apply the following patch submitted by Evgeniy Ivanov:
http://mail-index.NetBSD.org/tech-kern/2011/12/15/msg012226.html
http://mail-index.NetBSD.org/tech-kern/2011/12/17/msg012229.html

- add 'ls' op to struct fs_ops to support ls command on each fs,
  enabled by -DLIBSA_ENABLE_LS_OP and SAMISCMAKEFLAGS+="SA_ENABLE_LS_OP=yes"
  in libsa
- split sys/lib/libsa/ufs_ls.c into UFS specific part and MI part (ls.c)
  that opens the target fs and calls fs-depedent XXX_ls() functions
- add a ls op for ext2fs
  (all other fs than ufs and ext2fs don't have actual ls ops yet)
- replace existing MD ufs_ls() calls with this new MI ls()

The original patch was written for i386 and ext2fs.
zaurus zboot has been tested by nonaka@.
ews4800mips and x68k loaders have been tested by me (with several fixes).
landisk might be okay since it was almost copied from i386.

XXX1: "ls" op in fs_ops looks a bit inconsistent, but we will be able to
      replace it with real fs ops like readdir if it's really worth
XXX2: someone might have to check sys/arch/ia64/stand/efi/libefi/efifs_ls.c

(tsutsui)

2011-12-25 02:23:09 UTC MAIN commitmail json YAML

PR/45736: Michael van Elst: setting kern.maxvnodes may lock up
Clamp the number of elements to the max possible if exceeded

(christos)

2011-12-25 01:05:44 UTC MAIN commitmail json YAML

correct debugging flags.

(christos)

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

PR/45666: Nicolas Joly: lint(1) wrong 'syntax error' message

(christos)

2011-12-24 23:54:26 UTC MAIN commitmail json YAML

avoid reusing inet_addr twice.

(christos)

2011-12-24 23:51:27 UTC MAIN commitmail json YAML

PR/45662: Henning Petersen: Overlapping buffer in lpd_command.c

(christos)

2011-12-24 23:48:17 UTC MAIN commitmail json YAML

PR/45661: Henning Petersen: Overlapping buffer in route.c.

(christos)

2011-12-24 23:46:11 UTC MAIN commitmail json YAML

make len unsigned; -1 will turn into a large number, failing the test.

(christos)

2011-12-24 23:42:30 UTC MAIN commitmail json YAML

check also for overflow

(christos)

2011-12-24 23:38:43 UTC MAIN commitmail json YAML

Don't repeat what we just printed.

(christos)

2011-12-24 23:29:32 UTC MAIN commitmail json YAML

PR/45660: Henning Petersen: Overlapping buffer in catman.c.

(christos)

2011-12-24 22:29:48 UTC MAIN commitmail json YAML

PR/45739: Moritz Wilhelmy: top(1) segfaults on WINCH with unknown terminal

(christos)

2011-12-24 20:18:54 UTC MAIN commitmail json YAML

2011-12-24 20:18:35 UTC MAIN commitmail json YAML

use the names from the include files.

(christos)

2011-12-24 20:08:39 UTC MAIN commitmail json YAML

add ICMP_STRINGS, a few more missing constants.

(christos)

2011-12-24 19:54:41 UTC MAIN commitmail json YAML

put the histograms last and make them autosize (breaks compat with netstat).

(christos)

2011-12-24 19:54:13 UTC MAIN commitmail json YAML

fix whitespace only

(christos)

2011-12-24 19:53:50 UTC MAIN commitmail json YAML

add SKIP, fix PHOTURIS codes

(christos)

2011-12-24 12:26:58 UTC MAIN commitmail json YAML

Make signals work for NetBSD/usermode[i386] !

(reinoud)

2011-12-24 12:23:25 UTC MAIN commitmail json YAML

Implement cpu_getmcontext() and cpu_setmcontext()

(reinoud)

2011-12-24 09:52:45 UTC matt-nb5-mips64 commitmail json YAML

Rototill.  Commonize code when possible.

(matt)

2011-12-24 09:51:51 UTC matt-nb5-mips64 commitmail json YAML

Change macros with embedded asm into static inline functions.
Pass in line_size to asm and gas expand to the proper offsets.

(matt)

2011-12-24 05:05:55 UTC MAIN commitmail json YAML

Note libc/net/Makefile.inc hostname lookup -fno-tree-ter hacks for gcc 4.5 arm.

(tsutsui)

2011-12-24 04:59:00 UTC MAIN commitmail json YAML

Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and gcc45
for workaround of a possible optimazation bug.

On my W-ZERO3 and Zaurus, hostname lookup against CNAME by some commands
(ping(8), ftp(1) etc.) fails even though nslookup(8) returns a proper name
against the same CNAME, after NetBSD/arm ports has been switched to
gcc 4.5 since 201110311420Z (i.e 201110310000Z binaries worked but
201111010000Z ones not).

Building getaddrinfo.c and gethnamaddr.c in libc with "-O2 -fno-tree-ter"
(or using objects built by old gcc 4.1) seems to fix this issue.

Accroding to nonaka@, the following gcc bugzilla test case also fails
with -O2 but works with -O2 -fno-tree-ter on NetBSD/zaurus 5.99.57:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48863#c4
but CNAME lookup didn't fail on his environment even without this workaround.

(tsutsui)

2011-12-24 02:28:50 UTC MAIN commitmail json YAML

don't put alpha values in a variable named alpha since alpha doesn't like
variables conflicting with platform names
( just in case someone figures out how to stick an sm50x into an alpha )

(macallan)

2011-12-24 02:13:21 UTC MAIN commitmail json YAML

rename alpha variable to avoid conflict with a platform macro on alpha

(macallan)

2011-12-24 02:00:13 UTC matt-nb5-mips64 commitmail json YAML

Fix call to sokvaalloc (now takes 3 arguments)

(matt)

2011-12-24 01:59:30 UTC matt-nb5-mips64 commitmail json YAML

Make this compile if COMPAT_14 is defined.

(matt)

2011-12-24 01:57:55 UTC matt-nb5-mips64 commitmail json YAML

2011-12-24 01:44:44 UTC matt-nb5-mips64 commitmail json YAML

Rework to add early support.
Add XLP support.  Allow one kernel to support XLR/XLS and XLP.
Do bus_dma init in cpu_configure.

(matt)

2011-12-24 01:42:48 UTC matt-nb5-mips64 commitmail json YAML

Add config files for the XLPEVB for the XLP8xx board.  (should work on any
XLP eval board).

(matt)

2011-12-24 01:42:04 UTC matt-nb5-mips64 commitmail json YAML

2011-12-24 01:40:27 UTC matt-nb5-mips64 commitmail json YAML

Don't make uneeded kernels.
Try to mdsetimage if possible.

(matt)

2011-12-24 01:39:47 UTC matt-nb5-mips64 commitmail json YAML

Remove option that moved to std.rmixl

(matt)

2011-12-24 01:33:59 UTC matt-nb5-mips64 commitmail json YAML

Add support for >63MHZ speeds.
Add support for extended clock division via CGM.

(matt)

2011-12-24 01:33:03 UTC matt-nb5-mips64 commitmail json YAML

2011-12-24 01:31:39 UTC matt-nb5-mips64 commitmail json YAML

2011-12-24 01:31:15 UTC matt-nb5-mips64 commitmail json YAML

2011-12-24 01:28:02 UTC matt-nb5-mips64 commitmail json YAML

Pull latest from -HEAD.
Add printing bus lanes and speed.

(matt)

2011-12-24 01:27:25 UTC matt-nb5-mips64 commitmail json YAML

Pull down latest from -HEAD.

(matt)

2011-12-24 01:25:51 UTC matt-nb5-mips64 commitmail json YAML

Fix problem when alignment of a device is > then the alignment of the bus
bus spaces provided.

(matt)

2011-12-24 01:24:44 UTC matt-nb5-mips64 commitmail json YAML

Add support for __PCI_DEV_FUNCORDER

(matt)

2011-12-24 01:23:34 UTC matt-nb5-mips64 commitmail json YAML

2011-12-24 01:22:44 UTC matt-nb5-mips64 commitmail json YAML

Add NetLogic(RMI) XLP devices

(matt)

2011-12-24 01:17:26 UTC matt-nb5-mips64 commitmail json YAML

Add pause instruction (mips32r2 - sll $0,$0,5).

(matt)

2011-12-24 01:14:48 UTC matt-nb5-mips64 commitmail json YAML

2011-12-24 00:45:25 UTC matt-nb5-mips64 commitmail json YAML

Add date, ps, sysctl, and vmstat

(matt)

2011-12-24 00:45:01 UTC matt-nb5-mips64 commitmail json YAML

Add ld0/ld1 to list of devices to make

(matt)

2011-12-23 23:40:00 UTC matt-nb5-mips64 commitmail json YAML

Rework the tlb routines to more consistend on register usage.
Always try to keep TLB_INDEX invalid (to cause unintended tlbwi to fail).

(matt)

2011-12-23 23:32:51 UTC matt-nb5-mips64 commitmail json YAML

2011-12-23 23:25:43 UTC matt-nb5-mips64 commitmail json YAML

Update to new world order.  GENERIC boots on gxemul 3max emulation.

(matt)

2011-12-23 23:24:44 UTC matt-nb5-mips64 commitmail json YAML

2011-12-23 23:12:34 UTC matt-nb5-mips64 commitmail json YAML

2011-12-23 23:12:08 UTC matt-nb5-mips64 commitmail json YAML

2011-12-23 22:51:29 UTC matt-nb5-mips64 commitmail json YAML

Add mips3_cp0_random_read.
Add mipsNN_cp0_config{1-7}_{read,write}.

(matt)

2011-12-23 22:48:07 UTC matt-nb5-mips64 commitmail json YAML

2011-12-23 22:47:26 UTC matt-nb5-mips64 commitmail json YAML

Add code to deal SDcache settings in CFG2.
Add support for CFG7 handling for MTI cores.
Cleanup cache alias handling.

(matt)

2011-12-23 22:45:27 UTC matt-nb5-mips64 commitmail json YAML

add entries for MIPS 1074K and RMI XLP3XX and XLP8XX.
for mipsNN, use TLB random register in case there are more than 64 TLB entries.
Add cpuname argument to cpu_identify.  Fix bug in mips_page_physaddr.
Print out number of ASIDs in cpu_identify.

(matt)

2011-12-23 22:33:21 UTC matt-nb5-mips64 commitmail json YAML

2011-12-23 22:31:30 UTC matt-nb5-mips64 commitmail json YAML

Split syncicache functions into separate file: pmap_syncicache.
Support up to 1024 ASIDs.
Always use atomic ops for manipulating pm_shootdown_pending
Nuke PMAP_POOLPAGE_DEBUG
defparam MIPS_PAGE_SHIFT
Track colors of execpages.

(matt)

2011-12-23 22:03:00 UTC MAIN commitmail json YAML

Include the ICMP_PHOTURIS error codes if we're going to define ICMP_PHOTURIS

(jmc)

2011-12-23 20:53:31 UTC MAIN commitmail json YAML

2011-12-23 20:51:50 UTC MAIN commitmail json YAML

Sync with reality a little.

(rmind)

2011-12-23 19:08:50 UTC MAIN commitmail json YAML

make ICMP_MAXTYPE 18 again to unbreak stats.

(christos)

2011-12-23 18:54:50 UTC matt-nb5-mips64 commitmail json YAML

Use MIPS_PAGE_SHIFT to define the page size to be used from a config file.
Add support for tracking which colors have been used for an EXECPAGE.

(matt)

2011-12-23 18:52:33 UTC matt-nb5-mips64 commitmail json YAML

Make CPUISMIPS3 deal with MIPS32R2 and MIPS64R2
Add mips_num_tlb_asids.
Allow a caller to cpu_identify to supply a cpuname (or NULL).

(matt)

2011-12-23 18:50:36 UTC matt-nb5-mips64 commitmail json YAML

Base various #defines, etc. on PAGE_SHIFT instead of using separate
ENABLE_MIPS_*_PAGE defines.

(matt)

2011-12-23 18:49:03 UTC matt-nb5-mips64 commitmail json YAML

Add multiple inclusion protection.
Add separate variable for dealing with icache virtual aliases

(matt)

2011-12-23 17:58:20 UTC matt-nb5-mips64 commitmail json YAML

Add conditional support for __PCI_BUS_DEVORDER, __HAVE_PCI_CONF_HOOK, and
__PCI_DEV_FUNCORDER (new).

(matt)

2011-12-23 17:55:50 UTC matt-nb5-mips64 commitmail json YAML

Correct XLP processor ids, add 1074K processor id.  Increase ASID space
to 10 bits for MIPS3+ cpus.

(matt)

2011-12-23 16:56:54 UTC MAIN commitmail json YAML

there is a macro for that, use it.

(christos)

2011-12-23 16:48:16 UTC MAIN commitmail json YAML

Avoid buffer overflow, reported by Colin Percival at FreeBSD

(christos)

2011-12-23 16:38:51 UTC MAIN commitmail json YAML

2011-12-23 16:35:01 UTC MAIN commitmail json YAML

Define PMAP_NEED_PROCWR and provide pmap_procwr so that the i-cache is
synchronised with the d-cache appropriately.

(skrll)

2011-12-23 15:31:17 UTC MAIN commitmail json YAML

add missing icmp types.

(christos)

2011-12-23 10:01:33 UTC MAIN commitmail json YAML

- use correct ASID bits in MIPS_COP_0_TLB_HI
- save/restore current PID in tlb_invalidate_all() and cpu_switch_resume()
  as mipsX_subr.S does

(tsutsui)

2011-12-23 08:09:08 UTC matt-nb5-mips64 commitmail json YAML

add more mipsNN_cp0_config{3,4,5,6,7}_{read,write}.
Add mips3_cp0_random_read().
Add L3 encoding for RMI.

(matt)

2011-12-23 08:07:40 UTC matt-nb5-mips64 commitmail json YAML

Add various new exceptions from MTE/32R2/64R2/DSP.

(matt)

2011-12-23 08:06:09 UTC matt-nb5-mips64 commitmail json YAML

Add CFG6/7 definitions for MIPS 24K/74K/34K/1004K/1074K and RMI XLP.

(matt)

2011-12-23 06:49:04 UTC matt-nb5-mips64 commitmail json YAML

print current asid on a trap.

(matt)

2011-12-23 06:48:21 UTC matt-nb5-mips64 commitmail json YAML

2011-12-23 05:06:19 UTC MAIN commitmail json YAML

2011-12-23 05:05:04 UTC MAIN commitmail json YAML

Add a default for isibootd(8). Pointed out by nonaka@.

(tsutsui)

2011-12-23 05:01:59 UTC MAIN commitmail json YAML

Mention limits of :P

(sjg)

2011-12-23 00:51:50 UTC MAIN commitmail json YAML

2011-12-22 20:07:03 UTC MAIN commitmail json YAML

2011-12-22 15:50:37 UTC MAIN commitmail json YAML

Adjust for function merge and move.

(tsutsui)

2011-12-22 15:47:15 UTC MAIN commitmail json YAML

Remove fuction declarations of m68881_restore() and m68881_save().
They are in <m68k/m68k.h>.

(tsutsui)

2011-12-22 15:33:30 UTC MAIN commitmail json YAML

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

Remove obsolete header.

(tsutsui)

2011-12-22 15:06:17 UTC MAIN commitmail json YAML

No need to include <m68k/softintr.h>.
Old softintr(9) was superseded by MI softint(9).

(tsutsui)

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

Redo uvm_map_setattr() to never fail and remove the possible panic. The
possibility of failure was a C&P error.

(reinoud)

2011-12-22 11:33:54 UTC MAIN commitmail json YAML

Check PSL_PR instead of CI_IDEPTH in INTR_PROLOG.

(kiyohara)

2011-12-22 07:42:43 UTC MAIN commitmail json YAML

don't probe colour depth on attach - we're going to change it anyway

(macallan)

2011-12-22 07:32:34 UTC MAIN commitmail json YAML

don't switch to 8 bit for WSDISPLAYIO_MODE_EMUL if VOYAGERFB_ANTIALIAS
is defined

(macallan)

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

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

support running in 32bit colour with anti-aliased fonts
enable with options VOYAGERFB_ANTIALIAS

(macallan)

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

add some pre-rendered anti-aliased fonts from pkgsrc:
- DejaVu Sans Mono from fonts/dejavu-ttf
- Droid Sans Mono from fonts/droid-ttf
- Free Mono from fonts/freefonts-ttf

(macallan)

2011-12-22 04:53:43 UTC MAIN commitmail json YAML

support anti-aliased fonts in 32bit colour

(macallan)

2011-12-22 04:52:45 UTC MAIN commitmail json YAML

support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now only
in rasops32 although adding support in 15, 16 and 24 would be trivial.
Enabled only if the driver explicitly requests it by setting the
RI_ENABLE_ALPHA flag.

(macallan)

2011-12-22 02:13:08 UTC MAIN commitmail json YAML

Transfer some static from my winter coat to more structures/functions
in this file.

(jakllsch)

2011-12-22 02:00:19 UTC MAIN commitmail json YAML

Fix up changes commited in kttcp.c 1.29.

(jakllsch)

2011-12-21 22:18:43 UTC MAIN commitmail json YAML

don't include pcap/bpf.h

(christos)

2011-12-21 19:27:47 UTC MAIN commitmail json YAML

don't change the layout of the struct, it is used by fstat. (from yamt)

(christos)