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

2024-05-10 15:20:00 UTC Now

2011-06-17 05:15:23 UTC MAIN commitmail json YAML

Change from level to ipl since we aren't dealing a mask anymore, just a
simple value.
Fix intr_calculatemasks to deal with ipl isn't a mask.  Let establish
and disestablish determine the highest ipl for the interrut source being
modified.  No reason to recompute that for every source when only one changes
at a time.  Only change idepth while in the loop.

(matt)

2011-06-17 05:11:48 UTC MAIN commitmail json YAML

2011-06-17 05:10:53 UTC MAIN commitmail json YAML

Let ext_intr adjust ci_idepth.
Remove some dead code.
Use the right register for SRR1

(matt)

2011-06-17 05:07:17 UTC MAIN commitmail json YAML

2011-06-17 03:57:40 UTC MAIN commitmail json YAML

Note removal of Avalon A12 support from alpha.

(matt)

2011-06-17 03:55:58 UTC MAIN commitmail json YAML

2011-06-17 02:15:28 UTC MAIN commitmail json YAML

- pass things in arguments instead of environment
- sanity check arguments
- disable extra data warning, old tests gave it too
- print more detailed errors
- use err/warn more
*some tests still fail; more than they used to*

(christos)

2011-06-17 02:12:35 UTC MAIN commitmail json YAML

Improve comments on uvm_anon.c, tidy up slightly.
No functional changes.

(rmind)

2011-06-16 23:35:35 UTC MAIN commitmail json YAML

xref link_addr for -link.

(yamt)

2011-06-16 22:45:46 UTC MAIN commitmail json YAML

Correctly test for __ISDIRTY.
Problem noticed by (and test case provided by) blymn@.

(jdc)

2011-06-16 22:40:17 UTC MAIN commitmail json YAML

don't modify tzname unless we are the non-reentrant version.

(christos)

2011-06-16 21:53:54 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2011-06-16 21:46:28 UTC MAIN commitmail json YAML

typo (hieararchy -> hierarchy).

(njoly)

2011-06-16 21:42:38 UTC MAIN commitmail json YAML

Add fstype and unprivileged-user tests configuration variables
description. Fix PR/45038.

(njoly)

2011-06-16 20:42:15 UTC MAIN commitmail json YAML

Correct prefixlen->sockaddr calculation. Now ldpd may finally allow MPLS
forwarding for default route.

(kefren)

2011-06-16 19:47:31 UTC MAIN commitmail json YAML

use ETHERTYPE_MPLS only for unicast packets (RFC3032)

(kefren)

2011-06-16 19:42:21 UTC MAIN commitmail json YAML

amap_lookup{s}: add assert, clean-up slightly.

(rmind)

2011-06-16 16:47:54 UTC MAIN commitmail json YAML

Don't use C versions of memcmp, memcpy, memmove, memset and strchr
on x86 for standalone code. The assembler versions are much smaller.

(joerg)

2011-06-16 16:39:53 UTC MAIN commitmail json YAML

2011-06-16 16:39:14 UTC MAIN commitmail json YAML

2011-06-16 16:20:28 UTC MAIN commitmail json YAML

Explicitly initialise vaddr_t and let dead store elimination remove it
later.

(joerg)

2011-06-16 15:33:25 UTC MAIN commitmail json YAML

2011-06-16 14:57:22 UTC MAIN commitmail json YAML

2011-06-16 14:48:30 UTC MAIN commitmail json YAML

2011-06-16 13:51:26 UTC MAIN commitmail json YAML

Add an optional MD calling convention flag for use in libsa when space
optimisation is critical. Use this on i386 to switch to register passing
calling convention for the file system entry points and most assembler
call backs that have to preserve at least 3 registers.

(joerg)

2011-06-16 13:44:56 UTC MAIN commitmail json YAML

Add an optional MD calling convention flag for use in libsa when space
optimisation is critical. Use this on i386 to switch to register passing
calling convention for the file system entry points and most assembler
call backs that have to preserve at least 3 registers.

(joerg)

2011-06-16 13:27:59 UTC MAIN commitmail json YAML

2011-06-16 13:16:20 UTC MAIN commitmail json YAML

Use minimal alignment for functions in standalone code.

(joerg)

2011-06-16 09:21:04 UTC MAIN commitmail json YAML

Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to
ubc_zerorange(struct uvm_object *, off_t, size_t, int) changing
the first argument to an uvm_object and adding a flags argument.

Modify tmpfs_reg_resize() to zero the backing store (aobj) instead
of the vnode.  Ubc_purge() no longer panics when unmounting tmpfs.

Keep uvm_vnp_zerorange() until the next kernel version bump.

(hannken)

2011-06-16 08:27:28 UTC MAIN commitmail json YAML

Introduce 'show labels' command that reports about labels received from
unsolicited label-maps. Statify.

(kefren)

2011-06-16 07:11:52 UTC MAIN commitmail json YAML

shorten some execution paths related to check_route() and get_route()
statify a bit
don't assume AF_INET in a debug message

(kefren)

2011-06-16 06:05:48 UTC MAIN commitmail json YAML

clear the error condition
KNF a little bit

(kefren)

2011-06-16 04:38:21 UTC MAIN commitmail json YAML

ifdef / define / endif can't be the first thing.  So move that block down.

(matt)

2011-06-16 04:37:48 UTC MAIN commitmail json YAML

Make sure OEA ports without __HAVE_FAST_SOFTINTS still compile.

(matt)

2011-06-16 04:25:13 UTC MAIN commitmail json YAML

Make sure to set curlwp (aka r13) in cpu_hatch

(matt)

2011-06-16 03:54:40 UTC MAIN commitmail json YAML

Make __HAVE_FAST_SOFTINTS appear in assym.h so all oeas don't need to include
<powerpc/intr.h>
XXX <powerpc/intr.h> should be <powerpc/oea/intr.h>

(matt)

2011-06-16 03:23:08 UTC MAIN commitmail json YAML

pseudo-interface -> pseudo-device

(yamt)

2011-06-16 03:03:08 UTC MAIN commitmail json YAML

mention fast softintrs for powerpc

(macallan)

2011-06-16 02:44:38 UTC MAIN commitmail json YAML

we need powerpc/intr.h n order to see __HAVE_FAST_SOFTINTS

(macallan)

2011-06-16 02:43:43 UTC MAIN commitmail json YAML

enable FAST_SOFTINTR support for all ports that use powerpc/pic/
This has been successfully tested on macppc
TODO:
- ibm4xx needs to be adapted
- SMP doesn't work yet, 2nd CPU crashes when trying to leave the idle loop

(macallan)

2011-06-16 01:04:15 UTC MAIN commitmail json YAML

Now that evbppc has modules this file is no longer needed

(matt)

2011-06-15 23:45:45 UTC MAIN commitmail json YAML

evbppc can do modules now.

(mrg)

2011-06-15 22:46:40 UTC MAIN commitmail json YAML

Rework to get the inlining working right.  Also make slightly more portable
among powerpc variants.

(matt)

2011-06-15 20:50:02 UTC MAIN commitmail json YAML

Few XEN fixes:
- cpu_load_pmap: perform tlbflush() after xen_set_user_pgd().
- xen_pmap_bootstrap: perform xpq_queue_tlb_flush() in the end.
- pmap_tlb_shootdown: do not check PG_G for Xen.

(rmind)

2011-06-15 19:54:17 UTC MAIN commitmail json YAML

- cpu_hatch: call tlbflushg(), just to make sure that TLB is clean.
- xen_bootstrap_tables: call xpq_queue_tlb_flush() for safety.
- Initialise cpus_attached and ci_cpumask for primary CPU.

(rmind)

2011-06-15 19:51:50 UTC MAIN commitmail json YAML

- privpgop_fault: call pmap_update() before uvmfault_unlockall().
- privcmd_ioctl, xengnt_more_entries: add missing pmap_update().

(rmind)

2011-06-15 19:46:11 UTC MAIN commitmail json YAML

uvm_pagealloc_strat: fix diagnostic assert.  Reported by drochner@.

(rmind)

2011-06-15 18:16:48 UTC MAIN commitmail json YAML

we need to add mapping even if there is no route for the prefix

(kefren)

2011-06-15 17:47:45 UTC MAIN commitmail json YAML

Now that the generic fixup code exists, there's no to patch the interrupts
directly since the stub fixup will do that automatically.  Just need to add
stubs for the interrupt vectors and they get fixed automagically.

(matt)

2011-06-15 17:17:38 UTC MAIN commitmail json YAML

Revert symspace back to 3 megs so that beagleboards boots again.

(ober)

2011-06-15 15:22:56 UTC MAIN commitmail json YAML

Move the interrupt stub from booke_stubs.c into its own intr_stubs.c.
Move the "null" intrsw (used in startup) to intr_stubs.c as well.

(matt)

2011-06-15 15:18:20 UTC MAIN commitmail json YAML

Move booke_fixup_stubs() to fixup.c and rename it to cpu_fixup_stubs().
This makes it easier for other PPC variants to use it.

(matt)

2011-06-15 15:11:50 UTC MAIN commitmail json YAML

Add IST_PULSE and intr_typename (converts IST_* to a name).

(matt)

2011-06-15 15:03:51 UTC MAIN commitmail json YAML

Put proper casts to address range checks.

(tsutsui)

2011-06-15 14:47:43 UTC MAIN commitmail json YAML

Remove more ecoff leftover.

(tsutsui)

2011-06-15 13:42:46 UTC MAIN commitmail json YAML

remove -q argument, it is useless with Xorg and fails with XFree

(hans)

2011-06-15 13:34:13 UTC MAIN commitmail json YAML

Previous fix broke the setting of current value for Indicator and
Battery-Charge sensors.  Fix this.

(pgoyette)

2011-06-15 13:24:48 UTC MAIN commitmail json YAML

simplify the rtsock read sequence
apply a little bit of KNF

(kefren)

2011-06-15 12:54:32 UTC MAIN commitmail json YAML

Improve UFS1 extended attributes usability
- autocreate attribute backing file for new attributes
- autoload attributes when issuing extattrctl start
- when autoloading attributes, do not display garbage warning when looking
up entries that got ENOENT

(manu)

2011-06-15 10:02:25 UTC MAIN commitmail json YAML

note about evbppc modules.

(mrg)

2011-06-15 09:46:00 UTC MAIN commitmail json YAML

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

Modularize hpet(4). Works nicely with the multiple bus locations.

(jruoho)

2011-06-15 09:02:38 UTC MAIN commitmail json YAML

Do not entirely bypass the printfs during resource parsing, as many drivers
rely on those for their autoconf(9) messages. Instead add a "quiet" option.

(jruoho)

2011-06-15 08:48:36 UTC MAIN commitmail json YAML

Pull up part of revision f621bc0489ac3e4ef364f840a852a6a5290e8e12:

-----
Only silence stdin for test programs

atf-check is expected to accept data in its stdin, and a previous change
broke this behavior.
-----

This should fix a few tests that broke during the 0.14 import.  In
particularly, the tests in libc/stdlib and libc/ssp that redirect stuff
to atf_check.

(jmmv)

2011-06-15 08:19:44 UTC MAIN commitmail json YAML

2011-06-15 08:04:50 UTC MAIN commitmail json YAML

Remove printouts that mess with the autoconf(9).

(jruoho)

2011-06-15 07:58:03 UTC MAIN commitmail json YAML

Fix definition of the plus_tflag test case.  Uncovered by atf 0.14.

(jmmv)

2011-06-15 07:54:33 UTC MAIN commitmail json YAML

Fix obvious typo in test case name.  Uncovered by atf 0.14.

(jmmv)

2011-06-15 06:43:21 UTC MAIN commitmail json YAML

2011-06-15 06:28:39 UTC MAIN commitmail json YAML

- FRAME_SAVE_CALLEE() starts at r14 (not r13, which is curlwp) (from matt@)
- INTR_SAVE() must also save r13 (from matt@).
- fitint must pass clock frame, not trap frame
- fix comment in pitint and fitint to indicate passing clock frame, not intr frame

(cliff)

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

gcc seems to pad small character arrays, use an array of ints

while here, make the poke function non-static, so that it doesnt
get optimised away

(plunky)

2011-06-15 05:50:49 UTC MAIN commitmail json YAML

2011-06-15 05:48:32 UTC MAIN commitmail json YAML

Use PMAP_MAP_POOLPAGE/PMAP_UNMAP_POOLPAGE because it's cleaner.
Remove #ifdef _LP64 #endif leftover from mips

(matt)

2011-06-15 05:29:32 UTC MAIN commitmail json YAML

- convert to use device_t, cfattach_t, CFATTACH_DECL_NEW etc.
- in dsrtcattach() use struct clock_ymdhms instead of rtc in DEBUG code block,
and move that block down after sc_todr.cookie is initialized so dsrtc_read() works.

(cliff)

2011-06-15 05:21:38 UTC MAIN commitmail json YAML

in pbus_attach() make locs[] and pass to config_found_sm_loc()
to avoid triggering KASSERT in config_stdsubmatch().

(cliff)

2011-06-15 04:52:52 UTC MAIN commitmail json YAML

2011-06-15 04:20:47 UTC MAIN commitmail json YAML

Add detach function for hpet(4) at amdpcib(4).

(jruoho)

2011-06-15 03:30:15 UTC MAIN commitmail json YAML

Small cleanup; use KM_SLEEP, wrap long lines, etc. No functional change.

(jruoho)

2011-06-15 03:22:40 UTC MAIN commitmail json YAML

2011-06-15 01:45:16 UTC MAIN commitmail json YAML

2011-06-14 22:36:13 UTC MAIN commitmail json YAML

2011-06-14 20:08:46 UTC MAIN commitmail json YAML

Fix usage in man page and sync usage in executable with it.

(wiz)

2011-06-14 18:53:48 UTC MAIN commitmail json YAML

Add support for man -p to print the search path for manual pages (not
including cat page directories).

From Abhinav Upadhyay as part of Google's Summer of Code 2011

(joerg)

2011-06-14 16:33:51 UTC MAIN commitmail json YAML

2011-06-14 15:51:36 UTC MAIN commitmail json YAML

Remove duplicated functions that are implemented in machdep.c.

XXX: why do only sun2 and sun3 (and sun3x) have separate mm_md.c?

(tsutsui)

2011-06-14 15:34:23 UTC MAIN commitmail json YAML

2011-06-14 15:29:11 UTC MAIN commitmail json YAML

2011-06-14 15:27:47 UTC MAIN commitmail json YAML

Register a new file in atf-0.14.

(jmmv)

2011-06-14 15:27:11 UTC MAIN commitmail json YAML

2011-06-14 15:26:21 UTC MAIN commitmail json YAML

2011-06-14 15:23:30 UTC MAIN commitmail json YAML

Import atf-0.14:

Experimental version released on June 14th, 2011.

* Added a pkg-config file for atf-sh and an aclocal file to ease the
  detection of atf-sh from autoconf scripts.

* Made the default test case body defined by atf_sh fail.  This is to
  ensure that test cases are properly defined in test programs and helps
  in catching typos in the names of the body functions.

* PR bin/44882: Made atf-run connect the stdin of test cases to /dev/zero.
  This provides more consistent results with "normal" execution (in
  particular, when tests are executed detached from a terminal).

* Made atf-run hardcode TZ=UTC for test cases.  It used to undefine TZ, but
  that does not take into account that libc determines the current timezone
  from a configuration file.

* All test programs will now print a warning when they are not run through
  atf-run(1) stating that this is unsupported and may deliver incorrect
  results.

* Added support for the 'require.files' test-case property.  This allows
  test cases to specify installed files that must be present for the test
  case to run.

Status:

Vendor Tag: TNF
Release Tags: atf-0-14

(jmmv)

2011-06-14 15:23:19 UTC MAIN commitmail json YAML

Fix merge botch. KERNBASE macro was split into KERNBASE3 and KERNBASE3X
for kernel, and was replaced with kernbase constant for possible reference
of USRSTACK in module(7).

(tsutsui)

2011-06-14 15:08:33 UTC MAIN commitmail json YAML

2011-06-14 14:33:50 UTC MAIN commitmail json YAML

Remove not effective call for pxa2x0_*_bootstrap().

(kiyohara)

2011-06-14 13:59:24 UTC MAIN commitmail json YAML

2011-06-14 13:19:32 UTC MAIN commitmail json YAML

Consistently use "Brq Dv" macros for pathconf(2) variables.

(njoly)

2011-06-14 12:29:48 UTC MAIN commitmail json YAML

Also note about makefs(8) cd9660 RRIP PL handling bug fix.

(tsutsui)

2011-06-14 12:17:58 UTC MAIN commitmail json YAML

Avoid printf(3) directive interpretation in long_format testcase
description.

(njoly)

2011-06-14 12:17:50 UTC MAIN commitmail json YAML

Note some noticeable recent fixes for m68k and x68k.

(tsutsui)

2011-06-14 12:12:30 UTC MAIN commitmail json YAML

Use correct format for name and date.

(tsutsui)

2011-06-14 11:58:22 UTC MAIN commitmail json YAML

Move unsigned int/long conversion test to their own testcases, to
avoid having the whole marked as skipped. While here update testcases
names.

(njoly)

2011-06-14 11:45:26 UTC MAIN commitmail json YAML

No more ecoff kernels.

(tsutsui)

2011-06-14 11:44:25 UTC MAIN commitmail json YAML

mkdep(1) needs cc(1). Make testcase check for them.

(njoly)

2011-06-14 11:28:51 UTC MAIN commitmail json YAML

* add no-default-route option into configuration file and check it before
rejecting default-route
* exit process in case of error into the main loop
* complete FSM for RTM_CHANGE
* Check if we overflow pollfd array

(kefren)

2011-06-14 11:23:02 UTC MAIN commitmail json YAML

Use IN_LOOPBACKNET where is the case
Don't forget to freeifaddrs() in case of error
Update a couple of debug messages

(kefren)

2011-06-14 07:53:29 UTC MAIN commitmail json YAML

Add latent support for __HAVE_CPU_UAREA_ROUTINES

(matt)

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

2011-06-14 06:49:31 UTC MAIN commitmail json YAML

struct device * -> device_t

(matt)

2011-06-14 06:47:53 UTC MAIN commitmail json YAML

2011-06-14 05:50:25 UTC MAIN commitmail json YAML

2011-06-14 05:49:14 UTC MAIN commitmail json YAML

Include <uvm/uvm.h> instead of <uvm/uvm_extern.h> since we are using more
uvm functions.

(matt)

2011-06-14 05:43:38 UTC MAIN commitmail json YAML

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

2011-06-14 05:32:59 UTC MAIN commitmail json YAML

print out the first 4 arguments to the kernel from the bootloader.
Add a definition of the uboot bootinfo structure.

(matt)

2011-06-14 05:31:33 UTC MAIN commitmail json YAML

Allow use of pigz when compressing kernels.

(matt)

2011-06-14 05:30:40 UTC MAIN commitmail json YAML

Fix mm_md_direct_mapped_phys

(matt)

2011-06-14 05:28:00 UTC MAIN commitmail json YAML

Avoid ATF_REQUIRE() inside a child process.

(jruoho)

2011-06-14 05:25:21 UTC MAIN commitmail json YAML

2011-06-14 03:50:47 UTC MAIN commitmail json YAML

2011-06-14 03:28:32 UTC MAIN commitmail json YAML

Update KDB_NUMREGS to match what gdb6 is using for PPC.
Patch taken from PR/43196

(matt)

2011-06-14 03:12:43 UTC MAIN commitmail json YAML

2011-06-14 02:45:58 UTC MAIN commitmail json YAML

Remove the cases that cause integer overflow on e.g. i386.

(jruoho)

2011-06-14 02:37:31 UTC MAIN commitmail json YAML

The NaN case for strtold(3) was fixed for x86. Adjust for the expected
failures (known failures include again the special case of qemu/amd64).

(jruoho)

2011-06-14 02:11:47 UTC MAIN commitmail json YAML

Note use of direct-mapped uareas.

(matt)

2011-06-14 00:56:02 UTC MAIN commitmail json YAML

Update getnewvnode(9) description.

(rmind)

2011-06-14 00:22:45 UTC MAIN commitmail json YAML

VOP_LEASE(9) was removed long ago.  Misc improvement.

(rmind)

2011-06-14 00:19:20 UTC MAIN commitmail json YAML

Describe ubc_purge(9).

(rmind)

2011-06-14 00:18:00 UTC MAIN commitmail json YAML

2011-06-13 23:19:40 UTC MAIN commitmail json YAML

uvm_map_lock_entry: fix the order of locking.  Spotted by yamt@.
Also, keep uvm_map_unlock_entry() symmetric.

(rmind)

2011-06-13 21:32:43 UTC MAIN commitmail json YAML

Deal with PCU state when performing coredumps.  As the kernel moves each LWP
into LSSUSPENDED state, have that LWP save its PCU state for the coredump and
release its PCU status since its probably going to be exiting very soon.
Make pcu_save_all tolerate for being called for non-curlwp if that lwp belongs
to the same process, has a state of LSSUSPENDED, and no PCUs are in use.

Make the MD coredump code use pcu_save_all(l) since it'll need to save all
the PCU state anyways and can take advantage of the above tests.

(matt)

2011-06-13 21:19:38 UTC MAIN commitmail json YAML

Use ptoa(x) instead of x << PGSHIFT

(matt)

2011-06-13 21:19:02 UTC MAIN commitmail json YAML

Add __HAVE_CPU_UAREA_ROUTINES support so that uareas will be direct-mapped.
(This avoids the nasty tlb recursion problem on ibm4xx as well on mpc85xx).

(matt)

2011-06-13 21:12:51 UTC MAIN commitmail json YAML

If uvm_fault returns EACCES, convert it to EFAULT.

(matt)

2011-06-13 20:43:55 UTC MAIN commitmail json YAML

Fix a typo, and remove two empty sections.

(wiz)

2011-06-13 20:43:45 UTC MAIN commitmail json YAML

2011-06-13 20:41:00 UTC MAIN commitmail json YAML

Sort sections. Remove trailing whitespace.

(wiz)

2011-06-13 19:49:35 UTC MAIN commitmail json YAML

note the update of openssl

(spz)

2011-06-13 18:53:43 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3@1.4 / diff / nxr@1.4
      :
(more 316 files)
- fix a typo in libcrypto.pl
- refresh manpages

(spz)

2011-06-13 15:24:21 UTC MAIN commitmail json YAML

Removed non-existent wsfont_getflg() functions.
Const'fy name in struct wsdisplay_font.
Fixed some typo.

(nonaka)

2011-06-13 14:20:37 UTC MAIN commitmail json YAML

2011-06-13 14:19:48 UTC MAIN commitmail json YAML

2011-06-13 12:29:16 UTC MAIN commitmail json YAML

because we use --sysroot, force the default paths to be normal

while here, enable tls support

(plunky)

2011-06-13 11:09:38 UTC MAIN commitmail json YAML

2011-06-13 11:07:50 UTC MAIN commitmail json YAML

2011-06-13 11:05:20 UTC MAIN commitmail json YAML

2011-06-13 09:37:24 UTC MAIN commitmail json YAML

Call _PDC only after AcpiInitializeObjects(ACPI_FULL_INITIALIZATION).

(jruoho)

2011-06-13 06:22:08 UTC MAIN commitmail json YAML

2011-06-13 05:23:34 UTC MAIN commitmail json YAML

include uvm_page.h for vm_physmem[]

(uch)

2011-06-13 04:30:40 UTC MAIN commitmail json YAML

Fix Xen kernel builds (pmap_is_curpmap can't be static)

(tls)

2011-06-13 03:42:15 UTC MAIN commitmail json YAML

When converting from pages to kilobytes, cast the return value of
getpagesize() to size_t. For some reason getpagesize() is defined to
return int, and several of the page counts we get come back from the
kernel as int32_t; in LP64 without the cast the byte count will be
computed in a 32-bit value and for large processes will overflow and
become negative... and then remain negative when divided by 1024 to
convert to kilobytes.

Fixes a problem I hit the other day where I saw negative RSS, which
turns out also to be PR 40642.

Note: other logic in here will break down when we first get >2TB
processes... and int32 page counts will break on >8TB processes. But
hopefully we won't see any of that for a few years yet.

(dholland)

2011-06-13 03:23:53 UTC MAIN commitmail json YAML

catch up with the userland copy:
>revision 1.6
>date: 2011/03/23 20:54:35;  author: martin;  state: Exp;  lines: +2 -2
>Avoid using %g7

fixes rump on sparc, at least somewhat.
tested that normal kernels runs fine this with this change, too.

(mrg)

2011-06-13 00:53:16 UTC MAIN commitmail json YAML

Include required file for xen acpi

(pgoyette)

2011-06-13 00:17:15 UTC MAIN commitmail json YAML

2011-06-12 21:28:27 UTC MAIN commitmail json YAML

convert to device_t and CFATTACH_DECL_NEW.
now my ofppc system has none left.

(mrg)

2011-06-12 21:12:46 UTC MAIN commitmail json YAML

reinstate ssp:raw test, slightly differently.. this one is built
with -fstack-protector-all and tests that the compiler built in
stack protection works, by poking directly outside the buffer

(plunky)

2011-06-12 20:38:10 UTC MAIN commitmail json YAML

2011-06-12 20:29:26 UTC MAIN commitmail json YAML

Functions that return a struct or union, must set %eax to the value
of the original address of the callers area before it returns.

(System V ABI, i386 supplement, fourth edition, page 3-14)

(plunky)

2011-06-12 20:23:29 UTC MAIN commitmail json YAML

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

don't pass -fstack-protector for these, the tests are actually for the
__*_chk functions included by -D_FORTIFY_SOURCE=2, and if the compiler
provides additional protection, it can mask broken functions..

(none of the _chk functions will return or process any data if
the length given is known to be larger than the buffer)

(plunky)

2011-06-12 16:35:10 UTC MAIN commitmail json YAML

Save/restore all sprgs when calling OFW.
Move all-zero variables from .data to .bss
Use .lcomm for local variables.
Cleanup a bit of assembly.
Clear PSL_IP in the saved ofmsr (was previously done in ofwoea_machdep.c)

(matt)

2011-06-12 16:31:57 UTC MAIN commitmail json YAML

Fix build failure for the odd child, as pointed out by pgoyette@.

(jruoho)

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

Use mtsprg0 instead of mtsprg 0,r

(matt)

2011-06-12 16:27:14 UTC MAIN commitmail json YAML

Use mfsprg0 instead of mfsprg r,0

(matt)

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

2011-06-12 16:15:42 UTC MAIN commitmail json YAML

2011-06-12 14:47:20 UTC MAIN commitmail json YAML

2011-06-12 14:31:31 UTC MAIN commitmail json YAML

- misc KNF
- use device_t and cfdata_t

(tsutsui)

2011-06-12 13:40:14 UTC MAIN commitmail json YAML

2011-06-12 11:31:31 UTC MAIN commitmail json YAML

2011-06-12 10:11:53 UTC MAIN commitmail json YAML

Move the evaluation of the _PDC control method out from the acpicpu(4)
driver to the main acpi(4) stack. Follow Linux and evaluate it early.
Should fix PR port-amd64/42895, possibly also PR kern/42583, and many
other comparable bugs.

A common sense explanation is that Intel supplies additional CPU tables to
OEMs. BIOS writers do not bother to modify their DSDTs, but instead load
these extra tables dynamically as secondary SSDT tables. The actual Load()
happens when the _PDC method is invoked, and thus namespace errors occur
when the CPU-specific ACPI methods are not yet present but referenced in the
AML by various drivers, including, but not limited to, acpitz(4).

(jruoho)

2011-06-12 07:48:29 UTC MAIN commitmail json YAML

Import buffer gap routines into othersrc.

These routines were originally written in 1996 to support various
editors, and are still in use where text may change at beginning and
ends of buffers, with a need to be able to move forwards and backwards
within a buffer efficiently, counting characters and line positions.

A buffer gap structure works by having a number of characters after
the gap, and a number of characters before the gap.  To move forwards,
the next character before the gap is copied to the group of characters
after the gap, and the count of before characters decremented, and the
after count incremented.  Moving backwards is the opposite operation.
Text is inserted at the end of the "after" characters.

A small program is included which exercises the routines by moving to
the end of the file character by character, reversing character by
character, and then moving forwards once again.

Status:

Vendor Tag: CROOKS
Release Tags: bufgap-base

(agc)

2011-06-12 07:25:44 UTC MAIN commitmail json YAML

Rewrite the aibs(4) driver in order to support new models. Draws from the
revision 1.6 (claudio@) of the OpenBSD's equivalent driver. Tested by mrg@.

(jruoho)

2011-06-12 07:19:49 UTC MAIN commitmail json YAML

Initialize i2cbus_attach_args before call config_found().  It has other member.

(kiyohara)

2011-06-12 07:07:17 UTC MAIN commitmail json YAML

2011-06-12 07:04:55 UTC MAIN commitmail json YAML

Remove comment-outed DELAY().

(kiyohara)

2011-06-12 06:38:14 UTC MAIN commitmail json YAML

vmobjlock is now a pointer to kmutex_t.  use it as one.

(mrg)

2011-06-12 06:36:38 UTC MAIN commitmail json YAML

include uvm_object.c in the rump kernel for the new uvm_obj* functions.
don't build the uvm_object.c uvm_object_printit() for _RUMPKERNEL. (XXX)
add empty panic() stubs for uvm_loanbreak() and ubc_purge().

fixes some more 5.99.53 rump build issues.

(mrg)

2011-06-12 06:35:00 UTC MAIN commitmail json YAML

an_ref is now a uintptr_t.

(mrg)

2011-06-12 06:10:42 UTC MAIN commitmail json YAML

2011-06-12 05:44:36 UTC MAIN commitmail json YAML

Use excb before and after the mt_fpcr/mf_fpcr instructions as specified
in the alpha ARM 4.7.8.1 (Accessing the FPCR):

Because Alpha floating-point hardware can overlap the execution of
a number of floating-point instructions, accessing the FPCR must
be synchronized with other floating-point instructions. An EXCB
instruction must be issued both prior to and after accessing the
FPCR to ensure that the FPCR access is synchronized with the
execution of previous and subsequent floating-point instructions;
otherwise synchronization is not ensured.

Use unions to convert between double and uint64_t to avoid casting.

(matt)

2011-06-12 05:39:57 UTC MAIN commitmail json YAML

No reason to create ECOFF kernels for a modern port which have a native
bootloader.  (blindly copied from pmax?)

(tsutsui)

2011-06-12 05:37:55 UTC MAIN commitmail json YAML

Make sure initialize the ATTR registers.

(matt)

2011-06-12 05:32:38 UTC MAIN commitmail json YAML

For debugging, use UVMHIST to create kernel histories pmaphist and
pmapexechist.  This replaces the old pmapdebug/PDB stuff.
In ddb, you can just use kernhist_dump(pmaphist) to view the history
or vmstat -H from userland.

(matt)

2011-06-12 05:31:14 UTC MAIN commitmail json YAML

2011-06-12 05:29:42 UTC MAIN commitmail json YAML

Use %# instead of 0x%

(matt)

2011-06-12 05:29:13 UTC MAIN commitmail json YAML

Make sure to enable the USB interface.

(matt)

2011-06-12 05:27:57 UTC MAIN commitmail json YAML

- misc KNF
- use device_t and cfdata_t

(tsutsui)

2011-06-12 05:22:30 UTC MAIN commitmail json YAML

2011-06-12 05:20:54 UTC MAIN commitmail json YAML

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

2011-06-12 04:44:27 UTC MAIN commitmail json YAML

2011-06-12 04:43:11 UTC MAIN commitmail json YAML

v_interlock is now a pointer to kmutex_t, use it as one.
fixes many of the 5.99.53 build issues in zfs, but not all of them.

(mrg)

2011-06-12 04:40:44 UTC MAIN commitmail json YAML

2011-06-12 04:33:30 UTC MAIN commitmail json YAML

- don't truncate tv_sec to uint32_t in eclock_settime()
  (I guess this has no longer been critical since timecounter(9) support)
- add prefix to reload member in softc

(tsutsui)

2011-06-12 04:22:18 UTC MAIN commitmail json YAML

Remove __HAVE_GENERIC_TODR, which has been mandatory since 2008.

(tsutsui)

2011-06-12 04:20:18 UTC MAIN commitmail json YAML

2011-06-12 04:17:30 UTC MAIN commitmail json YAML

- misc KNF
- use device_t and cfdata_t

(tsutsui)

2011-06-12 04:00:33 UTC MAIN commitmail json YAML

Remove unused ebus_softc and use CFATTACH_DECL_NEW().

(tsutsui)

2011-06-12 03:57:09 UTC MAIN commitmail json YAML

- KNF, remove arg names in prototype decls
- use device_t and cfdata_t
- use uint32_t rather than u_int32_t (XXX should be paddr_t here?)

(tsutsui)

2011-06-12 03:52:13 UTC MAIN commitmail json YAML

- ANSIfy, KNF, remove __P()
- use device_t and cfdata_t

(tsutsui)