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 (178d) 

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

2009-04-08 23:13:05 UTC netbsd-5 commitmail json YAML

2009-04-08 23:10:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #681):
sys/kern/sys_socket.c: revision 1.60
Patch out soo_drain until I fix it to work correctly.

(snj)

2009-04-08 23:08:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #680):
sys/fs/tmpfs/tmpfs_vnops.c: revision 1.55
Fix yet another recent crashy bug in tmpfs rename: since the source
dirent is no longer cached in lookup and we do the lookup ourselves
in rename, we are most definitely not allowed to assert that it
matches the source vnode passed as an argument.  In case the source
node does not exist or has been replaced, punt with ENOENT.
Also, nuke some misleading prehistoric comments which haven't been
valid in over a year.
Fixes PR kern/41128 by Nicolas Joly

(snj)

2009-04-08 23:06:15 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #679):
usr.sbin/quot/quot.8: revision 1.13
Fix markup.

(snj)

2009-04-08 23:02:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #633):
sys/dev/scsipi/cd.c: revision 1.291
sys/dev/scsipi/scsipi_cd.h: revision 1.21
Implement MMC_TRACKINFO_DATA and MMC_TRACKINFO_AUDIO detection for cdrom and
dvdrom devices. These two compatibility codes were forgotten when those were
introduced.

(snj)

2009-04-08 21:57:15 UTC MAIN commitmail json YAML

Add getopt.c which got lost.

(christos)

2009-04-08 21:31:31 UTC MAIN commitmail json YAML

Fix off by one error reported by:  Caleb Welton cwelton at greenplum dot com

(christos)

2009-04-08 21:02:09 UTC MAIN commitmail json YAML

soo_ioctl:

- cosmetic change after merge of socket locking patch.
- add a comment.

(ad)

2009-04-08 20:58:41 UTC MAIN commitmail json YAML

Patch out soo_drain until I fix it to work correctly.

(ad)

2009-04-08 19:43:05 UTC MAIN commitmail json YAML

Sync usage with man page.

(wiz)

2009-04-08 19:39:23 UTC MAIN commitmail json YAML

Sort options and option descriptions.
Remove an incomplete sentence ("It will") -- probably pasto.
Give the tagged lists more space for the first column.
Remove unnecessary Bk/Ek pairs.

(wiz)

2009-04-08 19:33:01 UTC MAIN commitmail json YAML

Add glob_pattern_p(3).

(wiz)

2009-04-08 19:28:48 UTC MAIN commitmail json YAML

Link glob(3) to glob_pattern_p(3).

(wiz)

2009-04-08 19:27:39 UTC MAIN commitmail json YAML

Add glob_pattern_p to NAME section.

(wiz)

2009-04-08 19:08:17 UTC MAIN commitmail json YAML

Register new tests for mtree

(apb)

2009-04-08 19:06:30 UTC MAIN commitmail json YAML

Add tests for "mtree -C -S" and "mtree -D -S"; convert previous tests
for "mtree -C" and "mtree -D" to expect the output to be in the same
order as the input.

(apb)

2009-04-08 19:03:13 UTC MAIN commitmail json YAML

The recent addition of sorting to "mtree -C" broke some third party
scripts.  Now make sorting optional, controled by the "-S" flag.

(apb)

2009-04-08 19:02:35 UTC MAIN commitmail json YAML

argh. try to make this portable across all NetBSD platforms.

(christos)

2009-04-08 17:27:28 UTC MAIN commitmail json YAML

2009-04-08 17:24:55 UTC MAIN commitmail json YAML

2009-04-08 17:12:52 UTC MAIN commitmail json YAML

2009-04-08 17:08:03 UTC MAIN commitmail json YAML

Remove redundant declaration of mainbus_attach(), as pointed out by
Thomas Klausner.

Do not compile in the local variable "mba" in mainbus_rescan unless
NPNPBIOS > 0 || NACPI > 0 || NIPMI > 0 || NMCA > 0.  This fixes the
build on systems such as Soekris where none of those options apply.

(dyoung)

2009-04-08 17:03:55 UTC MAIN commitmail json YAML

2009-04-08 16:59:56 UTC MAIN commitmail json YAML

add debug keyword to t_renamerace.debug.  spotted by  Nicolas Joly

(pooka)

2009-04-08 16:31:00 UTC MAIN commitmail json YAML

2009-04-08 16:30:12 UTC MAIN commitmail json YAML

2009-04-08 16:29:18 UTC MAIN commitmail json YAML

2009-04-08 16:28:51 UTC MAIN commitmail json YAML

add glob_pattern_p for glibc because cvs needs it and it is a huge mess
to compile in the gnu glob code.

(christos)

2009-04-08 16:27:52 UTC MAIN commitmail json YAML

Port over NetBSD fixes:
- remove configure hooks to other os's
- handle symlinks in cvsroot
- configurable CVS local directory name
- unlock patch
- setxid patch (handle setuid CVS and drop privileges correctly)
- when __SSP__ avoid alloca
- admin commands in history
- programmable admin group
- always enforce admin group
- protocol independent network handling (handle ipv6)
- correct issue with wrong revision in resurrected files
- centralize cvs password cleanup in memory
- don't segv if we re-enter exit handlers
- more sprintf -> snprintf
- extra empty line in editor buffer
- alias 't' with 'T' in logmsg.c for compatibility
- alias config "LocalKeyword" with "tag" and "UserAdminOptions" with
  "AdminOptions" for compatibility.
- disable Checking-prog and Update-prog for security
- take account of our current umask when computing the mode of files.

(christos)

2009-04-08 15:05:58 UTC MAIN commitmail json YAML

Don't use .\" as callable macro.

(joerg)

2009-04-08 14:37:29 UTC MAIN commitmail json YAML

2009-04-08 14:36:41 UTC MAIN commitmail json YAML

2009-04-08 14:33:12 UTC MAIN commitmail json YAML

Add missing quotes.

(joerg)

2009-04-08 14:32:05 UTC MAIN commitmail json YAML

Remove physical markup. Remove incorrect keep, .Bk is not callable, but
used as such. It doesn't seem to serve any purpose at the point either.

(joerg)

2009-04-08 14:21:55 UTC MAIN commitmail json YAML

Remove physical markup.

(joerg)

2009-04-08 14:20:38 UTC MAIN commitmail json YAML

2009-04-08 13:47:08 UTC MAIN commitmail json YAML

2009-04-08 13:41:54 UTC MAIN commitmail json YAML

Use semantic markup.

(joerg)

2009-04-08 13:37:43 UTC MAIN commitmail json YAML

2009-04-08 13:36:32 UTC MAIN commitmail json YAML

2009-04-08 13:34:46 UTC MAIN commitmail json YAML

tmpfs renamerace test

(pooka)

2009-04-08 13:32:26 UTC MAIN commitmail json YAML

Add ffs tests in kind of a semiguessed fashion.

(pooka)

2009-04-08 13:31:38 UTC MAIN commitmail json YAML

Remove non-sensical .ad macro. Don't use .Xo/.Xc.

(joerg)

2009-04-08 13:30:00 UTC MAIN commitmail json YAML

systime() is not needed here - as the man page clearly points out.
Noticed by pooka.

(martin)

2009-04-08 13:28:17 UTC MAIN commitmail json YAML

Add missing .Os, improve column size.

(joerg)

2009-04-08 13:20:23 UTC MAIN commitmail json YAML

2009-04-08 13:18:56 UTC MAIN commitmail json YAML

Awk has strftime() and systime(), so no need to pipe the output of date
into the script - just do it internally.

(martin)

2009-04-08 13:16:57 UTC MAIN commitmail json YAML

2009-04-08 13:13:42 UTC MAIN commitmail json YAML

2009-04-08 13:12:20 UTC MAIN commitmail json YAML

Fix string literals.

(joerg)

2009-04-08 12:51:43 UTC MAIN commitmail json YAML

Don't indent struct dkbad with tab, the rest of the man page doesn't do
that either.

(joerg)

2009-04-08 12:50:01 UTC MAIN commitmail json YAML

Replace .sp in literal display with empty line.

(joerg)

2009-04-08 12:46:04 UTC MAIN commitmail json YAML

Fix markup of .Nm line, the comma is not part of the function names.

(joerg)

2009-04-08 12:39:27 UTC MAIN commitmail json YAML

sprintf -> snprintf

(joerg)

2009-04-08 12:29:05 UTC MAIN commitmail json YAML

Hmm, this case was for MNT_LOG so enable it.  No wonder I couldn't
repeat the problem with the patch reverted.  regression test
regression.

(pooka)

2009-04-08 12:09:04 UTC MAIN commitmail json YAML

descend into ffs

(pooka)

2009-04-08 12:08:17 UTC MAIN commitmail json YAML

2009-04-08 09:11:34 UTC MAIN commitmail json YAML

* convert to KNF
* pass WARNS

(pooka)

2009-04-08 09:05:16 UTC MAIN commitmail json YAML

atf_tc_fail() instead of err()

(pooka)

2009-04-08 08:57:25 UTC MAIN commitmail json YAML

make test duration bound by time instead of by number of rounds

(pooka)

2009-04-08 06:55:09 UTC MAIN commitmail json YAML

Add usr/tests/util/mtree

(apb)

2009-04-08 00:23:30 UTC MAIN commitmail json YAML

Refactor slightly to create acpi_rescan(), a hook for rescanning the
devices that attach at acpi(4).

Begin deriving an acpi(4) device-detachment hook, acpi_detach(), from
acpi_attach().  The code between #if 0 and #endif still needs to be
turned to the opposite calls (enables to disables, maps to unmaps,
attaches to detaches), which should be run in the opposite order.
Somebody with deep ACPI knowledge can probably finish this off without
too much trouble.

(dyoung)

2009-04-08 00:15:45 UTC MAIN commitmail json YAML

Add acpitimer_detach() to eventually support acpi(4) detachment.

(dyoung)

2009-04-08 00:12:27 UTC MAIN commitmail json YAML

Decrease midi_pcppi_attached when midi at pcppi detaches.

(dyoung)

2009-04-08 00:12:21 UTC netbsd-5 commitmail json YAML

2009-04-08 00:09:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #677):
distrib/sets/sets.subr: revision 1.83
Print debug messages only when MAKEVERBOSE >= 3, not when
it is >= 2.  MAKEVERBOSE=2 is the default, and the messages
are too noisy.

(snj)

2009-04-08 00:06:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kefren in ticket #676):
dist/bzip2/bzip2.c: revision 1.7
fix null references introduced while merging bzip2 1.0.5
fixes PR/41032
ok christos@

(snj)

2009-04-07 23:43:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #674):
sys/kern/uipc_mbuf.c: revision 1.132
m_split0(): If the newly allocated mbuf holds only the header,
don't forget to set m_len to 0. Otherwise whatever will compute the size
of this chain (including s_split() itself if called again on this chain)
will get it wrong, leading to various issues.
Bug exposed by the NFS server code with linux clients using TCP mounts.

(snj)

2009-04-07 23:39:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rafal in ticket #673):
external/mit/libdrm/dist/shared-core/drm.h: revision 1.3
Fix type of DRM_IOCTL_SG_ALLOC ioctl -- it should be input/output instead of
just input.  Noticed while debugging some scatter/gather fixes from FreeBSD.

(snj)

2009-04-07 23:36:38 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #672):
usr.sbin/postinstall/postinstall: revision 1.93 via patch
Now that we use ?= to optionally assing to ddb.onpanic, match that when
testint existing configurations too.

For 5.0, do the same with kern.no_sa_support.

(snj)

2009-04-07 23:28:30 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #669):
sys/arch/x86/pci/ichlpcib.c: revision 1.16
Restore SpeedStep settings on shutdown. Some BIOSes don't like it, if
SpeedStep is enabled and powerdown fails otherwise. Fixes PR kern/40487.

(snj)

2009-04-07 23:25:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #671):
sys/sys/timex.h: revision 1.18
PR#41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to be
parsed as \xcc

(snj)

2009-04-07 23:11:44 UTC MAIN commitmail json YAML

use MTE for simple copy and rectangle operations whenever possible
The speedup is measurable but somewhat erratic because of the MTE's funny
alignment requirements when doing copy operations. Filling rectangles is
much faster this way.

(macallan)

2009-04-07 22:30:09 UTC MAIN commitmail json YAML

Make pcppi(4) detach the "speaker" from attimer(4), so that the
corresponding attimer(4) resource is not perpetually busy: now it
is possible to detach and to reattach pcppi(4).  Make attimer(4)'s
device-detachment hook return EBUSY if pcppi(4) is still attached, so
that pcppi(4) cannot end up with a dangling pointer to attimer(4).

(dyoung)

2009-04-07 22:10:35 UTC MAIN commitmail json YAML

2009-04-07 22:07:54 UTC MAIN commitmail json YAML

Changes for installing with a metalog:
* When installing hard links and using a metalog, if -o, -g, -m, or -f
  args were explicitly specified on the command line, then believe them,
  but do not implicitly believe uname/gname/mode/flags from the file
  system.
* Output fields in the same order used by mtree.

(apb)

2009-04-07 22:01:39 UTC MAIN commitmail json YAML

Let us re-attach acpi0, ipmi0, pnpbios0, and mca0 at mainbus0.

Extract code from mainbus_attach() to create a rescan hook,
mainbus_rescan().  Call mainbus_rescan(, "acpibus"/"ipmibus"/..., ) from
mainbus_attach() in the precise places where we used to attach acpi0,
ipmi0, pnpbios0, and mca0.  This allows, for example, ipmi0 to detach
and re-attach:

# drvctl -d ipmi0
ipmi0: detached
# drvctl -r -a ipmibus mainbus0
ipmi0 at mainbus0
#

Future work will let us detach & re-attach CPUs and the ISA/PCI/EISA
buses at mainbus0.

(dyoung)

2009-04-07 21:49:36 UTC MAIN commitmail json YAML

2009-04-07 21:48:46 UTC MAIN commitmail json YAML

Fix spelling: indrect -> indirect.

(dyoung)

2009-04-07 21:47:58 UTC MAIN commitmail json YAML

When ipmi0 detaches, free all of the ipmi_sensor's on the (global!)
ipmi_sensor_list.

(dyoung)

2009-04-07 21:00:31 UTC MAIN commitmail json YAML

In ipmi_detach(), don't sysmon_envsys_destroy(), but just _unregister():
_unregister() calls _destroy().

(dyoung)

2009-04-07 20:51:46 UTC MAIN commitmail json YAML

2009-04-07 20:49:29 UTC netbsd-5 commitmail json YAML

2009-04-07 20:48:40 UTC netbsd-5 commitmail json YAML

Back out ticket 654, as it exposes issues with mtree's handling
of hard links.

(snj)

2009-04-07 20:46:21 UTC MAIN commitmail json YAML

Print debug messages only when MAKEVERBOSE >= 3, not when
it is >= 2.  MAKEVERBOSE=2 is teh default, and the messages
are too noisy.

(apb)

2009-04-07 19:52:35 UTC MAIN commitmail json YAML

Fixes from christos for pr-41167

XXX -X is still broken, but that wasn't part of this PR.

(perry)

2009-04-07 19:52:04 UTC MAIN commitmail json YAML

Add myself to the list of developers.

(tez)

2009-04-07 19:28:41 UTC MAIN commitmail json YAML

2009-04-07 18:42:30 UTC MAIN commitmail json YAML

Reload sc_ctrl in wm_reset().

Add an ICH10 entry.

Remove some obsolete comments.

(msaitoh)

2009-04-07 18:41:06 UTC MAIN commitmail json YAML

2009-04-07 18:40:39 UTC MAIN commitmail json YAML

add 82801J_D_BM_LF (ICH10)

(msaitoh)

2009-04-07 18:35:49 UTC MAIN commitmail json YAML

2009-04-07 18:35:17 UTC MAIN commitmail json YAML

Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown.
Destroy sd->sc_callout in sddetach().  Delete some dead code in
cddetach().

(dyoung)

2009-04-07 18:34:18 UTC MAIN commitmail json YAML

Fix typo that slipped in a while ago.  Fixes non-file mounts.

(pooka)

2009-04-07 18:31:12 UTC MAIN commitmail json YAML

Detach midi at pcppi during shutdown.  Sprinkle static.

(dyoung)

2009-04-07 18:25:26 UTC MAIN commitmail json YAML

Detach ehci(4) and uhci(4) at shutdown.

(dyoung)

2009-04-07 18:24:23 UTC MAIN commitmail json YAML

Add opt_intrdebug.h for the INTRDEBUG option, and #include it here and
there.  Fixes GENERIC/i386 compilation with 'options INTRDEBUG'.

(dyoung)

2009-04-07 18:23:37 UTC MAIN commitmail json YAML

Fix about TBI mode. This fix doesn't influence MII mode.
- 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.

Tested on PRO/1000T, PRO/1000XF and PRO/1000 MF.

(msaitoh)

2009-04-07 18:16:28 UTC MAIN commitmail json YAML

Cosmetic: join lines.

(dyoung)

2009-04-07 18:15:45 UTC MAIN commitmail json YAML

Detach uhub(4) and usb(4) at shutdown.

(dyoung)

2009-04-07 18:10:45 UTC MAIN commitmail json YAML

Destroy a scsipi_xfer's callout before putting it back into the pool.

(dyoung)

2009-04-07 18:07:10 UTC MAIN commitmail json YAML

Destroy sc->bnx_timeout in bnx_detach().

(dyoung)

2009-04-07 18:06:41 UTC MAIN commitmail json YAML

fix another missing "prev" link

(apb)

2009-04-07 18:05:55 UTC MAIN commitmail json YAML

Detach brgphy(4) at shutdown.

(dyoung)

2009-04-07 18:05:02 UTC MAIN commitmail json YAML

In mii_phy_detach(), destroy the NWay callout.

(dyoung)

2009-04-07 18:02:04 UTC MAIN commitmail json YAML

Cosmetic: remove some dead code.

(dyoung)

2009-04-07 18:01:20 UTC MAIN commitmail json YAML

Cosmetic: flag a potential problem in ata_channel_attach():
it initializes a callout that does not appear to be destroyed
anywhere. Every callout_init() should ordinarily be matched by a
callout_destroy().

(dyoung)

2009-04-07 17:59:18 UTC MAIN commitmail json YAML

During shutdown, detach attimer at acpi.

(dyoung)

2009-04-07 17:55:55 UTC MAIN commitmail json YAML

Declare mididetach() for use by midi0 at pcppi0.

(dyoung)

2009-04-07 17:54:58 UTC MAIN commitmail json YAML

Cosmetic: in a debug statement, use "%s", __func__ instead of a
misspelling of the detach routine's name.

(dyoung)

2009-04-07 17:53:46 UTC MAIN commitmail json YAML

Add a device-detachment hook for ipmi(4).

(dyoung)

2009-04-07 17:52:36 UTC MAIN commitmail json YAML

Detach pchb(4) instances at shutdown.

(dyoung)

2009-04-07 17:51:46 UTC MAIN commitmail json YAML

Detach sysbeep0 at shutdown.

(dyoung)

2009-04-07 14:47:53 UTC MAIN commitmail json YAML

Add Realtek ALC663 and treat like ALC662 (ok pooka@)

(stacktic)

2009-04-07 13:52:08 UTC MAIN commitmail json YAML

2009-04-07 12:38:13 UTC MAIN commitmail json YAML

2009-04-07 12:25:19 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-07 11:49:18 UTC MAIN commitmail json YAML

2009-04-07 10:49:54 UTC MAIN commitmail json YAML

Explicitly pass a specific buffer length to format_bytes() to
make it print memory sizes in humanized readable digits.

(tsutsui)

2009-04-07 10:45:06 UTC MAIN commitmail json YAML

Improve UFS2 root handling on sysinst:
- add HAVE_UFS2_BOOT define on ports which have UFS2 capable loader
- reject UFS2 for root file system on ports !HAVE_UFS2_BOOT
- add a MI function to get bootxx name from root file system type
  per MD defines and remove md_bootxx_name() from arch/i386/md.c,
  so that alpha can use bootxx_ffsv2 for UFS2 as well as x86

Tested on i386 and alpha with FFSv1 and FFSv2, and also
tested on vax (on simh) for !HAVE_UFS2_BOOT case.
de translation is provided by martin@.

No objection on tech-install, and "move forward with it" from perry@.

XXX1: not tested on all ports, more ports might/could have UFS2 root support
XXX2: no es, fr, and pl translations, even en message should be improved
XXX3: alpha has a fixed en message without MSG

(tsutsui)

2009-04-07 05:50:11 UTC MAIN commitmail json YAML

fix a logic error in the previous, as point out by frank kardel.

(mrg)

2009-04-07 01:52:26 UTC MAIN commitmail json YAML

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.

(dholland)

2009-04-06 22:58:10 UTC MAIN commitmail json YAML

Use functions from disk(9) framework. Initialize disk/disklabel during
dm_device_create_ioctl, before calling dmgetdisklabel.
Use disk_busy/disk_unbusy in dmstrategy to display LVM LV's in iostat
output.

(haad)

2009-04-06 22:48:26 UTC MAIN commitmail json YAML

Fix build on amd64. Patch sent by dieter roelants.

(haad)

2009-04-06 21:22:47 UTC MAIN commitmail json YAML

2009-04-06 20:47:17 UTC MAIN commitmail json YAML

2009-04-06 20:46:44 UTC MAIN commitmail json YAML

compile in snapshot code

(pooka)

2009-04-06 20:41:29 UTC MAIN commitmail json YAML

2009-04-06 20:40:33 UTC MAIN commitmail json YAML

In case using mmio, use windowing instead of trying to map the
entire image.

Benefits:
  * the whole image does not need to fit into VA
  * a core dump is not of gargantuan proportions

Performance is pretty close to one whopping mmap.  I'll finetune
the parameters later, although the current ones seem pretty good
in initial testing.

(pooka)

2009-04-06 19:33:22 UTC MAIN commitmail json YAML

fix null references introduced while merging bzip2 1.0.5
fixes PR/41032
ok christos@

(kefren)

2009-04-06 18:49:16 UTC MAIN commitmail json YAML

2009-04-06 17:34:13 UTC MAIN commitmail json YAML

Note addition of new Czech (QWERTY) keyboard layout.

PR kern/16216

ok agc@ jdc@

(mkirby)

2009-04-06 17:32:10 UTC MAIN commitmail json YAML

Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.

Original code from Lubomir Kundrak, adapted to current and cleaned up by me.

Fixes PR kern/16216

ok agc@ jdc@

(mkirby)

2009-04-06 15:06:00 UTC MAIN commitmail json YAML

2009-04-06 14:45:11 UTC MAIN commitmail json YAML

* dump op-specific return info before the generic one
* dump readdir response values

(pooka)

2009-04-06 14:09:57 UTC MAIN commitmail json YAML

Fix reference leak in fix for PR kern/40948.
Pointed out by David Holland.

(pooka)

2009-04-06 12:50:37 UTC MAIN commitmail json YAML

2009-04-06 12:47:20 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-06 12:43:26 UTC MAIN commitmail json YAML

assym.fth.h also requires sparc symlink. Fix build without DESTDIR.

(tsutsui)

2009-04-06 12:38:35 UTC MAIN commitmail json YAML

redo previous to fix amd64 build

(lukem)

2009-04-06 12:36:27 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-06 12:35:21 UTC MAIN commitmail json YAML

2009-04-06 12:33:11 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-06 12:32:30 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-06 12:27:01 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-06 12:19:16 UTC MAIN commitmail json YAML

remove mispelt WARNS.  (it will be set in ../Makefile.inc "soon")

(lukem)

2009-04-06 12:18:19 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-06 12:03:50 UTC MAIN commitmail json YAML

MNT_SOFTDEP -> MNT_LOG in example.  pointed out by mrg.

(pooka)

2009-04-06 03:27:39 UTC MAIN commitmail json YAML

release root vnode at unmount

(pooka)

2009-04-06 00:48:19 UTC MAIN commitmail json YAML

make fileio.h work with objdir.

(christos)

2009-04-06 00:48:05 UTC MAIN commitmail json YAML

2009-04-06 00:30:33 UTC MAIN commitmail json YAML

Now that we use ?= to optionally assing to ddb.onpanic, match that when
testint existing configurations too.

(martin)

2009-04-05 22:22:27 UTC MAIN commitmail json YAML

2009-04-05 21:19:37 UTC MAIN commitmail json YAML

Fix broken build from missing comma. (HI CHRISTOS!!)

(dholland)

2009-04-05 19:59:27 UTC MAIN commitmail json YAML

PR/41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to be
parsed as \xcc

(christos)

2009-04-05 17:33:11 UTC MAIN commitmail json YAML

use the proper status variable.

(christos)

2009-04-05 16:31:21 UTC MAIN commitmail json YAML

m_split0(): If the newly allocated mbuf holds only the header,
don't forget to set m_len to 0. Otherwise whatever will compute the size
of this chain (including s_split() itself if called again on this chain)
will get it wrong, leading to various issues.

Bug exposed by the NFS server code with linux clients using TCP mounts.

(bouyer)

2009-04-05 15:47:03 UTC MAIN commitmail json YAML

Fix broken "prev" pointer in one case.

(apb)

2009-04-05 15:10:41 UTC MAIN commitmail json YAML

Invariants should be tested for with KASSERT instead of semi-pretending
that them not holding is an acceptable error condition.

(pooka)

2009-04-05 12:15:07 UTC MAIN commitmail json YAML

Watch one's "p"s and "q"s and fix cast aspersions on alpha ("warning: field
precision should have type 'int', but argument 2 has type 'long int'")

(dogcow)

2009-04-05 12:06:33 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-05 12:04:04 UTC MAIN commitmail json YAML

2009-04-05 12:03:48 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-05 11:55:39 UTC MAIN commitmail json YAML

2009-04-05 11:50:52 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-05 11:48:03 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-05 09:56:16 UTC MAIN commitmail json YAML

buildfix: include <sys/device.h> for device_t

(cegger)

2009-04-05 08:33:04 UTC MAIN commitmail json YAML

buildfix: include <sys/selinfo.h> for struct selinfo.

(cegger)

2009-04-05 06:50:12 UTC MAIN commitmail json YAML

Add some noticeable changes pulled up recently.

(tsutsui)

2009-04-05 03:37:07 UTC MAIN commitmail json YAML

Provide pmf(9) hooks that do what dopowerhooks(9) hook does.

XXX: Do NOT call pmf_class_network_register() yet, b/c db8320.c
doesn't provide if_stop method!

(uwe)

2009-04-05 02:35:03 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-05 02:29:40 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-05 02:23:00 UTC MAIN commitmail json YAML

Register null hooks with pmf(9) for now, which is no worse than before
and allows us to test other things.  Power management is still done
via CONFIG_HOOK_POWERCONTROL_LCD.

(uwe)

2009-04-05 02:19:57 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-05 02:18:59 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-05 02:18:41 UTC MAIN commitmail json YAML

Remove unused check_partitions().
The similar check is done in check_one_root() in label.c.

(tsutsui)

2009-04-05 02:17:18 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-05 02:14:41 UTC MAIN commitmail json YAML

Register with pmf(9).  Thus we register with both dopowerhooks(9) and
pmf(9), but they are mutually exclusive (apm(4) vs apmdev(4)).

Express pmf(9) hooks in terms of dopowerhooks(9) hook - the reverse
would be more natural, but pmf hook signature is hidden behind
PMF_FN_ARGS/PMF_FN_CALL, so just go the least intrusive way for now.

(uwe)

2009-04-05 02:04:40 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-05 01:48:47 UTC MAIN commitmail json YAML

Split device_t and softc.

(uwe)

2009-04-05 00:57:56 UTC MAIN commitmail json YAML

2009-04-05 00:56:20 UTC MAIN commitmail json YAML

Register null hooks with pmf(9) for now, which is no worse than before
and allows us to test other things.

(uwe)

2009-04-05 00:54:21 UTC MAIN commitmail json YAML

Remove __HAVE_UFS2_BOOT since it belongs to sysinst for now.
"Feel free to change it" by ad@.

(tsutsui)

2009-04-05 00:50:52 UTC MAIN commitmail json YAML

- introduce machine dependent DEFAULT_UFS2 and HAVE_UFS2_BOOT flags in md.h
- use those flags to change default ffs type, rather than adding
  __HAVE_UFS2_BOOT in <machine/types.h>

Okay'ed by martin@, briefly tested on i386.

(tsutsui)

2009-04-05 00:34:42 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.
btnmgr(4) is just a hub for other devices to plug into with
config_hook(9), there is no real hardware to manage.

(uwe)

2009-04-05 00:26:00 UTC MAIN commitmail json YAML

Register null hooks with pmf(9) for now, which is no worse than before
and allows us to test other things.

(uwe)

2009-04-05 00:22:53 UTC MAIN commitmail json YAML

Register null hooks with pmf(9) for now, which is no worse than before
and allows us to test other things.

(uwe)

2009-04-05 00:22:28 UTC MAIN commitmail json YAML

Register null hooks with pmf(9) for now, which is no worse than before
and allows us to test other things.

(uwe)

2009-04-05 00:17:57 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-05 00:04:52 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-04 23:56:06 UTC netbsd-5 commitmail json YAML

2009-04-04 23:47:47 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jld in ticket #668):
dist/nvi/vi/v_at.c: revision 1.3
Make vi's '@' command work again; a precedence warning fix in r1.2 added
parens in the wrong place such that '@' did nothing.  Needs pullup to -5.
Reported by Ed Ravin; fixes PR 41134.

(snj)

2009-04-04 23:45:24 UTC MAIN commitmail json YAML

Register with pmf(9), tell it we don't need anything.

(uwe)

2009-04-04 23:42:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #667):
libexec/makewhatis/makewhatis.c: revision 1.47
In addwhatis(), two items should not be treated as duplicates unless
both the "data" and "prefix" elements are identical.  For example, the
two lines
amiga/boot (8) - system bootstrapping procedures
amd64/boot (8) - system bootstrapping procedures
both appear with data = "boot (8) - system bootstrapping procedures" but
with different values for prefix, and we do not want to reject one of
them as a duplicate.

(snj)

2009-04-04 23:40:22 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #666):
usr.sbin/envstat/envstat.c: revision 1.72
fix pasto: don't print the critcap when the warncap was asked. Also off by
one in length. From Anon-Ymous.
XXX: Should pull up to 5.0

(snj)

2009-04-04 23:36:28 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #661):
sys/arch/xen/xen/xenevt.c: revision 1.32
sys/compat/svr4/svr4_net.c: revision 1.56
sys/compat/svr4_32/svr4_32_net.c: revision 1.19
sys/dev/dmover/dmover_io.c: revision 1.32
sys/dev/putter/putter.c: revision 1.21
sys/kern/kern_descrip.c: revision 1.190
sys/kern/kern_drvctl.c: revision 1.23
sys/kern/kern_event.c: revision 1.64
sys/kern/sys_mqueue.c: revision 1.14
sys/kern/sys_pipe.c: revision 1.109
sys/kern/sys_socket.c: revision 1.59
sys/kern/uipc_syscalls.c: revision 1.136
sys/kern/vfs_vnops.c: revision 1.164
sys/kern/uipc_socket.c: revision 1.188
sys/net/bpf.c: revision 1.144
sys/net/if_tap.c: revision 1.55
sys/opencrypto/cryptodev.c: revision 1.47
sys/sys/file.h: revision 1.67
sys/sys/param.h: patch
sys/sys/socketvar.h: revision 1.119
Add fileops::fo_drain(), to be called from fd_close() when there is more
than one active reference to a file descriptor. It should dislodge threads
sleeping while holding a reference to the descriptor. Implemented only for
sockets but should be extended to pipes, fifos, etc.
Fixes the case of a multithreaded process doing something like the
following, which would have hung until the process got a signal.
thr0 accept(fd, ...)
thr1 close(fd)

(snj)

2009-04-04 23:26:06 UTC MAIN commitmail json YAML

2009-04-04 23:24:07 UTC MAIN commitmail json YAML

Also put bootxx_ffsv2 into installation ramdisk.

XXX: is it worth to put bootxx_lfs nowadays?

(tsutsui)

2009-04-04 23:13:18 UTC MAIN commitmail json YAML

Restore SpeedStep settings on shutdown. Some BIOSes don't like it, if
SpeedStep is enabled and powerdown fails otherwise. Fixes PR kern/40487.

(joerg)

2009-04-04 23:04:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #658):
sys/dev/ccd.c: revision 1.133 via patch
sys/dev/ccdvar.h: revision 1.31
Fix problems with ccd:
- Pending async I/O was tossed on unconfigure (should not happen, but..)
- It could exhaust memory under heavy I/O load.
- If memory allocation failed, disk transfers could stall.
- v_numoutput was updated without v_interlock held.
Additionally:
- Make it MPSAFE.
- Use kmem_alloc().

(snj)