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

2024-05-10 10:54:29 UTC Now

2011-03-24 13:33:42 UTC MAIN commitmail json YAML

Enable support for --sysroot in binutils and gcc.

(joerg)

2011-03-24 13:31:31 UTC MAIN commitmail json YAML

Don't install stddef.h and friends, they don't work as intended without
patching. Since our own versions are fine, don't bother.

(joerg)

2011-03-24 12:40:59 UTC MAIN commitmail json YAML

2011-03-24 11:52:53 UTC MAIN commitmail json YAML

Reset APERF and MPERF only after interrupts have been enabled.

(jruoho)

2011-03-24 07:37:05 UTC MAIN commitmail json YAML

Add also a basic, naive, test for fast_divide32(3).

(jruoho)

2011-03-24 07:28:29 UTC MAIN commitmail json YAML

use a comma in attribute list; from from gcc.info (5.25 Attribute Syntax):

  An "attribute specifier" is of the form `__attribute__
  ((ATTRIBUTE-LIST))'.  An "attribute list" is a possibly empty
  comma-separated sequence of "attributes", where each attribute is
  [...]

(plunky)

2011-03-24 07:06:35 UTC MAIN commitmail json YAML

Add some naive test cases for the ffs32(3) family of functions.

(jruoho)

2011-03-24 05:48:54 UTC MAIN commitmail json YAML

As per request from the author, put non-standard PERFORMANCE back.

(jruoho)

2011-03-24 05:10:06 UTC MAIN commitmail json YAML

Remove the "simple CPU lock" that was unnecessary.
Thanks to rmind@ for clarifications.

(jruoho)

2011-03-24 02:29:33 UTC MAIN commitmail json YAML

Eliminate dead store. From Henning Petersen in PR 42776. Doesn't change
the output .o file.

(dholland)

2011-03-23 20:54:35 UTC MAIN commitmail json YAML

2011-03-23 20:41:31 UTC MAIN commitmail json YAML

Add a syscall variant passing the return address in %g5 (we need %g7 for
pthread_self and %g2 is an application register, so we can not use those
anymore).

(martin)

2011-03-23 20:22:33 UTC MAIN commitmail json YAML

Note import of Postfix 2.8.2.

(tron)

2011-03-23 19:10:45 UTC MAIN commitmail json YAML

2011-03-23 19:09:35 UTC MAIN commitmail json YAML

Import Postfix 2.8.2. Changes since version 2.8.1:
- Bugfix: postscreen DNSBL scoring error.  When a client disconnected
  and then reconnected before all DNSBL results for the earlier
  session arrived, DNSBL results for the earlier session would be
  added to the score for the later session. This is very unlikely
  to have affected any legitimate mail.
- Workaround: the SMTP client did not support mail to [ipv6:ipv6addr].

Status:

Vendor Tag: VENEMA
Release Tags: PFIX-2-8-2

(tron)

2011-03-23 18:10:25 UTC MAIN commitmail json YAML

minor usage nit

(dholland)

2011-03-23 17:42:11 UTC MAIN commitmail json YAML

As suggested by matt@: change socket buffer reservations for NFS send/receive
to 3 times max RPC size rather than 2 times.  Avoids nasty TCP stalls observed
at Panix.  Will require increase to sbmax via sysctl for those running really
huge NFS rsize/wsize (>64K).

(tls)

2011-03-23 13:57:40 UTC MAIN commitmail json YAML

Preserve l_private across forks.

(joerg)

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

Explicitly terminate threads to prevent crashes on exit.

(joerg)

2011-03-23 13:11:52 UTC MAIN commitmail json YAML

Fix typos in character ranges from: Baptiste Daroussin bapt at freebsd dot org

(christos)

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

bus_dma_segment_t should be a structure, not a pointer.

(tsutsui)

2011-03-23 12:59:44 UTC MAIN commitmail json YAML

Fix OPT_LIST. -t is not available in SMALL case.

(tsutsui)

2011-03-23 09:13:55 UTC MAIN commitmail json YAML

Clean up some late-night braindeadness:

- Make the pidfile name generation functions return their value as a return
  value, not an output pointer.  And homogenize these into a single function.
- Free allocated memory.  Not truly necessary because the test cases die
  immediately anyway, but nice to do.
- Remove the pidfile__ prefix from test case names.  (This was in advance of
  some changes I want to propose to pidfile(3), but it turns out my approach
  was flawed.  Preemptive smartness is evil!)

(jmmv)

2011-03-23 06:55:44 UTC MAIN commitmail json YAML

Remove trailing whitespace; new sentence, new line.

(wiz)

2011-03-23 04:56:33 UTC MAIN commitmail json YAML

add a test for nested rs encoding, remarkably similar to the rs encoding
steps in CIRC (in use on CDs), but without the cross-interleaving - the
test uses the same 28,24 then 32,28 encodings.

(agc)

2011-03-23 04:46:29 UTC MAIN commitmail json YAML

2011-03-23 04:08:53 UTC MAIN commitmail json YAML

mention chipsfb on shark

(macallan)

2011-03-23 04:06:04 UTC MAIN commitmail json YAML

2011-03-23 04:02:43 UTC MAIN commitmail json YAML

complete the driver/bus frontend split and make sure the driver can deal with
both PCI and VLB variants of the chip

(macallan)

2011-03-23 03:17:48 UTC MAIN commitmail json YAML

+ add code to store the encoding parameters in the generated output
+ use the encoding parameters at decode time
+ add a test for non-standard encoding values
+ update manual page to incorporate some feedback from David Young - more
to come
+ bring manual page up to date
+ bump shlib major number

(agc)

2011-03-23 00:58:40 UTC MAIN commitmail json YAML

G/C count_lock_queue (unused for 12 years)

(rmind)

2011-03-22 23:07:50 UTC MAIN commitmail json YAML

+tests/lib/libutil/t_pidfile

(jmmv)

2011-03-22 23:07:32 UTC MAIN commitmail json YAML

Add some tests for pidfile(3).

I want to touch this module to attempt a feature addition but I need some
tests beforehand!

(jmmv)

2011-03-22 22:33:10 UTC MAIN commitmail json YAML

document what i did

(pooka)

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

Test case from PR/44189 should not fail anymore.

(njoly)

2011-03-22 22:27:33 UTC MAIN commitmail json YAML

make work on nb5 again

(pooka)

2011-03-22 22:17:44 UTC MAIN commitmail json YAML

Regen to catch up divers changes.

(njoly)

2011-03-22 20:33:51 UTC MAIN commitmail json YAML

When truncating a file purge the fat cache after setting the new size
and after all io but before actually updating the cluster chain.

Both uvm_vnp_zerorange() and vtruncbuf() call get/putpages -> bmap -> pcbmap
and here the fat cache gets updated with information no longer valid after
truncation.

(hannken)

2011-03-22 20:03:05 UTC netbsd-5-0 commitmail json YAML

2011-03-22 20:02:36 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1571):
sys/net/bpf_filter.c: revision 1.36, 1.42 -> 1.46 via patch
Avoid stack memory disclosure by keeping track during filter validation time
of initialized memory. Idea taken from linux.
Use __CTASSERT
Use kmem instead of malloc. Requested by rmind.
Fix userland build.
delint.
the correct check for BPF_K is with BPF_SRC for BPF_ALU ops, from
Guy Harris per PR kern/43185
fixes possible division-by-zero crashes by evil filter expressions
like "len / 0 = 1"
pullup candidate

(bouyer)

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

check that nfsd works with kernel module autoloading

(pooka)

2011-03-22 16:50:16 UTC MAIN commitmail json YAML

Remove unnecessary (and broken) cleanup routines.

The cleanup routines were being used to kill the rump process and to delete
the temporary image file.  These are things automatically done by atf-run,
but it looks like this code was added here to workaround a previous bug in
the atf-run code.

Note that, in the existing form, the cleanup routines segfault (haven't
spent the time to track down why).  atf-run does not care about this
(although it should), buy Kyua does.

As a side effect, this has a teeny-tiny performance speedup in the execution
of the tests including this file.

OKed by njoly@.

(jmmv)

2011-03-22 16:16:31 UTC MAIN commitmail json YAML

Force cleanup parts to exit with a success status.  Failures in cleanup
should not be allowed by atf-run (although they currently are ignored).

(jmmv)

2011-03-22 15:16:23 UTC MAIN commitmail json YAML

pnbuf_cache is used all over the place outside of vfs, so put it
in one place to avoid many definitions.

(pooka)

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

D-Link DSM-G600 support.

(phx)

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

Remove the sparc-v7 compatibility wrapper functions (.div, .mul, ... .urem),
the compiler never generates (or did generate in the past) 64bit code to call
them, and they are still present in our 32bit compat library.

(martin)

2011-03-22 09:42:00 UTC MAIN commitmail json YAML

2011-03-22 08:02:50 UTC netbsd-4 commitmail json YAML

2011-03-22 08:01:38 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1414):
usr.sbin/nfsd/nfsd.c: revision 1.57 via patch
PR/42486: Ed Ravin nfsd sometimes exits prematurely during port-scan fix
from freebsd bin 61084 applied (preserving errno properly). The accept
code should be merged.

(snj)

2011-03-22 07:40:10 UTC MAIN commitmail json YAML

Use 'offset indent' for the list of commands. Emphasize valid commands.
Remove PERFORMANCE (too small paragraph to warrant a section).

(jruoho)

2011-03-22 07:31:42 UTC MAIN commitmail json YAML

Use .Ss for non-standard subtitles in the DESCRIPTION.

(jruoho)

2011-03-22 07:28:42 UTC MAIN commitmail json YAML

* As is customary, append the parameter names from
  SYNOPSIS to the description of the functions.

* Use .Ss for non-standard subtitles.

* Fix two identical subtitles.

* Add missing .It's, fix few .Ft's.

* Use a little more markup.

* Improve offsets.

(jruoho)

2011-03-22 07:06:02 UTC MAIN commitmail json YAML

* Remove saslc_strmech(), which does not appear in the sources.
  Instead, document saslc_sess_getmech().

* Add FUNCTIONS and describe the functions in a list for readability.

* Sort SYNOPSIS in the order of appearance in FUNCTIONS.

* Split couple of long paragraphs for readability.

* Split the code example into EXAMPLES.

* Add missing prototypes to SYNOPSIS.

* Small markup improvements.

No contextual change.

(jruoho)

2011-03-22 05:39:32 UTC MAIN commitmail json YAML

2011-03-22 05:37:37 UTC MAIN commitmail json YAML

Add dummy bus_dma(9) stuff.

(kiyohara)

2011-03-22 00:04:33 UTC MAIN commitmail json YAML

Postfix 2.8.2 has released.

(taca)

2011-03-21 23:37:42 UTC MAIN commitmail json YAML

Don't use #endif where #else is expected.

(enami)

2011-03-21 22:33:46 UTC MAIN commitmail json YAML

2011-03-21 22:33:29 UTC MAIN commitmail json YAML

Add Emin for the vax. Need to check

(christos)

2011-03-21 22:25:14 UTC MAIN commitmail json YAML

cpu_need_resched: make AST if no __HAVE_PREEMPTION.  Change has no effect
since MP option is mandatory on x86, but makes code more logical.

(rmind)

2011-03-21 20:39:32 UTC MAIN commitmail json YAML

Clean up setting ECN bit in TOS.  Fixes PR 44742

(matt)

2011-03-21 19:55:04 UTC MAIN commitmail json YAML

Fix a bug in onchip_intr_name_lookup

(matt)

2011-03-21 19:46:41 UTC MAIN commitmail json YAML

2011-03-21 19:34:27 UTC MAIN commitmail json YAML

Correct "832x624x74".
Update comments.
Reverse iteratiion, so that modes are in established timing order.

(jdc)

2011-03-21 19:32:27 UTC MAIN commitmail json YAML

Clarify vrefresh comment (no functional change)

(jdc)

2011-03-21 19:29:54 UTC MAIN commitmail json YAML

Regenerate for:

Add EDID established timing modelines for 720x400x70 and 720x400x88

(jdc)

2011-03-21 19:28:37 UTC MAIN commitmail json YAML

Add EDID established timing modelines for 720x400x70 and 720x400x88

(jdc)

2011-03-21 17:09:10 UTC MAIN commitmail json YAML

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

Update LLVM/clang snapshot. This brings much improved support for
--sysroot and a cross-compiling toolchain.

(joerg)

2011-03-21 16:41:27 UTC MAIN commitmail json YAML

update copyright

(pooka)

2011-03-21 16:41:09 UTC MAIN commitmail json YAML

2011-03-21 15:51:34 UTC MAIN commitmail json YAML

2011-03-21 15:47:54 UTC MAIN commitmail json YAML

this was moved to usr.bin ages ago

(pooka)

2011-03-21 15:35:22 UTC MAIN commitmail json YAML

Use a better width for the list.

(jruoho)

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

2011-03-21 14:53:04 UTC MAIN commitmail json YAML

1. fix PR/44455, nonprintable character doesn't show hex-visual
  under big endian.
2. ":set octal" with nonprintable character causes nbwcurses move error.
3. moving (big)words by wW/eE/bB can't handle non-ascii characters.
4. toggle uppercase/lowercase by ~ can't handle non-ascii characters.
5. don't feed CHAR_T(=wchar_t) to is* function directly.
  is* funcs with over UCHAR_MAX value may cause undefined behavior.
  some ctype implementation(such as FreeBSD) return unexpected
  result(same result as isw* func).
6. using non-ascii digit character with count/line number of ex/vi
  command may causes unexpeced result.

(tnozaki)

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

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

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

update names and locations to reflect current use.

(agc)

2011-03-21 07:10:45 UTC MAIN commitmail json YAML

othersrc/crypto/external/bsd/sharedkey/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/Makefile.inc@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/TODO@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/aclocal.m4@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/autom4te.cache/output.0@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/autom4te.cache/requests@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/autom4te.cache/traces.0@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/buildaux/config.guess@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/buildaux/config.sub@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/buildaux/depcomp@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/buildaux/install-sh@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/buildaux/ltmain.sh@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/buildaux/missing@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/configure@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/configure.ac@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/libtool@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/src/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/src/Makefile.in@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/sharedkey/dist/src/libsharedkey/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 15 files)
Initial import, into othersrc/crypto, of sharedkey, a library and
utility which generates a one-time key (by default RSA 2048bit), which
is used to encrypt a secret to be shared between a number of people.
The secret is encrypted to the generated, one-time key. That key is
then distributed using libssss(3). All encryption and decryption are
accomplished via libnetpgp(3).

The secret can be recovered by presenting a threshold of shares, and
using that to recover the secret key, which can then be used to
decrypt the original secret.

The key can optionally be further protected by a passphrase, which is
set at one-time-key generation time.  The net effect is to introduce a
gate to recovery - with a passphrase, secret recovery can be gated
through an individual who knows the passphrase - this protects against
collusion to recover the secret "behind everyone's backs". At the same
time, normal passphrase propagation rules apply, and there is a potential
for a Single Point of Failure.

There are a number of use cases for this functionality, which is a
generalised and much more flexible form of encryption to a number of
users.  Shares can be distributed in non-uniform amounts, for example,
so that more important players in the group can receive more than one
share.  Ad-hoc user groups can be established.  Shares can be
encrypted to other user's keys, and protected in transit that way.
Shares can be encrypted to the distributor's key before encrypting to
the recipient's key - this will protect against collusion and
accidental exposure of the secret, but again introduces a SPoF.
Backups can be generated which can be recovered only when a quorum of
known and authorised keys have authorised it. There are many other
use cases for this - they are left as an exercise for the reader.

The original public key is kept around to provide information on
the encrypted secret - who, when, how many shares, quorum, etc.
If this is deemed to be sensitive, this information can be redacted by
using the -a switch (to anonymize the public key).

There are still some loose ends to this code, but it is functional
at the present time. Further review is welcomed and encouraged.

A worked example, taken from the regression test for sharedkey(1)
distributes the /etc/group file on a machine to 3 shares, of which 2
make a quorum. The group file is then recovered by using two of the
generated shares:

% make t
cd /usr/othersrc/crypto/external/bsd/sharedkey/sharedkey && make t
make split
rm -rf /tmp/share.* /tmp/recover.*
./sharedkey -t 2/3 /etc/group
Generating a one-time key
/tmp/share.14828a/pubring.gpg: No such file or directory
Can't read pubring /tmp/share.14828a/pubring.gpg
Can't read pub keyring
signature  2048/RSA (Encrypt or Sign) 5eb658fbc4e0c0fc 2011-03-20
Key fingerprint: 1878 2f43 ff3b 0792 2f1c bacc 5eb6 58fb c4e0 c0fc
uid              /etc/group shared 2/3 by agc Sun Mar 20 03:48:28 2011
netpgp: generated keys in directory /tmp/share.14828a/5eb658fbc4e0c0fc
Enter passphrase for 5eb658fbc4e0c0fc:
Repeat passphrase for 5eb658fbc4e0c0fc:
Shared secrets are in: /tmp/share.14828a
tar tvzf /tmp/share.*/share000.tar.gz
drwx------  2 agc      wheel          0 Mar 20 03:48 share000
lrwxr-xr-x  1 agc      wheel          0 Mar 20 03:48 share000/keyid -> 5eb658fbc4e0c0fc
-rw-r--r--  1 agc      wheel        609 Mar 20 03:48 share000/secret.gpg
-rw-r--r--  1 agc      wheel        617 Mar 20 03:48 share000/pubring.gpg
-rw-r--r--  1 agc      wheel      1323 Mar 20 03:48 share000/secring.gpg.share
tar: ustar vol 1, 5 files, 10240 bytes read, 0 bytes written in 1 secs (10240 bytes/sec)
ls -laR /tmp/share.*
total 18
drwx------  2 agc  wheel  512 Mar 20 03:48 .
drwxrwxrwt  5 root  wheel  512 Mar 20 03:48 ..
-rw-r--r--  1 agc  wheel  617 Mar 20 03:48 pubring.gpg
-rw-------  1 agc  wheel  2908 Mar 20 03:48 share000.tar.gz
-rw-------  1 agc  wheel  2908 Mar 20 03:48 share001.tar.gz
-rw-------  1 agc  wheel  2910 Mar 20 03:48 share002.tar.gz
make join
./sharedkey -o group.recover -r /tmp/share.*/share002.tar.gz /tmp/share.*/share000.tar.gz
Error: Format error (ptag bit not set)
signature  2048/RSA (Encrypt or Sign) 5eb658fbc4e0c0fc 2011-03-20
Key fingerprint: 1878 2f43 ff3b 0792 2f1c bacc 5eb6 58fb c4e0 c0fc
uid              /etc/group shared 2/3 by agc Sun Mar 20 03:48:28 2011
netpgp passphrase:
%


Status:

Vendor Tag: CROOKS
Release Tags: sharedkey-base

(agc)

2011-03-21 05:43:38 UTC MAIN commitmail json YAML

othersrc/crypto/external/bsd/ssss/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/Makefile.inc@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/TODO@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/aclocal.m4@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/autom4te.cache/output.0@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/autom4te.cache/requests@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/autom4te.cache/traces.0@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/buildaux/config.guess@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/buildaux/config.sub@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/buildaux/depcomp@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/buildaux/install-sh@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/buildaux/ltmain.sh@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/buildaux/missing@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/configure@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/configure.ac@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/include/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/include/ssss.h@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/libtool@1.1.1.1 / diff / nxr@1.1.1.1
othersrc/crypto/external/bsd/ssss/dist/src/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 18 files)
Initial import of alternative threshold code to othersrc/crypto to
perform Shamir's Secret Sharing Scheme.

For more information on Sharmir's Secret Sharing Scheme (SSSS or S4),
please see:

http://en.wikipedia.org/wiki/Shamir's_Secret_Sharing

To re-iterate: this is a threshold scheme where an original secret is
split into shares. When a threshold of shares is presented, the original
secret can be reconstructed.

This is closely related to the threshold routines previously imported
into othersrc; the difference is that this code does not reveal any of
the information in the original secret until a threshold of shares is
presented. Compared to IDA, for example, an SSSS share is the same size
as the original data (compared to originalsize / threshold for IDA), but
provides privacy which IDA does not do.

This implementation of SSSS keeps the same interface as the threshold(1)
and libthreshold(3), for convenience sake.


Status:

Vendor Tag: CROOKS
Release Tags: ssss-base

(agc)

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

Include bsd.own.mk before making decisions based on mk.conf.

(joerg)

2011-03-21 05:09:34 UTC MAIN commitmail json YAML

Create vers.c with -r, there is no point in embedding an ever changing
token that isn't even used.

(joerg)

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

2011-03-21 04:42:51 UTC MAIN commitmail json YAML

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

(jruoho)

2011-03-21 02:10:10 UTC MAIN commitmail json YAML

--with-clang-resource-dir is no longer needed

(joerg)

2011-03-20 23:31:36 UTC MAIN commitmail json YAML

enable pci@pryo@mainbus and ebus@mainbus attachments.

pryo still isn't fully working, but i'm able to talk to disk and com
properly.  bge, ohci/ehci, aceride and wm (pcie card) interrupts
are not working yet.

(mrg)

2011-03-20 23:19:35 UTC MAIN commitmail json YAML

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

Optimise mutex_onproc() and rw_onproc() by making them O(1), instead
of O(ncpu) for adaptive paths.  Add an LWP destructor, lwp_dtor() with
a comment describing the principle of this barrier.

Reviewed by yamt@ and ad@.

(rmind)

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

Add ld formats for the unit-tests.

(christos)

2011-03-20 23:15:35 UTC MAIN commitmail json YAML

2011-03-20 21:33:56 UTC netbsd-5-1 commitmail json YAML

2011-03-20 21:33:41 UTC netbsd-5-0 commitmail json YAML

2011-03-20 21:33:13 UTC netbsd-5 commitmail json YAML

2011-03-20 21:32:48 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1574):
lib/libc/inet/inet_net_pton.c: revision 1.2
Check bits on each loop to prevent integer oveflow.
Reported by Maksymilian Arciemowicz

(bouyer)

2011-03-20 21:32:39 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1574):
lib/libc/inet/inet_net_pton.c: revision 1.2
Check bits on each loop to prevent integer oveflow.
Reported by Maksymilian Arciemowicz

(bouyer)

2011-03-20 21:32:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1574):
lib/libc/inet/inet_net_pton.c: revision 1.2
Check bits on each loop to prevent integer oveflow.
Reported by Maksymilian Arciemowicz

(bouyer)

2011-03-20 21:31:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1572):
sys/arch/mips/mips/fp.S: revision 1.40 via patch
Fix cvt.d.s per analysis by Marcus Comstedt in PR port-mips/36251.
Confirmed on ews4800mips.

(bouyer)

2011-03-20 21:28:13 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1571):
sys/net/bpf_filter.c: revision 1.42 - 1.46 via patch
Avoid stack memory disclosure by keeping track during filter validation time
of initialized memory. Idea taken from linux.
Use __CTASSERT
Use kmem instead of malloc. Requested by rmind.
Fix userland build.
delint.

(bouyer)

2011-03-20 21:28:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1571):
sys/net/bpf_filter.c: revision 1.42 - 1.46 via patch
Avoid stack memory disclosure by keeping track during filter validation time
of initialized memory. Idea taken from linux.
Use __CTASSERT
Use kmem instead of malloc. Requested by rmind.
Fix userland build.
delint.

(bouyer)

2011-03-20 21:26:36 UTC MAIN commitmail json YAML

re-add most of the pryo-supporting code, and some general clean up:
- handle setting tsb size in the ptsb via IOMMU_TSBSIZE_IN_PTSB (partly from
  openbsd)
- fix IDB_INFO for systems without a STC that fault on accesses to the
  flush register (like pyro)
- move iommu_reset() to the end of iommu_init()
- use IOMMUREG_WRITE() in a few places
- add a missing membar_lookaside() (from openbsd)
- if pmap_extract() on the flush buffer fails, disable flushing (from openbsd)
- flush the pyro-style iommu when IOMMU_FLUSH_CACHE is set (partly from openbsd)
- clear up a bit of debugging code so it spew a little less (sometimes you will
  get kernel lock spinouts due to long scrolling printfs)
- use __func__ in several places

(mrg)

2011-03-20 21:23:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1570):
sys/arch/sparc64/dev/lom.c: revision 1.7
lom_refresh():
Update only the sensor status specified by the edata as noted in
sysmon_envsys(9).
lom_sysctl_alarm():
Update alarm status before reading via sysctl to make it usable at
a boot time.

(bouyer)

2011-03-20 21:21:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by soda in ticket #1568):
lib/librefuse/refuse_opt.c: revision 1.15
fuse_opt_parse() was using uninitialized struct fuse_opt_option::data,
this bug made fuse_opt_proc_t not work, if it used first ``data'' argument,
and might cause memory corruption even.

(bouyer)

2011-03-20 21:20:12 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1567):
sys/kern/vfs_syscalls.c: revision 1.415 via patch
Check for bogus flags to access() up front. Otherwise we end up
calling VOP_ACCESS with flags 0 and something asserts deep in the
bowels of kauth. PR 44648 from Taylor Campbell. (I moved the check
earlier relative to the suggested patch.)
Pullup candidate.

(bouyer)

2011-03-20 21:20:06 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1567):
sys/kern/vfs_syscalls.c: revision 1.415 via patch
Check for bogus flags to access() up front. Otherwise we end up
calling VOP_ACCESS with flags 0 and something asserts deep in the
bowels of kauth. PR 44648 from Taylor Campbell. (I moved the check
earlier relative to the suggested patch.)
Pullup candidate.

(bouyer)

2011-03-20 21:19:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1567):
sys/kern/vfs_syscalls.c: revision 1.415 via patch
Check for bogus flags to access() up front. Otherwise we end up
calling VOP_ACCESS with flags 0 and something asserts deep in the
bowels of kauth. PR 44648 from Taylor Campbell. (I moved the check
earlier relative to the suggested patch.)
Pullup candidate.

(bouyer)

2011-03-20 20:55:46 UTC MAIN commitmail json YAML

add pci@pryo@mainbus and ebus@mainbus support.

(mrg)

2011-03-20 20:52:34 UTC netbsd-4-0 commitmail json YAML

ticket 1417, 1418, 1420, 1421

(bouyer)

2011-03-20 20:52:30 UTC netbsd-4 commitmail json YAML

ticket 1417, 1418, 1420, 1421

(bouyer)

2011-03-20 20:52:01 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1421):
sys/kern/kern_exec.c: revision 1.269 via patch
Check for number of processes resource violation in execve().

(bouyer)

2011-03-20 20:51:52 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1421):
sys/kern/kern_exec.c: revision 1.269 via patch
Check for number of processes resource violation in execve().

(bouyer)

2011-03-20 20:51:18 UTC netbsd-4-0 commitmail json YAML

src/gnu/dist/postfix/HISTORY@1.1.1.30.2.2.2.1 / diff / nxr@1.1.1.30.2.2.2.1
src/gnu/dist/postfix/RELEASE_NOTES@1.1.1.17.2.2.2.1 / diff / nxr@1.1.1.17.2.2.2.1
src/gnu/dist/postfix/html/postconf.5.html@1.1.1.10.2.2.2.1 / diff / nxr@1.1.1.10.2.2.2.1
src/gnu/dist/postfix/makedefs@1.16.2.1.2.1 / diff / nxr@1.16.2.1.2.1
src/gnu/dist/postfix/man/man5/postconf.5@1.10.2.2.2.1 / diff / nxr@1.10.2.2.2.1
src/gnu/dist/postfix/mantools/postlink@1.1.1.10.4.2.2.1 / diff / nxr@1.1.1.10.4.2.2.1
src/gnu/dist/postfix/proto/postconf.proto@1.1.1.10.2.2.2.1 / diff / nxr@1.1.1.10.2.2.2.1
src/gnu/dist/postfix/src/bounce/bounce_template.c@1.1.1.1.16.1 / diff / nxr@1.1.1.1.16.1
src/gnu/dist/postfix/src/cleanup/cleanup_map1n.c@1.1.1.6.20.1 / diff / nxr@1.1.1.6.20.1
src/gnu/dist/postfix/src/flush/flush.c@1.1.1.9.4.1.2.1 / diff / nxr@1.1.1.9.4.1.2.1
src/gnu/dist/postfix/src/global/cleanup_user.h@1.1.1.6.14.1 / diff / nxr@1.1.1.6.14.1
src/gnu/dist/postfix/src/global/db_common.c@1.1.1.2.14.1 / diff / nxr@1.1.1.2.14.1
src/gnu/dist/postfix/src/global/mail_params.h@1.13.2.2.2.1 / diff / nxr@1.13.2.2.2.1
src/gnu/dist/postfix/src/global/mail_version.h@1.1.1.26.2.2.2.1 / diff / nxr@1.1.1.26.2.2.2.1
src/gnu/dist/postfix/src/global/pipe_command.c@1.1.1.11.4.1.2.1 / diff / nxr@1.1.1.11.4.1.2.1
src/gnu/dist/postfix/src/local/recipient.c@1.1.1.5.14.1 / diff / nxr@1.1.1.5.14.1
src/gnu/dist/postfix/src/master/master_sig.c@1.1.1.6.4.1.2.1 / diff / nxr@1.1.1.6.4.1.2.1
src/gnu/dist/postfix/src/milter/milter8.c@1.1.1.2.6.2.2.1 / diff / nxr@1.1.1.2.6.2.2.1
src/gnu/dist/postfix/src/oqmgr/qmgr_entry.c@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
src/gnu/dist/postfix/src/pickup/pickup.c@1.1.1.13.4.1.2.1 / diff / nxr@1.1.1.13.4.1.2.1
      :
(more 26 files)
Apply patch (requested by tron in ticket #1420):
gnu/dist/postfix/HISTORY: patch
gnu/dist/postfix/RELEASE_NOTES: patch
gnu/dist/postfix/makedefs: patch
gnu/dist/postfix/html/postconf.5.html: patch
gnu/dist/postfix/man/man5/postconf.5: patch
gnu/dist/postfix/mantools/postlink: patch
gnu/dist/postfix/src/bounce/bounce_template.c: patch
gnu/dist/postfix/src/cleanup/cleanup_map1n.c: patch
gnu/dist/postfix/src/flush/flush.c: patch
gnu/dist/postfix/src/global/cleanup_user.h: patch
gnu/dist/postfix/src/global/db_common.c: patch
gnu/dist/postfix/src/global/mail_params.h: patch
gnu/dist/postfix/src/global/mail_version.h: patch
gnu/dist/postfix/src/global/pipe_command.c: patch
gnu/dist/postfix/src/local/recipient.c: patch
gnu/dist/postfix/src/master/master_sig.c: patch
gnu/dist/postfix/src/milter/milter8.c: patch
gnu/dist/postfix/src/oqmgr/qmgr_entry.c: patch
gnu/dist/postfix/src/pickup/pickup.c: patch
gnu/dist/postfix/src/pipe/pipe.c: patch
gnu/dist/postfix/src/postdrop/postdrop.c: patch
gnu/dist/postfix/src/postsuper/postsuper.c: patch
gnu/dist/postfix/src/qmgr/qmgr_entry.c: patch
gnu/dist/postfix/src/smtp/smtp.c: patch
gnu/dist/postfix/src/smtp/lmtp_params.c: patch
gnu/dist/postfix/src/smtp/smtp_params.c: patch
gnu/dist/postfix/src/smtp/smtp_proto.c: patch
gnu/dist/postfix/src/smtp/smtp_reuse.c: patch
gnu/dist/postfix/src/smtpd/smtpd.c: patch
gnu/dist/postfix/src/smtpd/smtpd_check.c: patch
gnu/dist/postfix/src/smtpd/smtpd_proxy.c: patch
gnu/dist/postfix/src/tls/Makefile.in: patch
gnu/dist/postfix/src/tls/tls_certkey.c: patch
gnu/dist/postfix/src/trivial-rewrite/resolve.c: patch
gnu/dist/postfix/src/util/events.c: patch
gnu/dist/postfix/src/util/host_port.c: patch
gnu/dist/postfix/src/util/make_dirs.c: patch
gnu/dist/postfix/src/util/match_ops.c: patch
gnu/dist/postfix/src/util/safe_open.c: patch
gnu/dist/postfix/src/util/sys_defs.h: patch
gnu/dist/postfix/src/util/valid_hostname.c: patch
gnu/dist/postfix/src/util/vstream.c: patch
gnu/dist/postfix/src/util/vstring.c: patch
gnu/dist/postfix/src/util/watchdog.c: patch
gnu/dist/postfix/src/xsasl/xsasl_dovecot_server.c:patch
gnu/dist/postfix/proto/postconf.proto: patch

Update Postfix to version 2.4.16. This update fixes many bugs
including the vulnerability reported in CVE-2011-0411.

(bouyer)

2011-03-20 20:48:57 UTC MAIN commitmail json YAML

add a stdio neutral getline/getdelim implementation.

(christos)

2011-03-20 20:48:36 UTC MAIN commitmail json YAML

remove pyro_xir().  we don't have the MD support for it (yet?).
clean up some debug code.  clean up the DPRINTF() code, and expand
the interrupt mapping debug code to match schizo and psycho.
set IOMMU_TSBSIZE_IN_PTSB, and if oberon, IOMMU_FLUSH_CACHE.
disable the STC explicitly.

(mrg)

2011-03-20 20:47:27 UTC netbsd-4 commitmail json YAML

src/gnu/dist/postfix/HISTORY@1.1.1.30.2.3 / diff / nxr@1.1.1.30.2.3
src/gnu/dist/postfix/RELEASE_NOTES@1.1.1.17.2.3 / diff / nxr@1.1.1.17.2.3
src/gnu/dist/postfix/html/postconf.5.html@1.1.1.10.2.3 / diff / nxr@1.1.1.10.2.3
src/gnu/dist/postfix/makedefs@1.16.2.2 / diff / nxr@1.16.2.2
src/gnu/dist/postfix/man/man5/postconf.5@1.10.2.3 / diff / nxr@1.10.2.3
src/gnu/dist/postfix/mantools/postlink@1.1.1.10.4.3 / diff / nxr@1.1.1.10.4.3
src/gnu/dist/postfix/proto/postconf.proto@1.1.1.10.2.3 / diff / nxr@1.1.1.10.2.3
src/gnu/dist/postfix/src/bounce/bounce_template.c@1.1.1.1.6.1 / diff / nxr@1.1.1.1.6.1
src/gnu/dist/postfix/src/cleanup/cleanup_map1n.c@1.1.1.6.10.1 / diff / nxr@1.1.1.6.10.1
src/gnu/dist/postfix/src/flush/flush.c@1.1.1.9.4.2 / diff / nxr@1.1.1.9.4.2
src/gnu/dist/postfix/src/global/cleanup_user.h@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
src/gnu/dist/postfix/src/global/db_common.c@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/gnu/dist/postfix/src/global/mail_params.h@1.13.2.3 / diff / nxr@1.13.2.3
src/gnu/dist/postfix/src/global/mail_version.h@1.1.1.26.2.3 / diff / nxr@1.1.1.26.2.3
src/gnu/dist/postfix/src/global/pipe_command.c@1.1.1.11.4.2 / diff / nxr@1.1.1.11.4.2
src/gnu/dist/postfix/src/local/recipient.c@1.1.1.5.4.1 / diff / nxr@1.1.1.5.4.1
src/gnu/dist/postfix/src/master/master_sig.c@1.1.1.6.4.2 / diff / nxr@1.1.1.6.4.2
src/gnu/dist/postfix/src/milter/milter8.c@1.1.1.2.6.3 / diff / nxr@1.1.1.2.6.3
src/gnu/dist/postfix/src/oqmgr/qmgr_entry.c@1.1.1.4.4.2 / diff / nxr@1.1.1.4.4.2
src/gnu/dist/postfix/src/pickup/pickup.c@1.1.1.13.4.2 / diff / nxr@1.1.1.13.4.2
      :
(more 26 files)
Apply patch (requested by tron in ticket #1420):
gnu/dist/postfix/HISTORY: patch
gnu/dist/postfix/RELEASE_NOTES: patch
gnu/dist/postfix/makedefs: patch
gnu/dist/postfix/html/postconf.5.html: patch
gnu/dist/postfix/man/man5/postconf.5: patch
gnu/dist/postfix/mantools/postlink: patch
gnu/dist/postfix/src/bounce/bounce_template.c: patch
gnu/dist/postfix/src/cleanup/cleanup_map1n.c: patch
gnu/dist/postfix/src/flush/flush.c: patch
gnu/dist/postfix/src/global/cleanup_user.h: patch
gnu/dist/postfix/src/global/db_common.c: patch
gnu/dist/postfix/src/global/mail_params.h: patch
gnu/dist/postfix/src/global/mail_version.h: patch
gnu/dist/postfix/src/global/pipe_command.c: patch
gnu/dist/postfix/src/local/recipient.c: patch
gnu/dist/postfix/src/master/master_sig.c: patch
gnu/dist/postfix/src/milter/milter8.c: patch
gnu/dist/postfix/src/oqmgr/qmgr_entry.c: patch
gnu/dist/postfix/src/pickup/pickup.c: patch
gnu/dist/postfix/src/pipe/pipe.c: patch
gnu/dist/postfix/src/postdrop/postdrop.c: patch
gnu/dist/postfix/src/postsuper/postsuper.c: patch
gnu/dist/postfix/src/qmgr/qmgr_entry.c: patch
gnu/dist/postfix/src/smtp/smtp.c: patch
gnu/dist/postfix/src/smtp/lmtp_params.c: patch
gnu/dist/postfix/src/smtp/smtp_params.c: patch
gnu/dist/postfix/src/smtp/smtp_proto.c: patch
gnu/dist/postfix/src/smtp/smtp_reuse.c: patch
gnu/dist/postfix/src/smtpd/smtpd.c: patch
gnu/dist/postfix/src/smtpd/smtpd_check.c: patch
gnu/dist/postfix/src/smtpd/smtpd_proxy.c: patch
gnu/dist/postfix/src/tls/Makefile.in: patch
gnu/dist/postfix/src/tls/tls_certkey.c: patch
gnu/dist/postfix/src/trivial-rewrite/resolve.c: patch
gnu/dist/postfix/src/util/events.c: patch
gnu/dist/postfix/src/util/host_port.c: patch
gnu/dist/postfix/src/util/make_dirs.c: patch
gnu/dist/postfix/src/util/match_ops.c: patch
gnu/dist/postfix/src/util/safe_open.c: patch
gnu/dist/postfix/src/util/sys_defs.h: patch
gnu/dist/postfix/src/util/valid_hostname.c: patch
gnu/dist/postfix/src/util/vstream.c: patch
gnu/dist/postfix/src/util/vstring.c: patch
gnu/dist/postfix/src/util/watchdog.c: patch
gnu/dist/postfix/src/xsasl/xsasl_dovecot_server.c:patch
gnu/dist/postfix/proto/postconf.proto: patch

Update Postfix to version 2.4.16. This update fixes many bugs
including the vulnerability reported in CVE-2011-0411.

(bouyer)

2011-03-20 20:47:10 UTC MAIN commitmail json YAML

add a new is_flags member to strut iommu_state.  add two flags:
IOMMU_FLUSH_CACHE    - extra flushes needed for some pyro
IOMMU_TSBSIZE_IN_PTSB - different ptsb assignment for pyro

partly from openbsd.

(mrg)

2011-03-20 20:43:34 UTC MAIN commitmail json YAML

enable the tomatillo iocache.
garbage collect struct iommureg_schizo and use struct iommureg2.

(mrg)

2011-03-20 20:42:06 UTC MAIN commitmail json YAML

define 'struct iommureg2', that includes the full set of regs for the
schizo and pyro iommu's.  use these in IOMMUREG().

add back IOMMUREG_READ() and IOMMUREG_WRITE() macros.

(mrg)

2011-03-20 20:40:22 UTC MAIN commitmail json YAML

remove unnecessary iommuvar.h and psycho{reg,var}.h includes.

(mrg)

2011-03-20 20:38:23 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1418):
lib/libc/inet/inet_net_pton.c: revision 1.2
Check bits on each loop to prevent integer oveflow.
Reported by Maksymilian Arciemowicz

(bouyer)

2011-03-20 20:38:19 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1418):
lib/libc/inet/inet_net_pton.c: revision 1.2
Check bits on each loop to prevent integer oveflow.
Reported by Maksymilian Arciemowicz

(bouyer)

2011-03-20 20:37:27 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1417):
sys/kern/vfs_syscalls.c: revision 1.415 via patch
Check for bogus flags to access() up front. Otherwise we end up
calling VOP_ACCESS with flags 0 and something asserts deep in the
bowels of kauth. PR 44648 from Taylor Campbell. (I moved the check
earlier relative to the suggested patch.)
Pullup candidate.

(bouyer)

2011-03-20 20:36:57 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1417):
sys/kern/vfs_syscalls.c: revision 1.415 via patch
Check for bogus flags to access() up front. Otherwise we end up
calling VOP_ACCESS with flags 0 and something asserts deep in the
bowels of kauth. PR 44648 from Taylor Campbell. (I moved the check
earlier relative to the suggested patch.)
Pullup candidate.

(bouyer)

2011-03-20 19:46:13 UTC MAIN commitmail json YAML

provide more informative error messages

(plunky)

2011-03-20 17:54:03 UTC MAIN commitmail json YAML

Add usb_dma attribute for DMA capable USB host controllers
and specify that usb_dma attribute to dev/usb/usb_mem.c.

usb_mem.c uses bus_dma(9) for DMA memory allocation,
but non-DMA capable USB host controllers like slhci(4)
doesn't need them at all, and some ports don't bother to
prepare MD bus_dma(9) implementation (yet).

Discussed on current-users
http://mail-index.NetBSD.org/current-users/2011/03/13/msg015995.html
and usb_dma attribute is suggested by bouyer@.
Tested by kiyohara@ on mmeye with slhci at pcmcia.

(tsutsui)

2011-03-20 17:38:11 UTC MAIN commitmail json YAML

Move MALLOC_DEFINE()s from usb_mem.c to usb_subr.c.
usb_mem.c provides functions for DMA memory allocation
that is required by DMA capable host controllers only,
but MALLOC_DEFINE() isn't DMA specific and could be required
by any USB drivers.

Discussed on current-users.

(tsutsui)

2011-03-20 17:32:20 UTC MAIN commitmail json YAML

Shrink more options, file-systems and device.

(tsutsui)

2011-03-20 17:10:46 UTC MAIN commitmail json YAML

More networking options.

(phx)

2011-03-20 13:07:39 UTC MAIN commitmail json YAML

Now that this is a generic page, clarify the AUTHORS section a little.

(jruoho)

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

Use sysctl-node machdep.prodfamily to decide about the kernel to install and
to fix the console speed in /etc/ttys.

(phx)

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

Added missing devices: usb, sysmon, altq

(phx)

2011-03-20 12:36:15 UTC MAIN commitmail json YAML

Fix use-after-free. Discovered by running tests with MALLOC_OPTIONS=J
(should this be the default for tests ?), pointed out by njoly@

(bouyer)

2011-03-20 12:21:28 UTC MAIN commitmail json YAML

When extending a file, either by truncating or by writing past EOF make
sure the unallocated remainder of the last page gets zeroed.

Detected by fsx.

(hannken)

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

initialise memory allocated for uquot_user_hash & uquot_group_hash.
Pointed out by Nicolas Joly.

(bouyer)

2011-03-20 10:40:24 UTC MAIN commitmail json YAML

avoid drmmode_get_height_align() in non XF86MODE (KMS) code.
fixes this on r6xx/r7xx.  (other cards wouldn't have called
into the path that failed.)

(mrg)

2011-03-20 09:04:53 UTC MAIN commitmail json YAML

Add /usr/bin/getopt, it is needed by /usr/mdec/binstall.
Noticed by Jaime Fournier.

(martin)

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

update for xf86-video-ati 6.14.1

(mrg)

2011-03-20 07:08:58 UTC MAIN commitmail json YAML

2011-03-20 07:08:19 UTC MAIN commitmail json YAML

2011-03-20 06:10:27 UTC MAIN commitmail json YAML

2011-03-20 03:02:48 UTC MAIN commitmail json YAML

if poll card detect is enabled, don't show "couldn't enable card".

(nonaka)

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

added ld0 for SD/MMC.

(nonaka)

2011-03-20 02:07:05 UTC MAIN commitmail json YAML

The DSM-G600 U-Boot is so restricted that there is no possibility to pass
any bootargs. So we will just do the default multiuser boot from wd0: when
altboot was started together with a Linux initrd image.

(phx)

2011-03-19 21:26:02 UTC MAIN commitmail json YAML

don't need these and they break the build

(christos)

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

Remove a vnode reference leak from msdosfs_rename. Release tdvp if either
doscheckpath() or relookup() fails.

Adjust test fs/vfs/t_vnops.c and remove the link count test for msdos.

Fixes PR #44661

(hannken)

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

DLink DSM-G600 IDSEL-14 (USB) needs special handling: Pin A is mapped to
EPIC-IRQ 1, but Pin C must be mapped to IRQ 2.

(phx)

2011-03-19 17:12:12 UTC MAIN commitmail json YAML

Fix typo, adjust less list address.

(jakllsch)

2011-03-19 16:26:49 UTC MAIN commitmail json YAML

2011-03-19 16:10:16 UTC MAIN commitmail json YAML

Add announce mailing list address for less.  This and previous commits changes
prompted by Snader_LB.

(jakllsch)

2011-03-19 16:05:36 UTC MAIN commitmail json YAML

Add ral(4) and stge(4) for DLink DSM-G600.
Disabled DIAGNOSTIC.

(phx)

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

Less is now at version 436.

(jakllsch)

2011-03-19 13:47:43 UTC MAIN commitmail json YAML

2011-03-19 12:57:31 UTC MAIN commitmail json YAML

2011-03-19 08:56:00 UTC MAIN commitmail json YAML

Sort options; use complete sentences in all option descriptions; add
EXIT STATUS section; use Ss for non-standard sections; upgrade history;
use standard section headers; some whitespace and punctuation nits.

(wiz)

2011-03-19 08:42:42 UTC MAIN commitmail json YAML

Remove duplicate word.

(wiz)

2011-03-19 08:41:19 UTC MAIN commitmail json YAML

Add missing comma.

(wiz)

2011-03-19 06:48:10 UTC MAIN commitmail json YAML

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

Add a simple test file for <sys/bitops.h>. For now, only ilog2(3) is tested.

(jruoho)

2011-03-19 06:15:12 UTC MAIN commitmail json YAML

Dont try to read MSR_TEMPERATURE_TARGET on Core Duo Yonah

(ahoka)

2011-03-19 05:18:36 UTC MAIN commitmail json YAML

Add missing period.

(jruoho)

2011-03-19 04:59:44 UTC MAIN commitmail json YAML

2011-03-19 04:44:51 UTC MAIN commitmail json YAML

Initial import of a find2 utility into othersrc.

This library and utility provide all the functionality of find(1) and more,
but with a more Unix/C syntax. e.g.

% find2 'fnmatch == *.[ch]' .
./dist/defs.h
./dist/find2.c
./dist/find2.h
./dist/main.c
% find2 'fnmatch == *.[ch] && size > 10k' .
./dist/find2.c
% find2 'mode & 04000' /sbin /bin
/sbin/shutdown
/sbin/ping
/sbin/ping6
/bin/rcmd
% find2 -l 'uid == ./Makefile' find2
812131      8 -rw-r--r--    1 agc      agc          2481 Mar 18 01:07 find2/Makefile
% find2 -l 'mtime < ./Makefile' find2
812131      8 -rw-r--r--    1 agc      agc          2481 Mar 18 01:07 find2/Makefile
% find2 'mage < 1days' find2
find2/Makefile
% find2 'mage < 2days && fnmatch == *.[ch]' dist
dist/defs.h
dist/find2.c
dist/find2.h
dist/main.c
% find2 -l 'fnmatch == *.h && mage < 1days && size > 2800' dist
812120      8 -rw-r--r--    1 agc      agc          2981 Mar 17 17:23 dist/defs.h
%


Status:

Vendor Tag: CROOKS
Release Tags: find2-base

(agc)

2011-03-19 04:07:36 UTC MAIN commitmail json YAML

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

Fix memory leak introduced with the struct pathbuf changes. Hi, me.
Closes PR 44625.

(dholland)

2011-03-18 23:59:55 UTC MAIN commitmail json YAML

check for the appropriate terminating character

(agc)

2011-03-18 23:53:26 UTC MAIN commitmail json YAML

apply the fix_label hack to partitionSizeHi as well.  it's needed there.
to do so, move the call to fix the label inside of rf_reasonable_label()
itself, so we can fix the partition sizes before calling
rf_component_label_partitionsize() itself.

fixes the failure mode where i had garbage not in numBlocksHi but in
partitionSizeHi, and the check against rf_component_label_partitionsize()
would fail and my raid would not auto-configure.

(mrg)

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

get rid of debugging comment

(agc)

2011-03-18 23:32:05 UTC MAIN commitmail json YAML

Update LLVM snapshot. This allows deriving the target from the binary
name, provides a proper CPP mode and fixes a number of compat issues
in the integrated assembler.

Build the toolchain compiler optimized and without assertions now.

(joerg)

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

Note also tests(7).

(jruoho)

2011-03-18 22:19:31 UTC MAIN commitmail json YAML

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

Remove ENHANCED_SPEEDSTEP, EST_FREQ_USERWRITE, INTEL_ONDEMAND_CLOCKMOD,
POWERNOW_K7, POWERNOW_K8, and VIA_PADLOCK.

(jruoho)

2011-03-18 21:22:04 UTC MAIN commitmail json YAML

Xref x86/ichlpcib(4) instead of ichlpcib(4).

(jruoho)

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

Add some datasheets to SEE ALSO.

(jruoho)

2011-03-18 20:56:46 UTC MAIN commitmail json YAML

Comment out IA32_TEMPERATURE_TARGET temporarily.

(jruoho)

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

2011-03-18 19:58:21 UTC MAIN commitmail json YAML

style improvements, input from matt@

(cliff)

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

Simplify tags target to reduce diffs with amd64/Makefile tags target.

(dyoung)

2011-03-18 19:46:20 UTC MAIN commitmail json YAML

2011-03-18 19:45:27 UTC MAIN commitmail json YAML

2011-03-18 18:24:09 UTC MAIN commitmail json YAML

Honor bp_timeout even if someone sets X86_BP_FLAGS_NOBOOTCONF.

(jakllsch)

2011-03-18 18:21:38 UTC MAIN commitmail json YAML

Honor bp_timeout even when X86_BP_FLAGS_NOBOOTCONF is set.
Or, in other words, bring back the 5 second countdown in pxeboot(8).

(jakllsch)

2011-03-18 17:46:27 UTC MAIN commitmail json YAML

Automatically adjust pxeboot(8) stack based on the end of .bss, like is already
done in biosboot.S for boot(8).
(The heap location will need to be adjusted if pxeboot expands much more.)

(jakllsch)

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

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

use %zu for size_t, also add rcsid

(ahoka)

2011-03-18 16:39:58 UTC MAIN commitmail json YAML

- include <mips/mips_param.h> after MACHINE is defined
- remove MACHINE_ARCH and MID_MACHINE that are defined in <mips/mips_param.h>
- remove redundant comment

(tsutsui)

2011-03-18 16:37:19 UTC MAIN commitmail json YAML

- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

(tsutsui)

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

- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

(tsutsui)

2011-03-18 16:35:04 UTC MAIN commitmail json YAML

- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

(tsutsui)

2011-03-18 16:33:41 UTC MAIN commitmail json YAML

Include <mips/mips_param.h> after MACHINE is defined.

(tsutsui)

2011-03-18 16:32:07 UTC MAIN commitmail json YAML

- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

(tsutsui)

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

- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

(tsutsui)

2011-03-18 16:28:51 UTC MAIN commitmail json YAML

- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

(tsutsui)

2011-03-18 16:23:09 UTC MAIN commitmail json YAML

Include <mips/mips_param.h> after MACHINE is defined.

(tsutsui)

2011-03-18 16:21:47 UTC MAIN commitmail json YAML

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

- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

(tsutsui)

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

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

(jruoho)

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

Include <mips/mips_param.h> after MACHINE is defined.

(tsutsui)

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

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

(jruoho)

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

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

(tsutsui)

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

Remove xref to nonexistent option(4).

(jruoho)