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

2024-05-09 20:06:46 UTC Now

2011-09-09 18:48:34 UTC MAIN commitmail json YAML

Add tests for the shell under which build.sh is run.  If the
shell fails the tests, then build.sh tries to re-exec itself
under a more suitable shell.

(apb)

2011-09-09 18:41:17 UTC MAIN commitmail json YAML

Streamline makecontext() calls to really only specify the number of arguments
to prevent side-effects

(reinoud)

2011-09-09 17:48:39 UTC MAIN commitmail json YAML

2011-09-09 16:24:45 UTC MAIN commitmail json YAML

Clean up cpu_trampoline and link the context so we dont have to manually do
that.

(reinoud)

2011-09-09 15:45:28 UTC MAIN commitmail json YAML

Serialize access to file size. We already have such a thing in the
kernel, where it fixes race for PUFFS filesystems, but we need it again
in perfused since FUSE filesystems are allowed to reorder requests.

The huge issue is in the asyncrhonous SETATTR sent by fsync. It is
followed by a syncrhnous FSYNC, so if the filesystem does not reorder
requests, once the FSYNC returns, we are confident the SETATTR is done.
But since FUSE can reorder, we need to implement sync in perfused.

(manu)

2011-09-09 15:35:22 UTC MAIN commitmail json YAML

Make sure perfused remains locked in memory, otherwise we can get
deadlocks in low memory situations, where ioflush waits for perfused
to fsync vnodes, and perfused waits for memory to be freed.

(manu)

2011-09-09 14:29:47 UTC MAIN commitmail json YAML

Replace pms_synaptics_send_command() and identical pms_elantech_send_command()
with pms_sliced_command().  Linux shows that this sequence can also be used by
"Logitech PS/2++" protocol as well.

(jakllsch)

2011-09-09 14:23:38 UTC MAIN commitmail json YAML

Move the code for creating src/BUILDING from "make build-docs" in
src/Makefile to "make regen" in src/doc/Makefile, and update a comment
in doc/BUILDING.mdoc to match.

(apb)

2011-09-09 14:01:29 UTC MAIN commitmail json YAML

Revisions 1.92 and 1.93 of src/BUILDING were not reflected in
src/doc/BUILDING.mdoc, so those changes were lost when src/BUILDING
was regenerated in revision 1.94.

Now update src/doc/BUILDING.mdoc and regenerate src/BUILDING to
reinstate the lost changes.  (I also edited one of the changes, to use
the phrase "space-separated list" for consistency with other parts of
the document.)

The original changes were:
----------------------------
revision 1.93
date: 2011/08/06 19:52:49;  author: jnemeth;  state: Exp;  lines: +5 -0
Add description of MKKMOD, part of PR misc/45216
----------------------------
revision 1.92
date: 2011/01/29 16:56:26;  author: jym;  state: Exp;  lines: +6 -4
Pass down INSTALLSETS variable to installsets target. Use :Q to escape
shell meta-characters, as the variable contains a list of sets, separated
by spaces.

$ ./build.sh -V INSTALLSETS="base etc" install=idir

should now work as expected.

Reviewed by apb@ on tech-toolchain.
----------------------------

(apb)

2011-09-09 14:00:01 UTC MAIN commitmail json YAML

const-ify input command buffer argument to
pckbport_poll_cmd and pckbport_enqueue_cmd.

(jakllsch)

2011-09-09 13:29:23 UTC MAIN commitmail json YAML

Allow MAKEFLAGS to be set via build.sh -V.  Somebody asked for this
in 2008.

Also add comments above a few functions in build.sh, and bump copyright
dates.

(apb)

2011-09-09 12:44:27 UTC MAIN commitmail json YAML

machdep.c: Cleanup the machine dependent code and set the carry flag on error
out. While here also clean up register printing.

syscall.c: Add debug syscall printing code to track basic syscalls being
taken.

(reinoud)

2011-09-09 12:43:14 UTC MAIN commitmail json YAML

document another non-literal string.

(christos)

2011-09-09 12:41:12 UTC MAIN commitmail json YAML

Make pmap.c not so chatty unless we've enabled debug and verbose

(reinoud)

2011-09-09 12:28:05 UTC MAIN commitmail json YAML

Implement TBL functionality by remembering if its mapped in or not before
guessing and adjusting access types.

While here, when we hit a read-access fault and reference the page, also mark
it for executable when its permissions permit it. Distinguising between the
two is neigh impossible as we need to guess/derive the access the process
tried to have to the memory: we dont know if its a read/write/exec try.

Also clean up some debug messages.

(reinoud)

2011-09-09 12:21:57 UTC MAIN commitmail json YAML

Be more verbose in trap.c on what address should be passed to userland. Also
detail about what function goes into recurse

(reinoud)

2011-09-09 11:53:43 UTC cherry-xenmp commitmail json YAML

2011-09-09 11:38:21 UTC cherry-xenmp commitmail json YAML

2011-09-09 10:08:14 UTC MAIN commitmail json YAML

Document the FILESBUILD variable, which was added in
bsd.files.mk revision 1.41 dated 2010-02-03.

(apb)

2011-09-09 08:14:39 UTC cherry-xenmp commitmail json YAML

Use appropriate format strings.

(cherry)

2011-09-08 22:06:54 UTC MAIN commitmail json YAML

PR/45344: Pierre Allegraud: Added Dlink DWA-110 in rum(4)

(christos)

2011-09-08 22:05:00 UTC MAIN commitmail json YAML

PR/45343: Pierre Allegraud: Add missing nonliteral format comment.

(christos)

2011-09-08 19:55:52 UTC MAIN commitmail json YAML

Describe options and arguments. Bump PKGREVISION.
Based on PR 45275 by Julian Fagir.

(wiz)

2011-09-08 19:39:00 UTC MAIN commitmail json YAML

2011-09-08 19:37:02 UTC MAIN commitmail json YAML

Remove not used variable from the pcb.h

(reinoud)

2011-09-08 18:44:38 UTC MAIN commitmail json YAML

It's ATFFILE=no, not NOATFFILE=true.  This fixes the contents of the
installed Atffile, and allows the tests to actually run.

(jmmv)

2011-09-08 18:27:01 UTC MAIN commitmail json YAML

Remove temporary file committed by mistake.

(jmmv)

2011-09-08 18:15:56 UTC MAIN commitmail json YAML

Use a scratch space in panic(9) so we can store a more meaningful
message for panicstr instead of just the format string.

Keep setting the panicstr to fmt beforehand though for safety precaution.

ok joerg@.

(jym)

2011-09-08 16:34:09 UTC MAIN commitmail json YAML

2011-09-08 15:36:42 UTC MAIN commitmail json YAML

Another copy/paste problem with a function name in a error printf.

(jakllsch)

2011-09-08 15:34:07 UTC MAIN commitmail json YAML

Correct copy/paste of function name in error printf.

(jakllsch)

2011-09-08 15:27:51 UTC MAIN commitmail json YAML

2011-09-08 15:26:26 UTC MAIN commitmail json YAML

Make whitespace more consistent.

(jakllsch)

2011-09-08 15:13:27 UTC MAIN commitmail json YAML

Use the machdep.h and now use the md_check_syscall_opcode()

(reinoud)

2011-09-08 15:11:42 UTC MAIN commitmail json YAML

Add a machdep protoype header file to coder all prototypes in machdep.c

(reinoud)

2011-09-08 15:10:59 UTC MAIN commitmail json YAML

Implement md_check_syscall_opcode() to check if the instruction at the pointer
`ptr' is indeed a syscall entry.

(reinoud)

2011-09-08 14:49:42 UTC MAIN commitmail json YAML

Create syscall() prototype and let illegal instruction handler switch to that
switchframe

(reinoud)

2011-09-08 14:47:17 UTC MAIN commitmail json YAML

Link syscall to userland so on exit is automatically goes to userland.

(reinoud)

2011-09-08 12:37:28 UTC MAIN commitmail json YAML

Cleanup syscall context creation

(reinoud)

2011-09-08 12:10:13 UTC MAIN commitmail json YAML

get rid of clock softintr and move setitimer call to cpu_initclocks

(jmcneill)

2011-09-08 12:08:13 UTC MAIN commitmail json YAML

2011-09-08 12:01:22 UTC MAIN commitmail json YAML

Create a ucontext for the system call to work in; its cloned from the new
pcb's call `userland' ucontext.

(reinoud)

2011-09-08 12:00:26 UTC MAIN commitmail json YAML

revert previous; don't change the logic.

(christos)

2011-09-08 11:56:48 UTC MAIN commitmail json YAML

2011-09-08 11:53:19 UTC MAIN commitmail json YAML

pass debug compiler parameters to modules built with host sdk

(jmcneill)

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

add heavyweight sigprocmask stuff, commented out unless INTR_USE_SIGPROCMASK
is defined

(jmcneill)

2011-09-08 11:11:18 UTC MAIN commitmail json YAML

use HZ to calculate interval for setitimer

(jmcneill)

2011-09-08 11:03:40 UTC MAIN commitmail json YAML

2011-09-08 10:56:49 UTC MAIN commitmail json YAML

- Add a delay just after the function is passed to the slave, this
  gives the slave time to process the command and produce output before
  the director drains output from the slave.  This is particularly
  important when the slave is set up for timed input because the ioctl
  used by curses to set the tty parameters waits for pending output to
  drain.
- make a debug statement conditional on verbose again
- make a warning about output from the slave conditional on verbose
- fix setting the minimum input delay, it should be milliseconds not
  nanoseconds.
- Handle nanosleep returning early due to a signal, restart the sleep
  with the remaining time.

(blymn)

2011-09-08 10:49:57 UTC MAIN commitmail json YAML

2011-09-08 10:49:41 UTC MAIN commitmail json YAML

make sure USPACE is large enough to hold our struct pcb

(jmcneill)

2011-09-08 04:37:47 UTC MAIN commitmail json YAML

add a very rudimentary manual page for the axtls library - the web-based
documentation of the C API is much better than this.

(agc)

2011-09-08 04:36:51 UTC MAIN commitmail json YAML

Bring forward some changes to make this build with WARNS=4, to give some
namespace protection for SHA1 and MD5 routines (implemented and used in
axtls itself)

(agc)

2011-09-08 04:30:35 UTC MAIN commitmail json YAML

2011-09-08 04:26:09 UTC MAIN commitmail json YAML

othersrc/external/bsd/axtls/dist/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/README@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/axtlswrap/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/axtlswrap/axtlswrap.c@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/Config.in@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/README@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/csharp/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/csharp/axTLS.cs@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/generate_SWIG_interface.pl@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/generate_interface.pl@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/java/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/java/SSL.java@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/java/SSLCTX.java@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/java/SSLClient.java@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/java/SSLReadHolder.java@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/java/SSLServer.java@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/java/SSLUtil.java@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/lua/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/external/bsd/axtls/dist/bindings/perl/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 196 files)
Initial import of axTLS version 1.4.3 into othersrc.

The axTLS embedded SSL project is a highly configurable client/server
TLSv1 SSL library designed for platforms with small memory
requirements.  It comes with a small HTTP/HTTPS server and additional
test tools.

It is 3-clause BSD-licensed.

The axTLS library has features such as:

+ The TLSv1 SSL client/server protocol
+ No requirement to use any openssl libraries.
+ A choice between AES block (128/256 bit) and RC4 (128 bit) stream ciphers.
+ RSA encryption/decryption with variable sized keys (up to 4096 bits).
+ Certificate chaining and peer authentication.
+ Session resumption, session renegotiation.
+ ASN.1, X.509, PKCS#8, PKCS#12 keys/certificates with DER/PEM encoding.
+ Highly configurable compile time options.
+ Portable across many platforms (written in ANSI C), and has language bindings in C, C#, VB.NET, Java, Perl and Lua.
+ Partial openssl API compatibility (via a wrapper).
+ A very small footprint (around 50-60kB for the library in 'server-only' mode).
+ No dependencies on sockets - can use serial connections for example.
+ A very simple API - ~ 20 functions/methods.

Not supported:

- SSLv2 or SSLv3 (but supports v23 client hello).
- Anonymous or Ephemeral DH.
- DSA or ECC.
- DES/3DES ciphers.
- Key generation (however certificate generation is supported).

See http://axtls.sourceforge.net/ for more information about the project.

Status:

Vendor Tag: RICH
Release Tags: axtls-base

(agc)

2011-09-08 01:19:52 UTC MAIN commitmail json YAML

don't forget to 0 init the rest of the array since now we removed the memset

(christos)

2011-09-08 01:18:44 UTC MAIN commitmail json YAML

a little more KNF, plus add \e (from the previous commit)

(christos)

2011-09-08 01:18:06 UTC MAIN commitmail json YAML

It is pointless to assign to the CLASS.set member and never use it again.
Perhaps the author meant to check if it is already set and not allocated it
again to avoid memory leaks? Anyway make everything const back and delete
the unused code. Yes, this leaks the same way as before but it is
insignificant. If we want to save memory we could use bytes or even bits
instead of ints, and not allocate/initialize the same thing multiple times.

(christos)

2011-09-07 22:59:19 UTC MAIN commitmail json YAML

Add comment to explain the const issue to avoid future trouble.

(joerg)

2011-09-07 21:32:07 UTC MAIN commitmail json YAML

catch up with vmem_alloc signature change.

(christos)

2011-09-07 20:34:59 UTC MAIN commitmail json YAML

Enable non-PCM passthru for digital converters, and treat the "AC3 supported"
flag to mean that the codec supports AC3 decoding for analog converters.

(jmcneill)

2011-09-07 20:26:15 UTC MAIN commitmail json YAML

Fix up amd64 set lists for MKDEBUGLIB=yes build.  There are still
issues for other arches.

(riz)

2011-09-07 19:05:13 UTC MAIN commitmail json YAML

options PMS_DISABLE_POWERHOOK has been obsolete for a while now,
remove what little still remains of it.

(jakllsch)

2011-09-07 18:21:41 UTC MAIN commitmail json YAML

Remove newly-introduced const qualifier from static CLASS classes[],
as CLASS->set gets changed in genclass().  Fixes a segfault doing:

tr '[:lower:]' '[:upper:]'

on (at least) amd64.

(riz)

2011-09-07 17:55:12 UTC MAIN commitmail json YAML

2011-09-07 17:54:11 UTC MAIN commitmail json YAML

2011-09-07 17:49:19 UTC MAIN commitmail json YAML

2011-09-07 14:03:49 UTC MAIN commitmail json YAML

Add skeleton for possible system call implementation

(reinoud)

2011-09-07 13:37:49 UTC MAIN commitmail json YAML

report power button events to sysmon

(macallan)

2011-09-07 13:07:22 UTC MAIN commitmail json YAML

build fix for previous

(jmcneill)

2011-09-07 12:33:06 UTC MAIN commitmail json YAML

Read/modify/write the digital converter control 1 register when setting up
digital playback instead of clobbering existing state.

(jmcneill)

2011-09-07 10:19:40 UTC MAIN commitmail json YAML

Better not copy this trapframe

(reinoud)

2011-09-07 10:10:10 UTC MAIN commitmail json YAML

Move all i386 specific stuff in a #ifdef __i386__

(reinoud)

2011-09-07 10:00:19 UTC MAIN commitmail json YAML

Print the byte codes that failed

State actions to implement.

(reinoud)

2011-09-07 09:24:55 UTC MAIN commitmail json YAML

Fix the illegal instruction return address. It was using the value of the
cpu's %cr2 register but thats not valid:

CR2 Contains a value called Page Fault Linear Address (PFLA). When a page
fault occurs, the address the program attempted to access is stored in the CR2
register.

And this is thus NOT the illegal instruction address!

(reinoud)

2011-09-07 08:54:42 UTC MAIN commitmail json YAML

Remove duplicate word.

(jruoho)

2011-09-07 08:43:20 UTC MAIN commitmail json YAML

hpacel_reg_info() wants a device_t and not an ACPI_HANDLE.
Fixes NULL pointer dereference in hpacel_reg_info().

(cegger)

2011-09-07 07:46:45 UTC MAIN commitmail json YAML

2011-09-07 07:43:05 UTC MAIN commitmail json YAML

Newline is \n, not /n.

(mbalmer)

2011-09-07 02:35:00 UTC MAIN commitmail json YAML

support ioctl(POWER_EVENT_RECVDICT) - now powerd turns my gdium's backlight
off when the lid is closed

(macallan)

2011-09-07 00:16:40 UTC MAIN commitmail json YAML

hdafg_stream_connect: if connecting a non-PCM stream, make sure only
converters that support non-PCM formats are configured to decode it

(jmcneill)

2011-09-07 00:11:58 UTC MAIN commitmail json YAML

auconv_exact_match: don't check precision, validbits, or channels for AC3

(jmcneill)

2011-09-06 22:41:54 UTC MAIN commitmail json YAML

recognize AUDIO_ENCODING_AC3

(jmcneill)

2011-09-06 21:39:30 UTC MAIN commitmail json YAML

/etc/defaults/rc.conf can be modified at build time by getting additional
arch-specific hooks appended to its end (currently: i386 and amd64).

Handle this case in postinstall(8) by checking whether we are in
$SOURCEMODE or not, and generate the correct rc.conf file on the fly in
case we have to. Otherwise, postinstall(8) may install the default one
obtained from a source directory that does not have the MD hooks
appended to it.

Problem reported by wiz@. Thanks!

(jym)

2011-09-06 21:32:30 UTC MAIN commitmail json YAML

Create and install an rc.d file for devpubd - a daemon to listen
on drvctl and autocreate device nodes in /dev for those which don't have any.
Set the default to "NO" for now.

(riz)

2011-09-06 21:30:13 UTC MAIN commitmail json YAML

Build and install the skeleton manpage for devpubd - it's better than
nothing.

(riz)

2011-09-06 20:17:29 UTC MAIN commitmail json YAML

2011-09-06 20:14:35 UTC MAIN commitmail json YAML

2011-09-06 19:38:23 UTC MAIN commitmail json YAML

Only zero MVGBE_MTU on Orion platforms.

(rjs)

2011-09-06 19:22:05 UTC MAIN commitmail json YAML

Remove trailing whitespace and use Sx for section crossreference.

(wiz)

2011-09-06 18:50:33 UTC MAIN commitmail json YAML

Use static and __dead.

(joerg)

2011-09-06 18:46:36 UTC MAIN commitmail json YAML

2011-09-06 18:46:22 UTC MAIN commitmail json YAML

2011-09-06 18:46:03 UTC MAIN commitmail json YAML

2011-09-06 18:45:49 UTC MAIN commitmail json YAML

ANSIfy, static + __dead

(joerg)

2011-09-06 18:45:21 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-09-06 18:45:04 UTC MAIN commitmail json YAML

2011-09-06 18:44:46 UTC MAIN commitmail json YAML

Mark usage as static and __dead.

(joerg)

2011-09-06 18:44:26 UTC MAIN commitmail json YAML

2011-09-06 18:43:41 UTC MAIN commitmail json YAML

error_count is unsigned, so use %ju

(joerg)

2011-09-06 18:42:13 UTC MAIN commitmail json YAML

Use __dead and __printflike. Fix one format string and one error()
argument as hinted by the new format string checking.

(joerg)

2011-09-06 18:35:41 UTC MAIN commitmail json YAML

ANSIfy, static + __dead

(joerg)

2011-09-06 18:35:13 UTC MAIN commitmail json YAML

2011-09-06 18:34:57 UTC MAIN commitmail json YAML

ANSIfy + __dead

(joerg)

2011-09-06 18:34:38 UTC MAIN commitmail json YAML

ANSIfy, static + __dead

(joerg)

2011-09-06 18:34:12 UTC MAIN commitmail json YAML

2011-09-06 18:33:46 UTC MAIN commitmail json YAML

2011-09-06 18:33:18 UTC MAIN commitmail json YAML

ANSIfy, static + __dead

(joerg)

2011-09-06 18:33:01 UTC MAIN commitmail json YAML

2011-09-06 18:32:26 UTC MAIN commitmail json YAML

ANSIfy + static + __dead

(joerg)

2011-09-06 18:32:03 UTC MAIN commitmail json YAML

2011-09-06 18:31:44 UTC MAIN commitmail json YAML

Consistently use __dead and __printflike.

(joerg)

2011-09-06 18:31:22 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-09-06 18:30:56 UTC MAIN commitmail json YAML

Use static and __dead.

(joerg)

2011-09-06 18:30:39 UTC MAIN commitmail json YAML

Use pid_t directly. Apply static and __dead.

(joerg)

2011-09-06 18:29:56 UTC MAIN commitmail json YAML

2011-09-06 18:29:35 UTC MAIN commitmail json YAML

2011-09-06 18:29:19 UTC MAIN commitmail json YAML

ANSIfy, static + __dead

(joerg)

2011-09-06 18:28:58 UTC MAIN commitmail json YAML

ANSIfy, static + __dead

(joerg)

2011-09-06 18:28:35 UTC MAIN commitmail json YAML

2011-09-06 18:28:18 UTC MAIN commitmail json YAML

2011-09-06 18:27:08 UTC MAIN commitmail json YAML

2011-09-06 18:26:55 UTC MAIN commitmail json YAML

2011-09-06 18:26:06 UTC MAIN commitmail json YAML

2011-09-06 18:25:14 UTC MAIN commitmail json YAML

2011-09-06 18:24:43 UTC MAIN commitmail json YAML

2011-09-06 18:24:15 UTC MAIN commitmail json YAML

2011-09-06 18:19:59 UTC MAIN commitmail json YAML

ANSIfy, static + __dead.

(joerg)

2011-09-06 18:16:39 UTC MAIN commitmail json YAML

Mark __menu_initerror as dead in the output.

(joerg)

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

Move usage and onintr to make them static. Add __dead as needed.

(joerg)

2011-09-06 16:41:55 UTC MAIN commitmail json YAML

Allocate color appropriate pages.

(matt)

2011-09-06 14:40:11 UTC MAIN commitmail json YAML

2011-09-06 14:13:46 UTC MAIN commitmail json YAML

Set $SRC_DIR to its default value at the beginning of main() so that
usage() can print the correct value even when called early.

(jym)

2011-09-06 14:08:05 UTC MAIN commitmail json YAML

Check that $TGZMODE is true to deduce that the set is extracted
from a .tgz instead of checking that $SRC_DIR != $SRC_ARG. These variables
can be modified in different places, so it's less error prone.

(jym)

2011-09-06 13:34:44 UTC MAIN commitmail json YAML

MAKEDEV dk<n> should create only the dk<n> device, but it previously
looped creating everything from dk0 to dk<n>.
Reported by M. Levinson.

Also add comments to cases where MAKEDEV loops creating multiple
devices.

(apb)

2011-09-06 11:31:47 UTC MAIN commitmail json YAML

move UNIX socket mention in the BUGS section.

(christos)

2011-09-06 11:22:43 UTC MAIN commitmail json YAML

PR# kern/45330: ptrace: signals can alter syscall return values

process_stoptrace: defer signal processing to userret, ok christos@

(jmcneill)

2011-09-06 11:14:17 UTC MAIN commitmail json YAML

Set the /AUDIO digital converter control bit for non-PCM streams

(jmcneill)

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

In most case patterns, change foo*) to foo[0-9]*).  There are also
a few where foo*) changes to foo|foo[0-9]*) or some other slightly
more complex pattern.

This should prevent "MAKEDEV foobar0" from accidentally matching
the foo* pattern when it should really give an error, and it
should make the order of the patterns less critical.

(apb)

2011-09-06 10:48:29 UTC MAIN commitmail json YAML

For AC3, set the Non-PCM bit in the stream format structure used in the
stream descriptors & codec config.

(jmcneill)

2011-09-06 10:27:07 UTC MAIN commitmail json YAML

regen for "-u" option and dtv device.

(apb)

2011-09-06 09:55:04 UTC MAIN commitmail json YAML

2011-09-06 09:48:34 UTC MAIN commitmail json YAML

mdocml-1.11.7 out.

(wiz)

2011-09-06 09:38:27 UTC MAIN commitmail json YAML

Move sanity check before pmap since pmap and uvm can't be looking outside this
box

(reinoud)

2011-09-06 09:37:41 UTC MAIN commitmail json YAML

Implement switch to have a sparse memory file or to fill it beforehand.

(reinoud)

2011-09-06 08:44:39 UTC MAIN commitmail json YAML

Remove old comment that is no longer relevant

(reinoud)

2011-09-06 06:27:15 UTC MAIN commitmail json YAML

add simple backlight control support, only on/off for now

(macallan)

2011-09-06 06:26:14 UTC MAIN commitmail json YAML

add a function to mess with gpios which locks against the i2c stuff

(macallan)

2011-09-06 03:31:37 UTC MAIN commitmail json YAML

wsdisplayio_busid_pci() needs out parent since we don't attach directly
to a PCI bus anymore

(macallan)

2011-09-06 01:51:44 UTC MAIN commitmail json YAML

Add AC3 passthru support, currently untested.

(jmcneill)

2011-09-06 01:20:18 UTC MAIN commitmail json YAML

2011-09-06 01:19:34 UTC MAIN commitmail json YAML

2011-09-06 01:17:48 UTC MAIN commitmail json YAML

Document AUDIO_ENCODING_AC3

(jmcneill)

2011-09-06 01:16:44 UTC MAIN commitmail json YAML

2011-09-05 21:38:05 UTC MAIN commitmail json YAML

adjust cpu_lwp_inkernel in mem access and illegal insn handlers

(jmcneill)

2011-09-05 20:54:48 UTC MAIN commitmail json YAML

Have the urkel maintain a 'cpu_lwp_inkernel' variable and read it from the
urkelvisor to determine the origin of a syscall.

(jmcneill)

2011-09-05 19:28:32 UTC MAIN commitmail json YAML

Restore errno just before switching to the new context and NOT after it got
back again

(reinoud)

2011-09-05 18:52:14 UTC MAIN commitmail json YAML

Check SIGALRM handler setup success or failure

(reinoud)

2011-09-05 18:50:35 UTC MAIN commitmail json YAML

2011-09-05 18:31:04 UTC MAIN commitmail json YAML

Cleanup the exec debugging printf mess in usermode's machdep.c and make them
depend on DEBUG_EXEC

(reinoud)

2011-09-05 18:29:37 UTC MAIN commitmail json YAML

Improve previous: As the comment at the top says, don't remove entries,
but mark them obsolete instead (hi christos!)

Sort while here.

(wiz)

2011-09-05 18:27:31 UTC MAIN commitmail json YAML

Remove duplicate RCS Id and split file system.

(wiz)

2011-09-05 18:25:57 UTC MAIN commitmail json YAML

2011-09-05 18:25:24 UTC MAIN commitmail json YAML

2011-09-05 18:21:29 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2011-09-05 18:17:44 UTC MAIN commitmail json YAML

remove thunk_sigblock/thunk_sigunblock calls

(jmcneill)

2011-09-05 18:17:08 UTC MAIN commitmail json YAML

2011-09-05 18:16:34 UTC MAIN commitmail json YAML

2011-09-05 18:11:54 UTC MAIN commitmail json YAML

Sprinkle const. Use __dead.

(joerg)

2011-09-05 13:28:17 UTC MAIN commitmail json YAML

rearrange ptrace_getregs and have the child raise(SIGSTOP) instead of wait()

(jmcneill)

2011-09-05 12:49:34 UTC MAIN commitmail json YAML

let env URKELVISOR=0 disable it at runtime

(jmcneill)

2011-09-05 12:40:38 UTC MAIN commitmail json YAML

Move kpreempt_enable/disable to splsched()

(reinoud)

2011-09-05 12:22:19 UTC MAIN commitmail json YAML

Disable kernel preemption in the critical section of cpu_switchto()

(reinoud)

2011-09-05 12:19:12 UTC MAIN commitmail json YAML

Install signal handlers just after pmap_bootstrap and don't defer it

(reinoud)

2011-09-05 12:19:09 UTC MAIN commitmail json YAML

Add support for RFC 4638 to pppoe(4).

The change to if_spppsubr.c moves the test for whether LCP should
request a mru change until after the pppoe device has picked up the
mtu of the underlying ethernet device.

(rjs)

2011-09-05 12:04:40 UTC MAIN commitmail json YAML

Use thunk's version of sigemptyset()

(reinoud)

2011-09-05 12:04:03 UTC MAIN commitmail json YAML

2011-09-05 11:56:53 UTC MAIN commitmail json YAML

Initialise the alternative signal stack before referring to it

(reinoud)

2011-09-05 11:25:29 UTC MAIN commitmail json YAML

Disable SIGALRM from interfering with this signal handler

(reinoud)

2011-09-05 11:12:51 UTC MAIN commitmail json YAML

make sure splraise doesn't lower spl, and spllower doesn't raise it

(jmcneill)

2011-09-05 11:10:36 UTC MAIN commitmail json YAML

Block SIGALRM on memory access and illegal instruction signal

(reinoud)

2011-09-05 11:09:38 UTC MAIN commitmail json YAML

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

Use ${.OBJDIR}/NetBSD.dist.tmp instead of just NetBSD.dist.tmp.
This fixes a problem in which NetBSD.dist.tmp had been created in
the SRCDIR by an earlier build (performed without an OBJDIR), and
the existence of the file in the SRCDIR confused a subsequent build
(performed with an OBJDIR).

(apb)

2011-09-05 07:38:52 UTC MAIN commitmail json YAML

Add PDP_ENDIAN definition, required for makefs (v7fs).

(jdc)

2011-09-05 04:36:50 UTC MAIN commitmail json YAML

Change 0x1229's product name from 82557 to 8255x.
82550, 82551, 82558 and 82559 share the same product id.
This change makes "pcictl dump" happy.

(msaitoh)

2011-09-05 04:32:53 UTC MAIN commitmail json YAML

2011-09-05 04:31:44 UTC MAIN commitmail json YAML

Change Intel 0x1229 product name from 82557 to 8255x

(msaitoh)

2011-09-04 23:16:42 UTC MAIN commitmail json YAML

Reduce priority of syslog message if getpeername returns ENOTCONN.
PR bin/18934 by Greg A. Woods (with supplied fix).

(lukem)

2011-09-04 23:03:00 UTC MAIN commitmail json YAML

don't delete signal from the debugger.

(christos)

2011-09-04 21:28:03 UTC MAIN commitmail json YAML

remove 3 empty directories

(christos)

2011-09-04 21:14:49 UTC MAIN commitmail json YAML

Remove code that was used to avoid register spills. setcontext(2) can change
the registers, so re-fetching will produce the wrong result for trace_exit().

(christos)

2011-09-04 21:08:18 UTC MAIN commitmail json YAML

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

if pmap_page_activate fails, print the returned and expected addresses

(jmcneill)

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

2011-09-04 20:55:43 UTC MAIN commitmail json YAML

2011-09-04 20:54:52 UTC MAIN commitmail json YAML

2011-09-04 20:49:59 UTC MAIN commitmail json YAML

2011-09-04 20:46:58 UTC MAIN commitmail json YAML

2011-09-04 20:35:07 UTC MAIN commitmail json YAML

Sprinkle one more static and a bunch of consts.

(joerg)

2011-09-04 20:31:00 UTC MAIN commitmail json YAML