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

2024-05-10 01:25:38 UTC Now

2011-04-21 13:38:14 UTC MAIN commitmail json YAML

Disable Fortification for pthread and rump stubs.

(joerg)

2011-04-21 13:06:20 UTC MAIN commitmail json YAML

Disestablish softint in the error path.

(jym)

2011-04-21 10:23:50 UTC MAIN commitmail json YAML

Allow a NULL pointer to be passed as an argument to a call.

(blymn)

2011-04-21 09:45:55 UTC MAIN commitmail json YAML

2011-04-21 09:09:33 UTC MAIN commitmail json YAML

Fix MKDEBUG build for all 64bit architectures which have compat lib installed,
after kerberos import.

hi elric@!

(haad)

2011-04-21 08:21:13 UTC MAIN commitmail json YAML

Backout previous, it breaks lots of tests (tests/lib/librumphijack for
example).

(martin)

2011-04-21 08:17:00 UTC MAIN commitmail json YAML

Backout previous, it causes lots of test failures (tests/fs/nfs for
example).

(martin)

2011-04-21 08:10:49 UTC MAIN commitmail json YAML

Fix deleting a key definition, it did not work.  Also improve tracing
of key definition deletion.

(blymn)

2011-04-21 06:58:32 UTC MAIN commitmail json YAML

Prune dead assignment, from Henning Petersen in PR 44890.

(dholland)

2011-04-21 06:27:17 UTC MAIN commitmail json YAML

Move some #ifdefs to prevent a code path change when DEBUG .vs. !DEBUG
Solves problem an assert firing when using NFS on MIPS.

(matt)

2011-04-21 01:42:22 UTC rmind-uvmplock commitmail json YAML

2011-04-21 00:24:07 UTC MAIN commitmail json YAML

lwpaddr is a boolean variable and thus doesn't hold an address of lwp.
Compare with correct value so that tr/t works again on current procecss.

(enami)

2011-04-20 23:37:51 UTC MAIN commitmail json YAML

- Put empty line after the local variable definition in the sample code
  to improve readability.
- Remove indirection operator to clarify error condition.

(enami)

2011-04-20 20:32:38 UTC MAIN commitmail json YAML

Unmap rings before freeing their associated VAs, or we will get a
non-recoverable fault in the error path.

(jym)

2011-04-20 20:15:03 UTC MAIN commitmail json YAML

PR/41258: Elias Benali: Try to get the ethernet address from the BIOS before
failing.

(christos)

2011-04-20 20:02:58 UTC MAIN commitmail json YAML

PR fixed, remove expected failure.

(martin)

2011-04-20 20:00:07 UTC MAIN commitmail json YAML

Update also the non-void pointers to the current test objects.
Finaly fixes PR lib/43964.

(martin)

2011-04-20 19:57:58 UTC MAIN commitmail json YAML

sync with reality (prototype of open is varyadic)

(christos)

2011-04-20 19:40:01 UTC MAIN commitmail json YAML

Fix "address of a void*" vs. void* confusion.
Part of fixing PR lib/43964.

(martin)

2011-04-20 18:55:55 UTC MAIN commitmail json YAML

Do some useful work and fix MKDEBUG build after kerberos update.

(haad)

2011-04-20 14:08:07 UTC MAIN commitmail json YAML

2011-04-20 13:35:52 UTC MAIN commitmail json YAML

Rewrite comments about TCP RTO calculations.

Long ago, the storage representations of srtt and rttvar were changed
from the 4.4BSD scheme, and the comments are out of sync with the
code.  This commit rewrites most of the comments that explain the RTO
calculations, and points out some issues in the code.

Joint work with Bev Schwartz of BBN (original analysis and comments),
but I have rewritten and extended them, so errors are mine.

This material is based upon work supported by the Defense Advanced
Research Projects Agency and Space and Naval Warfare Systems Center,
Pacific, under Contract No. N66001-09-C-2073.  Approved for Public
Release, Distribution Unlimited

(gdt)

2011-04-20 10:40:14 UTC MAIN commitmail json YAML

Add boolean values to the standard definitions.

(blymn)

2011-04-20 10:10:33 UTC MAIN commitmail json YAML

2011-04-20 09:57:59 UTC MAIN commitmail json YAML

Remove some leftovers

(martin)

2011-04-20 09:32:43 UTC MAIN commitmail json YAML

in alloc_sqtd_chain(), deal with the case where a data packet ends
exactly at a page boundary, and the FORCE_SHORT_XFER was set by the
client (which causes that an empty descriptor is needed to terminate
the transfer), from Gordon McNutt per PR kern/44883
(fixed a bit differently than the proposed patch for aesthetical
reasons -- avoids the page pointer to come into unexpexted area earlier)

(drochner)

2011-04-20 08:36:08 UTC MAIN commitmail json YAML

openssh and libsaslc depend on heimdal, so we need to wait for it to be
built.

(elric)

2011-04-20 08:20:17 UTC MAIN commitmail json YAML

Spelling, sort sections.

(wiz)

2011-04-20 00:21:34 UTC MAIN commitmail json YAML

So, hi again, balloon(4). Merge with the current version:
- driver attaches to xenbus(4) (no compile time option anymore)
- max reservation hypercall is fixed
- sysctl(7) entries are now in KiB (like Xentools) rather than in number
of pages
- some more explanations.

(jym)

2011-04-20 00:04:55 UTC MAIN commitmail json YAML

Sigh, removing balloon(4) there was already one living under x86.
Not marking the entry in set lists as obsolete, the man page stayed
in there for approx. 5min.

(apologies for the noise)

(jym)

2011-04-19 23:54:38 UTC MAIN commitmail json YAML

Please welcome balloon(4), the Xen memory balloon man page.

(jym)

2011-04-19 20:13:56 UTC MAIN commitmail json YAML

Manually craft a (default) termios description instead of trying to fetch
one from stdin - ATF tests should not rely on stdin being a terminal.

(martin)

2011-04-19 20:07:53 UTC MAIN commitmail json YAML

Make the test case independend of stdin being a terminal

(martin)

2011-04-19 18:34:39 UTC MAIN commitmail json YAML

fix some labels for ipcomp counters which didn't make sense at all

(drochner)

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

It is probably better to flash the power LED after power-off on a DSM-G600,
to make the user aware that he needs to remove power manually.

(phx)

2011-04-19 18:06:19 UTC MAIN commitmail json YAML

Make it compile when no kernel symbols and no debugger is configured.

(phx)

2011-04-19 17:49:38 UTC MAIN commitmail json YAML

Some DSM-G600 use a Acard ATP865A instead of ATP865. Added its product id.

(phx)

2011-04-19 14:12:54 UTC MAIN commitmail json YAML

Added a detailed description of altboot command line and boot arguments.

(phx)

2011-04-19 10:35:24 UTC MAIN commitmail json YAML

In node_lookup() ops, pcn->pcn_nameiop contains a NAMEI_* constant, not
PUFFSLOOKUP_*

(manu)

2011-04-19 10:21:51 UTC MAIN commitmail json YAML

Add MAP_PRIVATE to mmap() flags where missing.

(martin)

2011-04-19 07:12:59 UTC MAIN commitmail json YAML

Relax an assertion

(martin)

2011-04-18 23:31:06 UTC MAIN commitmail json YAML

add a couple mappings for keys found on Sun keyboards

(macallan)

2011-04-18 23:30:11 UTC MAIN commitmail json YAML

be less braindead about the Device option - only default to /dev/wskbd if
Protocol is set to wskbd. Now Protocol "standard" should work again.

(macallan)

2011-04-18 23:22:42 UTC MAIN commitmail json YAML

2011-04-18 22:46:49 UTC MAIN commitmail json YAML

2011-04-18 22:05:39 UTC MAIN commitmail json YAML

Fixes for kern/40018.

Our driver initializes the Broadcom hardware to peform a tcp and udp
checksum on only the payload of the tcp or udp packet, rather than the
entire packet.  The FreeBSD, OpenBSD  and Linux drivers instruct the hardware to compute
the checksum for the entire packet.  I believe the bug is that some revisions
of the BCM hardware, under certain circumstances, revert to doing the
complete checksum calculation, as the FreeBSD, OpenBSD  and Linux drivers
request, while things are running. As
a result, when we pull the computed checksum from the hardware and pass it
up to the upper layers, we assume the checksum is the more minimal
one, and the upper layers perform the appropriate checks, which, when this
happens, cause the packet to be rejected because the resultant checksum is
decidedly incorrect.
This patch changes the driver to instruct the hardware to perform the
checksum over the entire packet, just as the FreeBSD, OpenBSD  and
Linux drivers do, and to notify the upper layers appropriately.

This patch appears to work on all revisions of the hardware that have been
tested.  (See the list in the bug report.)

this patch is approved by tls.

(buhrow)

2011-04-18 17:18:04 UTC MAIN commitmail json YAML

Redo context printing so that adjourning contexts don't print the
separator, following GNU grep's behavior in this regard.

(joerg)

2011-04-18 15:59:09 UTC MAIN commitmail json YAML

according to C99/POSIX, nextafter(x,y) should return y if x==y, from
Henning Petersen per PR lib/44875

(drochner)

2011-04-18 15:53:04 UTC MAIN commitmail json YAML

G/C unused speedup_syncer() mechanism and thus simplify some code.
Update some comments to reflect the reality.  No actual changes to
the (used) syncer logic.

OK ad@

(rmind)

2011-04-18 15:23:28 UTC MAIN commitmail json YAML

PR/44876: Aleksey Cheusov: awk: incorrect return value of function srand()
Make it return the value of the previous random seed as the standard mandates.

(christos)

2011-04-18 08:36:14 UTC MAIN commitmail json YAML

less-443 is out.

(wiz)

2011-04-18 07:36:14 UTC MAIN commitmail json YAML

Preallocate all cylinder group blocks so we no longer redo ~50% of
the cylinder groups while the file system is suspended.
This was removed in error with Rev 1.16.

From Manuel Bouyer <bouyer@netbsd.org> via tech-kern.

(hannken)

2011-04-18 03:48:23 UTC MAIN commitmail json YAML

Use the more portable getline.

(joerg)

2011-04-18 03:47:40 UTC MAIN commitmail json YAML

Fix memory leaks.

(joerg)

2011-04-18 03:27:40 UTC MAIN commitmail json YAML

2011-04-18 03:04:31 UTC MAIN commitmail json YAML

balloon_xenbus_attach: use KM_SLEEP for allocation.

Note: please do not use KM_NOSLEEP.

(rmind)

2011-04-18 02:16:55 UTC MAIN commitmail json YAML

Fix --sysroot usage.

(joerg)

2011-04-18 01:47:28 UTC MAIN commitmail json YAML

Replace few simple_lock and ltsleep/wakeup uses with mutex(9) and condvar(9).

Note to all: please replace old primitives in your code! Thanks.

(rmind)

2011-04-18 01:36:25 UTC MAIN commitmail json YAML

Large rewrite of the balloon driver. This one:

- turns balloon into a driver that attaches to xenbus(4). This allows to
disable the functionality either at compile time or boot time via
userconf(4). Driver can implement detach or pmf(9) hooks if deemed
necessary.

- keeps Cherry's locking model, but simplify it a bit. There is now
only one target value serialized inside balloon, we do not feedback
alternative value to Xenstore (clients are not expected to see its value
evolve behind their back, and can't do much about that either)

- implements min threshold; this is an admin-settable value that tells
driver to "not balloon below this threshold." This can be used by domain
to keep memory reservations, useful if activity is expected in the near
future.

- in addition to min threshold, the driver implements internally a
safeguard value (uvmexp.freemin + 1MiB), so that admin cannot
inadvertently set min to a very low value forcing domain into heavy
memory pressure and swapping.

- create the sysctl(8) kern.xen.balloon tree. 4 nodes are actually present
(values are in KiB):
  - min: (rw) an admin-settable value that prevents ballooning below this
          mark
  - max: (ro) the maximum size for reservation, as set by xm(1) mem-max.
  - current: (ro) the current reservation for domain.
  - target:  (rw) the targetted reservation for domain.

- fix a few limitations here and there, most notably the max_reservation
hypercall, and KiB vs pages representations at interfaces.

The driver is still turned off by default. Enabling it would need more
approval, especially from bouyer@, cherry@ and cegger@.

FWIW: tested it two days long, from amd64 dom0 (with dom0 ballooning
enabled for xend), and bunch of domUs. Did not notice anything suspicious.

XXX it still has one big limitation: it cannot hotplug memory pages in
uvm(9) if they were not present beforehand. Example: ballooning above
physmem will give more pages to domain but it won't use it to serve
allocations, unless we teach uvm(9) how to handle the extra pages.

(jym)

2011-04-18 00:47:24 UTC MAIN commitmail json YAML

Simplify logic: at the bottom of the loop, instead of checking if we
should continue and if not breaking unconditionally, check if we
should break and if not use the bottom of the loop to continue to the
next iteration.

(dholland)

2011-04-18 00:47:04 UTC MAIN commitmail json YAML

Goto considered harmful: now the "goto alldone" can be dropped by
reversing the sense of the associated test and using the big block I
moved a couple versions back (and didn't reindent on purpose) as the
body of the if statement.

There are now no gotos in namei_oneroot, only normal loop logic.

(dholland)

2011-04-18 00:46:39 UTC MAIN commitmail json YAML

The "goto alldone" from a couple patches back (inside the loop) can
now be changed to a loop break and another null test and goto outside
the loop. In neither of the other two cases for exiting the loop can
foundobj be null.

(dholland)

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

Goto considered harmful: "goto terminal" can now just be "break".

(dholland)

2011-04-18 00:45:53 UTC MAIN commitmail json YAML

Move the big chunk of code at "terminal:" outside the loop; since it
has an unconditional loop break at the end this can be done safely,
now that the other loop break has been patched out.

Add a spurious set of braces to preserve the indent for the moment.

(dholland)

2011-04-18 00:45:29 UTC MAIN commitmail json YAML

Goto still harmful, but use "goto alldone" in place of a loop break
for now anyway.

(dholland)

2011-04-18 00:45:07 UTC MAIN commitmail json YAML

Goto considered harmful; remove dirloop: in favor of using a loop
continue.

This runs the "are we mounted?" test on every directory instead of
only sometimes; however, it's not exactly an expensive test (null
pointer check) and the prior logic wasn't exactly sensible -- it
checked at the beginning and after following a symlink but, for some
reason, not after crossing a mount point.

(dholland)

2011-04-18 00:43:57 UTC MAIN commitmail json YAML

2011-04-18 00:40:54 UTC MAIN commitmail json YAML

ISSYMLINK is now only referenced inside vfs_lookup.c, and not needed
there, so get rid of it.

(dholland)

2011-04-18 00:38:33 UTC MAIN commitmail json YAML

Back in -r1.60 of nfs_serv.c (a long time ago) VOP_MKNOD was changed
so nfsd no longer needed to do a lookup() call immediately afterwards
to retrieve the newly created object.

Since that change there has been no way for ISSYMLINK to be set upon
return from VOP_MKNOD (or before the call to VOP_MKNOD either) so
remove the test for it and associated block of dead code.

(I do not understand how this code was reachable before then either.
The logic in question is only reached if no object by that name
existed, and there's no reasonable way that a successful call to
VOP_MKNOD should ever create a symlink. The code appears to come from
4.4lite; maybe they had locking bugs?)

(dholland)

2011-04-18 00:26:12 UTC MAIN commitmail json YAML

2011-04-17 23:54:05 UTC MAIN commitmail json YAML

Remove remnants from the past when Xen 2 was still alive.

(jym)

2011-04-17 23:12:38 UTC MAIN commitmail json YAML

Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]

(christos)

2011-04-17 22:35:22 UTC MAIN commitmail json YAML

Recognize --sysroot but don't document it or do anything about it for now.

(christos)

2011-04-17 20:37:43 UTC MAIN commitmail json YAML

ksem_free: remove wrong assert.

(rmind)

2011-04-17 15:15:00 UTC MAIN commitmail json YAML

Suppressing the ACK after the last byte read must not depend on
I2C_OP_STOP_P(), but all read-transfers have to be finished that way.
Otherwise a chip might hang after a read-operation without stop.

Removed sc_start from the softc structure, which is unused.

(phx)

2011-04-17 15:03:37 UTC MAIN commitmail json YAML

Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean &&
make)

(christos)

2011-04-17 14:58:27 UTC MAIN commitmail json YAML

Do not print "M41ST84 Real-time Clock/NVRAM", but "M41T8x Real-time Clock"
when STRTC_NO_USERRAM is defined. This driver should work for all M41T8x
compatible chips (tested on my DSM-G600 with M41T80).

(phx)

2011-04-17 14:05:59 UTC MAIN commitmail json YAML

DSM-G600: Turn off all LEDs when shutting down, to indicate the device
can be switched off.

(phx)

2011-04-17 13:16:59 UTC MAIN commitmail json YAML

Invert the chroot/tcpdump/etc test and make it remove the (not needed
anymore) directory.

(martin)

2011-04-17 13:09:30 UTC MAIN commitmail json YAML

DSM-G600 has a 33.000 MHz oscillator on board.

(phx)

2011-04-17 13:07:18 UTC MAIN commitmail json YAML

2011-04-17 13:04:50 UTC MAIN commitmail json YAML

Get rid of /var/chroot/tcpdump/etc

(martin)

2011-04-17 12:54:23 UTC MAIN commitmail json YAML

Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't
understand that option. This should unbreak tool builds.

(tron)

2011-04-17 12:52:26 UTC MAIN commitmail json YAML

Set "HOSTLIB" before including "bsd.own.mk" to get the destination
directory checks to work properly.

(tron)

2011-04-17 12:33:42 UTC MAIN commitmail json YAML

Add an "exitstring" to the utility menu, so translations can provide
proper strings (like: "back to main menu"). For most translations set
to plain "Exit" (like it used to be) for now - natives, please fix!

(martin)

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

2011-04-17 11:45:40 UTC MAIN commitmail json YAML

Hint from dsl: make sure to have the /etc/protocols file already open
before doing a chroot() if run as root. Easily done by a setprotoent(1)
call. This is a better (less intrusive) fix for PR bin/44721.

(martin)

2011-04-17 10:06:49 UTC MAIN commitmail json YAML

catch up with heimdal update.

(mrg)

2011-04-17 09:50:33 UTC MAIN commitmail json YAML

2011-04-17 09:47:41 UTC MAIN commitmail json YAML

prepare for evbppc modules, and allow overriding the ${MACHINE} for
installed modules.

(mrg)

2011-04-17 09:01:58 UTC MAIN commitmail json YAML

2011-04-17 06:26:02 UTC MAIN commitmail json YAML

2011-04-17 06:18:23 UTC MAIN commitmail json YAML

2011-04-17 05:16:29 UTC MAIN commitmail json YAML

add a "module_machine", that defaults to machine.
allows MD code to override the default subdir for modules.

(mrg)

2011-04-17 01:29:07 UTC MAIN commitmail json YAML

catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes in comments.

(mrg)

2011-04-17 00:37:50 UTC MAIN commitmail json YAML

Use MI routine banner() to print memory size. Also fixes output for systems
with 2GB RAM.

(mlelstv)

2011-04-17 00:05:36 UTC MAIN commitmail json YAML

it's spelled CPPFLAGS not CPPFLAGGS.

(mrg)

2011-04-16 23:58:01 UTC MAIN commitmail json YAML

2011-04-16 22:45:23 UTC MAIN commitmail json YAML

Need --sysroot=/ otherwise ld does not find crt0.o and friends.

(christos)

2011-04-16 22:00:34 UTC MAIN commitmail json YAML

add {man,cat,html}8/x86

(christos)

2011-04-16 21:58:31 UTC MAIN commitmail json YAML

2011-04-16 21:41:25 UTC MAIN commitmail json YAML

Simplify and correct (previous did not work for !defined(DESTDIR)

(christos)

2011-04-16 20:39:18 UTC MAIN commitmail json YAML

- Add nsems_total and track the use of all semaphores (not only named ones).
  Prevents ksem module from unloading while anonymous semaphore(s) are in use.
- ksem_free: add few asserts.

(rmind)

2011-04-16 18:41:59 UTC MAIN commitmail json YAML

Some ports don't (need to) construct separate _pic libraries, so where
MKPICLIB != "yes", refer to libipc.a instead of libipc_pic.a.
Fixes the build for mips and vax.

(he)

2011-04-16 17:45:45 UTC MAIN commitmail json YAML

Use <sys/atomic.h> ops on NetBSD (instead of MD gcc-isms). Stopgap fix
to unbreak the build on some risc platforms.
OK: elric

(martin)

2011-04-16 17:16:13 UTC MAIN commitmail json YAML

2011-04-16 14:03:28 UTC MAIN commitmail json YAML

Make previous compile.

(jakllsch)

2011-04-16 13:47:20 UTC MAIN commitmail json YAML

Ensure PCI_COMMAND_MASTER_ENABLE.

(jakllsch)

2011-04-16 09:51:58 UTC MAIN commitmail json YAML

Add missing .{cat,man} keys.

(nakayama)

2011-04-16 07:32:27 UTC MAIN commitmail json YAML

test that data element lists are not placed by sdp_put_attr(), as
an attribute/value pair should only contain a single data element

(plunky)

2011-04-16 07:19:37 UTC MAIN commitmail json YAML

when placing an attribute/value pair, validate that the value given
is a single data element

(plunky)

2011-04-16 06:39:02 UTC MAIN commitmail json YAML

ACPICA 20110413 is out.

(jruoho)

2011-04-16 05:48:50 UTC MAIN commitmail json YAML

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

PR/44864: Paul Ripke: Compile regular expressions on demand and only once.

(christos)

2011-04-15 22:57:06 UTC MAIN commitmail json YAML

Duplicate item detected, destroying duplicate.

(jym)

2011-04-15 22:05:52 UTC MAIN commitmail json YAML

Really apply roff.c 1.134 for the conditional stack fix

(joerg)

2011-04-15 21:47:39 UTC MAIN commitmail json YAML

Refer to bits in the PCI CSR with using PCI_COMMAND_* instead of
PCI_FLAGS_*: change PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED to
PCI_COMMAND_IO_ENABLE and PCI_COMMAND_MEM_ENABLE, respectively.

(dyoung)

2011-04-15 21:25:07 UTC MAIN commitmail json YAML

2011-04-15 21:24:01 UTC MAIN commitmail json YAML

Hint from Matt Thomas: use evcnt_attach_dynamic_nozero()

(martin)

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

Randomness isn't terribly necessary when we are building tools.

(elric)

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

Don't set pba.pba_flags twice.  No functional change intended.

(dyoung)

2011-04-15 21:02:47 UTC MAIN commitmail json YAML

2011-04-15 21:01:22 UTC MAIN commitmail json YAML

We need to include nbtool_config.h when we build tools.

(elric)

2011-04-15 20:56:52 UTC MAIN commitmail json YAML

Define an empty libinstall:: target instead of the prior methodology
which doesn't necessarily work everywhere.

(elric)

2011-04-15 20:52:36 UTC MAIN commitmail json YAML

Delay initialization of FPU related event counters to cpu_startup() - we
do not expect any events of this type before spinup of all cpus.

(martin)

2011-04-15 19:41:11 UTC MAIN commitmail json YAML

I forgot to fix this.  .BEGIN: is not appropriate for the creation of
these symlinks as during the make obj phase it would attempt to create
them in the current directory.

(elric)

2011-04-15 19:31:07 UTC MAIN commitmail json YAML

2011-04-15 18:05:46 UTC MAIN commitmail json YAML

2011-04-15 17:57:41 UTC MAIN commitmail json YAML

2011-04-15 15:54:12 UTC MAIN commitmail json YAML

ffs_fsync: no need for wapbl_vptomp() here -- vnode is always VREG.

(hannken)

2011-04-15 15:50:28 UTC MAIN commitmail json YAML

2011-04-15 15:30:59 UTC MAIN commitmail json YAML

Clarify ffb EDID entry.

(jdc)

2011-04-15 14:51:22 UTC MAIN commitmail json YAML

On reasonably modern versions of Heimdal, you should not include krb5.h
to get the krb5 GSS functions.  gssapi/gssapi_krb5.h should be included.

[this is necesary for the next Heimdal upgrade as krb5.h inclusion is no
longer effective.]

(elric)

2011-04-15 14:41:11 UTC MAIN commitmail json YAML

Also define GSSAPI_DEPRECATED and KRB5_DEPRECATED as NULL to complete the
work of the prior check in.

(elric)

2011-04-15 14:39:33 UTC MAIN commitmail json YAML

Need a variable to disable using an existent version-script.map as
dist/lib/kadm5 contains one but builds two libs only one of which
uses it.

(elric)

2011-04-15 14:36:31 UTC MAIN commitmail json YAML

2011-04-15 13:47:18 UTC MAIN commitmail json YAML

2011-04-15 13:45:43 UTC MAIN commitmail json YAML

Import mdocml-1.11.1 with a few additional fixes from CVS:

Merge the libraries into a single frontend, libmandoc.
Iinitial support for eqn(1) functionality.

Additional changes:
Portability fixes (tbl_opts.c 1.11, tbl_layout.c 1.18, tbl.c 1.25)
HTML space fixe (mdocml_html.c 1.163)
ROFF conditional nesting bug (roff.c 1.131)

Status:

Vendor Tag: KRISTAPS
Release Tags: mdocml-1-11-1

(joerg)

2011-04-15 13:42:23 UTC MAIN commitmail json YAML

2011-04-15 13:07:38 UTC MAIN commitmail json YAML

2011-04-15 13:04:53 UTC MAIN commitmail json YAML

2011-04-15 12:19:20 UTC MAIN commitmail json YAML

Fix $Id$ -> $NetBSD$ in our own include.

(elric)

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

For the duration of the import and upgrade, we eliminate the marking of
older interfaces as deprecated as this breaks the build and we want to
commit the changes in logical chunks.  We will revert this commit later.

(elric)

2011-04-15 12:16:31 UTC MAIN commitmail json YAML

Quick makefile bits that will use a version-script.map file if it exists
when building libraries.

(elric)

2011-04-15 08:47:02 UTC MAIN commitmail json YAML

move the build of ldd binary to a subdir in order to allow
explict ordering. This makes "make all" work the same as
"make dependall"

(plunky)

2011-04-15 08:43:12 UTC MAIN commitmail json YAML

remove a tray empty line.

(mrg)

2011-04-15 02:05:53 UTC MAIN commitmail json YAML

Swap the command and the thread name in the thread view and let the command
be as long as it wants. (Vladimir Kirillov)

(christos)

2011-04-15 00:01:48 UTC MAIN commitmail json YAML

sys__ksem_close: use fd_close().

(rmind)

2011-04-14 22:19:59 UTC MAIN commitmail json YAML

Define bfd_mach_mips_xlr here to fix the build!

(pgoyette)

2011-04-14 20:32:05 UTC MAIN commitmail json YAML

In ipintr(), don't overwrite ipintrq.ifq_maxlen with IFQ_MAXLEN.

Initialize ipintrq.ifq_maxlen using IFQ_MAXLEN directly instead of using
the global ipqmaxlen.  Get rid of the global ipqmaxlen.

Now it works again to override the maximum IP queue length with, for
example, sysctl -w net.inet.ip.ifq.maxlen=5.

(dyoung)

2011-04-14 20:19:36 UTC MAIN commitmail json YAML

2011-04-14 19:38:21 UTC MAIN commitmail json YAML

Tool for slc, a command built during the Heimdal build.

(elric)

2011-04-14 19:19:20 UTC MAIN commitmail json YAML

src/crypto/external/bsd/heimdal/dist/admin/ktutil.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kadmin/kadmind.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kcm/kcm.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kdc/hprop.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kdc/hpropd.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kdc/kdc.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kdc/kstash.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kdc/string2key.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kuser/kdestroy.1@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kuser/kgetcred.1@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kuser/kinit.1@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/kuser/klist.1@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_in_cred.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3@1.2 / diff / nxr@1.2

Updates to man pages found as diffs in prior location in a batch.

(elric)

2011-04-14 18:23:24 UTC MAIN commitmail json YAML

2011-04-14 18:22:35 UTC MAIN commitmail json YAML

From prior location:

revision 1.2
date: 2010/04/02 15:26:17;  author: christos;  state: Exp;
handle ctime returning NULL.

(elric)

2011-04-14 18:21:32 UTC MAIN commitmail json YAML

From prior location, handle ctime returning NULL.

revision 1.11
date: 2010/04/02 15:25:04;  author: christos;  state: Exp;
make it obvious to grep that ctime is being checked.

and

revision 1.10
date: 2010/04/02 15:23:17;  author: christos;  state: Exp;
handle ctime returning NULL.

(elric)

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

2011-04-14 18:16:21 UTC MAIN commitmail json YAML

Also take the $'s out from around $Id.*$ as well as $Id.* $.  This change
was required because there are many unexanded $Id$'s in Heimdal when you
git clone.

(elric)

2011-04-14 18:12:08 UTC MAIN commitmail json YAML

Replicate changes to get_window_size() made in previous location:

revision 1.7
date: 2010/01/24 16:45:57;  author: christos;  state: Exp;
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!

(elric)

2011-04-14 18:02:08 UTC MAIN commitmail json YAML

Turn on the hack which disables Kerberos if there is no /etc/krb5.conf.
We should review this logic and come up with a better way to do this as
now that there are DNS SRV RRs for locating KDCs, the lack of a config
does not imply that Kerberos should be turned off.

(elric)

2011-04-14 18:00:30 UTC MAIN commitmail json YAML

2011-04-14 17:43:07 UTC MAIN commitmail json YAML

Fix printing of watch{lo,hi} and make mipsNN_watchlo_* use intptr_t so that
sign extention happens.

(matt)

2011-04-14 17:42:00 UTC MAIN commitmail json YAML

cpu_number() returns a u_int

(matt)

2011-04-14 17:41:32 UTC MAIN commitmail json YAML

fix whitespace and comments

(matt)

2011-04-14 16:59:48 UTC MAIN commitmail json YAML

2011-04-14 16:58:58 UTC MAIN commitmail json YAML

Increment correct counter.

(matt)

2011-04-14 16:50:05 UTC MAIN commitmail json YAML

2011-04-14 16:48:59 UTC MAIN commitmail json YAML

2011-04-14 16:27:17 UTC MAIN commitmail json YAML

- adapt to the kernel
- add some options

(yamt)

2011-04-14 16:25:58 UTC MAIN commitmail json YAML

don't link unused library.

(yamt)

2011-04-14 16:23:59 UTC MAIN commitmail json YAML

2011-04-14 16:20:52 UTC MAIN commitmail json YAML

2011-04-14 16:19:35 UTC MAIN commitmail json YAML

bluntly balance estcpu decay for ncpu > 1.  PR/31966.

(yamt)

2011-04-14 16:08:54 UTC MAIN commitmail json YAML

simplify a compile-time assertion

(yamt)

2011-04-14 16:05:59 UTC MAIN commitmail json YAML

fix backtrace of interrupt

(yamt)

2011-04-14 16:04:12 UTC MAIN commitmail json YAML

2011-04-14 16:00:21 UTC MAIN commitmail json YAML

don't bother to register kernel ptp to uvm_object.  from yamt-vmem branch.

(yamt)

2011-04-14 15:57:02 UTC MAIN commitmail json YAML

- comments
- g/c stale extern

(yamt)

2011-04-14 15:55:46 UTC MAIN commitmail json YAML

2011-04-14 15:54:31 UTC MAIN commitmail json YAML

- comments
- whitespace

(yamt)

2011-04-14 15:53:36 UTC MAIN commitmail json YAML

after ip_input.c rev.1.285 and 1.286, restore kernel_lock for if_output.

(yamt)

2011-04-14 15:48:49 UTC MAIN commitmail json YAML

2011-04-14 15:45:28 UTC MAIN commitmail json YAML

2011-04-14 15:44:39 UTC MAIN commitmail json YAML

Only set userlocal register if l == curlwp in cpu_set_lwpprivate.

(matt)

2011-04-14 15:42:02 UTC MAIN commitmail json YAML

- fix _STANDALONE build.
- use __CTASSERT instead of CTASSERT.  enable it for userland.
- __read_mostly.

(yamt)

2011-04-14 15:35:44 UTC MAIN commitmail json YAML

fix _STANDALONE build

(yamt)

2011-04-14 15:34:43 UTC MAIN commitmail json YAML

fix _STANDALONE build

(yamt)

2011-04-14 15:31:20 UTC MAIN commitmail json YAML

fix _STANDALONE build

(yamt)

2011-04-14 15:29:25 UTC MAIN commitmail json YAML

2011-04-14 14:10:23 UTC MAIN commitmail json YAML

2011-04-14 11:17:47 UTC MAIN commitmail json YAML

Fix this so that it builds (missing "struct" keyword).

(he)

2011-04-14 10:07:49 UTC MAIN commitmail json YAML

2011-04-14 09:31:25 UTC MAIN commitmail json YAML

use HOSTPROG to build the mkext program (which creates external.c and
external.h for ccom) rather than HOST_CC directly.

because PROG and HOSTPROG don't play nicely together, put mkext in its
own SUBDIR

(plunky)

2011-04-14 09:25:05 UTC MAIN commitmail json YAML

2011-04-14 09:16:23 UTC MAIN commitmail json YAML

xz-5.0.2 out.

(wiz)

2011-04-14 08:59:10 UTC MAIN commitmail json YAML

2011-04-14 08:21:06 UTC MAIN commitmail json YAML

enable crash(8) for sparc64.  it's still sort of minimal and segvs
on some commands, but it sort of works and isn't useless.

(mrg)

2011-04-14 08:17:42 UTC MAIN commitmail json YAML

2011-04-14 08:17:28 UTC MAIN commitmail json YAML

2011-04-14 08:05:00 UTC MAIN commitmail json YAML

Remove old mfcr/mtcr definitions

(matt)