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 (1m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 08:11:34 UTC Now

2011-02-16 18:43:35 UTC MAIN commitmail json YAML

Cleanup intr_info initialization.  Make it per SVR.

(matt)

2011-02-16 18:42:33 UTC MAIN commitmail json YAML

Fix CLKF_INTR
Add debug evcnt.

(matt)

2011-02-16 18:41:48 UTC MAIN commitmail json YAML

Add little endian bus_space_tags.
Note highest memory in cpu_softc.

(matt)

2011-02-16 18:39:34 UTC MAIN commitmail json YAML

remove some unnecessary pointer typecasts
(one was wrong on BE systems, but was harmless here because the
result is effectively unused)

(drochner)

2011-02-16 18:39:27 UTC MAIN commitmail json YAML

Add MPC8533 SVR.  Fix DBCR0 IAC bits

(matt)

2011-02-16 18:38:48 UTC MAIN commitmail json YAML

Add USB_SNOOP1/2 related definitions

(matt)

2011-02-16 18:35:39 UTC MAIN commitmail json YAML

Fix signed / unsigned issues. Refactor basename usage to use a local
copy and do it only once, not for each pattern. Remove late inline.

(joerg)

2011-02-16 17:57:44 UTC MAIN commitmail json YAML

2011-02-16 17:56:46 UTC MAIN commitmail json YAML

2011-02-16 17:53:31 UTC MAIN commitmail json YAML

Add flags -v, -x, and -z for verbose, debug, and silent shutdowns,
respectively, by passing flags AB_VERBOSE, AB_DEBUG, and/or AB_SILENT to
reboot(2).

(dyoung)

2011-02-16 16:22:13 UTC MAIN commitmail json YAML

Install "obsolete" files only when necessary.

(uebayasi)

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

Generate MAKEDEV only when really necessary.  Write dependency correctly.

(uebayasi)

2011-02-16 16:02:52 UTC MAIN commitmail json YAML

2011-02-16 15:52:51 UTC MAIN commitmail json YAML

To install 0-sized files, check if the destination already has one.
This avoids unnecessary updates (== timestamp changes in METALOG).

(uebayasi)

2011-02-16 15:34:18 UTC MAIN commitmail json YAML

Don't use hijack here since exec is now easy in pure rump clients.

(pooka)

2011-02-16 15:33:47 UTC MAIN commitmail json YAML

Push the fiddly tasks for exec and fork from rumphijack to rumpclient.
This makes it possible easily execute those operations also from
non-hijacked rump clients (plus fixes one memory leak in an error
branch).

(pooka)

2011-02-16 13:15:49 UTC MAIN commitmail json YAML

2011-02-16 12:58:38 UTC MAIN commitmail json YAML

Fix header, format and total count of system interrupt counters.

(nakayama)

2011-02-16 10:13:00 UTC MAIN commitmail json YAML

Miscellaneous improvements from Garrett Cooper:
- Add to variables only once, instead of from within a loop.
- Use :tl instead of :M to match against strings for readability.
- Use CLEANFILES instead of a custom clean target.

Full release built successfully after this change.

(jmmv)

2011-02-16 10:08:05 UTC MAIN commitmail json YAML

As suggested by Sverre Froyen in a follow-up to PR # 41698, change the
sensor names to real words (e.g. "temperature 1" instead of "TEMP_1").
No functional change; only consistent envstat(8) output with other sensors.

(jruoho)

2011-02-16 09:57:57 UTC MAIN commitmail json YAML

Add (commented) aps(4) from i386 GENERIC.

(jruoho)

2011-02-16 09:05:13 UTC MAIN commitmail json YAML

2011-02-16 08:35:53 UTC MAIN commitmail json YAML

2011-02-16 08:19:57 UTC MAIN commitmail json YAML

2011-02-16 08:08:14 UTC MAIN commitmail json YAML

2011-02-16 08:01:53 UTC MAIN commitmail json YAML

2011-02-16 07:30:28 UTC MAIN commitmail json YAML

2011-02-16 06:14:01 UTC MAIN commitmail json YAML

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

RCSMETALOG: treat initial clean_METALOG nicely.

(uebayasi)

2011-02-16 05:18:35 UTC MAIN commitmail json YAML

Add a hook to version METALOG using rcs(1).

(uebayasi)

2011-02-16 03:47:22 UTC MAIN commitmail json YAML

- merge conflicts
- Fix UNUSED macro to not have "NULL EFFECT"
- Add /*CONSTCOND*/ to while (0) loops
- Change do while (1) loops to for (;;)
- remove stray continue from do while (0) loop.
- remove "" in comments that confuse lint
- fix strict aliases
- fix non ansi prototypes

(christos)

2011-02-16 03:45:23 UTC MAIN commitmail json YAML

2011-02-16 03:42:18 UTC MAIN commitmail json YAML

2011-02-16 03:16:58 UTC MAIN commitmail json YAML

Build certain file-systems and options(7) as module(7). 32 and 64 bits
support are still builtin, as well as FFS, NFS, TMPFS, and most COMPAT
code. Saves approx. 750kiB.

Reflect this in INSTALL kernel, where we have to support more file systems
statically.

See http://mail-index.netbsd.org/port-amd64/2011/02/13/msg001318.html

(jym)

2011-02-16 02:14:23 UTC MAIN commitmail json YAML

Property name change:
  SASLC_PROP_SERVICENAME ("SERVICENAME")
to
  SASLC_PROP_SERVNAME ("SERVNAME")

Hopefully this will avoid confusion with SASLC_PROP_SERVICE ("SERVICE").
SERVNAME is also closer to the name used in the RFC2831 ("serv-name").
(Discussed with christos@.)

Change the hash parameters to keep that collision-less after the above
name change.

While here, go back to using .Sh in the manpage for unknown section
headers as the PostScript output from .Ss is slightly different.
(Discussed with wiz@.)

(christos)

2011-02-16 01:31:34 UTC MAIN commitmail json YAML

2011-02-15 23:17:02 UTC MAIN commitmail json YAML

Move default definition of "PKGROOT" inside the "HAVE_CYRUS_SASL" block
as it shouldn't be used anywhere else.

(tron)

2011-02-15 20:24:11 UTC MAIN commitmail json YAML

Reset the firmware waking vector on resume. Adapted from FreeBSD and Linux.
No functional change intended.

(jruoho)

2011-02-15 19:40:42 UTC MAIN commitmail json YAML

2011-02-15 19:39:13 UTC MAIN commitmail json YAML

implement pmap_mmap_flags() and teach PowerPC's bus_space_mmap() to actually
use BUS_SPACE_MAP_PREFETCHABLE which, now that /dev/pci* knows how to use it,
helps improve X performance

(macallan)

2011-02-15 18:36:08 UTC MAIN commitmail json YAML

From Anon Ymous:
1) Fix a memory leak in cipher_context_create().
2) Fix a goof in the construction of the digest-uri.
3) Allow SASLC_PROP_SERVICENAME to be a hostname qualified comma
delimited list of service names to select from and update the manpage
to reflect this.
4) Make libsaslc.3 pass mdoclint(1).

(christos)

2011-02-15 18:10:33 UTC MAIN commitmail json YAML

Fix wrong assertion logic.

(jruoho)

2011-02-15 18:07:31 UTC matt-nb5-mips64 commitmail json YAML

Fix a BE64 bug not fetching argc correctly

(matt)

2011-02-15 17:52:52 UTC bouyer-quota2 commitmail json YAML

2011-02-15 17:50:47 UTC MAIN commitmail json YAML

2011-02-15 16:49:54 UTC MAIN commitmail json YAML

2011-02-15 16:45:57 UTC bouyer-quota2 commitmail json YAML

2011-02-15 16:29:10 UTC MAIN commitmail json YAML

Fix non-fortify build.

(christos)

2011-02-15 16:19:33 UTC MAIN commitmail json YAML

From Anon Ymous:

1) libsaslc is an SASL client only.
2) dovecot is an SASL server only.
3) cyrus-sasl is both a client and a server.
4) postfix allows us to have multiple SASL servers and clients.
5) The SASL server to use at runtime is determined by the setting of
  "smtpd_sasl_type" in main.cf (note that is smtpd_ not smtp_).  If
  that is not set, then it defaults to the value of
  DEF_SERVER_SASL_TYPE at build time, which if not set, defaults to
  "cyrus".  See postfix/dist/src/global/mail_params.h.
6) The SASL client to use at runtime is determined by the setting of
  "smtp_sasl_type" in main.cf.  If that is not set, then it defaults
  to the value of DEF_CLIENT_SASL_TYPE at build time, which if not
  set, defaults to "cyrus".  See postfix/dist/src/global/mail_params.h.
7) If MKCRYPTO is "no", libsaslc will not link as it requires the
  crypto libraries, so libsaslc cannot be enabled (as it was before)
  without crypto.
8) I have made the definition of DEF_CLIENT_SASL_TYPE conditional on
  MKCRYPTO due to (7).  Without crypto it will default to cyrus.
9) HAVE_CYRUS_SASL is _never_ defined during a normal build and _never_
  should be!  It is there for the convenience of users who wish to
  install cyrus-sasl and rebuild postfix with it.  It is also very
  useful for testing if it is suspected that something might be wrong
  with libsaslc.  PLEASE DO NOT REMOVE IT!

(christos)

2011-02-15 16:10:41 UTC MAIN commitmail json YAML

Cleanup server socket before sending back "ok" for halt.  Fixes
some occasionally-seen race conditions in tests which do server
restarts (e.g. the raidframe tests).

(pooka)

2011-02-15 15:57:34 UTC MAIN commitmail json YAML

remove unnecessary debug printf

(pooka)

2011-02-15 15:54:56 UTC MAIN commitmail json YAML

2011-02-15 15:54:29 UTC MAIN commitmail json YAML

2011-02-15 15:18:37 UTC MAIN commitmail json YAML

another day, another tp

(pooka)

2011-02-15 15:16:46 UTC MAIN commitmail json YAML

2011-02-15 14:24:23 UTC MAIN commitmail json YAML

2011-02-15 14:01:52 UTC MAIN commitmail json YAML

dup() is now implemented using fcntl()

(pooka)

2011-02-15 13:59:28 UTC MAIN commitmail json YAML

Properly implement fcntl commands: F_DUPFD, F_CLOSEM, F_MAXFD

(pooka)

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

retire azalia from GENERIC

(jmcneill)

2011-02-15 11:43:54 UTC MAIN commitmail json YAML

augment comment

(pooka)

2011-02-15 11:30:22 UTC MAIN commitmail json YAML

give memfault_sun*() some entry points that both gdb and ddb will find.

(mrg)

2011-02-15 11:21:32 UTC MAIN commitmail json YAML

Fix partition ids in the previous disklabel(8)'s COMPAT_386BSD_MBRPART entry.

(tsutsui)

2011-02-15 11:18:49 UTC MAIN commitmail json YAML

Note hp700 HIL support.

(tsutsui)

2011-02-15 11:05:51 UTC MAIN commitmail json YAML

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

- move nmi_sun4m intr counting into nmi_soft/nmi_hard.
- request the appropriate stack space for nmi_sun4m, in particular,
  make sure we have space for %g2...%g5.  now entering ddb via eg,
  serial break no longer causes cpu1 to fault.

(mrg)

2011-02-15 10:37:08 UTC MAIN commitmail json YAML

2011-02-15 10:35:39 UTC MAIN commitmail json YAML

- make local functions static
- remove parentheses from return
- use aprint_error(9)

(tsutsui)

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

Add an "exec" callback for the proxy code.  The client can now
notify the rump kernel of an exec having taken place.

(pooka)

2011-02-15 10:32:57 UTC MAIN commitmail json YAML

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

2011-02-15 09:56:33 UTC MAIN commitmail json YAML

sprinkle some kpreempt_{dis,en}able() in various strategic points
we will need when we get to actually enabling kernel preemption.

(mrg)

2011-02-15 09:05:15 UTC MAIN commitmail json YAML

2011-02-15 08:57:02 UTC MAIN commitmail json YAML

add AGP v3 support to agp_generic_enable from FreeBSD

(jmcneill)

2011-02-15 08:56:11 UTC MAIN commitmail json YAML

print AGP mode (v3/v2compat/v2) with aprint_debug instead of aprint_normal

(jmcneill)

2011-02-15 08:25:26 UTC MAIN commitmail json YAML

Bug fix: in a game with 26 planes, the last one to be allocated wouldn't
be allocated if it was the only eligible one.
From Jonathan David Amery via Debian Bug report 214626.

(is)

2011-02-15 04:06:44 UTC MAIN commitmail json YAML

don't muck with the LVDS_BLON bit

(macallan)

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

port-i386/44563: boot loader prompt doesn't read keyboard input on a MacBook1,1

check for keystroke (int 16h, AH=01h) before getting keystroke (int 16h,
AH=00h), fixes bootloader keyboard input with Apple firmware, from Taylor R
Campbell

(jmcneill)

2011-02-14 21:29:45 UTC MAIN commitmail json YAML

2011-02-14 21:13:17 UTC MAIN commitmail json YAML

2011-02-14 21:00:17 UTC MAIN commitmail json YAML

fix nic name in diagnostic.  from sandrof

(pooka)

2011-02-14 20:55:36 UTC bouyer-quota2 commitmail json YAML

When reading quota1 entries, initialize default quota to unlimited,
for POLA when using -x.
When displaying quotas, do not skip users which have a 0 usage but are
overquota.
When -v is used display all existing quota entries, including those with a
0 usage.

(bouyer)

2011-02-14 20:38:57 UTC bouyer-quota2 commitmail json YAML

With quota2 semantic, we may be overquota even if usage is 0.
Print quota in default output in this case.

(bouyer)

2011-02-14 20:35:24 UTC bouyer-quota2 commitmail json YAML

The rpc.rquotad protocol uses the legacy definitions and integer types.
Convert from/to dqblk using the quota1_subr.c routines to have the
necessery convertions done.

(bouyer)

2011-02-14 19:56:30 UTC MAIN commitmail json YAML

explicitly set BLOCKSIZE so that we don't get fooled again

(pooka)

2011-02-14 19:54:29 UTC MAIN commitmail json YAML

2011-02-14 19:26:18 UTC netbsd-5 commitmail json YAML

Fix fallout from ticket #1524 (patch applied twice to new files),
pointed out by veego@

(bouyer)

2011-02-14 18:51:45 UTC MAIN commitmail json YAML

Fix small negligence mistake.

(jruoho)

2011-02-14 18:49:31 UTC MAIN commitmail json YAML

one more botched statistics counter (could increment semi-random locations)

(drochner)

2011-02-14 18:41:09 UTC MAIN commitmail json YAML

ACPICA 20110211 is out.

(Mostly bug fixes; for once, no big API changes.)

(jruoho)

2011-02-14 18:33:26 UTC MAIN commitmail json YAML

AISE, AYF, BAK, BOC, BTFT, CPC, DIAFYO, EDS, FITB, FYEO, GLWT, IAE, ICUR,
IDTS, IMBO, INPO, IUD, KMA, KWIM, MAD, NFA, NIMBY, NUNP, ONNA, ONNTA,
OOSOOM, PFI, PPP, ROI, SAR, SITD, TCB, TIC, TINWIS, TM, TMK, TTM, TWAIN,
WAFWOT, WDYMBT, WELC, WWJD, YAOTM, YWSYLS.

(jruoho)

2011-02-14 18:27:24 UTC MAIN commitmail json YAML

Add -D_KMEMUSER to CPPFLAGS

(matt)

2011-02-14 18:23:36 UTC MAIN commitmail json YAML

Add NetLogic Fast Messaging instructions

(matt)

2011-02-14 18:20:44 UTC MAIN commitmail json YAML

2011-02-14 17:30:54 UTC MAIN commitmail json YAML

remove a decidedly illogical statement

(pooka)

2011-02-14 16:34:43 UTC MAIN commitmail json YAML

fix output bytecount statcounter

(drochner)

2011-02-14 16:27:58 UTC MAIN commitmail json YAML

Suppress a superfluous whitespace after "time=..." in the output.

(uebayasi)

2011-02-14 16:05:11 UTC MAIN commitmail json YAML

if DIAGNOSTIC, check the size of the transaction in wapbl_end().
Hopefully this will point us to the place which generaed the large
transaction, before an asynchronous panic() in wabl_end()

(bouyer)

2011-02-14 15:38:16 UTC bouyer-quota2 commitmail json YAML

Update quota in the same WAPBL transaction as we write mode=0 back to inode.

(bouyer)

2011-02-14 15:15:40 UTC MAIN commitmail json YAML

slap this with summa dat +files

(pooka)

2011-02-14 15:14:00 UTC MAIN commitmail json YAML

Test that hijacked ssh/sshd work.

Copypastes jmmv's sshd magic from fs/psshfs.
(dunno if it's worth sharing the code, or even what the
best practice for doing so would be)

(pooka)

2011-02-14 14:56:23 UTC MAIN commitmail json YAML

A bunch of changes which essentially make sshd work with a hijacked
rump tcp/ip stack:

* sshd likes to fork and then re-exec itself
  ==> trap execve() and augment the env with the current parameters
      essential to a rump kernel (kernel communication fd, information
      about dup2'd file descriptors)

* sshd likes to play lots of games with pipes, socketpairs and dup{,2}()
  ==> make sure we do not close essential rump client descriptors:
      dup() them to a safe place, except for F_CLOSEM where we
      simply leave them alone.  also, partially solved by the above,
      make sure the process's set of rump kernel descriptors persists
      over exec()

* sshd likes to chdir() before exec
  ==> for unix-style rump_sp(7) sockets save the full path on the
      initial exec and use it afterwards.  thread the path through
      the environment in execve()

(pooka)

2011-02-14 14:15:25 UTC MAIN commitmail json YAML

ibmhawk_set: No need to set states ENVSYS_SWARNxxx, sysmon will do it.

(hannken)

2011-02-14 13:43:45 UTC MAIN commitmail json YAML

change locking order, to make sure the cpu is at splsoftnet()
before the softnet_lock (adaptive) mutex is acquired, from
Wolfgang Stukenbrock, should fix a recursive lock panic

(drochner)

2011-02-14 13:05:00 UTC MAIN commitmail json YAML

- remove the mangled lines of the previous commit.
- withdraw DS407 description for now as pieces of info are conflicting
  and remain uncertain.

(nisimura)

2011-02-14 12:45:31 UTC MAIN commitmail json YAML

2011-02-14 12:36:38 UTC MAIN commitmail json YAML

add Thecus N3200 to the research list.  Along with N1200 they use
MPC8347 single PCI SoC.

(nisimura)

2011-02-14 11:43:59 UTC MAIN commitmail json YAML

get rid of unused variable/assignments

(kefren)

2011-02-14 10:22:19 UTC MAIN commitmail json YAML

Provide a macro for pmap_mmap_flags() since we define PMAP_EXCLUDE_DECLS
here.

(he)

2011-02-14 10:21:05 UTC MAIN commitmail json YAML

call hardclock() the same way on cpu0 in MP and !MP cases.

(mrg)

2011-02-14 10:20:31 UTC MAIN commitmail json YAML

use schedintr() (not schedintr_4m()) on MP or single CPU configurations.

(mrg)

2011-02-14 09:21:34 UTC MAIN commitmail json YAML

Fix a typo, add a serial comma.

(wiz)

2011-02-14 09:00:04 UTC MAIN commitmail json YAML

add EPIC definition for Netronics NH230/NH231 and the brothers.

(nisimura)

2011-02-14 08:50:40 UTC MAIN commitmail json YAML

2011-02-14 06:21:29 UTC MAIN commitmail json YAML

- add preliminary Netronics NH230 and NH231 supports.
- assign PCI configuration register 0x3c with IDSEL value by PCI framework,
  eliminating most of pcifixup() logic in simple NASes.

(nisimura)

2011-02-14 03:18:11 UTC MAIN commitmail json YAML

add a "mach xcall" command to dump info about each cpus xpmsg{} values.

while here, move the prototype for cpu_debug_dump() to cpuvar.h and
avoid the copy in db_interface.c.

(mrg)

2011-02-14 02:43:37 UTC MAIN commitmail json YAML

A number greater than or equal to 1.0 is a positive number.

(enami)

2011-02-14 02:42:26 UTC MAIN commitmail json YAML

Put space after comma and around binary operator.

(enami)

2011-02-13 23:58:40 UTC MAIN commitmail json YAML

Don't forget to set errno. Pointed out by yamt.

(christos)

2011-02-13 21:24:43 UTC MAIN commitmail json YAML

2011-02-13 21:22:41 UTC MAIN commitmail json YAML

When making a target that involves creating itermediate dirs,
realpath() will fail until after those dirs exist.
Try to ensure the same meta file name is used regardless.

(sjg)

2011-02-13 20:58:28 UTC bouyer-quota2 commitmail json YAML

Add a test checking that an unlinked file cleaned by the log replay keeps
quotas up to date.

(bouyer)

2011-02-13 20:39:11 UTC MAIN commitmail json YAML

Added a note that only the Rev.B is supported for D-Link DSM-G600.

(phx)

2011-02-13 20:37:27 UTC MAIN commitmail json YAML

uvideo works, so include it

(phx)

2011-02-13 20:25:35 UTC MAIN commitmail json YAML

Install "etc/gpio.conf" if it is missing.

(tron)

2011-02-13 20:17:26 UTC MAIN commitmail json YAML

Add "npf" to the list of startup scripts that get checked.

(tron)

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

Remove a couple '#ifdef linux's to let the driver use optimized memcpy
functions on NetBSD for video copy. Gives nearly 2x performance on my
test system (previously "kernel" memcpy was always used):

CHROME(0): Benchmarking video copy.  Less time is better.
CHROME(0): Timed  libc YUV420 copy... 3000272. Throughput: 315.6 MiB/s.
CHROME(0): Timed kernel YUV420 copy... 3024946. Throughput: 313.0 MiB/s.
CHROME(0): Timed    SSE YUV420 copy... 1591352. Throughput: 595.0 MiB/s.
CHROME(0): Timed    MMX YUV420 copy... 2566279. Throughput: 369.0 MiB/s.
CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU.
CHROME(0): Timed  MMX2 YUV420 copy... 1696662. Throughput: 558.1 MiB/s.
CHROME(0): Using SSE YUV42X copy for video.

(jmcneill)

2011-02-13 17:49:12 UTC MAIN commitmail json YAML

switch back to polling rirb, this will have to be revisited

(jmcneill)

2011-02-13 17:47:57 UTC MAIN commitmail json YAML

don't pass a NULL ci to xc_unicast

(jmcneill)

2011-02-13 16:50:16 UTC MAIN commitmail json YAML

Notify that the file system has to be mounted first before modules can
be loaded from it.

ok pgoyette@

(jym)

2011-02-13 16:21:05 UTC MAIN commitmail json YAML

Turn on detachment for ixpide(4).

(jakllsch)

2011-02-13 16:01:40 UTC MAIN commitmail json YAML

Explain "Cannot dlopen non-loadable /usr/lib/libpthread.so.1".
Bump date.

(wiz)

2011-02-13 14:28:29 UTC MAIN commitmail json YAML

Add options PXA2X0_LCD_WRITETHROUGH that improves console speed.
Tested on SL-C1000.

(tsutsui)

2011-02-13 12:47:27 UTC MAIN commitmail json YAML

2011-02-13 11:54:24 UTC MAIN commitmail json YAML

Don't enable the powerfail interrupt on Netra X1 since it may hang.

Discussed on port-sparc64.

(nakayama)

2011-02-13 11:20:12 UTC MAIN commitmail json YAML

The ServerWorks CSB5 smbus controller often times out and hangs until reboot.

Increase the delay between setting the command register and reading the
status register.  Reset the smbus controller if it has timed out.

Tested on an IBM eServer x335.

(hannken)

2011-02-13 11:00:58 UTC MAIN commitmail json YAML

Determine BAR type with pci_mapreg_probe() instead of pci_mapreg_type(),
to skip unimplemented BARs.
Do not probe non-BAR registers (like subsystem id). This fixes potential
panics in pci_mem_find().

(phx)

2011-02-13 10:14:17 UTC MAIN commitmail json YAML

2011-02-13 08:34:01 UTC MAIN commitmail json YAML

fix typo, from Randolf Richardson in PR 44559

(dholland)

2011-02-13 07:25:56 UTC MAIN commitmail json YAML

2011-02-13 06:43:52 UTC MAIN commitmail json YAML

- Don't switch MMC high-speed timing, if host controller isn't supported.
- Only check EXT_CSD STRUCTURE version when CSD version is 3.
- initialize width at sdmmc_function_alloc().

(nonaka)

2011-02-13 06:17:36 UTC MAIN commitmail json YAML

Remove one of trailing whitespace which adds unnecessary difference
against netbsd-5 branch.

(enami)

2011-02-13 05:51:25 UTC MAIN commitmail json YAML

fix typo (clean up the rx list on failure setting it up, not the tx list)
from openbsd -r1.75, mentioned by Alexander Nasonov in PR 42667

(dholland)

2011-02-13 05:45:47 UTC MAIN commitmail json YAML

2011-02-13 05:39:52 UTC MAIN commitmail json YAML

Make all mechanisms optional, so we can compile in only the ones we want.

(christos)

2011-02-13 05:36:34 UTC MAIN commitmail json YAML

2011-02-13 05:12:55 UTC MAIN commitmail json YAML

change the variable to USE_LIB_SASL that can be set to saslc or cyrus

(christos)

2011-02-13 05:03:27 UTC MAIN commitmail json YAML

2011-02-13 04:42:54 UTC MAIN commitmail json YAML

Comment out FFS and NFS, they are part of GENERIC.

(jym)

2011-02-13 04:37:21 UTC MAIN commitmail json YAML

Compile FFS and NFS statically (e.g. not modular) for GENERIC. These
file-systems can be critical for mountroot; as kernel cannot have access
to module(7)s without having / mounted first... yes, you see the point.

See http://mail-index.netbsd.org/port-i386/2011/02/11/msg002323.html

XXX Hopefully, /stand does not reside in a separate partition :o

(jym)

2011-02-13 04:22:41 UTC MAIN commitmail json YAML

Add missing PUFFS (commented out).

(jym)

2011-02-13 04:21:23 UTC MAIN commitmail json YAML

Missing MPLS options (commented out).

(jym)

2011-02-13 04:14:58 UTC MAIN commitmail json YAML

Sync ramdisks content across i386 and amd64. Biggest change is for amd64,
where configuration for crunchgen(1) is moved from ramdisk/ to common/.

For i386, only mbrlabel(8) and various LFS related binaries are added. Yes,
LFS. It was added to amd64 ramdisk 3 years ago, I believe it's for a good
reason... ?

(jym)

2011-02-13 03:58:38 UTC MAIN commitmail json YAML

Sync the ramdisks dot.profile file between amd64 and i386.

(jym)

2011-02-13 01:53:50 UTC MAIN commitmail json YAML

2011-02-13 01:50:04 UTC MAIN commitmail json YAML

change the saslc define to USE_ and test against "no" instead of just defined.

(christos)

2011-02-13 01:21:53 UTC MAIN commitmail json YAML

Treat unexpected command completions a little more like regular completions.
Slight chance this might prevent some occasional log spew trouble at shutdown
time.

(jakllsch)

2011-02-13 00:42:45 UTC MAIN commitmail json YAML

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

better dependency support for saslc.

(christos)

2011-02-13 00:11:09 UTC bouyer-quota2 commitmail json YAML

2011-02-12 23:21:33 UTC MAIN commitmail json YAML

Fix botched merges of the patch that Anon Ymous sent. From Anon Ymous

(christos)

2011-02-12 23:10:22 UTC MAIN commitmail json YAML

Handle LED_DISK per DMA xfer.

(tsutsui)

2011-02-12 22:48:05 UTC MAIN commitmail json YAML

Fix comment (362 doesn't have frodo).

(tsutsui)

2011-02-12 22:46:14 UTC MAIN commitmail json YAML

2011-02-12 22:30:04 UTC MAIN commitmail json YAML

Note COMPAT_386BSD_MBRPART (not) in disklabel.

(dholland)

2011-02-12 22:26:00 UTC MAIN commitmail json YAML

2011-02-12 22:24:40 UTC MAIN commitmail json YAML

Need to build libsaslc

(matt)

2011-02-12 22:24:01 UTC MAIN commitmail json YAML

2011-02-12 22:23:11 UTC MAIN commitmail json YAML

Don't use DPADD/LDADD for libraries.  Use LIBDPLIBS instead.

(matt)

2011-02-12 22:23:02 UTC MAIN commitmail json YAML

Disable COMPAT_386BSD_MBRPART. The code is still here if anyone needs it
for some reason. (But I have no idea why that would be -- if you have one
of these really ancient partitions and you're about to run disklabel, you
can easily run fdisk first and change the partition type to NetBSD.)

As it stands, the code will munch FreeBSD installs under some
circumstances, which is really not acceptable behavior.

The code, along with the kernel support that's been disabled by
default for several years, and some related but less dangerous code in
sysinst, should prboably be removed entirely after -6 is branched.

Discussed on tech-kern and tech-userlevel; closes PR 44496.

This is also almost certainly the cause of PR 42521 and PR 38841.

(dholland)

2011-02-12 22:07:56 UTC MAIN commitmail json YAML

Note about HP362/382 framebuffer and dnkbd support for hp300.

(tsutsui)

2011-02-12 21:49:08 UTC bouyer-quota2 commitmail json YAML

2011-02-12 21:48:41 UTC bouyer-quota2 commitmail json YAML

2011-02-12 21:48:10 UTC bouyer-quota2 commitmail json YAML

Don't count snapshot files in inode quota too.
At umount time, chk?q may be called after quota have been shutdown,
as there is a final vflush pass after quota?_umount(); so skip quota
checks if the quota vnode is not there any more.

(bouyer)

2011-02-12 21:23:31 UTC MAIN commitmail json YAML

Add 1 to the port range so the range is inclusive as documented.

(christos)

2011-02-12 19:53:32 UTC bouyer-quota2 commitmail json YAML

2011-02-12 19:52:40 UTC bouyer-quota2 commitmail json YAML

Do not update disk quotas for snapshot inodes, as this may require a
write to the same filesystem, which will trigger a copy on write,
which will trigger another update to the same block.
Set SF_SNAPSHOT just after truncating the snapshot inode, so that this
inode always account for 0 blocks in quotas.

(bouyer)

2011-02-12 19:33:16 UTC MAIN commitmail json YAML

2011-02-12 19:32:42 UTC MAIN commitmail json YAML

Move GPS, OTS, and the "trademark" definition of TM from acronyms.comp
to acronyms. (OTS is maybe debatable, but COTS is in acronyms and the
two should clearly be together.)

(dholland)

2011-02-12 19:21:30 UTC MAIN commitmail json YAML

2011-02-12 19:20:44 UTC MAIN commitmail json YAML

x86 genfb: when switching back to the console, if vga_post is present use it
to reset the video mode. gives us a chance of survival if the X server
crashes or the video driver fails to restore the console properly.

(jmcneill)

2011-02-12 19:13:30 UTC MAIN commitmail json YAML

Don't rely on vga_post_call being called before vga_post_set_vbe

(jmcneill)

2011-02-12 19:07:35 UTC MAIN commitmail json YAML

2011-02-12 19:07:09 UTC MAIN commitmail json YAML

2011-02-12 19:03:39 UTC MAIN commitmail json YAML

just include <sys/types.h>; don't inclue stdbool.h because postfix does not
like it.

(christos)

2011-02-12 18:23:10 UTC MAIN commitmail json YAML

2011-02-12 18:14:21 UTC MAIN commitmail json YAML

PR/44070: Avoid zero divide in modulo operations.

(christos)

2011-02-12 18:13:46 UTC MAIN commitmail json YAML

Test the right fd after rump_sys_open().

(bouyer)

2011-02-12 17:21:38 UTC MAIN commitmail json YAML

Fix mdnsd "ERROR failed to get errsd via SCM_RIGHTS" problem. mdnsd +
nsswitch.conf "multicast_dns" works for me now on amd64.

(jmcneill)

2011-02-12 17:15:27 UTC MAIN commitmail json YAML

Fixed NULL-pointer dereferencing when a mode-callback is not defined.

(phx)

2011-02-12 16:41:55 UTC MAIN commitmail json YAML

- make local functions static
- some KNF

(tsutsui)

2011-02-12 16:40:29 UTC MAIN commitmail json YAML

2011-02-12 16:37:33 UTC MAIN commitmail json YAML

Fix one more porting botch inside #ifdef WSDISPLAY_COMPAT_RAWKBD.

(tsutsui)

2011-02-12 16:36:37 UTC MAIN commitmail json YAML

Make sure to include "opt_wsdisplay_compat.h" for WSDISPLAY_COMPAT_RAWKBD.

(tsutsui)

2011-02-12 16:32:37 UTC MAIN commitmail json YAML

Put RCSIDs in section .ident.  (use .pushsection/.popsection)

(matt)

2011-02-12 16:31:33 UTC MAIN commitmail json YAML

Put RCSIDs in section .ident.  (use .pushsection/.popsection)

(matt)

2011-02-12 16:30:43 UTC MAIN commitmail json YAML

Use .pushsection/.popsection for __KERNEL_RCSID/__KERNEL_COPYRIGHT.
Add an explicit .text to linux_sigcode.s

(matt)

2011-02-12 16:30:22 UTC MAIN commitmail json YAML

Make this compile properly with options WSDISPLAY_COMPAT_RAWKBD.

(tsutsui)

2011-02-12 16:08:19 UTC MAIN commitmail json YAML

Various formatting fixes and a typo or two.

(wiz)

2011-02-12 15:58:03 UTC MAIN commitmail json YAML

Remove trailing whitespace and superfluous Pp before new sections.
Use Nm instead of Xr'ing itself.

(wiz)

2011-02-12 15:49:02 UTC MAIN commitmail json YAML

Pull Apollo Domain keyboard and mouse support from OpenBSD.
Untested (no hardware), but no bad sideeffect on 425t without Domain keyboard.

This is the last portion of "new hp300 kernel features" submitted in
PR port-hp300/3528 back in 1997, and I think finally we can close it.

(tsutsui)