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

2024-05-09 22:14:16 UTC Now

2010-04-15 04:03:39 UTC MAIN commitmail json YAML

2010-04-15 03:48:39 UTC MAIN commitmail json YAML

Add :tA to attempt to resolve to absoute path using realpath().

(sjg)

2010-04-15 03:36:18 UTC MAIN commitmail json YAML

2010-04-15 03:09:12 UTC MAIN commitmail json YAML

Give tsc(4)/tsp(4) some attention.
- Convert to CFATTACH_DECL_NEW().
- Sprinkle static on functions.
- Improve KNF conformance.
- Use C99 integer types.
- Recycle now-empty-and/or-unused softc structures.

(jakllsch)

2010-04-15 00:57:33 UTC MAIN commitmail json YAML

2010-04-15 00:56:40 UTC MAIN commitmail json YAML

From Jess Thrysoee
  - use nl_langinfo to test for UTF-8, because some locales are UTF-8 without
    reflecting it in their names.

(christos)

2010-04-15 00:55:57 UTC MAIN commitmail json YAML

From Jess Thrysoee
expose ct_enc_width()

(christos)

2010-04-15 00:52:48 UTC MAIN commitmail json YAML

From Jess Thrysoee
- NARROW_HISTORY and IGNORE_EXTCHARS should not take effect if locale is UTF-8
- account for multi byte char length in

(christos)

2010-04-15 00:50:46 UTC MAIN commitmail json YAML

From Jess Thrysoee: call setlocale so we can test UTF-8

(christos)

2010-04-15 00:50:03 UTC MAIN commitmail json YAML

From Jess Thrysoee: add ifndef around def of _GNU_SOURCE

(christos)

2010-04-14 22:26:33 UTC MAIN commitmail json YAML

Implement DIOC[GS]STRATEGY for sd(4).

(jakllsch)

2010-04-14 20:30:28 UTC MAIN commitmail json YAML

Consistently use -- for all programs called. Drop some redundant flags
for the no file argument case.

(joerg)

2010-04-14 20:08:56 UTC MAIN commitmail json YAML

Simplify the setting of the GPEs. Add a debug-printf.

(jruoho)

2010-04-14 19:52:21 UTC MAIN commitmail json YAML

Update to reflect current source files. iscsi.c is now protocol.c
and initiator.c has been moved from initiator to lib.
With these changes a standard ./configure && make build completes

(sborrill)

2010-04-14 19:52:05 UTC MAIN commitmail json YAML

Sort SEE ALSO, fix an xref.

(wiz)

2010-04-14 19:32:35 UTC MAIN commitmail json YAML

2010-04-14 19:27:28 UTC MAIN commitmail json YAML

2010-04-14 18:55:12 UTC MAIN commitmail json YAML

Refactor zdiff and extend functionality to the common suffixes for bzip2
and xz.

(joerg)

2010-04-14 18:39:56 UTC MAIN commitmail json YAML

Simplify error reporting, remove casts, KNF.

(jruoho)

2010-04-14 17:20:19 UTC MAIN commitmail json YAML

Remove the code that was copy-pasted to acpi_detach() from the attachment
routine. Add a note that the detachment is incomplete.

(jruoho)

2010-04-14 17:14:45 UTC MAIN commitmail json YAML

Remove the #if 0'ed acpi_disable().

(jruoho)

2010-04-14 17:12:14 UTC MAIN commitmail json YAML

Reorganize the main file: add several missing prototypes, move the functions
around so that they appear in their logical order and place, etc. In
addition, split the utility functions to a separate file.

No functional change. Ok jmcneill@.

(jruoho)

2010-04-14 16:30:50 UTC MAIN commitmail json YAML

Add missing .El directive.

(njoly)

2010-04-14 16:16:18 UTC MAIN commitmail json YAML

If argv[0] is not an absolute path, attempt to resolve it
using realpath() for setting .MAKE

(sjg)

2010-04-14 16:05:53 UTC MAIN commitmail json YAML

2010-04-14 16:05:23 UTC MAIN commitmail json YAML

Steal a static major number for rumpblk.

(pooka)

2010-04-14 15:15:37 UTC MAIN commitmail json YAML

Need a few funny #defines in kern_syscall.c too.

(pooka)

2010-04-14 15:12:44 UTC MAIN commitmail json YAML

need opt_modular.h in kern_syscall

(pooka)

2010-04-14 14:49:05 UTC MAIN commitmail json YAML

Use kern_syscall.c instead of homegrown syscall dis/establishment routines.

(pooka)

2010-04-14 14:46:59 UTC MAIN commitmail json YAML

Move routines related to syscall establishment from kern_subr.c and
kern_stub.c to kern_syscall.c.

(pooka)

2010-04-14 14:15:48 UTC MAIN commitmail json YAML

Some _t purification.  no functional change.

(pooka)

2010-04-14 14:14:53 UTC MAIN commitmail json YAML

2010-04-14 14:12:48 UTC MAIN commitmail json YAML

Use "struct kauth_cred *" instead of kauth_cred_t in all exported
interfaces.  Allows to remove hairbrained _t typedef dance.

(pooka)

2010-04-14 14:00:04 UTC MAIN commitmail json YAML

2010-04-14 13:58:51 UTC MAIN commitmail json YAML

Make rump vnode interface lightweight: the only things we
really need are:

  0) provide VOP_OP in the alternate RUMP_VOP_OP namespace

  and for each op:
  1) schedule rump cpu
  2) call VOP_OP
  3) unschedule rump cpu

While here, take the opportunity to get rid of _t lossage in the
rump-exported interfaces.

(pooka)

2010-04-14 13:31:33 UTC MAIN commitmail json YAML

Add a little comment on how bpf can be made unloadable, per pointer from ad.

(pooka)

2010-04-14 13:07:51 UTC MAIN commitmail json YAML

2010-04-14 13:07:19 UTC MAIN commitmail json YAML

2010-04-14 13:06:45 UTC MAIN commitmail json YAML

Join URL; sort SEE ALSO.

(wiz)

2010-04-14 13:06:10 UTC MAIN commitmail json YAML

2010-04-14 13:05:43 UTC MAIN commitmail json YAML

2010-04-14 12:21:05 UTC MAIN commitmail json YAML

2010-04-14 12:19:50 UTC MAIN commitmail json YAML

Print "end of special cases" only where special cases end and not
a second time at the end of the file.  Adjust whitespace for the
sheer functional joy of it.

(i hope i didn't ruin someone's joke by missing a humorous implication
that all vnode operations are considered a little special)

(pooka)

2010-04-14 11:52:40 UTC MAIN commitmail json YAML

Add the USENIX paper to SEE ALSO.

(jruoho)

2010-04-14 11:33:59 UTC MAIN commitmail json YAML

Add the USENIX paper of the author to SEE ALSO.

(jruoho)

2010-04-14 11:11:30 UTC MAIN commitmail json YAML

Now that all USENIX papers are available online, add URL to SEE ALSO.

(jruoho)

2010-04-14 11:07:20 UTC MAIN commitmail json YAML

Add the USENIX paper of Miller and de Raadt to SEE ALSO.

(jruoho)

2010-04-14 10:34:55 UTC MAIN commitmail json YAML

Add comment about clock mismatch.

(pooka)

2010-04-14 10:27:53 UTC MAIN commitmail json YAML

2010-04-14 10:03:18 UTC MAIN commitmail json YAML

Add the USENIX paper of the author to SEE ALSO.

(jruoho)

2010-04-14 09:43:54 UTC MAIN commitmail json YAML

Add the USENIX paper of Gregory McGarry to SEE ALSO.

(jruoho)

2010-04-14 09:34:35 UTC MAIN commitmail json YAML

Refer to cpu_switchto(9) instead of nonexistent cpu_switch(9).
In addition, small markup changes.

(jruoho)

2010-04-14 09:10:31 UTC MAIN commitmail json YAML

2010-04-14 09:06:00 UTC MAIN commitmail json YAML

Use a list and sort it by the entries in the structure.

(jruoho)

2010-04-14 08:57:21 UTC MAIN commitmail json YAML

Add offsets to the indentation in couple of places.

(jruoho)

2010-04-14 08:49:49 UTC MAIN commitmail json YAML

Bump date for previous. (How hard can it be to remember this.)

(jruoho)

2010-04-14 08:47:19 UTC MAIN commitmail json YAML

Use subtitles instead of a list.

(jruoho)

2010-04-14 08:28:58 UTC MAIN commitmail json YAML

2010-04-14 08:26:42 UTC MAIN commitmail json YAML

EXAMPLE -> EXAMPLES, GCC -> gcc(1), and minor markup changes.

(jruoho)

2010-04-14 08:14:26 UTC MAIN commitmail json YAML

Remove trailing whitespace; use standard section headers.

(wiz)

2010-04-14 07:20:28 UTC MAIN commitmail json YAML

Add missing double quote.

(njoly)

2010-04-14 06:31:23 UTC MAIN commitmail json YAML

Update netpgp to version 3.99.1

Changes to 3.99.1/20100413

+ bump major command versions to be compatible with shlib major
+ fixed a number of bugs in (RSA) key generation
+ modified netpgpkeys(1) to take an optional argument to --generate-key
  if the argument is provided, it is used as the equivalent of the gecos
  field for the newly-generated key.

(agc)

2010-04-14 06:23:37 UTC MAIN commitmail json YAML

2010-04-14 06:22:55 UTC MAIN commitmail json YAML

add a test for RSA key generation

(agc)

2010-04-14 06:10:33 UTC MAIN commitmail json YAML

Refactor the fixed-event handlers.

Also provide a detachment routine for these and fix a trivial bug;
a wrong structure was used when registering a sysmon_pswitch(9) switch.

(jruoho)

2010-04-14 04:37:11 UTC MAIN commitmail json YAML

add the missing bits to allow X to run in 24bit with the wsfb driver
still no hardware acceleration though

(macallan)

2010-04-14 04:01:55 UTC MAIN commitmail json YAML

sync manual page with reality, catch up with key generation

(agc)

2010-04-14 01:23:15 UTC matt-nb5-mips64 commitmail json YAML

insert nop in delay slots
- at end of _splsw_splvm and
- inside _splsw_splint

(cliff)

2010-04-14 00:26:25 UTC MAIN commitmail json YAML

allow the user to pass the equivalent of the gecos information into the
key generation function.

(agc)

2010-04-14 00:25:10 UTC MAIN commitmail json YAML

get rid of a hardcoded test for the hash agorithm being SHA1, which was just
plain wrong these days.

don't duplicate functionality needlessly.

(agc)

2010-04-14 00:24:00 UTC MAIN commitmail json YAML

allow the desired hash algorithm to be passed down from the user to the place
where it matters - change the required prototype.

(agc)

2010-04-14 00:23:09 UTC MAIN commitmail json YAML

use a better name for a key in a function - no functional change

(agc)

2010-04-14 00:22:21 UTC MAIN commitmail json YAML

Fix (RSA) key generation.

Part of the fix for PR 42435 from Jukka Ruohonen.

(agc)

2010-04-14 00:21:40 UTC MAIN commitmail json YAML

Fixes to make key generation work properly - duplicate the public key RSA
BIGNUM fields - part of long-standing bug inherited from openpgpsdk.

Part of the fix for PR 42435 from Jukka Ruohonen.

Also pass the desired hash algorithm down, so that SHA1 is no longer
hardcoded.

(agc)

2010-04-14 00:19:52 UTC MAIN commitmail json YAML

2010-04-14 00:19:22 UTC MAIN commitmail json YAML

remove a comment which makes no sense any longer - subkey logic is done elsewhere

(agc)

2010-04-14 00:18:46 UTC MAIN commitmail json YAML

Don't warn about erroneous errors in skey_checksum_finaliser().

Allocate space for the checkhash before attempting to use it - a
long-standing bug from openpgpsdk.  Part of the fix for PR 42435 from
Jukka Ruohonen.

(agc)

2010-04-13 22:46:10 UTC MAIN commitmail json YAML

Refactor #include "opt_ntp.h" into a separate file.

... no, wait, #ifdef _KERNEL_OPT.
(not that I think it's a particularly good solution as opposed to
improving config, but it's the current best practice)

(pooka)

2010-04-13 20:10:38 UTC MAIN commitmail json YAML

fix a bunch of typos, now 8 bit fonts work properly

(macallan)

2010-04-13 18:33:44 UTC MAIN commitmail json YAML

Remove dead reference to scheduler(9).

(jruoho)

2010-04-13 18:15:16 UTC matt-nb5-mips64 commitmail json YAML

2010-04-13 18:04:03 UTC matt-nb5-mips64 commitmail json YAML

improve names to avoid confusion between storage and pointers

(cliff)

2010-04-13 17:34:18 UTC MAIN commitmail json YAML

2010-04-13 17:08:45 UTC MAIN commitmail json YAML

2010-04-13 13:30:37 UTC MAIN commitmail json YAML

2010-04-13 13:29:35 UTC MAIN commitmail json YAML

2010-04-13 13:09:46 UTC MAIN commitmail json YAML

Remove bpfilter.h as not needed.

(ahoka)

2010-04-13 13:08:16 UTC MAIN commitmail json YAML

Do not unload pf when enabled, not even manually.

(ahoka)

2010-04-13 12:04:25 UTC MAIN commitmail json YAML

2010-04-13 11:54:43 UTC MAIN commitmail json YAML

Revert my last change, it's not The Right Thing [tm].

(ahoka)

2010-04-13 11:53:18 UTC MAIN commitmail json YAML

change module class to driver.

(ahoka)

2010-04-13 11:31:11 UTC MAIN commitmail json YAML

2010-04-13 11:22:22 UTC MAIN commitmail json YAML

2010-04-13 11:01:22 UTC MAIN commitmail json YAML

2010-04-13 10:46:10 UTC MAIN commitmail json YAML

2010-04-13 10:45:46 UTC MAIN commitmail json YAML

Uncomment pdf link for paper.

(wiz)

2010-04-13 10:27:52 UTC MAIN commitmail json YAML

Build & install msdosfs snapshot test and deal with the happy happy
joy joy setlistdist etcetc. stuff.

(pooka)

2010-04-13 10:21:47 UTC MAIN commitmail json YAML

Add msdosfs snapshot test.  This one just slightly different from
the ffs test because msdosfs doesn't support VFS_SNAPSHOT, only
VFS_SUSPEND, i.e. we need external storage for the snapshot instead
of internal storage.

(pooka)

2010-04-13 10:19:25 UTC MAIN commitmail json YAML

Split snapshot test into fs-independent backend and fs-specific frontend.

I really wish all our fs tests were like this (in principle, that
is.  I'm not talking about this hacky implementation).  I've been
wishing this for quite a few years now.  Seems like my wishes don't
come true.

(pooka)

2010-04-13 10:12:43 UTC MAIN commitmail json YAML

2010-04-13 10:11:08 UTC MAIN commitmail json YAML

If getdisksize() fails (happens e.g. on fss block devices), don't
give up if we don't really need the information provided by it.

(pooka)

2010-04-13 10:06:43 UTC MAIN commitmail json YAML

Minor markup nits.

(jruoho)

2010-04-13 09:57:05 UTC MAIN commitmail json YAML

Fix roff warnings. Note btop() and btopr() on Solaris as an example.

(jruoho)

2010-04-13 09:51:07 UTC MAIN commitmail json YAML

2010-04-13 09:49:54 UTC MAIN commitmail json YAML

Remove a declaration of unused variable.

(tsutsui)

2010-04-13 09:27:59 UTC MAIN commitmail json YAML

Add fstrans transactions to ufs_close(), ufs_getattr(), ufs_chmod()
and ufs_chown().  These functions change file system state.

(hannken)

2010-04-13 09:24:09 UTC MAIN commitmail json YAML

Add the USENIX paper of Jonathan Lemon to SEE ALSO.

(jruoho)

2010-04-13 09:01:10 UTC MAIN commitmail json YAML

Split overly large paragraph.

(jruoho)

2010-04-13 08:40:19 UTC MAIN commitmail json YAML

Document the ctod-family of macros from <sys/param.h>.

XXX: Someone may want to check if there is anything to add or correct.

(jruoho)

2010-04-13 08:24:31 UTC MAIN commitmail json YAML

Add a BUGS section.

(jruoho)

2010-04-13 07:58:55 UTC MAIN commitmail json YAML

fss_softc_free: don't detach a disk that is not attached.  Disk is
                attached only if the backing store thread is running.

Resolves PR #43153: fss error branch error

(hannken)

2010-04-13 07:32:31 UTC MAIN commitmail json YAML

As the cited setroot(9) was nonexistent, briefly document it here.

(jruoho)

2010-04-13 07:16:31 UTC MAIN commitmail json YAML

Bump date for previous.

(jruoho)

2010-04-13 07:14:45 UTC MAIN commitmail json YAML

Provide prototypes in SYNOPSIS; use only parameter names in FUNCTIONS.

(jruoho)

2010-04-13 06:21:40 UTC MAIN commitmail json YAML

2010-04-13 06:05:56 UTC MAIN commitmail json YAML

Improvements to wording and markup.

(jruoho)

2010-04-13 05:41:54 UTC MAIN commitmail json YAML

Refer to cpu_switchto(9) instead of nonexistent cpu_switch(x).

(jruoho)

2010-04-13 05:40:13 UTC MAIN commitmail json YAML

2010-04-13 01:15:56 UTC MAIN commitmail json YAML

Autoload modules with any class.

This fixes autoloading of pf, zfs and possibly others.

(ahoka)

2010-04-13 01:02:43 UTC MAIN commitmail json YAML

Do not auto unload pf if it's enabled.

(ahoka)

2010-04-12 23:20:18 UTC MAIN commitmail json YAML

2010-04-12 23:15:24 UTC MAIN commitmail json YAML

move check next to operation

(pooka)

2010-04-12 23:09:28 UTC MAIN commitmail json YAML

2010-04-12 22:59:49 UTC MAIN commitmail json YAML

snapshot test -> setlists

(pooka)

2010-04-12 22:58:53 UTC MAIN commitmail json YAML

test for the very basic snapshot features

(pooka)

2010-04-12 22:42:07 UTC matt-nb5-mips64 commitmail json YAML

2010-04-12 22:40:55 UTC matt-nb5-mips64 commitmail json YAML

- establishing an ISR now takes 'mpsafe' arg
- obtain/release kernel lock around calls to non-mpsafe ISRs

(cliff)

2010-04-12 22:38:37 UTC MAIN commitmail json YAML

As long as humans have to edit these lists, use non-braindead sorting.

(pooka)

2010-04-12 22:34:17 UTC MAIN commitmail json YAML

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

2010-04-12 22:29:11 UTC MAIN commitmail json YAML

Ignore EEXIST from devsw_attach.  This is not the optimal solution,
but it makes it possible to dynamically create device nodes for
fss before the fss module init runs by allowing to run devsw_attach
earlier.

(pooka)

2010-04-12 22:19:18 UTC MAIN commitmail json YAML

Support real file system transactions/suspension (vfs_trans.c)
instead of just stubbing it.

(pooka)

2010-04-12 22:17:23 UTC MAIN commitmail json YAML

2010-04-12 22:15:32 UTC MAIN commitmail json YAML

Separate lwp specificdata data structure management from lwp cpu/vm
management.

No functional change.

(specificdata routines went from kern_lwp.c to subr_lwp_specificdata.c)

(pooka)

2010-04-12 22:03:33 UTC matt-nb5-mips64 commitmail json YAML

- add bit defines for HOST_MODE_CTL reg
- panic if Host BAR regs do not cover RAM addrs 0..mem_cluster_maxaddr

(cliff)

2010-04-12 22:02:52 UTC matt-nb5-mips64 commitmail json YAML

- include "rmixl_pcix.h" and "rmixl_pcie.h" to get the config flags
- include rmixl_pcixvar.h to get proto for rmixl_physaddr_init_pcix()
- calls to rmixl_physaddr_init_pcix() and rmixl_physaddr_init_pcie()
depend on the config flags
- eliminate vm_clusters[], just use mem_clusters[] for everything
- add mem_cluster_maxaddr to track highest RAM addr,
used to check PCI-X Host BARs; calculate his value just before
calling mips_page_physload() i.e. once mem_clusters[] is stable.

(cliff)

2010-04-12 22:01:42 UTC matt-nb5-mips64 commitmail json YAML

- add whitespace to make print format of regions in
mips_page_physload() more readable

(cliff)

2010-04-12 22:01:14 UTC matt-nb5-mips64 commitmail json YAML

2010-04-12 22:00:51 UTC matt-nb5-mips64 commitmail json YAML

- rmixl_pcix and rmixl_pcie get 'needs-flag'

(cliff)

2010-04-12 21:55:48 UTC netbsd-5-0 commitmail json YAML

2010-04-12 21:51:37 UTC netbsd-5-0 commitmail json YAML

Apply patch (requested by lukem in ticket #1374):
Fix CVE-2009-3767.

(snj)

2010-04-12 21:46:03 UTC netbsd-5 commitmail json YAML

2010-04-12 21:42:56 UTC netbsd-5 commitmail json YAML

Apply patch (requested by lukem in ticket #1374):
Fix CVE-2009-3767.

(snj)

2010-04-12 21:37:44 UTC MAIN commitmail json YAML

Report f_iosize as 512.  Some callers want it, and we can only
guess a safe default here (because of etfs).

(pooka)

2010-04-12 21:28:55 UTC MAIN commitmail json YAML

Add a FUNCTIONS section.

In addition, small improvements to wording and markup.

(jruoho)

2010-04-12 21:28:24 UTC MAIN commitmail json YAML

Bump date for new CAVEATS.

(wiz)

2010-04-12 18:59:08 UTC MAIN commitmail json YAML

Scan the namespace from the root object instead of scanning from separate
scopes. Also raise the namespace walk from 100 (per scope) to UINT32_MAX.

ok jmcneill@

(jruoho)

2010-04-12 18:55:27 UTC MAIN commitmail json YAML

Remove some unused and global variables. Make the code more readable. Deny
invalid writes to machdep.sleep_state. Cosmetics. No functional change.

(jruoho)

2010-04-12 18:03:49 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3@1.3 / diff / nxr@1.3
      :
(more 315 files)
Regen with modern pod2man and drop trailing whitespace.

(joerg)

2010-04-12 18:02:46 UTC MAIN commitmail json YAML

Rename management target to not overlap with the normal mk rules.
Explicitly drop trailing whitespace after pod2man.

(joerg)

2010-04-12 17:59:37 UTC MAIN commitmail json YAML

Regen man pages with modern pod2man to get more normalised version.

(joerg)

2010-04-12 17:58:40 UTC MAIN commitmail json YAML

Add management target for the man pages.

(joerg)

2010-04-12 14:26:21 UTC MAIN commitmail json YAML

Oops. Don't forget to set the isp_port value based upon PCI function code.
Otherwise you end up with both ports using the same WWPN. Bad.
Discovered by Havard. Pointy hat to me.

(mjacob)

2010-04-12 14:26:11 UTC MAIN commitmail json YAML

mention pfsync not working as a kernel module

(ahoka)

2010-04-12 14:12:43 UTC MAIN commitmail json YAML

Add pf to the module set list.

(ahoka)

2010-04-12 14:08:58 UTC MAIN commitmail json YAML

Connect the pf module to the build.

(ahoka)

2010-04-12 14:05:38 UTC MAIN commitmail json YAML

2010-04-12 13:57:38 UTC MAIN commitmail json YAML

2010-04-12 13:05:25 UTC MAIN commitmail json YAML

Replace old MD sicallback functions with MI softint(9).

(tsutsui)

2010-04-12 12:43:39 UTC MAIN commitmail json YAML

- more cosmetics
- use queue(3) macro properly

(tsutsui)

2010-04-12 12:41:36 UTC MAIN commitmail json YAML

Remove superfluous word.

(wiz)

2010-04-12 12:28:59 UTC MAIN commitmail json YAML

2010-04-12 12:21:17 UTC MAIN commitmail json YAML

Catch up with the sysctl-changes.

(jruoho)

2010-04-12 12:14:26 UTC MAIN commitmail json YAML

Rework the sysctl-support.

Changes:

hw.wake -> hw.acpi.wake
hw.acpi.debug_layer -> hw.acpi.debug.layer
hw.acpi.debug_level -> hw.acpi.debug.level

Additions:

hw.acpi.stat.gpe # Number of dispatched GPEs
hw.acpi.stat.sci # Number of SCI interrupts
hw.acpi.stat.fixed # Number of fixed events
hw.acpi.stat.method # Number of executed methods

ok jmcneill@

(jruoho)

2010-04-12 12:04:54 UTC MAIN commitmail json YAML

Update the event counters to 64-bit integers.

(jruoho)

2010-04-12 06:56:19 UTC MAIN commitmail json YAML

2010-04-12 02:36:38 UTC netbsd-5-0 commitmail json YAML

2010-04-12 02:35:02 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/version.h: revision 1.74
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
PR/43023: Bruce Cran: FTPD bug remote crash

(snj)

2010-04-12 02:33:59 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/popen.c: revision 1.37
PR/43023: Bruce Cran: FTPD bug remote crash
Since we specify NOCHECK, in the NOMATCH case gl_pathv can be NULL.
(From FreeBSD)

(snj)

2010-04-12 02:32:57 UTC netbsd-5 commitmail json YAML

2010-04-12 02:30:12 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/version.h: revision 1.74
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
PR/43023: Bruce Cran: FTPD bug remote crash

(snj)

2010-04-12 02:28:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/popen.c: revision 1.37
PR/43023: Bruce Cran: FTPD bug remote crash
Since we specify NOCHECK, in the NOMATCH case gl_pathv can be NULL.
(From FreeBSD)

(snj)

2010-04-12 00:49:14 UTC netbsd-5-0 commitmail json YAML

2010-04-12 00:46:57 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1365):
crypto/external/bsd/openssl/dist/ssl/s3_enc.c: revision 1.2 via patch
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c: revision 1.5 via patch
crypto/external/bsd/openssl/dist/ssl/t1_enc.c: revision 1.2 via patch
Fix crash in openssl (I suspect caused by malformed packets):
handshake_dgst[] may be used without being allocated, causing NULL
pointer dereference.
Fix by checking that handshake_dgst is not NULL before use.
Reported to openssl as ticket openssl.org #2214.
Fix tested on netbsd-5 by Luke Mewburn with apache, and by me with
freeradius (fixing segmentation fault in both cases).

(snj)

2010-04-12 00:46:07 UTC netbsd-5 commitmail json YAML

2010-04-12 00:40:12 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1365):
crypto/external/bsd/openssl/dist/ssl/s3_enc.c: revision 1.2 via patch
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c: revision 1.5 via patch
crypto/external/bsd/openssl/dist/ssl/t1_enc.c: revision 1.2 via patch
Fix crash in openssl (I suspect caused by malformed packets):
handshake_dgst[] may be used without being allocated, causing NULL
pointer dereference.
Fix by checking that handshake_dgst is not NULL before use.
Reported to openssl as ticket openssl.org #2214.
Fix tested on netbsd-5 by Luke Mewburn with apache, and by me with
freeradius (fixing segmentation fault in both cases).

(snj)

2010-04-11 22:42:30 UTC MAIN commitmail json YAML

Add valz(4), a simple driver to handle the backlight keys on some
Toshiba laptops.  As of yet only tested on a Satellite A135-S4527.

(jakllsch)

2010-04-11 21:34:18 UTC MAIN commitmail json YAML

Sort options in SYNOPSIS (flags without arguments first).

(wiz)

2010-04-11 21:32:10 UTC MAIN commitmail json YAML

Make ready for HTML output.
Add RCS Id.

(wiz)

2010-04-11 21:29:38 UTC MAIN commitmail json YAML

New sentence, new line. Sort SEE ALSO.
Improve formatting of option list.

(wiz)

2010-04-11 17:23:10 UTC MAIN commitmail json YAML

2010-04-11 15:08:17 UTC MAIN commitmail json YAML

Add raw mode, which skips ASCII'ification and can be used if reading
structures from the kernel into debug program memory is desired.

(pooka)

2010-04-11 14:04:10 UTC MAIN commitmail json YAML

add just as much "detach" code to keep the box from panicking on
removal of a USB "udl" device
(needs more work, but I got the hardware for a quick test only)

(drochner)

2010-04-11 13:58:30 UTC MAIN commitmail json YAML

2010-04-11 13:57:22 UTC MAIN commitmail json YAML

add the 19" Samsung display, make udl handle it

(drochner)

2010-04-11 10:26:26 UTC MAIN commitmail json YAML

2010-04-11 09:58:36 UTC MAIN commitmail json YAML

Fix botched logic in ipkdb part in rev 1.77 (KNF misc).

(tsutsui)

2010-04-11 09:52:10 UTC MAIN commitmail json YAML

2010-04-11 09:36:47 UTC MAIN commitmail json YAML

Call putterattach in modcmd init.  Fixes lockdebug panic.  Disable
unload, since putterdetach() is not implemented (i.e. current
implementation of modcmd fini is flawed), and I don't plan to fix
that now.

(pooka)

2010-04-11 08:58:43 UTC MAIN commitmail json YAML

Document "how-to override the DSDT" in the manual page instead of code.

(jruoho)

2010-04-11 08:30:17 UTC MAIN commitmail json YAML

Instead of totally giving up, dump CTLTYPE_STRUCT as hex, much
like sysctl -x (but not fancy like -dosequis).

(pooka)

2010-04-11 08:23:52 UTC MAIN commitmail json YAML

Add -x option which allows to run `fsck_msdos -n' on a snapshot of
a live file system.

While here modify snap_open() to accept a character device as its
first arg and remove now unneeded get_snap_device().

Reviewed by: Manuel Bouyer <bouyer@netbsd.org>

(hannken)

2010-04-11 06:50:30 UTC MAIN commitmail json YAML

Document the CTLTYPEs. In addition, split some paragraphs to make the page
less exhaustive to read.

(jruoho)

2010-04-11 06:36:25 UTC MAIN commitmail json YAML

2010-04-11 05:45:58 UTC MAIN commitmail json YAML

Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the
basename the same as the kernel module (this too was in-tree only
for a little over a week with the old name).

(pooka)

2010-04-11 05:40:16 UTC MAIN commitmail json YAML

2010-04-11 02:41:39 UTC MAIN commitmail json YAML

2010-04-11 02:02:14 UTC MAIN commitmail json YAML

avoid rbuf starvation.  when grabbing a recieve buffer, if a local
4KB buffer isn't available, try to MEXTMALLOC() one.  only if both
of these fail to we abort the recieve operation.

based on a patch from Sverre Froyen <sverre@viewmark.com>, thanks!

tested by myself, sverre and jeremy reed.

(mrg)

2010-04-11 01:53:03 UTC MAIN commitmail json YAML

now that CTLTYPE_BOOL actually works, use it to export vm_page_zero_enable
as vm.idlezero in a way that actually works on big endian systems.

(mrg)

2010-04-11 01:52:11 UTC MAIN commitmail json YAML

implement CTLTYPE_BOOL support.  it was entirely missing.  HI MATT!

(mrg)