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 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

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

2009-12-31 19:59:31 UTC MAIN commitmail json YAML

Add new keyword gid_range to usermgmt.conf which specifies a default
GID range for groupadd(8).

(mlelstv)

2009-12-31 19:38:16 UTC MAIN commitmail json YAML

2009-12-31 19:31:31 UTC MAIN commitmail json YAML

2009-12-31 19:30:45 UTC MAIN commitmail json YAML

nuidhash_max is needed by sys_nfssvc

(christos)

2009-12-31 18:34:56 UTC MAIN commitmail json YAML

Use pmap_is_current() where appropriate.  No functional changes.

(uebayasi)

2009-12-31 18:32:37 UTC MAIN commitmail json YAML

expose the encode and decode string functions for the benefit of history
and readline.

(christos)

2009-12-31 16:04:32 UTC MAIN commitmail json YAML

Fix compilation issue with time_t

(christos)

2009-12-31 16:00:53 UTC MAIN commitmail json YAML

pmap_page_remove(): remove an unused local variable; no functional changes.

(uebayasi)

2009-12-31 15:58:26 UTC MAIN commitmail json YAML

2009-12-31 15:42:46 UTC MAIN commitmail json YAML

Don't use DEV_BSIZE for LABELSECTOR.
We have never supported 256byte/sector media, and
current definition won't work on >512byte/sector media.

(tsutsui)

2009-12-31 13:10:47 UTC MAIN commitmail json YAML

Remove unused variable, makes VIRTEX_* kernels compile again.

(freza)

2009-12-31 10:12:51 UTC MAIN commitmail json YAML

As the _PSW control method was deprecated in ACPI 3.0, augment the wake
event call with the newer _DSW control method.

ok pgoyette@, jmcneill@

(jruoho)

2009-12-31 10:07:13 UTC MAIN commitmail json YAML

Remove unused locking variables.

ok pgoyette@, jmcneill@

(jruoho)

2009-12-31 10:02:51 UTC MAIN commitmail json YAML

Add Intel HW Random Number Generator to the list of ignored HIDs.

ok pgoyette@, jmcneill@

(jruoho)

2009-12-31 05:43:57 UTC MAIN commitmail json YAML

2009-12-31 05:08:05 UTC MAIN commitmail json YAML

2009-12-31 02:36:14 UTC MAIN commitmail json YAML

Correct assertions for PMAP_CACHE_VIPT code; if page coloring is disabled
(arm_cache_prefer_mask == 0), pvh_attrs has never PVF_COLORED, so don't assert
it.  No functional changes.

(uebayasi)

2009-12-31 02:20:37 UTC MAIN commitmail json YAML

Tiny cosmetics...

(elad)

2009-12-31 01:11:28 UTC MAIN commitmail json YAML

Use banner() instead of amd64's custom use of printf's for copyright
notice and total/available memory.

(jym)

2009-12-31 00:54:10 UTC matt-nb5-mips64 commitmail json YAML

2009-12-31 00:53:00 UTC matt-nb5-mips64 commitmail json YAML

2009-12-30 23:54:52 UTC MAIN commitmail json YAML

2009-12-30 23:54:30 UTC MAIN commitmail json YAML

- nextlwp: do not set l_cpu, it should be returned correct (add assert).
- resched_cpu: avoid double set of ci.

(rmind)

2009-12-30 23:49:59 UTC MAIN commitmail json YAML

sched_catchlwp: fix the case when other CPU might see curlwp->l_cpu != curcpu()
while LWP is finishing context switch.  Should fix PR/42539, tested by martin@.

(rmind)

2009-12-30 23:42:22 UTC MAIN commitmail json YAML

The Dell DRAC5 gives us a zero-length report immediately following
a normal report.  Thus, ignore zero-length reports.  Move some related
report size insanity checking into the UHIDEV_DEBUG case.

Should fix PR/39911.

(jakllsch)

2009-12-30 23:31:56 UTC MAIN commitmail json YAML

sigactsunshare(): set reference count in a case of new sigacts allocation.
Bug (e.g. memory leak) can happen when using clone(2) call.

(rmind)

2009-12-30 23:23:58 UTC MAIN commitmail json YAML

Collapse identical switch cases.

(elad)

2009-12-30 22:37:40 UTC MAIN commitmail json YAML

2009-12-30 22:12:12 UTC MAIN commitmail json YAML

Don't bother caching egid. It'll be removed soon.

(elad)

2009-12-30 21:03:48 UTC MAIN commitmail json YAML

Check for "ssp-console" and "ssp-control" properties.
If we find them, set the baud rate to 115200.
This allows the RSC to be the console on an E250:

  sab1 at ebus0 addr 200000-20007f ipl 35: rev 3.2
  sabtty2 at sab1 port 0: console i/o
  sabtty3 at sab1 port 1

XXX; We should really check the baud rate properties and use those to set
our rates.

(jdc)

2009-12-30 20:45:46 UTC MAIN commitmail json YAML

Add note on SHLIB_{MAJOR,MINOR,TEENY}

(abs)

2009-12-30 20:38:47 UTC MAIN commitmail json YAML

Apply patch from Matthias Pfaller in PR/42546.

The USB HUT v1.11 document states that:
    "Typical system software will search for application
    collections tagged with either a Mouse or a Pointer usage."

This patch adjusts ums(4) to match not only on
the Mouse usage, but also on the Pointer usage.

(jakllsch)

2009-12-30 20:20:56 UTC MAIN commitmail json YAML

It seems that accessing to a PCI configration space where devices
are unavailable causes data_access_error trap.  We need to check a
validity of OF node embeded in pcitag to avoid the trap.

Fixes PR port-sparc64/42545.

(nakayama)

2009-12-30 19:47:15 UTC MAIN commitmail json YAML

Replace uidinfo.h with kauth.h, should fix problems observed by tron@.

(elad)

2009-12-30 18:57:17 UTC MAIN commitmail json YAML

Turn PA_INITIALIZED to a reference count for the pool allocator, and once
it drops to zero destroy the mutex we initialize. This fixes the problem
mentioned in

http://mail-index.netbsd.org/tech-kern/2009/12/28/msg006727.html

Also remove pa_flags now that it's no longer needed.

Idea from matt@, okay matt@.

(elad)

2009-12-30 18:39:03 UTC MAIN commitmail json YAML

Change prototype of lookup_bootinfo() so that it matches the
implementation again.

(he)

2009-12-30 18:33:53 UTC MAIN commitmail json YAML

Always use resource limits from the process, as proposed in

http://mail-index.netbsd.org/tech-kern/2009/12/30/msg006756.html

okay christos@.

(elad)

2009-12-30 17:16:49 UTC MAIN commitmail json YAML

Fix function name in debug messages, remove trailing space and tabify.

(nakayama)

2009-12-30 16:49:03 UTC MAIN commitmail json YAML

Use the right member to store gid in the non-NetBSD case.

Pointed out by uebayasi@ and cegger@, thanks!

(elad)

2009-12-30 14:53:02 UTC MAIN commitmail json YAML

Add missing dot.

(wiz)

2009-12-30 12:34:14 UTC MAIN commitmail json YAML

Add brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY in comments
section - addresses PR bin/39693

(abs)

2009-12-30 07:00:01 UTC MAIN commitmail json YAML

Get uid/gid from the socket's credentials.

(elad)

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

Get the uid from the socket's credentials.

(elad)

2009-12-30 06:58:51 UTC MAIN commitmail json YAML

Use credentials from the socket.

(elad)

2009-12-30 04:51:26 UTC matt-nb5-mips64 commitmail json YAML

2009-12-30 01:51:18 UTC MAIN commitmail json YAML

release as tnftpd 20091122

(lukem)

2009-12-30 01:48:08 UTC MAIN commitmail json YAML

regen for tnftpd 20091122

(lukem)

2009-12-30 01:42:42 UTC MAIN commitmail json YAML

2009-12-30 01:41:51 UTC MAIN commitmail json YAML

changes from 20081029

(lukem)

2009-12-30 01:37:17 UTC MAIN commitmail json YAML

2009-12-30 00:24:38 UTC MAIN commitmail json YAML

Ensure that the memory or i/o space we need is accessible at attach
and resume.

Rework register mapping code path, using 'goto', so duplicate code
is reduced.

I've tested this on nvidia and sis auich(4)-compatible controllers.
In addition this change is reported to fix PR/39652.

(jakllsch)

2009-12-30 00:14:35 UTC MAIN commitmail json YAML

2009-12-30 00:13:57 UTC MAIN commitmail json YAML

2009-12-30 00:08:01 UTC MAIN commitmail json YAML

Mention problems which disk api have with concurrent usage remove splbio
line from man page because it is not true anymore, mention disk_isbusy and
add dm driver to references.

(haad)

2009-12-30 00:07:00 UTC MAIN commitmail json YAML

regen for 'tnftp 20091122'

(lukem)

2009-12-30 00:03:25 UTC MAIN commitmail json YAML

tnftp 20091122:
* rename "getline()" function to avoid nameclash with a new standard API.
* convert to automake & libtool

(lukem)

2009-12-29 23:37:48 UTC MAIN commitmail json YAML

Add private lock to dm_dev_t used for mutual exclusion for diks(9) api
routines. This change fixes PR kern/42532.

(haad)

2009-12-29 23:01:09 UTC MAIN commitmail json YAML

avoid some subdirs that need -lcrypto, for MKCRYPTO=no.

(mrg)

2009-12-29 22:13:01 UTC MAIN commitmail json YAML

To unbreak the build, temporarily remove the build of libelf here,
since no other part of the build depends on this yet.

Suggested as a temporary workaround by thorpej@

(he)

2009-12-29 20:21:46 UTC MAIN commitmail json YAML

2009-12-29 20:15:15 UTC MAIN commitmail json YAML

don't repeat the word login twice (syslog prepends the program name login:)

(christos)

2009-12-29 19:27:44 UTC MAIN commitmail json YAML

kill the space in address formatting to match what other daemons do.

(christos)

2009-12-29 19:26:13 UTC MAIN commitmail json YAML

PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does not
log ip addresses.
- Factor out the common code in login.c and login_pam.c into common.c
- Always log a login event
- Check passed in sockaddr against the one from getpeername(2).

(christos)

2009-12-29 18:07:28 UTC MAIN commitmail json YAML

Do not use .Xo/.Xc to work around ancient roff limits.
Remove .TE without matching .TS.

(joerg)

2009-12-29 17:49:22 UTC MAIN commitmail json YAML

Move the listener plugging to module_init(), as it runs after kauth_init()
now. (Leaving only the module kthread creation in module_init2().)

(elad)

2009-12-29 17:32:18 UTC MAIN commitmail json YAML

Include nbtool_config.h as needed.  Should fix missing defn of __unused in
some host tool environments.

(thorpej)

2009-12-29 17:26:50 UTC MAIN commitmail json YAML

mention i82583V support in wm(4).

(msaitoh)

2009-12-29 17:07:17 UTC MAIN commitmail json YAML

Keep an internal variable indicating whether securelevel is present, and
don't blindly try to get/set it. Prevents error messages that don't make
sense if securelevel isn't supported by the kernel.

(elad)

2009-12-29 17:06:11 UTC MAIN commitmail json YAML

Securelevel might not be present, properly complain instead of printing
error messages from sysctl(8).

(elad)

2009-12-29 17:05:59 UTC MAIN commitmail json YAML

2009-12-29 16:58:10 UTC MAIN commitmail json YAML

2009-12-29 16:56:26 UTC MAIN commitmail json YAML

We don't really need __RCSID() tags in these files, so just get rid of them.

(thorpej)

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

- Fix an incorrect test for WM_F_EEPROM_INALID since rev. 1.183. Some old
  chips don't set EECD_EE_PRES.
- Fix a bug that WM_F_EEPROM_SPI and WM_F_FLASH are set.
- Add an missing decrement for a timeout reported by Wolfgang Stukenbrock
  in PR#42422.
- Add support for i82583V.
- PBA setting for i82574 is not 12K but 20K.
- Enable checking the management mode on 82574.

(msaitoh)

2009-12-29 15:52:49 UTC MAIN commitmail json YAML

2009-12-29 15:52:18 UTC MAIN commitmail json YAML

add entry for i82583V

(msaitoh)

2009-12-29 07:06:36 UTC MAIN commitmail json YAML

2009-12-29 07:00:42 UTC MAIN commitmail json YAML

2009-12-29 06:56:41 UTC MAIN commitmail json YAML

2009-12-29 06:55:56 UTC MAIN commitmail json YAML

a simple fb driver for Sun XVR-1000 boards

(macallan)

2009-12-29 06:00:35 UTC MAIN commitmail json YAML

Properly replace @MKTEMP_SH_FUNCTION@, @MKTEMP@, and @SENDMAIL@.
Fixes PR bin/39629.

(snj)

2009-12-29 04:25:30 UTC MAIN commitmail json YAML

Use the socket credentials, now that we have them, instead of uidinfo.

(elad)

2009-12-29 04:24:32 UTC MAIN commitmail json YAML

Changes to struct socket (added credentials) - 5.99.23.

(elad)

2009-12-29 04:23:43 UTC MAIN commitmail json YAML

Add credentials to to sockets.

We don't need any deferred free etc. because we no longer free the
credentials in interrupt context.

Tons of help from matt@, thanks!

(elad)

2009-12-29 03:48:18 UTC MAIN commitmail json YAML

Remove commented-out code that should not have gone in.

(elad)

2009-12-28 22:56:47 UTC matt-nb5-mips64 commitmail json YAML

Use MIPS64_XLS for mtcr/mfcr commands

(matt)

2009-12-28 22:15:36 UTC MAIN commitmail json YAML

reduce diff with tcsh

(christos)

2009-12-28 21:55:38 UTC MAIN commitmail json YAML

improve on the listing display by printing only one character after the
filename not two, and no trailing blanks. I will revisit this when I write
the ls-F code.

(christos)

2009-12-28 21:54:21 UTC MAIN commitmail json YAML

Reduce diff with tcsh's editor. No functional change intended.

(christos)

2009-12-28 21:52:43 UTC MAIN commitmail json YAML

Fix bug where tab completion on the second or > line that caused listing
ended up corrupting the display by an extra space in the beginning. Reported
by Mac Chan.

(christos)

2009-12-28 18:50:28 UTC MAIN commitmail json YAML

Fix incorrect LIST_END macro.

From xf86-video-radeonhd commit cc1bb50bb44354be7793e4fc45c625746571ec96.

Fixes PR/41950.

(jakllsch)

2009-12-28 18:25:44 UTC MAIN commitmail json YAML

Make fault LED and alarms status changeable via sysctl(8).
The sysctl entries are created under the hw.lomN MIB.

(nakayama)

2009-12-28 15:13:57 UTC MAIN commitmail json YAML

2009-12-28 15:02:59 UTC MAIN commitmail json YAML

Always name struct pv_entry * as pv, not pve.  No binary change.

(uebayasi)

2009-12-28 07:16:41 UTC MAIN commitmail json YAML

In veriexec_file_verify(), always check 'lockstate' before unlocking
'veriexec_op_lock'. Triggering a panic is possible in the path from
veriexec_openchk() (easily repeatable). The two switch cases at the
bottom of the function are going to panic anyway, but they might as well
panic as they're intended to as opposed to tripping over a locking
violation...

(elad)

2009-12-28 03:22:20 UTC MAIN commitmail json YAML

2009-12-28 02:35:20 UTC MAIN commitmail json YAML

Our error paths can call veriexec_file_free(), whicn in turn will try to
rw_destroy() the vfe lock. The easiest way to fix it for now is simply to
initialize the lock right after allocating the vfe...

(elad)

2009-12-27 21:42:22 UTC MAIN commitmail json YAML

Put "MAN=  acpidump.8" back outside the i386/amd64 block so its in the
MI manpages, and non i386/amd64 setlists are correct again

(abs)

2009-12-27 20:36:38 UTC MAIN commitmail json YAML

Fix the bug that ICH9 can't found a PHY. This fix is not good, but it's
the same as e1000 driver... Fixes PR#42237

(msaitoh)

2009-12-27 19:26:04 UTC MAIN commitmail json YAML

2009-12-27 17:27:29 UTC MAIN commitmail json YAML

adjust entropy_add signature. (From Kurt Schreiner)

(christos)

2009-12-27 16:03:49 UTC MAIN commitmail json YAML

Free memory when done with it.
From Henning Petersen in PR/42522.

(jakllsch)

2009-12-27 15:24:56 UTC MAIN commitmail json YAML

2009-12-27 14:54:24 UTC MAIN commitmail json YAML

2009-12-27 13:55:13 UTC MAIN commitmail json YAML

2009-12-27 08:41:50 UTC MAIN commitmail json YAML

Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524

(tsutsui)

2009-12-27 08:31:10 UTC MAIN commitmail json YAML

2009-12-27 05:14:56 UTC MAIN commitmail json YAML

Add write-through cache work-around for ARM11 as well as ARM9/ARM10.  Analyzed
& tested on i.MX35 with help from Tsubai Masanari.

(uebayasi)

2009-12-27 01:44:13 UTC MAIN commitmail json YAML

2009-12-27 01:42:41 UTC MAIN commitmail json YAML

2009-12-27 01:40:47 UTC MAIN commitmail json YAML

2009-12-27 01:37:17 UTC MAIN commitmail json YAML

Implement and use a dkminphys() that calls the parent device's minphys
function with b_dev temporarily adjusted to the parent device's dev_t.

Fixes PR/37390.

(jakllsch)

2009-12-27 01:07:22 UTC MAIN commitmail json YAML

2009-12-27 00:54:16 UTC MAIN commitmail json YAML

2009-12-27 00:53:35 UTC MAIN commitmail json YAML

2009-12-27 00:48:56 UTC MAIN commitmail json YAML

2009-12-26 23:35:25 UTC MAIN commitmail json YAML

2009-12-26 23:14:32 UTC MAIN commitmail json YAML

2009-12-26 23:13:15 UTC MAIN commitmail json YAML

2009-12-26 23:08:24 UTC MAIN commitmail json YAML

2009-12-26 22:27:21 UTC MAIN commitmail json YAML

2009-12-26 21:41:14 UTC MAIN commitmail json YAML

Put a space after ':'...

(elad)

2009-12-26 19:31:35 UTC MAIN commitmail json YAML

s/SIGINTR/SIGINT/ here as well as termios.4.  from jmc@openbsd.

(mrg)

2009-12-26 16:01:25 UTC MAIN commitmail json YAML

2009-12-26 15:47:16 UTC MAIN commitmail json YAML

2009-12-26 14:13:08 UTC MAIN commitmail json YAML

'build.sh ... modules' only builds modules, but does not install them,
reflect that in the scripts output.  While here, fix the past form of build.

(mbalmer)

2009-12-26 11:00:47 UTC MAIN commitmail json YAML

Fold long lines.

(mbalmer)

2009-12-25 22:57:54 UTC MAIN commitmail json YAML

Only kmem_free() the filename if we have one.

(elad)

2009-12-25 20:07:18 UTC MAIN commitmail json YAML

Oops - unintentional locking bit that's not yet ready.

(elad)

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

This subsystem had leftovers from the time it was part of Veriexec, and then
from when I first implemented it as "metahook."

Cleanup a lot of the mess by unifying variable names, add struct member
prefixes, adjust comments, etc.

No functional change intended.

(elad)

2009-12-25 18:51:41 UTC MAIN commitmail json YAML

No need for these prototypes here.

(elad)

2009-12-25 03:13:43 UTC MAIN commitmail json YAML

Implement monitoring of CTS and RI lines.  Use UCDC_N_SERIAL_* instead
of RSAQ_STATUS_*, the Linux driver shows that with the exception of CTS,
the PL2303 uses USB CDC bits at byte offset 8 of the interrupt transfer.

To-Do: Handle the other bits, such as BREAK.

(jakllsch)

2009-12-25 02:33:50 UTC MAIN commitmail json YAML

fix a typo: s/SIGINTR/SIGINT/.

(mrg)

2009-12-25 01:56:44 UTC MAIN commitmail json YAML

2009-12-24 22:45:15 UTC MAIN commitmail json YAML

Fix argument names in description of pool_cache_init().

(bad)

2009-12-24 21:52:57 UTC MAIN commitmail json YAML

running postinstall fix should also say why fontconfig did not work, like
all other postinstall methods.

(christos)

2009-12-24 19:16:28 UTC MAIN commitmail json YAML

Change a comment. INSECURE has but one purpose.

(elad)

2009-12-24 19:02:07 UTC MAIN commitmail json YAML

Rename KAUTH_GENERIC_CANSEE to KAUTH_GENERIC_UNUSED1 and remove handling for
the former.

(I'll remove it from the header next time a kernel version bump happens.)

(elad)

2009-12-24 19:01:12 UTC MAIN commitmail json YAML

When reporting open files using sysctl, don't use 'filehead' to fetch files,
as we don't have a process context to authorize on. Instead, traverse the
file descriptor table of each process -- as we already do in one case.

Introduce a "marker" we can use to mark files we've seen in an iteration, as
the same file can be referenced more than once.

Hopefully this availability of filtering by process also makes life easier
for those who are interested in implementing process "containers" etc.

(elad)

2009-12-24 18:27:32 UTC MAIN commitmail json YAML

- split the sk_dev
- don't program the interrupt mitigation to 0, only to set it to 1000 later.
- don't be verbose when setting the interrupt mitigation during reset, it
  messes up the attach line and does not convey useful information.

(christos)

2009-12-24 16:41:01 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create machine and ${MACHINE_CPU} symlinks.

(tsutsui)

2009-12-24 16:39:39 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create machine and ${MACHINE_CPU} symlinks.

(tsutsui)

2009-12-24 14:56:14 UTC MAIN commitmail json YAML

Use /dev/fd0a rather than /dev/rfd0a to read instfs.tgz image from floppy.
It looks newer (appearred after 1.6) gzip tries to read less than DEV_BSIZE
(to check header?) so we can't use raw device directly.
(note sparc bootfs ramdisk doesn't have dd(1))

Workaround for PR port-sparc/42193, and would also fix PR install/28734.

(tsutsui)

2009-12-24 09:29:36 UTC MAIN commitmail json YAML

Fix interrupt number.
  The data sheet describes that the interrupt of ECC is 17.

(kiyohara)

2009-12-24 09:26:44 UTC MAIN commitmail json YAML

2009-12-24 04:57:14 UTC netbsd-5 commitmail json YAML

2009-12-24 04:54:47 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dsl in ticket #1201):
sbin/fdisk/fdisk.c: revision 1.123
Change arguments to decimal() to be int64_t.
They need to be able to hold disk sector numbers > 2^31 and also -1.
Should fix PR/34807

(snj)

2009-12-24 01:32:22 UTC MAIN commitmail json YAML

defflag UGEN_BULK_RA_WB is no more.
Hi pooka

(jakllsch)

2009-12-24 01:13:21 UTC MAIN commitmail json YAML

2009-12-24 00:26:29 UTC MAIN commitmail json YAML

In ATZ_F_VERBOSE mode, log a message whenever the active cooling level
changes, even when the new level is ATZ_ACTIVE_NONE

(pgoyette)

2009-12-23 22:21:01 UTC MAIN commitmail json YAML

if a VGA device isn't enabled for io/mem/bus-master, do so here.
xorg-server 1.4.x and earlier would do this for us.

partly fixes dual-head support for various systems.

idea from mhitch.

(mrg)

2009-12-23 20:56:18 UTC MAIN commitmail json YAML

Add info for -A ptn_alignment[/ptn_0_offset]

(dsl)

2009-12-23 20:28:30 UTC MAIN commitmail json YAML

Add tooldir include path.
This fixes amd64 toolchain build on OSX.

(cegger)

2009-12-23 20:17:13 UTC MAIN commitmail json YAML

revert the previous; not intended to be part of that commit, or any commit

(mrg)

2009-12-23 20:15:21 UTC MAIN commitmail json YAML

rework the main SUBDIR list here as suggested by enami.  put .WAIT on
the same line as the target that needs to wait, but before the target,
rather than on the previous line, which led to confusion and an error
being introduced in the previous change.

(mrg)

2009-12-23 19:38:33 UTC MAIN commitmail json YAML

Correct spelling: "HDAUDIO_AFG_DEBUG"

(asau)

2009-12-23 18:50:40 UTC MAIN commitmail json YAML

Put #endif in correct place - fixes PR/42500
Update usage() for -A, and rename one of the variables for clarity.

(dsl)

2009-12-23 18:31:00 UTC MAIN commitmail json YAML

Check for value exceeding crit-max limit before checking against warn-max
limit.  Otherwise we'll never notice if we exceed crit-max (assuming that
crit-max is at least as large as warn-max).

(pgoyette)

2009-12-23 18:02:25 UTC MAIN commitmail json YAML

LVM gets built by default these days.

(tron)

2009-12-23 18:00:38 UTC MAIN commitmail json YAML

2009-12-23 17:17:59 UTC MAIN commitmail json YAML

2009-12-23 17:16:40 UTC MAIN commitmail json YAML

Fixed build when using unreal allocators.

(stacktic)

2009-12-23 14:17:19 UTC MAIN commitmail json YAML

Print pathnames for created files.  No change to generated files.

(pooka)

2009-12-23 12:44:22 UTC MAIN commitmail json YAML

Use wide char versions of tolower/toupper/islower/isupper where
appropriate. Fixes ~ command on big-endian architectures.

(mlelstv)

2009-12-23 10:38:27 UTC netbsd-5 commitmail json YAML

2009-12-23 10:37:37 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1203):
sys/dev/pci/if_wm.c: 1.176-1.179, 1.181-1.183
sys/dev/pci/if_wmreg.h: 1.28
sys/dev/pci/if_wmvar.h: 1.1-1.4
sys/dev/mii/igphy.c: 1.18-1.20 via patch

Many bugfixes:
- Some fixes for i80003 and ICH{8,9,10} from e1000 driver and document:
  - Add setting for KABGTXD register for ICH{8,9,10}.
  - ICH9 and ICH10 has no FCAL, FCAH and FCT like ICH8.
  - Add special setting for FCTTV and TCTL_EXT register for i80003
  - The special setting for TIPG is only for i80003.
  - Some of kumeran settings are only for i80003's bugs.
  - Add some ICH10 fixes.
  - Fix the bug that another lock mechanism is used to access Kumeran
    registers on i80003 and ICHs.
  - Fix yet another i80003 ONLY workaround. The code to modifing TIPG
    register is only for i80003.
- Set the Re-Transmit on Late Collision(RTLC) flag for all devices.
- Fix a typo in a printf message.
- If the difference bettween last flag and new flag is only IFF_PROMISC
  or IFF_ALLMULTI, set multicast filter only to prevent link down.
  Tested by Mark Davies and me. Fixes PR#29126 for wm.
- Cleanup interrupt establish error messages. Do not mix
  aprint_error/aprint_normal/printf calls for a single line.
- Fix igphy's 82566 support.
  - Patch for the DSP code is only for 8254[17] and we have to apply
    the different patches between rev. 1 and rev. 2.
  - The workaround for analog fuse is only for 82547 rev. 1.
  - The workaround for smartspeed is only for 8254[17]
- Sync with Intel's original em driver:
  - Check PCI-X mode as e1000 driver.
  - Add dspcode for igp3 and use it when the EEPROM isn't available.
  - Add some delays.
  - Stop the PHY transmitter before patching the DSP code and
    restart it after writing.
  - Save and restore register 0x2f5b.

(sborrill)

2009-12-23 09:54:22 UTC MAIN commitmail json YAML

2009-12-23 09:23:53 UTC MAIN commitmail json YAML

Fix typo, no code change.

(mbalmer)

2009-12-23 09:22:16 UTC MAIN commitmail json YAML

Fix typo in a comment, no code change.

(mbalmer)

2009-12-23 09:18:48 UTC MAIN commitmail json YAML

2009-12-23 09:17:41 UTC MAIN commitmail json YAML

2009-12-23 09:13:21 UTC MAIN commitmail json YAML

2009-12-23 09:10:08 UTC MAIN commitmail json YAML

Bump date for defaulting UGEN_BULK_RA_WB to on.

(wiz)

2009-12-23 08:33:58 UTC MAIN commitmail json YAML

2009-12-23 08:30:11 UTC MAIN commitmail json YAML

2009-12-23 03:14:47 UTC matt-nb5-mips64 commitmail json YAML

pull across from -current:
> Log Message:
> - adjust the logic for compat ldd: add an elf32_compat module and arrange
>  for mips64 to build this with MLIBDIR set to o32
> - make mips64 ldd call elf32_compat_ldd as well
> - make mips64 elf64 set MLIBDIR to 64
> - don't need ld.elf_so's Makefile.ld32 files anymore (they are going away
>  soon anyway)
>
> tested on amd64 and sparc64, and an earlier version tested on mips64.

> Log Message:
> make this actually build on mips64.

(mrg)

2009-12-23 02:29:46 UTC MAIN commitmail json YAML

Since we're using the active cooling levels as warning threshold, we
should store the value in the correct location.  We're already setting
the correct flag bit.

Should resolve problem reported by Frank Wille on current-users...

(pgoyette)

2009-12-23 01:15:11 UTC MAIN commitmail json YAML

Technically we're supposed to use flags from the RUMP_NAMEI namespace
instead of NAMEI directly.  Probably doesn't matter in practise,
since the chances of this running on non-NetBSD are low.  But make
it correct anyway.

(pooka)

2009-12-23 01:11:40 UTC MAIN commitmail json YAML

Use NAMEI_INRENAME to improve the situation with detecting on when
to save componentname instead of looking at SAVESTART.  Not perfect,
but better.  Also, try to be more forgiving of kernel bugs.

(pooka)

2009-12-23 01:09:57 UTC MAIN commitmail json YAML

2009-12-23 01:09:25 UTC MAIN commitmail json YAML

Define namei flag INRENAME and set it if a lookup operation is part
of rename.  This helps with building better asserts for rename in
the DELETE lookup ... the RENAME lookup is quite obviously a part
of rename.

(pooka)

2009-12-23 01:04:46 UTC MAIN commitmail json YAML

2009-12-23 00:33:26 UTC MAIN commitmail json YAML

2009-12-23 00:21:39 UTC MAIN commitmail json YAML

Including sysctl.h once is enough.

(elad)

2009-12-23 00:17:41 UTC MAIN commitmail json YAML

Add libdwarf to the build.

(darran)

2009-12-23 00:12:57 UTC MAIN commitmail json YAML

Fix a signed vrs unsigned cast.

(darran)

2009-12-23 00:11:36 UTC MAIN commitmail json YAML

enable mem space if it isn't already enabled.  several bioses leave
this not enabled, and viaide kind of depends upon it.

fixes viaide(4) on several machines.

idea from PR 38011, but reworked a little.

(mrg)

2009-12-23 00:11:30 UTC MAIN commitmail json YAML

while (0) -> while (/*CONSTCOND*/0)

(darran)

2009-12-23 00:10:15 UTC MAIN commitmail json YAML

2009-12-23 00:06:54 UTC MAIN commitmail json YAML

Add a script to prepare libdwarf for import.

(darran)

2009-12-23 00:03:27 UTC MAIN commitmail json YAML

2009-12-22 21:55:12 UTC MAIN commitmail json YAML

Add support for partition being aligned on non-cylinder boundaries.
Info can be specified with -A parameter.
Default is based on how the first partition is defined.
For empty disks larger than 128GB (arbitrary figure) use 1MB alignment.

(dsl)

2009-12-22 21:04:38 UTC MAIN commitmail json YAML

Editing partitions larger than 1TB works better if 'decimal' returns
64 bit integer values!

(dsl)

2009-12-22 20:50:47 UTC MAIN commitmail json YAML

Use sizeof correct type, not pointer to wrong type.
Fixes PR/42498.
This has been wrong since the initial import!

(dsl)

2009-12-22 18:55:26 UTC MAIN commitmail json YAML

Limit DIOCGPART and struct partinfo visibility to _KERNEL.

(pooka)

2009-12-22 18:36:02 UTC MAIN commitmail json YAML

Add a simple example of how to run the kernel umass/USB in userspace
and attach it back to the host kernel using pud(4).  The result is
pretty much indistinguisable from if kernel drivers were used.

It's possible to e.g. mount a file system backed by the userspace
block device driver:

golem> disklabel ./rumpsd0d
[...]
5 partitions:
#        size    offset    fstype [fsize bsize cpg/sgs]
d:  1994752        0    unused      0    0        # (Cyl.      0 -  3895)
e:  1994512      240      MSDOS                    # (Cyl.      0*-  3895)

golem> s mount_msdos ./rumpsd0a /mnt
mount_msdos: "./rumpsd0a" is a non-resolved or relative path.
mount_msdos: using "/usr/home/pooka/src/umserv/rumpsd0a" instead.
mount_msdos: /usr/home/pooka/src/umserv/rumpsd0a on /mnt: Device not configured

golem> s mount_msdos ./rumpsd0e /mnt
mount_msdos: "./rumpsd0e" is a non-resolved or relative path.
mount_msdos: using "/usr/home/pooka/src/umserv/rumpsd0e" instead.
golem> df -h /mnt
Filesystem                              Size      Used      Avail %Cap Mounted on
/usr/home/pooka/src/umserv/rumpsd0e      974M      5.2M      968M  0% /mnt

etcetc.

(pooka)

2009-12-22 17:50:22 UTC MAIN commitmail json YAML

Don't -I from $S/sys.

(pooka)

2009-12-22 17:32:03 UTC MAIN commitmail json YAML

Handle DIOCGPART in-kernel because a userspace server doesn't have
a chance in phobos of handling it.  This makes it possible to do a
kernel mount of most file systems with the block device backed by
a pud userspace server.

-  i'm too young to compile
-  hey, no tty rough
-  hurd me plenty
=> abstraction-violence
-  nightmare!

(pooka)

2009-12-22 16:32:41 UTC MAIN commitmail json YAML

Don't forget to initialize data32iot and data32ioh in via_sata_chip_map_new().
This makes 32bit UDMA xfer work properly on VIA VT6421.

(tsutsui)

2009-12-22 15:35:07 UTC netbsd-5 commitmail json YAML

2009-12-22 15:34:40 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by hubertf in ticket #1197):
usr.bin/lex/flex.skl: revision 1.23-125
usr.bin/lex/initscan.c: revision 1.18

If YY_NO_INPUT is defined, disable not only the declaration but also
the definition of yyinput() to avoid compiler warnings with newer gcc.
Addresses PR#41160.
Introduce ANSI prototypes for yyinput.
Conditionalize the yyinput/input() function definition the same way
as it's always been done in the prototype.

(sborrill)