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

2024-05-10 02:28:38 UTC Now

2010-01-25 17:21:33 UTC MAIN commitmail json YAML

Add the paper/presentation of Joerg and Jared to the list of references.

(Probably better reading than any of the specifications, with also some
historical value to NetBSD.)

(jruoho)

2010-01-25 16:17:10 UTC MAIN commitmail json YAML

2010-01-25 16:16:34 UTC MAIN commitmail json YAML

Add a simple manual page for the simple sysmon task queue.

ok wiz@

(jruoho)

2010-01-25 15:55:37 UTC MAIN commitmail json YAML

2010-01-25 15:30:44 UTC MAIN commitmail json YAML

Fetch sector size also from wedges.

(mlelstv)

2010-01-25 14:51:03 UTC MAIN commitmail json YAML

GPTs are defined in terms of physical blocks.
- Fix reading of GPT for devices with non-512byte sectors
- Fix bounds check to use DEV_BSIZE units.

(mlelstv)

2010-01-25 13:45:16 UTC MAIN commitmail json YAML

scsi_command_t: rather than putting cleanup code before every
return statememts, use goto to a single copy of the cleanup code.
no functional changes.

(yamt)

2010-01-25 11:41:10 UTC MAIN commitmail json YAML

Add some missing devices.

(jruoho)

2010-01-25 11:02:56 UTC MAIN commitmail json YAML

Be more pedantic with the references; list also authors, dates, revisions,
and titles.

(jruoho)

2010-01-25 10:25:30 UTC MAIN commitmail json YAML

Back out part of my device property change: the mac-address part was already
done better in another place which I overlooked when merging local
changes.

(martin)

2010-01-25 10:12:41 UTC MAIN commitmail json YAML

Recommit:
* add verbosity to the PNP0C32 reference
* use more markup
* improve wording

(jruoho)

2010-01-25 10:05:15 UTC MAIN commitmail json YAML

Revert an accidental commit.

(jruoho)

2010-01-25 09:33:29 UTC MAIN commitmail json YAML

2010-01-25 07:57:05 UTC MAIN commitmail json YAML

2010-01-25 07:51:17 UTC MAIN commitmail json YAML

2010-01-25 01:24:11 UTC MAIN commitmail json YAML

Add display of Long Physical Sector and Long Logical Sectors feature set
information to atactl identify output.

Also:
- remove caddr_t cast
- warn about invalid IDENTIFY data checksum (when possible)
- humanize capacity in power-of-10 format
- remove semi-pointless ATAPI check
- slightly rework command queue depth output to be less conversational

(jakllsch)

2010-01-25 00:43:00 UTC MAIN commitmail json YAML

2010-01-25 00:39:52 UTC MAIN commitmail json YAML

Add some more elements to struct ataparams.

These mostly concern the new Long Physical Sectors
and Long Logical Sectors feature sets.

Information from a draft of ACS-2, with some additional
in-between members and bits being borrowed from OpenBSD.

There's lots more in ACS-2 we could add, but for the most
part it would be superfluous.

XXX: Some elements marked as reserved no longer are,
and some elements we still reference are now obsolete.

(jakllsch)

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

vasnprintf and asnprintf were never compiled in our libroken.a and never
used by heimdal programs. Remove the false advertising here that broke
the cygwin build.

(christos)

2010-01-24 23:27:40 UTC MAIN commitmail json YAML

Do not try to read the EEPROM if we already know we don't have one.

(martin)

2010-01-24 23:09:27 UTC MAIN commitmail json YAML

Add support for device properties to override the mac address and set
the BGE_NO_EEPROM flag if we have an onboard device w/o SEEPROM.

(martin)

2010-01-24 22:56:12 UTC MAIN commitmail json YAML

2010-01-24 22:54:14 UTC MAIN commitmail json YAML

Remove one unnecessary Ns. (Rest still ugly.)

(wiz)

2010-01-24 22:21:34 UTC MAIN commitmail json YAML

Do not link timeradd.3 to itself.

(njoly)

2010-01-24 21:20:03 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/doc/apps/genpkey.pod@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/doc/apps/openssl.pod@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_client_CA_list.pod@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_use_psk_identity_hint.pod@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/doc/ssl/SSL_accept.pod@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/doc/ssl/SSL_do_handshake.pod@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/doc/ssl/SSL_shutdown.pod@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man.inc@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3@1.2 / diff / nxr@1.2
      :
(more 324 files)
Fix some POD errors in the OpenSSL man pages. Regen them. Install some
missing man pages.

(joerg)

2010-01-24 21:12:17 UTC MAIN commitmail json YAML

2010-01-24 21:11:18 UTC MAIN commitmail json YAML

Fix unaligned access in *_Final for SHA224/SHA256/SHA384.
Remaining part of PR 42273. Tested by snj.

(joerg)

2010-01-24 21:06:55 UTC MAIN commitmail json YAML

2010-01-24 21:05:45 UTC MAIN commitmail json YAML

2010-01-24 20:13:28 UTC MAIN commitmail json YAML

2010-01-24 20:03:24 UTC MAIN commitmail json YAML

Avoid using .Sm on/.Sm off if that results in the latter getting an
additional argument.

(joerg)

2010-01-24 19:56:26 UTC MAIN commitmail json YAML

Amplify comment about ultrix bits.

(dholland)

2010-01-24 19:16:05 UTC MAIN commitmail json YAML

Make VERSION work with newer OpenSSL.

(joerg)

2010-01-24 17:56:54 UTC MAIN commitmail json YAML

Fix a printf() message in debug code reported by Bert Kiers.

(msaitoh)

2010-01-24 16:45:58 UTC MAIN commitmail json YAML

make the window size function return the lines and columns variables separately
instead of depending on the existance of struct winsize. Technically I should
bump the library version or version the symbol, but nothing seems to use this
outside the library!

(christos)

2010-01-24 16:42:12 UTC MAIN commitmail json YAML

2010-01-24 16:26:09 UTC MAIN commitmail json YAML

Add support for BCM5461,BCM5784 and BCM5761.
Enable brgphy_jumbo_settings().
Enable the Ethernet@Wirespeed function.

(msaitoh)

2010-01-24 16:23:16 UTC MAIN commitmail json YAML

2010-01-24 16:22:41 UTC MAIN commitmail json YAML

Add BCM5461,BCM5784 and BCM5761.

(msaitoh)

2010-01-24 16:21:09 UTC MAIN commitmail json YAML

Many changes from FreeBSD and OpenBSD:
- Add support for BCM5705F,BCM5714,SBCM5715S,BCM5717,BCM5718,BCM5720,BCM5723,
  BCM5724,BCM5751F,BCM5753F,BCM5756,BCM5761,BCM5761E,BCM5761S,BCM5761SE,
  BCM5764,BCM5781,BCM5784M,BCM5903M,BCM57760,BCM57761,BCM57765,BCM57780,
  BCM57781,BCM57785,BCM57788,BCM57790,BCM57791 and BCM57795. Fixes PR#41694.
- Fix misunderstanding the capability for TSO4 on some chips.
- Many other bugfixes.
- Use proplib for no EEPROM systems (e.g. sparc64 with onboard bge).
- Add debug function to show some flags.

(msaitoh)

2010-01-24 15:53:59 UTC MAIN commitmail json YAML

2010-01-24 15:53:29 UTC MAIN commitmail json YAML

Add BCM5717,5718,5723,5724,5787F,5761,5761E,5764,5761S,5761SE,5760,57788,
57780,57790,5784M,5785F,5785G,57761,57781,57791,57765,57785 and 57795.

(msaitoh)

2010-01-24 15:39:50 UTC MAIN commitmail json YAML

We will always return chip mem instead of z2 mem for amigappc.

(phx)

2010-01-24 15:38:47 UTC MAIN commitmail json YAML

Decorate some GL APIs with PUBLIC so they're available to link against;
otherwise e.g. the swrast DRI module can't find _glapi_check_multithread.

From http://people.freedesktop.org/~krh/glapi.patch with some tweaks.
ok phone@

(rafal)

2010-01-24 15:29:10 UTC MAIN commitmail json YAML

Fix the bug that both BGE_PCIE and BGE_PCIX are set on PCI-Express devices.

(msaitoh)

2010-01-24 15:03:02 UTC MAIN commitmail json YAML

Clean up an internal flag usage.  No functional changes.

(uebayasi)

2010-01-24 14:25:57 UTC MAIN commitmail json YAML

ipfilter depends on bpf_filter, not bpfilter (since the year 2000).

(pooka)

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

Provide a FUNCTIONS section and remove the types from the functions therein.

(jruoho)

2010-01-24 14:10:00 UTC MAIN commitmail json YAML

KNF & fix typo in comment.
No functional change.

(msaitoh)

2010-01-24 12:58:37 UTC MAIN commitmail json YAML

Add the missing $Id$ tag.

(jruoho)

2010-01-24 12:25:20 UTC MAIN commitmail json YAML

Unfold, bump copyright.

(mbalmer)

2010-01-24 12:17:05 UTC MAIN commitmail json YAML

No include directive supported in a majors.* file. We have to copy the
port-amiga majors.

(phx)

2010-01-24 11:32:13 UTC MAIN commitmail json YAML

  * Reintroduce a state variable. From njoly@.
  * Always mark the charge state sensor as valid.

(jruoho)

2010-01-24 11:14:04 UTC MAIN commitmail json YAML

Add timeradd(3) from FreeBSD. Needs proofreading.

ok wiz@

(jruoho)

2010-01-24 10:36:35 UTC MAIN commitmail json YAML

Fixed a typo. Make ./build.sh release work.

(phx)

2010-01-24 05:39:57 UTC matt-nb5-mips64 commitmail json YAML

- cpu_rmixl_attach calls cpu_setup_trampoline to get control of
  subordinate CPUs from firmware by using the 'wakeup' callback method
  and into cpu_wakeup_trampoline where they just spin pending further work.
- the callback requires re-basing the stack pointer to be in KSEG0,
  done in asm subroutine rmixlfw_wakeup_cpu

(cliff)

2010-01-24 05:34:20 UTC matt-nb5-mips64 commitmail json YAML

- move firmware info stuff into struct rmixl_config

(cliff)

2010-01-24 05:32:36 UTC matt-nb5-mips64 commitmail json YAML

- move firmware info stuff into struct rmixl_config

(cliff)

2010-01-24 05:27:47 UTC matt-nb5-mips64 commitmail json YAML

add MP config wrapper for XLSATX64

(cliff)

2010-01-24 04:38:28 UTC matt-nb5-mips64 commitmail json YAML

2010-01-24 04:06:31 UTC MAIN commitmail json YAML

Finaly fix problems with using WEDGE like devices as xen backend devices.

(haad)

2010-01-24 03:46:48 UTC MAIN commitmail json YAML

Please calculate KERNEL_PT_KERNEL_NUM from KERNEL_VM_BASE.
Moreover, can define KERNEL_VM_BASE somewhere. (ex. in conf/YOUR_GUMSTIX)
  For instance, allow miniroot.fs over 16Mbytes.

(kiyohara)

2010-01-23 23:39:27 UTC MAIN commitmail json YAML

remove the final uses of DATA_START.

now we can remove the 16KB space reserved at the start of the data segment,
and i now understand why i wrote this now removed comment 3.5 years ago:
"this shouldn't be needed... but kernel usually hangs without it"

(mrg)

2010-01-23 23:06:28 UTC MAIN commitmail json YAML

remove most of the code that writes debugging info DATA_START + offset.

(mrg)

2010-01-23 22:55:04 UTC MAIN commitmail json YAML

remove CHKPT() macro and uses.  it's likely wrong in SMP land and probably should
be replaced with KTR-style uses if necessary.

(mrg)

2010-01-23 22:32:42 UTC MAIN commitmail json YAML

fix address overflow with 32bit PAE.
Reported and tested by Mark Davies on port-xen@.

(cegger)

2010-01-23 21:46:59 UTC MAIN commitmail json YAML

2010-01-23 20:37:34 UTC netbsd-5-0 commitmail json YAML

2010-01-23 20:37:01 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1249):
libexec/ld.elf_so/rtld.h: revision 1.88
Restore backwards compatibility for binaries referencing the main
Obj_Entry.

(bouyer)

2010-01-23 20:03:28 UTC matt-nb5-mips64 commitmail json YAML

Use roundup2 instead of roundup when doing alignment rounding since all
alignments must be a power of 2. (thanks to rmind for suggesting it).

(matt)

2010-01-23 19:54:04 UTC matt-nb5-mips64 commitmail json YAML

Add a start_hint to vm_physseg so when allocating pages, we can skip
forward over pages that are probably still allocated.

(matt)

2010-01-23 18:54:53 UTC MAIN commitmail json YAML

struct buf::b_iodone is not called at splbio() any more.
Make sure non-MPsafe iodone callbacks raise the SPL as appropriate.

(bouyer)

2010-01-23 18:31:04 UTC MAIN commitmail json YAML

struct buf::b_iodone is not called at splbio() any more.
Make sure non-MPsafe iodone callbacks raise the SPL as appropriate.
Fix buffer corruption issue I noticed in dk(4), and probable similar
issues in vnd(4) and cgd(4).

(bouyer)

2010-01-23 18:26:37 UTC MAIN commitmail json YAML

Use paddr_t to store physical address and cast mfn values to paddr_t
before shift. Fix overflow issue preventing xend from working as
reported by Mark Davies on port-xen@

(bouyer)

2010-01-23 18:20:31 UTC netbsd-5 commitmail json YAML

2010-01-23 18:19:09 UTC netbsd-5 commitmail json YAML

2010-01-23 18:03:37 UTC netbsd-5 commitmail json YAML

Tickets 1249-1251, 1254, 1255, 1259, 1261

(bouyer)

2010-01-23 18:02:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tnozaki in ticket #1261):
lib/libm/src/k_standard.c: revision 1.13, 1.14
PR/42630 asin(2.0) and acos(2.0) doesn't return NaN.
reported by NARUSE, Yui -san, Thanks!
let the previous fix apply to acos rather than atan2,
and get rid of #ifdef vax

(bouyer)

2010-01-23 17:59:31 UTC netbsd-5 commitmail json YAML

Apply patch, requested by tron in ticket 1259:
lib/libevent/Makefile: patch
Make sure that the automatically generated file "event-config.h" gets removed
by the "cleandir" target.

(bouyer)

2010-01-23 17:56:17 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1255):
sys/dev/pci/pucdata.c: revision 1.59
Add the IBM 481033H SCC

(bouyer)

2010-01-23 17:54:44 UTC netbsd-5 commitmail json YAML

2010-01-23 17:50:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1254):
sys/dev/pci/pcidevs: revision 1.1015
sys/dev/pci/pcidevs.h: regen
sys/dev/pci/pcidevs_data.h: regen
Add two IBM RSS devices.

(bouyer)

2010-01-23 17:47:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1251):
sys/arch/sparc/sparc/auxreg.h: revision 1.13
distrib/sparc/ramdisk/dot.profile: revision 1.20
sys/arch/sparc/dev/audioamd.c: revision 1.25
sys/arch/sparc/dev/fd.c: revision 1.147
sys/arch/sparc/stand/common/promdev.c: revision 1.23
distrib/sparc/miniroot/Makefile.inc: revision 1.16
Build miniroot binaries for sparc with -Os to shrink instfs.tgz
for the second boot floppy which use miniroot objects.
This is workaround for PR install/42146, and ok'ed by mrg@.
Don't try to read disklabel to check FS_RAID on floppy boot since
reopening floppy could cause Data Access Exception later.
Fixes PR port-sparc/42186, ok'ed by mrg@.
Disable "fast trap" handlers which invoke software interrupts
in sparc/amd7930intr.s and sparc/bsd_fdintr.s until they are
rewritten to adapt new MI softint(9) API.
No particular comments on PR port-sparc/42192, but
this fixes timeout problem on floppy access on my SPARCstation 1+.
XXX: floppy support on sun4m seems to have another problem (data overrun).
Use /dev/fd0a rather than /dev/rfd0a to read instfs.tgz image from floppy.
It looks newer (appearred after 1.6) gzip tries to read less than DEV_BSIZE
(to check header?) so we can't use raw device directly.
(note sparc bootfs ramdisk doesn't have dd(1))
Workaround for PR port-sparc/42193, and would also fix PR install/28734.
Explicitly clear AUXIO4M_FTC bit in FTC_FLIP macro used on
pseudo-dma for floppy, as well as AUXIO4C_FTC bit for sun4c.
A comment in the macro says AUXIO4M_FTC bit is auto-clear,
but my two SS20s (including compatible) with 150MHz hyperSPARCs
get data_overrun without it, and no bad side effect on SS5
(works with and without this change).
Closes PR port-sparc/42516, which is the last one of a bunch of
floppy issue on NetBSD/sparc since NetBSD 2.0 days. See
http://mail-index.NetBSD.org/port-sparc/2009/12/20/msg000484.html
for details.

(bouyer)

2010-01-23 17:44:44 UTC MAIN commitmail json YAML

fix an obvious typo in directory check

(drochner)

2010-01-23 17:43:04 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1250):
games/fortune/strfile/strfile.8: revision 1.13
The default output file extension is '.dat', not '.out'.
From Lars Nooden via OpenBSD.

(bouyer)

2010-01-23 17:39:11 UTC netbsd-5-0 commitmail json YAML

Back out ticket 1249 for now, it may not be needed on netbsd-5-0.

(bouyer)

2010-01-23 17:34:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1249):
libexec/ld.elf_so/rtld.h: revisions 1.87, 1.88
libexec/ld.elf_so/reloc.c: revision 1.101
Restore backwards compatibility for binaries referencing the main
Obj_Entry.

(bouyer)

2010-01-23 17:34:12 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1249):
libexec/ld.elf_so/rtld.h: revisions 1.87, 1.88
libexec/ld.elf_so/reloc.c: revision 1.101
Restore backwards compatibility for binaries referencing the main
Obj_Entry.

(bouyer)

2010-01-23 17:22:05 UTC MAIN commitmail json YAML

essattach: printf -> aprint_*

(cegger)

2010-01-23 16:06:57 UTC MAIN commitmail json YAML

rename cpu_info{}::cpu_name member to cpu_longname, to avoid a potential conflict
with <sys/cpu.h>.

(mrg)

2010-01-23 15:58:13 UTC MAIN commitmail json YAML

rename a local cpu_name structure member to avoid potential conflict
with <sys/cpu.h>'s.

(mrg)

2010-01-23 15:55:54 UTC MAIN commitmail json YAML

rename pridtab{}::cpu_name to cpu_displayname.

should fix a build error reported by he@.

(mrg)

2010-01-23 15:40:14 UTC MAIN commitmail json YAML

ACPI_BAT_DEBUG is no more.

(jruoho)

2010-01-23 15:06:47 UTC MAIN commitmail json YAML

Cleanup:

  * Remove ACPI_BAT_DEBUG.
  * Reduce the amount of error reporting.
  * Remove the internal bookkeeping flags.
  * Remove the debugging functions used to print status and information
    changes. This information is fully conveyed in the output of envstat(8).
  * Always evaluate _STA. If it fails or the battery is not present, mark
    all remaining sensors as invalid. This will eliminate the convoluted
    update routine.
  * Semantics.

Over 200 LOC was eliminated, but functional change should again be minimal.

ok jmcneill@, pgoyette@

(jruoho)

2010-01-23 13:32:45 UTC MAIN commitmail json YAML

Correct the type also in the WMI write method.

(jruoho)

2010-01-23 12:48:19 UTC MAIN commitmail json YAML

* Fix the type of the input buffer in the WMI method call.
* Do not error out if the flags field is is 0x00. Observed by cegger@.

(jruoho)

2010-01-23 10:47:04 UTC MAIN commitmail json YAML

2010-01-23 10:41:42 UTC MAIN commitmail json YAML

Bump date for PowerPC descriptions. Make HTML-ready.

(wiz)

2010-01-23 10:40:58 UTC MAIN commitmail json YAML

Add obsolete entries for percpu_init{,_cpu}(9).

As the comment on top says, entries shouldn't be removed, but marked
as obsolete instead. Hi rmind!

(wiz)

2010-01-23 10:38:17 UTC MAIN commitmail json YAML

Remove xref to itself from SEE ALSO.

(wiz)

2010-01-23 10:37:21 UTC MAIN commitmail json YAML

Remove trailing whitespace, fix xref to xcall.

(wiz)

2010-01-23 10:37:02 UTC MAIN commitmail json YAML

2010-01-23 10:36:42 UTC MAIN commitmail json YAML

Fix Dt, remove trailing whitespace, sort SEE ALSO.

(wiz)

2010-01-23 07:45:59 UTC matt-nb5-mips64 commitmail json YAML

2010-01-23 06:20:32 UTC MAIN commitmail json YAML

Initialize md_syscall in syscall_intern().  But the md_syscall of ia64 not
support yet.
And remove white-space.

(kiyohara)

2010-01-23 06:13:20 UTC MAIN commitmail json YAML

Switch to ACPICA 20090730, and update for API changes.

(kiyohara)

2010-01-23 01:32:06 UTC MAIN commitmail json YAML

2010-01-23 01:17:23 UTC MAIN commitmail json YAML

Fix a typo introduced by the bpf linkage change.

(minskim)

2010-01-23 00:54:43 UTC MAIN commitmail json YAML

2010-01-23 00:47:04 UTC MAIN commitmail json YAML

xcall(9): correct the point about preemption, add NOTES, do not mentioned
some implementation details.

(rmind)

2010-01-23 00:17:07 UTC MAIN commitmail json YAML

Remove xc_init_cpu(), percpu_init(), percpu_init_cpu() - they are part
of implementation, not public API.  OK dyoung@.

(rmind)

2010-01-23 00:03:38 UTC MAIN commitmail json YAML

2010-01-22 23:50:07 UTC MAIN commitmail json YAML

Compare a pointer with NULL instead of testing its "truth."

(dyoung)

2010-01-22 23:27:01 UTC MAIN commitmail json YAML

Per rmind@'s suggestion, describe the cross-call implementation in more
detail (by pulling more text from sys/kern/subr_xcall.c).

Mention that a cross-call can be preempted, and xref kpreempt(9).

(dyoung)

2010-01-22 23:14:29 UTC MAIN commitmail json YAML

Install manual pages for cross-calls and per-CPU storage.

(dyoung)

2010-01-22 22:46:01 UTC MAIN commitmail json YAML

Remove unneeded strlen() call in KFShostname case.

(njoly)

2010-01-22 22:21:16 UTC netbsd-5 commitmail json YAML

2010-01-22 22:18:10 UTC netbsd-5-0 commitmail json YAML

2010-01-22 22:17:02 UTC netbsd-5-0 commitmail json YAML

Apply patch (requested by taca in ticket #1265):
Fix CVE-2009-4355.

(snj)

2010-01-22 22:16:20 UTC netbsd-5 commitmail json YAML

Apply patch (requested by taca in ticket #1265):
Fix CVE-2009-4355.

(snj)

2010-01-22 22:05:42 UTC netbsd-5-0 commitmail json YAML

src/dist/bind/CHANGES@1.1.1.11.8.2 / diff / nxr@1.1.1.11.8.2
src/dist/bind/FAQ@1.1.1.7.8.2 / diff / nxr@1.1.1.7.8.2
src/dist/bind/FAQ.xml@1.1.1.4.8.2 / diff / nxr@1.1.1.4.8.2
src/dist/bind/bin/named/query.c@1.8.8.2 / diff / nxr@1.8.8.2
src/dist/bind/bin/tests/system/conf.sh.in@1.1.1.5.8.1 / diff / nxr@1.1.1.5.8.1
src/dist/bind/bin/tests/system/dnssec/ns1/sign.sh@1.1.1.5.8.1 / diff / nxr@1.1.1.5.8.1
src/dist/bind/bin/tests/system/dnssec/ns2/example.db.in@1.1.1.6.8.1 / diff / nxr@1.1.1.6.8.1
src/dist/bind/bin/tests/system/dnssec/ns2/sign.sh@1.1.1.5.8.1 / diff / nxr@1.1.1.5.8.1
src/dist/bind/bin/tests/system/dnssec/tests.sh@1.1.1.6.8.1 / diff / nxr@1.1.1.6.8.1
src/dist/bind/bin/tests/system/pending/clean.sh@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns1/named.conf@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns1/root.db.in@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns1/sign.sh@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns2/example.com.db.in@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns2/example.db.in@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns2/forgery.db@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns2/named.conf@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns2/sign.sh@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns3/hostile.db@1.1.4.2 / diff / nxr@1.1.4.2
src/dist/bind/bin/tests/system/pending/ns3/mail.example.db@1.1.4.2 / diff / nxr@1.1.4.2
      :
(more 102 files)
Apply patch (requested by spz in ticket #1264):
Update BIND to 9.5.2-P2.

(snj)

2010-01-22 21:05:07 UTC netbsd-5 commitmail json YAML

src/dist/bind/CHANGES@1.1.1.11.4.2 / diff / nxr@1.1.1.11.4.2
src/dist/bind/FAQ@1.1.1.7.4.2 / diff / nxr@1.1.1.7.4.2
src/dist/bind/FAQ.xml@1.1.1.4.4.2 / diff / nxr@1.1.1.4.4.2
src/dist/bind/bin/named/query.c@1.8.4.2 / diff / nxr@1.8.4.2
src/dist/bind/bin/tests/system/conf.sh.in@1.1.1.5.4.1 / diff / nxr@1.1.1.5.4.1
src/dist/bind/bin/tests/system/dnssec/ns1/sign.sh@1.1.1.5.4.1 / diff / nxr@1.1.1.5.4.1
src/dist/bind/bin/tests/system/dnssec/ns2/example.db.in@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
src/dist/bind/bin/tests/system/dnssec/ns2/sign.sh@1.1.1.5.4.1 / diff / nxr@1.1.1.5.4.1
src/dist/bind/bin/tests/system/dnssec/tests.sh@1.1.1.6.4.1 / diff / nxr@1.1.1.6.4.1
src/dist/bind/bin/tests/system/pending/clean.sh@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns1/named.conf@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns1/root.db.in@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns1/sign.sh@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns2/example.com.db.in@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns2/example.db.in@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns2/forgery.db@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns2/named.conf@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns2/sign.sh@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns3/hostile.db@1.1.2.1 / diff / nxr@1.1.2.1
src/dist/bind/bin/tests/system/pending/ns3/mail.example.db@1.1.2.1 / diff / nxr@1.1.2.1
      :
(more 102 files)
Apply patch (requested by spz in ticket #1264):
Update BIND to 9.5.2-P2.

(snj)

2010-01-22 20:43:48 UTC MAIN commitmail json YAML

Add a manual page for cross-calls.  Somebody should read this to
make sure I've described it correctly and intelligibly.

TBD: hook this up in the Makefile and in the set lists.

(dyoung)

2010-01-22 20:41:50 UTC MAIN commitmail json YAML

Cross-reference xc(9) instead of queue(9).

(dyoung)

2010-01-22 20:40:36 UTC MAIN commitmail json YAML

2010-01-22 20:33:19 UTC MAIN commitmail json YAML

The current version of OpenLDAP is 2.4.21.

(snj)

2010-01-22 20:27:57 UTC MAIN commitmail json YAML

Move a start of sentence to the first column.

(dyoung)

2010-01-22 20:18:46 UTC MAIN commitmail json YAML

Mention all of the API routines in the NAME section, and capitalize
'percpu'.  Also in the NAME section, call it a "Per-CPU storage
allocator."

(dyoung)

2010-01-22 20:11:16 UTC MAIN commitmail json YAML

Add a manual page for per-CPU storage.  Somebody should read this to
make sure I've described it correctly and intelligibly.

TBD: hook this up in the Makefile and in the set lists.

(dyoung)

2010-01-22 16:41:57 UTC MAIN commitmail json YAML

Enable CONFIG_DEBUG_FILE option to allow debug messages to be sent to
a file instead of stdout.

(sborrill)

2010-01-22 16:12:41 UTC MAIN commitmail json YAML

Remove sparc specific code, use device properties instead.

(martin)

2010-01-22 16:11:26 UTC MAIN commitmail json YAML

Recognize ie @ vme as a network device.

(martin)

2010-01-22 14:34:34 UTC MAIN commitmail json YAML

Remove port-specific code for determining MAC address, and use device
properties instead (c.f. gem(4) and hme(4)).

(jdc)

2010-01-22 11:08:40 UTC MAIN commitmail json YAML

execute lists of commands in sub-shells so that the cwd doesn't get
not changed between commands

(nbmake will execute all commands in the same context when given -j)

this allows HAVE_PCC=yes tools build to install the pcc files

(plunky)

2010-01-22 10:28:08 UTC MAIN commitmail json YAML

Fix typo. Make HTML-ready. Remove trailing whitespace. Add dot in
abbreviation.

(wiz)

2010-01-22 09:18:07 UTC MAIN commitmail json YAML

2010-01-22 08:56:06 UTC MAIN commitmail json YAML

2010-01-22 08:54:41 UTC matt-nb5-mips64 commitmail json YAML

Remove some optimizations since they actually don't do the right thing.
We never want to test the starting page first since it doesn't really give
use any good information that we can use for the next pass.

(matt)

2010-01-22 08:37:08 UTC matt-nb5-mips64 commitmail json YAML

In N32/N64, deal with the FP load/store as a 64bit quantity

(matt)

2010-01-22 08:35:59 UTC matt-nb5-mips64 commitmail json YAML

Use ufetch/ustore for all user access

(matt)

2010-01-22 08:32:05 UTC MAIN commitmail json YAML

Let kernel build when MALLOCLOG is defined but DIAGNOSTIC is not.
Else, hitmlog() is defined but not used, which triggers a warning.

(hubertf)

2010-01-22 08:01:50 UTC MAIN commitmail json YAML

2010-01-22 07:58:52 UTC matt-nb5-mips64 commitmail json YAML

- memsize and related now uint64_t to handle >4GB mem
- if MULTIPROCESSOR do not 'disable all threads except #0' or
  'set single MMU Thread Mode'

(cliff)

2010-01-22 07:41:10 UTC matt-nb5-mips64 commitmail json YAML

2010-01-22 07:05:29 UTC matt-nb5-mips64 commitmail json YAML

in MachEmulateBranch, print useful information on panics

(matt)

2010-01-22 06:05:16 UTC matt-nb5-mips64 commitmail json YAML

Fix a couple comment typos.

(snj)

2010-01-22 05:41:36 UTC MAIN commitmail json YAML

Document "-f".  From Andreas Wiese in PR bin/35409, slightly modified.

(snj)

2010-01-22 05:17:32 UTC matt-nb5-mips64 commitmail json YAML

Rework the algorithm to allocate contiguous pages to be much much faster.
(read the comments if you want to know how it's done).

(matt)

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

Print out colors in uvmexp_print

(matt)

2010-01-22 03:42:47 UTC MAIN commitmail json YAML

Fix to deal with CVE-2009-4355 from OpenSSL's repositroy.

(taca)

2010-01-22 01:22:01 UTC MAIN commitmail json YAML

Correct an error in previous commit.

(jakllsch)

2010-01-21 23:26:58 UTC MAIN commitmail json YAML

Convert to C99 types. Make whitespace more consistent.

(jakllsch)

2010-01-21 23:23:44 UTC MAIN commitmail json YAML

add/improve a few devices

(hubertf)

2010-01-21 20:51:31 UTC MAIN commitmail json YAML

Spelling fix: correspoding -> corresponding.

(dyoung)

2010-01-21 19:33:05 UTC netbsd-4 commitmail json YAML

Update description of ticket 1376: the patch applied is the equivalent
of 9.4.3 to 9.4.3-P5, not 9.4.2 to 9.4.3-P5.

(snj)

2010-01-21 19:32:42 UTC netbsd-4-0 commitmail json YAML

Update description of ticket 1376: the patch applied is the equivalent
of 9.4.3 to 9.4.3-P5, not 9.4.2 to 9.4.3-P5.

(snj)

2010-01-21 19:09:02 UTC netbsd-4 commitmail json YAML

2010-01-21 19:07:05 UTC netbsd-4 commitmail json YAML

Apply patch (requested by christos in ticket #1376):
Update BIND to 9.4.3-P5.

(snj)

2010-01-21 19:05:41 UTC netbsd-4-0 commitmail json YAML

2010-01-21 18:57:15 UTC netbsd-4-0 commitmail json YAML

src/dist/bind/CHANGES@1.1.1.4.4.2.2.3 / diff / nxr@1.1.1.4.4.2.2.3
src/dist/bind/FAQ@1.1.1.4.4.1.2.2 / diff / nxr@1.1.1.4.4.1.2.2
src/dist/bind/FAQ.xml@1.1.1.1.6.1.2.2 / diff / nxr@1.1.1.1.6.1.2.2
src/dist/bind/bin/named/query.c@1.3.2.1.2.2 / diff / nxr@1.3.2.1.2.2
src/dist/bind/bin/tests/system/conf.sh.in@1.1.1.3.4.1.2.1 / diff / nxr@1.1.1.3.4.1.2.1
src/dist/bind/bin/tests/system/dnssec/ns2/example.db.in@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
src/dist/bind/bin/tests/system/dnssec/ns2/sign.sh@1.1.1.3.4.1.2.1 / diff / nxr@1.1.1.3.4.1.2.1
src/dist/bind/bin/tests/system/dnssec/tests.sh@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
src/dist/bind/doc/rfc/index@1.1.1.4.4.1.2.2 / diff / nxr@1.1.1.4.4.1.2.2
src/dist/bind/lib/dns/api@1.1.1.4.4.1.2.3 / diff / nxr@1.1.1.4.4.1.2.3
src/dist/bind/lib/dns/include/dns/types.h@1.1.1.3.4.1.2.1 / diff / nxr@1.1.1.3.4.1.2.1
src/dist/bind/lib/dns/masterdump.c@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
src/dist/bind/lib/dns/openssldsa_link.c@1.1.1.1.6.1.2.2 / diff / nxr@1.1.1.1.6.1.2.2
src/dist/bind/lib/dns/opensslrsa_link.c@1.1.1.1.6.1.2.1 / diff / nxr@1.1.1.1.6.1.2.1
src/dist/bind/lib/dns/rbtdb.c@1.1.1.4.4.1.2.2 / diff / nxr@1.1.1.4.4.1.2.2
src/dist/bind/lib/dns/resolver.c@1.2.2.2.2.3 / diff / nxr@1.2.2.2.2.3
src/dist/bind/lib/dns/validator.c@1.4.4.2.2.2 / diff / nxr@1.4.4.2.2.2
src/dist/bind/lib/lwres/man/lwres.html@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
src/dist/bind/lib/lwres/man/lwres_buffer.html@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
src/dist/bind/lib/lwres/man/lwres_config.html@1.1.1.4.4.1.2.1 / diff / nxr@1.1.1.4.4.1.2.1
      :
(more 15 files)
Apply patch (requested by christos in ticket #1376):
Update BIND to 9.4.3-P5.

(snj)

2010-01-21 18:06:38 UTC MAIN commitmail json YAML

Add static to packdevi() like the local prototype says.

(pooka)

2010-01-21 17:40:09 UTC MAIN commitmail json YAML

get rid of architecture-specific firmware calls to determine the MAC address
on sparc(64) and macppc - use device properties instead
tested by myself on macppc and martin on sparc64

(macallan)

2010-01-21 16:14:39 UTC MAIN commitmail json YAML

Remove sparc specific code, rely on device properties instead

(martin)

2010-01-21 15:58:32 UTC MAIN commitmail json YAML

Copy the "shared-pins" property over to device_props as well.

(martin)

2010-01-21 15:56:08 UTC MAIN commitmail json YAML

fix a ref counting leak

(martin)

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

Regen this properly per procedure described in src/tools/compat/configure.ac.

(tsutsui)

2010-01-21 12:02:25 UTC MAIN commitmail json YAML

remove accidentally committed bit.  pointed out by Patrick Welche

(pooka)

2010-01-21 11:43:20 UTC MAIN commitmail json YAML

Make sure to not provide the global ethernet address for add on
interfaces w/o FCode (the respective driver will know what to do).

(martin)

2010-01-21 11:40:02 UTC MAIN commitmail json YAML

Split the part out of prom_getether() that deals with the local
firmware device node into a new function.

(martin)

2010-01-21 09:03:17 UTC matt-nb5-mips64 commitmail json YAML

Define the FIRST512 and FIRST4G vm freelists

(matt)

2010-01-21 08:57:17 UTC MAIN commitmail json YAML

In preparation for upcoming changes:

  * Provide proper definitions and use these.
  * Clarify the evaluation of _STA.
  * Mark the state of a sensor according to the return value from _STA.
  * Share the basic object evaluation in _BIF and _BST.
  * Verify the object types before using the objects.
  * Be aware of bogus values from _BIF and _BST, as noted in the specifcation.

Despite of the list, functional change should be minimal. Ok pgoyette@.

(jruoho)

2010-01-21 08:52:20 UTC MAIN commitmail json YAML

Remove an extra debug printf(). KNF.
No functional change.

(msaitoh)

2010-01-21 08:50:00 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 08:47:22 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 08:45:41 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 08:41:40 UTC netbsd-5-0 commitmail json YAML

2010-01-21 08:41:01 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by tonnerre in ticket #1258):
sys/dev/pci/azalia.c: revision 1.72
Signedness bug/crash in azalia. Fixes PR 42604.
By Pierre Pronchery.

(snj)

2010-01-21 08:39:55 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 08:39:22 UTC netbsd-5 commitmail json YAML

2010-01-21 08:38:46 UTC matt-nb5-mips64 commitmail json YAML

Get rid of sbpcihb, unused
increase SYMTAB_SPACE

(cyber)

2010-01-21 08:38:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tonnerre in ticket #1258):
sys/dev/pci/azalia.c: revision 1.72
sys/dev/pci/hdaudio/hdaudio_afg.c: revision 1.19
Signedness bug/crash in azalia and hdaudio. Fixes PR 42604.
By Pierre Pronchery.

(snj)

2010-01-21 08:37:19 UTC netbsd-4-0 commitmail json YAML

2010-01-21 08:35:56 UTC netbsd-4-0 commitmail json YAML

Apply patch (requested by tonnerre in ticket #1375):
Signedness bug/crash in azalia.  Fixes PR 42604.

(snj)

2010-01-21 08:35:30 UTC netbsd-4 commitmail json YAML

2010-01-21 08:34:27 UTC netbsd-4 commitmail json YAML

Apply patch (requested by tonnerre in ticket #1375):
Signedness bug/crash in azalia.  Fixes PR 42604.

(snj)

2010-01-21 08:32:25 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1374):
sys/lib/libkern/arc4random.c: revision 1.21
Keep arc4_i and arc4_j synchronised after a rekeying. This prevents
accidentally ending up in a short ARC4 cycle.

(snj)

2010-01-21 08:31:34 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1374):
sys/lib/libkern/arc4random.c: revision 1.21
Keep arc4_i and arc4_j synchronised after a rekeying. This prevents
accidentally ending up in a short ARC4 cycle.

(snj)

2010-01-21 08:31:24 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 08:08:41 UTC matt-nb5-mips64 commitmail json YAML

Don't forget to init pba_bridgetag

(matt)

2010-01-21 08:00:23 UTC matt-nb5-mips64 commitmail json YAML

Print out the mode of pci (device or host).

(matt)

2010-01-21 07:46:01 UTC matt-nb5-mips64 commitmail json YAML

sbldthb is dead.  ppb.c will now take care of it.
sbpcihb is now brain dead.  only print whether we are in host or device mode

(matt)

2010-01-21 07:43:59 UTC matt-nb5-mips64 commitmail json YAML

Support the SB1250 LDT HB.

(matt)

2010-01-21 06:59:12 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 05:32:18 UTC MAIN commitmail json YAML

make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer

(macallan)

2010-01-21 04:53:06 UTC matt-nb5-mips64 commitmail json YAML

Drop 3rd and 4th clauses on a TNF license.

(snj)

2010-01-21 04:40:23 UTC MAIN commitmail json YAML

Remove unnecessary call to kauth_cred_free().

This resolves an occassional crash I'd been experiencing as reported on
current-users@

Fix suggested by and OK elad@

(pgoyette)

2010-01-21 04:23:29 UTC matt-nb5-mips64 commitmail json YAML

Increase SYMTAB_SPACE
Add pci support

(matt)

2010-01-21 04:22:33 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 04:09:59 UTC matt-nb5-mips64 commitmail json YAML

2010-01-21 04:09:18 UTC matt-nb5-mips64 commitmail json YAML