Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 23:45:19 UTC Now

2009-05-23 17:08:05 UTC MAIN commitmail json YAML

- Add lwp_pctr(), get an LWP's preemption/ctxsw counter.
- Fix a preemption bug in CURCPU_IDLE_P() that can lead to a bogus
  assertion failure on DEBUG kernels.
- Fix MP/preemption races with timecounter detachment.

(ad)

2009-05-23 15:59:30 UTC MAIN commitmail json YAML

- Cosmetic change to previous.
- Add a comment.

(ad)

2009-05-23 15:31:21 UTC MAIN commitmail json YAML

- Fix a race between umount()/mount() and nfssvc().
- Toss netexport state on nfsserver module unload.

(ad)

2009-05-23 15:13:57 UTC MAIN commitmail json YAML

Fix a crash observed when trying to load a corrupted ELF image.

(ad)

2009-05-23 14:45:18 UTC MAIN commitmail json YAML

Fix a crash when unloading nfsserver module.

(ad)

2009-05-23 14:44:56 UTC MAIN commitmail json YAML

Remove pointless error check.

(ad)

2009-05-23 14:43:36 UTC MAIN commitmail json YAML

2009-05-23 13:39:55 UTC MAIN commitmail json YAML

More help for mjf's machine.

(skrll)

2009-05-23 08:26:26 UTC MAIN commitmail json YAML

fix a new -Wsign-compare bug.

(mrg)

2009-05-23 07:12:39 UTC MAIN commitmail json YAML

normalise the previous

(mrg)

2009-05-23 07:11:53 UTC MAIN commitmail json YAML

note bozohttpd update

(mrg)

2009-05-23 06:45:28 UTC MAIN commitmail json YAML

fix a merge botch in previous

(mrg)

2009-05-23 03:24:51 UTC MAIN commitmail json YAML

print the proper client address (ryo shimizu)

(christos)

2009-05-23 02:26:03 UTC MAIN commitmail json YAML

2009-05-23 02:21:21 UTC MAIN commitmail json YAML

import bozohttpd 20090522, which has these changes:
o  close more leaking file descriptors for CGI and daemon mode
o  add subdirs for build "debug" and "small" versions
o  clean up a bad merge / duplicate code
o  make mmap() usage portable, fixes linux & ranges: support
o  document the -f option
o  daemon mode now serves 6 files per child

Status:

Vendor Tag: bozohttpd
Release Tags: bozohttpd-20090522

(mrg)

2009-05-22 21:57:20 UTC netbsd-5 commitmail json YAML

2009-05-22 21:47:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #773):
distrib/utils/sysinst/arch/arc/md.c: revision 1.32
distrib/utils/sysinst/arch/bebox/md.c: revision 1.52
distrib/utils/sysinst/arch/cobalt/md.c: revision 1.3
distrib/utils/sysinst/arch/evbmips/md.c: revision 1.5
distrib/utils/sysinst/arch/evbppc/md.c: revision 1.28
distrib/utils/sysinst/arch/hpcarm/md.c: revision 1.6
distrib/utils/sysinst/arch/hpcmips/md.c: revision 1.44
distrib/utils/sysinst/arch/landisk/md.c: revision 1.6
distrib/utils/sysinst/arch/ofppc/md.c: revision 1.5
distrib/utils/sysinst/arch/playstation2/md.c: revision 1.23
distrib/utils/sysinst/arch/prep/md.c: revision 1.30
distrib/utils/sysinst/arch/sandpoint/md.c: revision 1.29
distrib/utils/sysinst/arch/zaurus/md.c: revision 1.4
Support drives over 1TB in size (i.e. stop errors like drive is -654343MB
in size).
Error if drive is over 2TB in size (and thus over the disklabel limit).

(snj)

2009-05-22 21:47:47 UTC MAIN commitmail json YAML

Use the new Elf_SOff (signed offset) type to fix a few signed/unsigned
problems.

(martin)

2009-05-22 21:44:50 UTC MAIN commitmail json YAML

Add a signed offset type

(martin)

2009-05-22 19:08:06 UTC MAIN commitmail json YAML

change it from nonsense to english

(christos)

2009-05-22 18:57:40 UTC MAIN commitmail json YAML

add uhmodem, uncomment wd* at umass

(christos)

2009-05-22 18:44:16 UTC MAIN commitmail json YAML

fix build, #ifdef -> #if (hi christos)

(tnn)

2009-05-22 17:51:27 UTC MAIN commitmail json YAML

make this work for big endian machines too.

(christos)

2009-05-22 15:23:17 UTC MAIN commitmail json YAML

Make the makedev step fail if either MAKEDEV or MAKEDEV.local need to
be updated.  Patch from njoly@

(pgoyette)

2009-05-22 12:47:39 UTC MAIN commitmail json YAML

forward declare struct stat to avoid implicit header dependencies

(pooka)

2009-05-22 11:38:05 UTC MAIN commitmail json YAML

rpst_insert_node1: fix an inverted condition.

(yamt)

2009-05-22 10:53:59 UTC MAIN commitmail json YAML

Support mounting post-time_t rump file systems on a pre-time_t host.

(pooka)

2009-05-22 10:51:54 UTC MAIN commitmail json YAML

Add compat routines for vattr translation over time_t change.

(pooka)

2009-05-22 08:59:53 UTC MAIN commitmail json YAML

use compat syscalls if necessary

(pooka)

2009-05-22 08:59:32 UTC MAIN commitmail json YAML

Add handrolled stat30 compat syscalls for calling post-time_t rump
kernels from pre-time_t userlands.

(pooka)

2009-05-22 08:34:15 UTC MAIN commitmail json YAML

Add rump_getversion(), which returns the version of NetBSD for the
rump kernel.

(pooka)

2009-05-22 08:26:52 UTC MAIN commitmail json YAML

2009-05-22 08:08:36 UTC MAIN commitmail json YAML

Remove a no-longer-needed include of <sys/device.h>, which now created
a build problem because dvl_mtx has an incomplete type when building
cacheops.o.

(he)

2009-05-22 03:51:30 UTC MAIN commitmail json YAML

add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
and use them instead of various spl's in the zs.c's.

reviewed by ad and martin.

(mrg)

2009-05-22 02:28:54 UTC MAIN commitmail json YAML

CHANGES 1.99.2 -> 1.99.3

+ modified regression tests to make it easier to see status messages
+ modified --encrypt, --decrypt, --sign, and --clearsign as well as --cat
  to respect the --output argument for the output file. Default behaviour
  remains unchanged - if --output is not specified, standard file names
  and suffixes apply. Note that --verify has not been changed - this is
  for compatibility with gpg, POLA/POLS, and because --verify-cat/--cat
  provides this behaviour

(agc)

2009-05-22 01:16:29 UTC MAIN commitmail json YAML

regen for recent fixes

(lukem)

2009-05-22 01:14:46 UTC MAIN commitmail json YAML

2009-05-22 01:09:45 UTC MAIN commitmail json YAML

Add the time.h headers to accheck_includes, for the strptime check.
Remove the check for el_init in libedit; we're always replacing the
library and the presence of strvis() in some versions confuses other checks.

(lukem)

2009-05-22 00:06:11 UTC MAIN commitmail json YAML

Spell "intermittent" correctly

(lukem)

2009-05-21 20:59:41 UTC MAIN commitmail json YAML

2009-05-21 20:59:11 UTC MAIN commitmail json YAML

Add mjf's d390 to the list of machines that need help finding devices.

hmm.

(skrll)

2009-05-21 19:27:38 UTC MAIN commitmail json YAML

<space> -> <tab> consistency.

(wiz)

2009-05-21 17:32:32 UTC MAIN commitmail json YAML

Let us detach pcmcia0 and cardbus0 at cardslot0, and cardslot0 at
cardbus0.

(dyoung)

2009-05-21 15:54:50 UTC MAIN commitmail json YAML

"if" does not accept an "el" (else); use "ie" instead.

(wiz)

2009-05-21 14:44:01 UTC MAIN commitmail json YAML

use system provided MAX(a, b) macro instead of defining our own

(plunky)

2009-05-21 13:24:38 UTC MAIN commitmail json YAML

Deja Vu: when preparing the initial trap frame for a new forked lwp,
explicitly clear condition code. Otherwise we might catch a signal
(handlers are inherited from the parent) before we ever return to
userland. The current trapframe is converted into a ucontext and after
the signal handler returns, the lwp stays in userland and directly
uses the ucontext to return to the fork call.
Fixes PR 41302.

(martin)

2009-05-21 11:25:49 UTC MAIN commitmail json YAML

Capitalize NetBSD in one of the URIs to make a nbwww script happy.

(dent)

2009-05-21 09:23:50 UTC MAIN commitmail json YAML

New sentence, new line. Get rid of superfluous Pp.

(wiz)

2009-05-21 09:21:35 UTC MAIN commitmail json YAML

New sentence, new line. Add ".An -nosplit" to AUTHORS section for better
formatting. Mark up filenames with .Pa. Remove trailing whitespace. Try
only using mdoc macros. Some other minor nits fixed.

(wiz)

2009-05-21 09:13:35 UTC MAIN commitmail json YAML

Markup improvements. No need to mark up numbers as defined values, math
did the definition for us ages ago. Make HTML-ready.

(wiz)

2009-05-21 08:13:43 UTC MAIN commitmail json YAML

2009-05-21 08:07:18 UTC MAIN commitmail json YAML

add a dummy module_init_md()

XXX if we ever teach the boot loader to load module, we'll have to
make this actually do something

(jnemeth)

2009-05-21 01:20:32 UTC netbsd-5 commitmail json YAML

2009-05-21 01:14:46 UTC netbsd-5 commitmail json YAML

2009-05-21 01:13:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #711):
sys/dev/pci/pcidevs: revisions 1.975, 1.981, 1.982 via patch
sys/dev/pci/if_wm.c: revisions 1.164, 1.167, 1.173, 1.174 via patch
sys/dev/pci/if_wmreg.h: revisions 1.25, 1.27 via patch
Add Intel 82567LM_3 ethernet
--
Add i82567LM-3
--
add i82567LF-3 LAN Controller
--
add an entry for 82567LF-3.
fix the register access for ICH10DO.
--
Fix about TBI mode. This fix doesn't influence MII mode.
--
- Fix panic in mediachange.
- Fix SWDPIN(1)'s polarity on some chips.
- Fix flow control stuff (includes PR#32009).
- Stop RXCFG storm. It ocours easily.
- And more fix about autonego.
--
add 82801J_D_BM_LF (ICH10)
--
Reload sc_ctrl in wm_reset().
Add an ICH10 entry.
Remove some obsolete comments.

(snj)

2009-05-21 00:35:01 UTC MAIN commitmail json YAML

Get rid of a few TODO items that aren't needed.

(agc)

2009-05-21 00:33:32 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/TODO@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/configure@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/configure.ac@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/bin/netpgp.1@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/dist/src/bin/netpgp.c@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/config.h@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/create.c@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c@1.12 / diff / nxr@1.12
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.15 / diff / nxr@1.15
src/crypto/external/bsd/netpgp/dist/src/lib/netpgpdefs.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c@1.14 / diff / nxr@1.14
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.12 / diff / nxr@1.12
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.c@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/packet.h@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/reader.c@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/lib/signature.c@1.14 / diff / nxr@1.14
src/crypto/external/bsd/netpgp/dist/src/lib/signature.h@1.9 / diff / nxr@1.9
      :
(more 3 files)
CHANGES 1.99.1 -> 1.99.2

+ various minor cleanups
+ fix longstanding pasto where the key server preference packets are
  displayed with the correct ptag information
+ up until now, there has been an asymmetry in the command line
  options for netpgp(1) - whilst a file may have signature information
  added to it with the "--sign" command, there has been no way to
  retrieve the contents of the file without the signature.  The new
  "--cat" option does this (there are synonyms of "--verify-show" and
  "--verify-cat") - the signature is verified, and if it matches, the
  original contents of the file are sent to the output file (which
  defaults to stdout, and can be set with the --output option on the
  command line).  If the signature does not match, there is no output,
  and an EXIT_FAILURE code is returned.
+ revamped netpgp(1) to make it clear what commands are available, how
  these commands relate to each other, and which commands take custom
  options

(agc)

2009-05-20 22:48:05 UTC MAIN commitmail json YAML

2009-05-20 22:31:46 UTC MAIN commitmail json YAML

fix signed/unsigned comparisons and const cast away (untested)

(christos)

2009-05-20 22:03:29 UTC MAIN commitmail json YAML

Set endptr if the base is not supported. The opengroup spec does not special
case this condition. Note: glibc has the same problem.

(christos)

2009-05-20 22:01:34 UTC MAIN commitmail json YAML

mention that these functions return 0 and set errno to ERANGE on invalid base.

(christos)

2009-05-20 19:38:38 UTC MAIN commitmail json YAML

Add a reminder about ldd depending on ld.so.

(ad)

2009-05-20 17:22:56 UTC MAIN commitmail json YAML

adjust markup language according to mdoc(7)

.Fa for function arguments (instead of Ar)
.Va for variable names (errno)
.Ft for structure type

(plunky)

2009-05-20 16:22:22 UTC MAIN commitmail json YAML

2009-05-20 16:20:01 UTC MAIN commitmail json YAML

catch up with rtld changes

(christos)

2009-05-20 15:30:26 UTC MAIN commitmail json YAML

Retire IN_CALLBACK_ULK flagging since its not used anymore and the old
assertions on it would trigger without cause.

(reinoud)

2009-05-20 15:04:37 UTC MAIN commitmail json YAML

wait() for dead ssh processes (but don't block, so we might have
one teeny zmobie in the system).

(pooka)

2009-05-20 14:39:43 UTC MAIN commitmail json YAML

Fix SNAFU in previous: connection handshake is already handled by
the connect routine now, so we're not required/allowed to do it twice.
Makes reconnect on dead link work again.

(pooka)

2009-05-20 14:08:21 UTC MAIN commitmail json YAML

2009-05-20 13:56:36 UTC MAIN commitmail json YAML

Introduce -c [12], which can be used to open 1 or 2 ssh connections
to the server.  If "2" is specified, a separate connection is used
for data and directory operations.  Using two connections can
significantly increase directory operation performance on a saturated
link, at least up to 30x faster.

(pooka)

2009-05-20 13:52:59 UTC MAIN commitmail json YAML

2009-05-20 13:50:57 UTC MAIN commitmail json YAML

2009-05-20 13:45:49 UTC MAIN commitmail json YAML

2009-05-20 13:28:20 UTC MAIN commitmail json YAML

2009-05-20 13:25:50 UTC MAIN commitmail json YAML

Descriptor version is 16 bit and not 8 so use udf_rw16() to access them.
UniqueID was written in the logical volume integrity without byteswapping for
bigendian machines.

(reinoud)

2009-05-20 12:53:47 UTC MAIN commitmail json YAML

2009-05-20 12:44:29 UTC MAIN commitmail json YAML

Fix some outdated info/other minor clean up.

(dent)

2009-05-20 12:15:25 UTC MAIN commitmail json YAML

Import NetBSD usr.bin/ftp from 20090520:
* Only attempt to el_parse() a command unknown by the default parser
  if editing is enabled.
  Fixes PR 38589.
* Turn off the alarmtimer before resetting the SIGALRM handler back to SIG_DFL.
  Fixes PR 35630.
* Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4
  and ipv6 respectively.  This hack is due to our friends a Juniper Networks
  who break epsv in ipv6.  Should be fixed in ScreenOS 6.2.X.
* Improve parsing of chunked transfer chunks per RFC2616:
  - more stringent chunk-size parsing
  - ignore optional trailing ';chunk-ext' stuff, instead of barfing
  - detect EOF before final \r\n.
* Use the service name to getaddrinfo() (along with the host name), so that
  features such as DNS Service Discovery have a better chance of working.
  Display the service name in various status & error messages.
* Don't getservbyname() the :port component of a URL; RFC 3986 says it's
  just an unsigned number, not a service name.
* Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).
* Fix -Wshadow issues
* Update copyrights
* Remove clause 3 and 4 from TNF licenses
* Rename HAVE_STRUCT_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
  to accurately reflect the structure member being used.
* Use AF_INET instead of AF_UNSPEC as the default family if !defined(INET6).

Status:

Vendor Tag: NetBSD
Release Tags: NetBSD-20090520

(lukem)

2009-05-20 10:56:29 UTC MAIN commitmail json YAML

- fix various bugs in the iteration code.
- add assertions.
- unittest: more tests.  verify query results by comparing with linear search.

(yamt)

2009-05-20 08:49:05 UTC MAIN commitmail json YAML

Style tweaks.
Use AC_LANG_PROGRAM() instead of AC_LANG_SOURCE()
Add a check for strptime() requiring separators between conversions,
and use our replacement one if it does.

(lukem)

2009-05-20 08:32:35 UTC MAIN commitmail json YAML

keep up with changes subr_kobj.c

(jnemeth)

2009-05-20 08:16:52 UTC MAIN commitmail json YAML

Spread some 'const' to deal without warnings with string constants.

(he)

2009-05-20 07:54:50 UTC MAIN commitmail json YAML

2009-05-20 06:38:39 UTC MAIN commitmail json YAML

Punctuation nit and typo fix.

(wiz)

2009-05-20 03:50:39 UTC MAIN commitmail json YAML

Describe disk_begindetach(9).

(dyoung)

2009-05-20 03:41:25 UTC MAIN commitmail json YAML

Revert part of last: .include <bsd.own.mk> for TOOL_SED / TOOL_AWK
definitions instead of using :Used / :Uawk alternates.  Now,
'nbmake-i386 tags' works.

(dyoung)

2009-05-20 03:36:36 UTC MAIN commitmail json YAML

If TOOL_AWK or TOOL_SED are undefined, then use awk or sed,
respectively.

Use ${FINDCOMM} to avoid too-long arguments lists.

(dyoung)

2009-05-20 03:26:21 UTC MAIN commitmail json YAML

On second thought, let's call disk_predetach() disk_begindetach().
Verbs are good.

(dyoung)

2009-05-20 01:37:36 UTC MAIN commitmail json YAML

Fix CVE-2009-1252: Buffer overflow in ntpd crypto code. A remote
attacker can send a specially constructed request packet that would
overflow the sprintf()'ed buffer causing ntpd to crash.

XXX: Pullup to 5.x

(christos)

2009-05-19 23:43:44 UTC MAIN commitmail json YAML

2009-05-19 23:43:27 UTC MAIN commitmail json YAML

When displaying boot-time trip-register settings, shift to exclude
fractional bits.  Otherwise, a setting of 52C reports 832 during
boot, and that's way too hot for any memory!

(pgoyette)

2009-05-19 23:42:05 UTC MAIN commitmail json YAML

Encapsulate the checks that I do before detaching a disk(9) provider
in a pre-detachment routine, disk_predetach().

(dyoung)

2009-05-19 22:55:24 UTC MAIN commitmail json YAML

fputs() instead of puts() so we don't get the silly extra blank line

(jnemeth)

2009-05-19 22:48:20 UTC MAIN commitmail json YAML

don't include sys/cdefs.h twice.

(yamt)

2009-05-19 22:39:52 UTC MAIN commitmail json YAML

2009-05-19 22:35:41 UTC MAIN commitmail json YAML

Sort option descriptions. Split usage in SYNOPSIS in two, since there
are two different methods of calling it.
Add arguments to option descriptions.

(wiz)

2009-05-19 22:09:59 UTC MAIN commitmail json YAML

Add -p option which outputs a property list suitable for loading with a
module.  This is in preparation for having the kernel load an optional
<module>.prop alongside a module, which is useful for passing options
to autoloaded modules and modules loaded at boot time.

(jnemeth)

2009-05-19 22:03:16 UTC MAIN commitmail json YAML

Rename waittime to syncdone, make it bool, make it private to
cpu_reboot().

(dyoung)

2009-05-19 22:01:35 UTC MAIN commitmail json YAML

Use ${FINDCOMM} to avoid 'Arguments list too long'-related failure
of 'tags' target.

(dyoung)

2009-05-19 21:59:10 UTC MAIN commitmail json YAML

use symbolic constants and parenthesize the macro args everywhere.

(christos)

2009-05-19 21:45:14 UTC MAIN commitmail json YAML

always scroll when we advance past bottom. From Caleb Welton
cwelton at greenplum dot com

(christos)

2009-05-19 20:44:52 UTC MAIN commitmail json YAML

2009-05-19 20:27:50 UTC MAIN commitmail json YAML

we need SHLINKINSTALLDIR to be /libexec for /bin and /sbin binaries.

(christos)

2009-05-19 20:27:22 UTC MAIN commitmail json YAML

don't define SHLINKINSTALLDIR in 10 places. It is done in Makefile.compat

(christos)

2009-05-19 20:25:41 UTC MAIN commitmail json YAML

Add a detachment hook.  Detach md(4) at shutdown.

(dyoung)

2009-05-19 20:07:32 UTC MAIN commitmail json YAML

2009-05-19 19:56:11 UTC MAIN commitmail json YAML

Delete wdactivate() and sdactivate().  They were no-ops, but as a
side-effect of registering them, config_detach(9) cleared DVF_ACTIVE
before it called wddetach() or sddetach().  Even though sd(4)'s
detachment may have subsequently failed with EBUSY, we could not
begin new disk I/O on sd(4) because the device had been deactivated.

By analogy to sdstrategy(), test device_is_active() in wdstrategy()
and if it is false set b_errno to EIO instead of initiating new
disk I/O.

XXX We should decline more politely to start new I/O, since
XXX !device_is_active() may mean simply that the device is suspended.
XXX I suppose that EIO is safe as long as system suspension is
XXX all-or-nothing.

(dyoung)

2009-05-19 18:39:27 UTC MAIN commitmail json YAML

2009-05-19 16:24:05 UTC MAIN commitmail json YAML

Account for the logical blocks recorded by the extent in the right endian!

(reinoud)

2009-05-19 16:06:56 UTC MAIN commitmail json YAML

On creation of a new node, don't forget to set the length of the allocated
space in the right endian!

(reinoud)

2009-05-19 15:08:42 UTC MAIN commitmail json YAML

Forgot to use the udf_rw16() on the descriptor crc lengths of FID's!
Also fix a few dubiously formatted checks.

(reinoud)

2009-05-19 15:07:20 UTC MAIN commitmail json YAML

A descriptor's CRC lenth is 16 bit so use udf_rw16() on tag.desc_crc_len.

(reinoud)

2009-05-19 13:42:35 UTC MAIN commitmail json YAML

Set vnode op vector properly for block devices too.  Makes mounting
a real block device work again.

(pooka)

2009-05-19 12:39:56 UTC MAIN commitmail json YAML

2009-05-19 12:13:03 UTC MAIN commitmail json YAML

Fix newfs_udf to create a valid disc images on bigendian machines.

(reinoud)

2009-05-19 09:34:52 UTC MAIN commitmail json YAML

2009-05-19 09:04:50 UTC MAIN commitmail json YAML

Specify that sorting in SEE ALSO should be done in a case-insensitive order.
Requested by Alan Barrett.

(wiz)

2009-05-19 05:50:58 UTC MAIN commitmail json YAML

2009-05-19 05:13:10 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/TODO@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/configure@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/configure.ac@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/config.h@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/create.c@1.12 / diff / nxr@1.12
src/crypto/external/bsd/netpgp/dist/src/lib/create.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/memory.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.14 / diff / nxr@1.14
src/crypto/external/bsd/netpgp/dist/src/lib/openssl_crypto.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/packet.h@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/readerwriter.h@1.7 / diff / nxr@1.7
      :
(more 6 files)
CHANGES 1.0.0 -> 1.99.1

+ released and tagged version 1.0.0; development version now 1.99.1
+ get rid of some fields which are no longer needed
+ minor name changes
+ add mmapped field to ops_data_t struct to denote that the array needs an
  munmap(2) and not a free(3)
+ add an __ops_mem_readfile() function, and use it for reading files.
  The function does mmap(2), and then falls back to read(2) if that fails.
  Retire unused __ops_fileread() which had an unusual interface
+ drop sign_detached() from netpgp.c down into signature.c as
  __ops_sign_detached()

(agc)

2009-05-18 21:39:24 UTC netbsd-5-0 commitmail json YAML

2009-05-18 21:38:57 UTC netbsd-5 commitmail json YAML

2009-05-18 21:38:39 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #767):
sys/arch/vax/include/mtpr.h: revisions 1.21, 1.22
Add "memory" clobber to mtpr for barrier.  See also kern/38637.

(bouyer)

2009-05-18 21:38:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #767):
sys/arch/vax/include/mtpr.h: revisions 1.21, 1.22
Add "memory" clobber to mtpr for barrier.  See also kern/38637.

(bouyer)

2009-05-18 21:31:27 UTC MAIN commitmail json YAML

Back out rev 1.27 now that MD implementations of spl*() have been fixed
to be a memory barrier.

(bouyer)

2009-05-18 21:23:58 UTC netbsd-5 commitmail json YAML

2009-05-18 21:23:34 UTC netbsd-5 commitmail json YAML

external/bsd/dhcpcd/dist/README                        patch
external/bsd/dhcpcd/dist/bind.c                        patch
Apply patch, requested by roy in ticket #759:
external/bsd/dhcpcd/dist/config.h                      patch
external/bsd/dhcpcd/dist/dhcpcd.c                      patch
external/bsd/dhcpcd/dist/dhcpcd.conf                    patch
external/bsd/dhcpcd/dist/net.c                          patch
external/bsd/dhcpcd/dist/dhcpcd-hooks/10-mtu            patch
external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf    patch
external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf      patch

Update dhcpcd to 5.0.4.

(bouyer)

2009-05-18 21:12:33 UTC MAIN commitmail json YAML

- Remove unneded uvm_lwp_hold(), uvm_lwp_rele().
- Make physio_concurrency tuneable via crash(8).
- Update comments.

(ad)

2009-05-18 21:09:54 UTC MAIN commitmail json YAML

ANSI-fy. No idea why they weren't so in the first place.

(reinoud)

2009-05-18 20:52:24 UTC MAIN commitmail json YAML

Fix *serious* bug in bswapping definitions for big endian machines.

(reinoud)

2009-05-18 20:51:04 UTC MAIN commitmail json YAML

Make ecma167 header file compilable by pcc

(reinoud)

2009-05-18 20:41:58 UTC MAIN commitmail json YAML

Don't pass a buffer to physio(), let it be allocated dynamically.

This leaves only scsipi and atapi doing the same.

(ad)

2009-05-18 20:22:16 UTC MAIN commitmail json YAML

Make waittime static so that I know nothing else is using it.

(dyoung)

2009-05-18 20:20:42 UTC MAIN commitmail json YAML

Remove 'register' qualifier from several variables.  The object
file did not change.

(dyoung)

2009-05-18 20:17:53 UTC netbsd-5 commitmail json YAML

2009-05-18 20:17:22 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #755):
dist/wpa/src/drivers/driver_bsd.c: revision 1.6
Use new way of associating, which fixes wpa with ral(4)

(bouyer)

2009-05-18 20:03:30 UTC netbsd-5-0 commitmail json YAML

2009-05-18 20:02:52 UTC netbsd-5 commitmail json YAML

2009-05-18 20:00:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #766):
usr.bin/paste/paste.c: revision 1.15
Null-terminate the delimiter list string after processing escapes
(which can shorten it) because the code that issues delimiters depends
on it being null-terminated. This caused e.g. paste -d '\0' a b to
print a '0' at the beginning of each line. Closes PR 41159.

(bouyer)

2009-05-18 19:58:19 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #765):
share/man/man7/sysctl.7: revision 1.22 via patch
Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).

(bouyer)

2009-05-18 19:58:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #765):
share/man/man7/sysctl.7: revision 1.22 via patch
Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).

(bouyer)

2009-05-18 19:56:04 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #763):
usr.sbin/schedctl/schedctl.c: revision 1.14
Skip LSIDL and LSZOMB threads when retrieving info.

(bouyer)

2009-05-18 19:55:35 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #764):
sys/arch/sparc/include/psl.h: revision 1.45
Add memory clobbers to the inline assembler modifying/testing the %psr
register, to avoid the compiler reordering instructions out of critical
sections. Should fix PR port-sparc/41372.

(bouyer)

2009-05-18 19:54:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #764):
sys/arch/sparc/include/psl.h: revision 1.45
Add memory clobbers to the inline assembler modifying/testing the %psr
register, to avoid the compiler reordering instructions out of critical
sections. Should fix PR port-sparc/41372.

(bouyer)

2009-05-18 19:53:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #763):
usr.sbin/schedctl/schedctl.c: revision 1.14
Skip LSIDL and LSZOMB threads when retrieving info.

(bouyer)

2009-05-18 19:50:13 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #762):
sys/kern/sys_mqueue.c: revision 1.17
sys_mq_open: remove broken access flag check.
Noted by Stathis Kamperis.

(bouyer)

2009-05-18 19:47:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #762):
sys/kern/sys_mqueue.c: revision 1.17
sys_mq_open: remove broken access flag check.
Noted by Stathis Kamperis.

(bouyer)

2009-05-18 19:43:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pgoyette in ticket #761):
sys/arch/x86/include/cacheinfo.h: revisions 1.11, 1.12
usr.sbin/cpuctl/arch/i386.c: revisions 1.18, 1.19 via patch
1. Extend CPU probe of Intel processors to handle extended-models.  This
    allows us to properly identify new Intel 45nm processors, Core i7,
    Atom, and the 45nm Xeon MP.
2. Properly decode several new Intel cache descriptors, as listed in the
    most recent (March 2009) edition of Intel's Application Note 485.
Addresses my PR bin/41289
Addresses my PR bin/41290

(bouyer)

2009-05-18 19:37:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kefren in ticket #760):
sys/dev/pci/if_bnx.c: revision 1.21
Protect against spurious "bnx0: Double mbuf allocation failure!"
panics.
Extract a new function, bnx_add_buf(), from bnx_get_buf().
bnx_add_buf() just tries to add an mbuf to the Rx chain.  bnx_get_buf()
tries to allocate an mbuf, first, and then to add the mbuf to the
chain.  Use bnx_add_buf() to try to put an mbuf that we took off
of the chain back onto the chain, and use bnx_get_buf() everywhere
else.
This change seems to be in keeping with the author's intent, but
it looks like the code broke at some point.
Thanks to Jarle Greipsland, David Dudley, and others for reporting
this bug and for testing patches.

(bouyer)

2009-05-18 19:35:14 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #758):
distrib/utils/sysinst/mbr.c: revision 1.80
distrib/utils/sysinst/msg.mi.en: revision 1.155
distrib/utils/sysinst/disks.c: revision 1.105
distrib/utils/sysinst/arch/i386/md.c: revision 1.122
distrib/utils/sysinst/savenewlabel.c: revision 1.6
distrib/utils/sysinst/mbr.h: revision 1.23
distrib/utils/sysinst/defs.h: revision 1.143
distrib/utils/sysinst/msg.mi.pl: revision 1.65
distrib/utils/sysinst/bsddisklabel.c: revision 1.52
distrib/utils/sysinst/msg.mi.es: revision 1.26
distrib/utils/sysinst/msg.mi.de: revision 1.49
distrib/utils/sysinst/msg.mi.fr: revision 1.106
Support drives over 1TB in size (i.e. stop errors like drive is -654343MB in
size).
Error if drive is over 2TB in size (and thus over the disklabel limit).

(bouyer)

2009-05-18 19:30:48 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #757):
etc/rc.d/network: revision 1.58
Only start dhcpcd per interface if not running the full dhcpcd daemon.
Only stop dhcpcd pre interface if it's running for the interface.
Fixes PR bin/40320

(bouyer)

2009-05-18 18:31:18 UTC netbsd-4-0 commitmail json YAML

2009-05-18 18:31:00 UTC netbsd-4 commitmail json YAML

2009-05-18 18:30:02 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1319):
usr.bin/paste/paste.c: revision 1.15
Null-terminate the delimiter list string after processing escapes
(which can shorten it) because the code that issues delimiters depends
on it being null-terminated. This caused e.g. paste -d '\0' a b to
print a '0' at the beginning of each line. Closes PR 41159.

(bouyer)

2009-05-18 18:26:47 UTC netbsd-4-0 commitmail json YAML

Apply patch, requested by snj in ticket #1318:
        lib/libc/gen/sysctl.3: patch
document PROC_PID_LIMIT_SBSIZE. Addresses PR 36463.

(bouyer)

2009-05-18 18:26:29 UTC netbsd-4 commitmail json YAML

Apply patch, requested by snj in ticket #1318:
lib/libc/gen/sysctl.3: patch
document PROC_PID_LIMIT_SBSIZE. Addresses PR 36463.

(bouyer)

2009-05-18 18:23:47 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1317):
sys/arch/sparc/include/psl.h: revision 1.45
Add memory clobbers to the inline assembler modifying/testing the %psr
register, to avoid the compiler reordering instructions out of critical
sections. Should fix PR port-sparc/41372.

(bouyer)

2009-05-18 18:23:13 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1317):
sys/arch/sparc/include/psl.h: revision 1.45
Add memory clobbers to the inline assembler modifying/testing the %psr
register, to avoid the compiler reordering instructions out of critical
sections. Should fix PR port-sparc/41372.

(bouyer)

2009-05-18 17:40:38 UTC MAIN commitmail json YAML

2009-05-18 17:07:47 UTC ipsec-tools-0_7-branch commitmail json YAML

From Tomas Mraz: Remove variable that is not really used; only referenced
while uninitialized causing valgrind error.

(tteras)

2009-05-18 17:07:15 UTC MAIN commitmail json YAML

From Tomas Mraz: Remove variable that is not really used; only referenced
while uninitialized causing valgrind error.

(tteras)

2009-05-18 17:01:07 UTC ipsec-tools-0_7-branch commitmail json YAML

2009-05-18 17:00:42 UTC MAIN commitmail json YAML

From Tomas Mraz: Fix natt_flags check.

(tteras)

2009-05-18 15:47:28 UTC MAIN commitmail json YAML

add some todo-items, based on a file which was lingering in my
local tree for apparently almost two years now

(pooka)

2009-05-18 14:58:14 UTC MAIN commitmail json YAML

2009-05-18 14:51:55 UTC MAIN commitmail json YAML

2009-05-18 14:50:03 UTC MAIN commitmail json YAML

2009-05-18 14:49:36 UTC MAIN commitmail json YAML

2009-05-18 14:46:51 UTC MAIN commitmail json YAML

New sentence, new line. Use \e for a backslash.
Sort option descriptions.

(wiz)

2009-05-18 14:41:41 UTC MAIN commitmail json YAML

Make Dt and Nm match name of file.

(wiz)

2009-05-18 14:41:07 UTC MAIN commitmail json YAML

New sentence, new line. Shorten Nd argument and put information into
DESCRIPTION section instead.

(wiz)

2009-05-18 14:17:31 UTC MAIN commitmail json YAML

Sort SEE ALSO.

(wiz)

2009-05-18 14:11:30 UTC MAIN commitmail json YAML

2009-05-18 14:07:09 UTC MAIN commitmail json YAML

New sentence, new line. Use Xr for xrefs. Remove safte references.

(wiz)

2009-05-18 14:05:15 UTC MAIN commitmail json YAML

Drop trailing whitespace. Use Dv.

(wiz)

2009-05-18 14:02:51 UTC MAIN commitmail json YAML

Mark up defined value with Dv.

(wiz)

2009-05-18 14:01:31 UTC MAIN commitmail json YAML

Fix xrefs. Drop trailing whitespace. Use Dq.

(wiz)

2009-05-18 13:57:54 UTC MAIN commitmail json YAML

New sentence, new line. Use .An.

(wiz)

2009-05-18 13:56:05 UTC MAIN commitmail json YAML

2009-05-18 13:51:10 UTC MAIN commitmail json YAML

Sort sections.

(wiz)

2009-05-18 13:49:43 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-18 13:40:10 UTC MAIN commitmail json YAML

bump libutil minor for snprintb_m()

(plunky)

2009-05-18 13:03:35 UTC MAIN commitmail json YAML

Restore PTHREAD__ASM_RASOPS for alpha (from _context_u.S), that was
lost in previous cleanup.

ok by ad@.

(njoly)

2009-05-18 12:55:29 UTC MAIN commitmail json YAML

Update references to firmware handling (mostly by removing outdated stuff
and pointing to iwi(4)). Bump date.

Addresses PR 41444 by Taylor R. Campbell.

(wiz)

2009-05-18 12:50:42 UTC MAIN commitmail json YAML

Remove obsolete ./usr/include/openpgpsdk

(njoly)

2009-05-18 12:49:11 UTC MAIN commitmail json YAML

Consistently use "buflen" as function argument name.
From Jukka Ruohonen in PR 41436.

(wiz)

2009-05-18 12:40:22 UTC MAIN commitmail json YAML

Punctuation nit. Remove superfluous .Pp.

(wiz)

2009-05-18 12:39:17 UTC MAIN commitmail json YAML

Fix typo in Dd argument. Remove superfluous .Pp.

(wiz)

2009-05-18 12:39:02 UTC MAIN commitmail json YAML

2009-05-18 12:37:28 UTC MAIN commitmail json YAML

Fix typo in Dd argument.

(wiz)

2009-05-18 12:32:05 UTC MAIN commitmail json YAML

Mark up sysctl node with Li, like in sysctl(7).

(wiz)

2009-05-18 12:31:01 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-18 12:29:56 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-18 12:29:31 UTC MAIN commitmail json YAML

2009-05-18 12:27:22 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-18 12:26:16 UTC MAIN commitmail json YAML

New sentence, new line. Mark up path with .Pa.

(wiz)

2009-05-18 12:17:55 UTC MAIN commitmail json YAML

Sort option descriptions.

(wiz)

2009-05-18 12:15:26 UTC MAIN commitmail json YAML

Using OpenFirmware calls properly about 64-bit physical address handling.
Old code trancate a physical address to 32-bit width.  Idea from OpenBSD.

(nakayama)

2009-05-18 12:14:48 UTC MAIN commitmail json YAML

2009-05-18 12:13:44 UTC MAIN commitmail json YAML

Formatting improvements.

(wiz)

2009-05-18 12:09:31 UTC MAIN commitmail json YAML

Remove trailing whitespace. New sentence, new line.

(wiz)