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


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




switch to index mode

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

2024-05-10 05:56:36 UTC Now

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

Remove trailing whitespace. New sentence, new line.

(wiz)

2009-05-18 12:07:30 UTC MAIN commitmail json YAML

Point to pkg_add(1) instead of non-existing pkg_install(1).

(wiz)

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

Sort sections. Make HTML-ready.

(wiz)

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

2009-05-18 12:03:06 UTC MAIN commitmail json YAML

Sort options. Sort sections. Remove superfluous .Pp.

(wiz)

2009-05-18 12:00:46 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

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

New sentence, new line.
Adapt wording from FreeBSD to apply to pkgsrc. Bump date.

(wiz)

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

Remove random() from locore.s since it is in libkern.

(nakayama)

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

Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes.  Idea from OpenBSD.

(nakayama)

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

New sentence, new line.

(wiz)

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

New sentence, new line. Fix xrefs in SEE ALSO.

(wiz)

2009-05-18 09:37:44 UTC MAIN commitmail json YAML

Sort options.

(wiz)

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

Sort SEE ALSO. New sentence, new line.

(wiz)

2009-05-18 09:28:51 UTC MAIN commitmail json YAML

Bump date for last effective change.

(wiz)

2009-05-18 09:27:11 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-18 09:25:05 UTC MAIN commitmail json YAML

2009-05-18 09:24:47 UTC MAIN commitmail json YAML

Fix xrefs, sort SEE ALSO.

(wiz)

2009-05-18 09:16:43 UTC MAIN commitmail json YAML

Use .Tn for company/product names.

(wiz)

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

2009-05-18 09:06:23 UTC MAIN commitmail json YAML

Add more devices in my c3700.

(skrll)

2009-05-18 09:02:35 UTC MAIN commitmail json YAML

Bump date for last effective change (2008).

(wiz)

2009-05-18 09:00:02 UTC MAIN commitmail json YAML

2009-05-18 08:58:54 UTC MAIN commitmail json YAML

Avoid Po/Pc when not needed (i.e. most of the time, always here).
Mark up some defined values with .Dv.

(wiz)

2009-05-18 08:56:32 UTC MAIN commitmail json YAML

Punctuation nit.

(wiz)

2009-05-18 06:20:02 UTC MAIN commitmail json YAML

Note com at dino works on hp700.

(skrll)

2009-05-18 05:51:53 UTC MAIN commitmail json YAML

if there is no "name" properly, don't assert(), pretend it is empty.
now "ofctl" works on the shark.  fixes PR#36733.

(mrg)

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

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

2009-05-18 05:17:28 UTC MAIN commitmail json YAML

apply the change from PR 40289 - use ppc405 on openblocks ppc405 kernel.

(mrg)

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

u_intXX_t -> uintXX_t

(skrll)

2009-05-18 04:58:23 UTC MAIN commitmail json YAML

Use the right interrupt number for com @ dino.

Tested as working by Jonathan Kollasch. Thanks.

(skrll)

2009-05-18 03:55:42 UTC MAIN commitmail json YAML

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

Remove stale link to the IWN webpage, which is nowhere to be found.
Noted by Takuro KUBOTA in PR misc/40129.

(snj)

2009-05-18 02:28:35 UTC MAIN commitmail json YAML

fix a LOCKDEBUG problem from the previous: need to call pmap_kremove()
on a pre-existing mapping, before installing a new one.

(mrg)

2009-05-18 02:25:34 UTC MAIN commitmail json YAML

Make some updates (most notably syncing the Postfix section with reality)
inspired by PR misc/39168.

(snj)

2009-05-18 01:36:11 UTC MAIN commitmail json YAML

- retire union cpu_info_pg
- allocate space for each cpu_info{} in pmap_bootstrap
- remap cpu0's space into the PA currently in CPUINFO_VA
- cpus[] becomes an array of pointers to cpu_info{}, easy to traverse
- only call kernel lock for IPL_VM interrupts (?  as implemented on
  x86 and sparc64)
- revert a minor part of locore.s:1.241
- in cpu_hatch(), set %sp to near the middle of the interrupt stack.
  we only need a %sp until we get to run an MI thread (own idlelwp or
  real code)

we still waste one page of space, but this gets SMP much closer to
actually working again.

(mrg)

2009-05-18 00:41:53 UTC MAIN commitmail json YAML

Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).

(snj)

2009-05-18 00:25:15 UTC MAIN commitmail json YAML

also print the cpu_number() when we get a strayintr().

(mrg)

2009-05-18 00:14:27 UTC MAIN commitmail json YAML

Complete the device_t / softc split by changing the sc_dev member
from "struct device" to "device_t".  Commit overlooked when tga.c was
changed?

(he)

2009-05-18 00:07:47 UTC MAIN commitmail json YAML

Fix some typos and bad wording.  From Raphael Langerhorst in
PR misc/35213, plus two small nits from me.

(snj)

2009-05-17 21:31:59 UTC MAIN commitmail json YAML

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

2009-05-17 18:24:24 UTC MAIN commitmail json YAML

on Xen the GDT has to be updated though HYPERVISOR_update_descriptor().
Export i386/i386/gdt.c:update_descriptor() and use it in x86_set_sdbase(),
as a direct write to the GDT will cause a kernel trap.
Fix PR port-xen/41401.

(bouyer)

2009-05-17 18:21:29 UTC MAIN commitmail json YAML

u_intNN_t -> uintNN_t

(mjf)

2009-05-17 18:11:34 UTC MAIN commitmail json YAML

Reverse the sense of the DETACH_FORCE check so that we return EBUSY in
the correct circumstances.

(dyoung)

2009-05-17 14:49:00 UTC MAIN commitmail json YAML

- Convert from makecontext() -> _lwp_makecontext().

- Rely on _lwp_makecontext() to set up the thread identity register.
  This is not currently done (a bug), nor does libpthread use the
  threadreg yet. I'm doing this so it the code can be used by the
  person working on TLS to verify that their threadreg code is working.

(ad)

2009-05-17 14:46:33 UTC MAIN commitmail json YAML

Undocument FILE_LOCK(), FILE_UNLOCK() -- heh.

(elad)

2009-05-17 14:36:46 UTC MAIN commitmail json YAML

fix crash with LOCKDEBUG+DIAGNOSTIC kernels:

sdhc_bus_clock() calls mutex_enter().
then in DIAGNOSTIC section, sdhc_bus_clock() calls sdhc_card_detect().
sdhc_card_detect() calls mutex_enter() on the same mutex again.
when LOCKDEBUG is enabled, you get

Mutex error: lockdebug_wantlock: locking against myself

(cegger)

2009-05-17 14:09:15 UTC MAIN commitmail json YAML

Add an exmaple of unmounting all file systems apart from NFS and MFS
e.g,

umount -a -t nonfs,mfs

This makes it clear that the "no prefix" only needs to be on the first
file-system argument to -t. The mount(8) man page has a clear example
of this but for some reason umount(8) was missing one.

(mjf)

2009-05-17 11:38:43 UTC MAIN commitmail json YAML

Add LDADD+= and DPADD+= settings so that this builds on sun2 as well,
where we can't rely on shared libraries expressing the needs of the
program.

(he)

2009-05-17 11:34:21 UTC MAIN commitmail json YAML

fix crash in bridge_ioctl():

BRDGGFLT and BRDGSFILT bridge controls are only available with BRIDGE_IPF and PFIL_HOOKS defined.
In amd64 GENERIC and XEN kernel configs PFIL_HOOKS is defined but BRIDGE_IPF is not.

When a BRDGGFLT or BRDGSFILT command comes in, then ifd->ifd_cmd is not in range
of bridge_control_table_size. Then bc is not set and is dereferenced
later => BOOM.

(cegger)

2009-05-17 10:08:38 UTC MAIN commitmail json YAML

Updates to f_flag need to be made with atomics.

(ad)

2009-05-17 06:50:59 UTC MAIN commitmail json YAML

Remove trailing whitespace. Avoid marking up punctuation. Remove
superfluous Pp. Make HTML-ready. ioctl(4) -> ioctl(2).
Fix wrong end-of-sentence break.

(wiz)

2009-05-17 06:46:46 UTC MAIN commitmail json YAML

Remove trailing whitespace. Make HTML-ready.

(wiz)

2009-05-17 06:45:48 UTC MAIN commitmail json YAML

Avoid Pp before Sh; make HTML-ready; add missing comma in SEE ALSO.

(wiz)

2009-05-17 05:57:01 UTC MAIN commitmail json YAML

pad -> PAD.  Fixes build problem reported by Paul Goyette in private email.

(pooka)

2009-05-17 05:55:42 UTC MAIN commitmail json YAML

2009-05-17 05:54:42 UTC MAIN commitmail json YAML

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

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

Eliminate groff warning. Add protocol reference in SEE ALSO section.
A little more verbiage for clarity.

(fair)

2009-05-17 02:52:03 UTC MAIN commitmail json YAML

Eliminate a groff warning. Clarify wording.

(fair)

2009-05-17 02:36:10 UTC MAIN commitmail json YAML

Eliminate a groff warning. Clarify text.

(fair)

2009-05-17 02:22:43 UTC MAIN commitmail json YAML

Eliminate many groff warnings seen in build.
Restructure opening description for clarity.

This man page is very sparse and assumes a lot of knowledge.
We should consider adopting text from the OpenBSD ipsec(4).

(fair)

2009-05-17 02:08:35 UTC MAIN commitmail json YAML

Split device_t/softc.  Tested on D-Link DL-4000.

(tsutsui)

2009-05-17 01:33:25 UTC MAIN commitmail json YAML

2009-05-17 01:28:27 UTC MAIN commitmail json YAML

Split device_t/softc.  Compile test only, but mostly similar changes
with sparc/dev/sbus.c rev 1.69.

XXX: it looks some functions should be merged between sparc and sparc64.

(tsutsui)

2009-05-17 01:23:27 UTC MAIN commitmail json YAML

Eliminate a groff warning seen during build.
Add some paragraph breaks for clarity/readability.
Sentence periods should be at end of lines.

(fair)

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

Eliminate groff warnings seen during build.
Clarify that NetBSD can't use BT keyboards as console (others can).

(fair)

2009-05-17 00:53:36 UTC MAIN commitmail json YAML

Eliminate several groff warnings seen during build.

(fair)

2009-05-17 00:40:44 UTC MAIN commitmail json YAML

Split device_t/softc.
Tested PCI HME on i386.  Sbus HME is compile test only.

(tsutsui)

2009-05-17 00:37:53 UTC MAIN commitmail json YAML

Eliminate a groff warning seen during build.
Correct sysctl(8) variable section, add one more variable.
Change some wording for improved clarity.

(fair)

2009-05-17 00:28:35 UTC MAIN commitmail json YAML

Use device_private() to get struct sbus_softc from device_t parent.

XXX: sbus_softc has been split from device_t on sparc, but not on sparc64!?

(tsutsui)

2009-05-16 23:59:57 UTC MAIN commitmail json YAML

Skip LSIDL and LSZOMB threads when retrieving info.

(rmind)

2009-05-16 23:58:09 UTC MAIN commitmail json YAML

sys_mq_open: remove broken access flag check.
Noted by Stathis Kamperis.

(rmind)

2009-05-16 23:48:00 UTC MAIN commitmail json YAML

Fix suspend/resume problem with some configurations. From drochner@.

(ad)

2009-05-16 22:23:45 UTC MAIN commitmail json YAML

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

Remove unused code that's confusing when using cscope/opengrok.

(ad)

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

2009-05-16 21:37:48 UTC MAIN commitmail json YAML

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

Do not detach a sd(4) instance if it is open, but return EBUSY,
instead.  If the detach is forced, do what sdclose() does on the
last close: flush the cache, delete our reference to the SCSI bus
device, et cetera.

(dyoung)

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

Remove clear %tick in locore.s since it is cleared at cpu_initclocks() in
clock.c.

(nakayama)

2009-05-16 19:15:34 UTC MAIN commitmail json YAML

- move definition of tick() from ctlreg.h to psl.h and rename to gettick()
  for consistency with other functions for reading/writing ASRs.
- move definition of tl() from trap.c to psl.h as same as above.
- define settick() in psl.h and use it in clock.c.
- cosmetic chages in psl.h.

(nakayama)

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

we can not free() a dmamap!

(martin)

2009-05-16 18:13:08 UTC MAIN commitmail json YAML

change description of libbluetooth to "Bluetooth Library" as it contains
more than just host lookups

also, remove libsdp as that has been deprecated

(plunky)

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

change description for libbluetooth to "Bluetooth Library" as it is
more than just host lookup these days

(plunky)

2009-05-16 17:45:23 UTC MAIN commitmail json YAML

2009-05-16 17:42:36 UTC MAIN commitmail json YAML

Implement dmamap_unload - I might be missing something, or is it realy
this easy?

(martin)

2009-05-16 17:16:12 UTC MAIN commitmail json YAML

Add memory clobbers to the inline assembler modifying/testing the %psr
register, to avoid the compiler reordering instructions out of critical
sections. Should fix PR port-sparc/41372.

(martin)

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

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

2009-05-16 16:52:03 UTC MAIN commitmail json YAML

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

KNF, same object code generated.
(checked with evbarm CP3100 kernel)

(cegger)

2009-05-16 16:40:58 UTC MAIN commitmail json YAML

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

Add PA-RISC 2.0 PIM support.

Fix the HPMC exception handler so that, if we're running on a PA-RISC
2.0 machine, we use the 64-bit PIM data structures.

There was also a bug in the HPMC exception handler that stopped output
being written to the console after we'd taken the exception. We need
to make a PDC_IO pdc call to reset I/O.

(mjf)

2009-05-16 14:27:30 UTC MAIN commitmail json YAML

KNF and misc cosmetics.

(tsutsui)

2009-05-16 13:36:44 UTC MAIN commitmail json YAML

Correctly identify flag bit for SSSE3 (one of the 'S' was missing).  Also
rename AMD bit from SCALL/RET to SYSCALL/SYSRET to match Intel bit name.

(pgoyette)

2009-05-16 13:04:26 UTC MAIN commitmail json YAML

Split device_t/softc.  Tested on arc:
tga0 at pci0 dev 3 function 0: DC21030 step C, board type T8-02

(tsutsui)

2009-05-16 12:57:05 UTC MAIN commitmail json YAML

Note that CR27 is used for thread local storage (TLS)

(skrll)

2009-05-16 12:08:43 UTC MAIN commitmail json YAML

yamt-nfs-mp: update base

(yamt)

2009-05-16 12:02:00 UTC MAIN commitmail json YAML

sysctl_doeproc:
- simplify.
- KERN_PROC: fix possible stale proc pointer dereference.
- KERN_PROC: don't do copyout with proc_lock held.

(yamt)

2009-05-16 11:56:47 UTC MAIN commitmail json YAML

kvm_getprocs actually works with KVM_NO_FILES.

(yamt)

2009-05-16 10:41:54 UTC yamt-nfs-mp commitmail json YAML

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

2009-05-16 10:17:39 UTC MAIN commitmail json YAML

Added SH7706, SH7750R, SH7751 and SH7751R support.

(nonaka)

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

Added SH7706 cache flush op.

(nonaka)

2009-05-16 10:11:50 UTC MAIN commitmail json YAML

Add SH4 INTEVT codes for GPIO.

(nonaka)

2009-05-16 08:36:32 UTC MAIN commitmail json YAML

rw_vector_exit: remove a redundant condition.

(yamt)

2009-05-16 08:29:54 UTC MAIN commitmail json YAML

put a flag bit into v_usecount to prevent vtryget during getcleanvnode.
this fixes the following deadlock.

a thread doing getcleanvnode:
pick a vnode
acqure v_interlock
v_usecount++
call vclean

now, another thread doing cache_lookup:
picks the vnode
vtryget succeed
vn_lock succeed

now in vclean:
set VI_XLOCK (too late to be noticed by the competing thread)
wait on the vnode lock (this might violate locking order)

the use of a flag bit was suggested by Andrew Doran.  PR/41374.

(yamt)

2009-05-16 07:46:45 UTC MAIN commitmail json YAML

KNF, same object code generated

(cegger)

2009-05-16 07:34:05 UTC MAIN commitmail json YAML

Split device_t/softc split, tested on VT6212L.

(tsutsui)

2009-05-16 07:18:42 UTC MAIN commitmail json YAML

add a -P flag to attempt immediate pairing

(plunky)

2009-05-16 06:44:05 UTC MAIN commitmail json YAML

Make ahc_detach() take struct ahc_softc * as well as ahc_attach()
and remove bogus casts around ahc_detach().

XXX: There is a pmf_device_deregister(9) call in ahc_detach()
XXX: while there is no pmf_device_register(9) in ahc_attach().
XXX: It looks more pmf(9) stuff is required for cardbus detach.

(tsutsui)

2009-05-16 06:30:38 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/configure@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/configure.ac@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/include/netpgp.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/bin/netpgp.1@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/bin/netpgp.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/compress.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/config.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/create.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/lib/create.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/lib/errors.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/memory.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/lib/openssl_crypto.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c@1.11 / diff / nxr@1.11
      :
(more 16 files)
+ don't use arrays of length 1 to hold single instances of characters,
  unsigned or not - just use a single character itself
+ misc cleanup
+ rename cinfo to "output" and ops_createinfo_t to "ops_output_t" to
  be a bit more descriptive
+ shorten some long names
+ get rid of test for libgen.h - it's not needed anymore
+ bump to version 0.99.4, and 20090515 sources, regenerate configure and co
+ numerous name changes to be more consistent and more concise
+ add verbosity level to the variables that can be set and retrieved by
  netpgp_setvar() and netpgp_getvar()
+ added --verbose option to netpgp(1)
+ add __RCSID() to all files

(agc)

2009-05-16 05:51:58 UTC MAIN commitmail json YAML

- fix one more device_t/softc split botch in debug code
- use sc->sc_dev to get device_t
- fix inconsistent aprint_error_dev(9) usage
- some KNF and wrap long lines

(tsutsui)

2009-05-16 05:26:31 UTC MAIN commitmail json YAML

Fix botch on device_t/softc split.

XXX: still doesn't work (command timeout on data xfer).

(tsutsui)

2009-05-16 03:57:58 UTC MAIN commitmail json YAML

Misc cleanup:
- some KNF
- u_intNN_t -> uintNN_t
- wrap long lines and fix indent
- remove return statements at the end of void functions
- use __arraycount()

XXX: many inconsistent aprint_error_dev(9) vs printf(9)

(tsutsui)

2009-05-16 03:23:23 UTC MAIN commitmail json YAML

Use membar_sync() instead of inline asm.

(nakayama)

2009-05-16 01:25:32 UTC jym-xensuspend commitmail json YAML

Fix a merge botch that hampered kernel's build for amd64.

Reported by christoph@ in private mail. Thanks.

(jym)

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

Clearer wording when nagging about root logins.

(ad)

2009-05-15 23:49:28 UTC MAIN commitmail json YAML

Do not detach a wd(4) instance if it is open, but return EBUSY,
instead.  If the detach is forced, do what wdclose() does on the
last close: flush the cache, clear the flag WDF_LOADED, and delete
our reference to the ATA bus device.

(dyoung)

2009-05-15 20:52:23 UTC MAIN commitmail json YAML

Convert shutdownhook_establish() to pmf_device_register1().

XXX  This should be done as part of an overall plan to support
power management and device detachment.  However, in order to do
that, I would first have to invent sbus_intr_disestablish().  This
is being done at this time in order to aid in the effort to eliminate
shutdownhook_establish().

(jnemeth)

2009-05-15 17:55:44 UTC MAIN commitmail json YAML

Split device_t/softc.

No crash on:
esiop0 at pci0 dev 11 function 0: Symbios Logic 53c875 (ultra-wide scsi)
siop0 at pci0 dev 9 function 0: Symbios Logic 53c810a (fast scsi)
siop0 at gsc0 hpa 0xf0830000 path 2/0/7 irq 3 ipl 6: NCR53C720 rev 2

(tsutsui)

2009-05-15 17:02:54 UTC MAIN commitmail json YAML

2009-05-15 16:59:08 UTC MAIN commitmail json YAML

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

Split device_t/softc. Tested on Apus2000.

(tsutsui)

2009-05-15 15:54:03 UTC MAIN commitmail json YAML

Fix calls to rump syscalls now that the padding argument is no
longer advertised.

(pooka)

2009-05-15 15:52:46 UTC MAIN commitmail json YAML

regen: removal of pad arguments from the public interfaces

(pooka)

2009-05-15 15:52:40 UTC MAIN commitmail json YAML

2009-05-15 15:51:27 UTC MAIN commitmail json YAML

Use argname PAD to signal that an argument is used only for padding
and not part of the C interface.  Use this information for rump
syscalls to generate syscall interfaces without the extra parameter.

(pooka)

2009-05-15 14:52:48 UTC MAIN commitmail json YAML

In addition to off_t alignment, check for dev_t and time_t too
(we don't currently have any syscalls passing time_t, though)

(pooka)

2009-05-15 12:06:09 UTC MAIN commitmail json YAML

define __RCSID if nobody did.

(christos)

2009-05-15 06:40:15 UTC MAIN commitmail json YAML

2009-05-15 02:34:07 UTC MAIN commitmail json YAML

2009-05-15 02:23:42 UTC MAIN commitmail json YAML

Update MLINKS to match the flist.

(jakllsch)

2009-05-14 23:14:33 UTC MAIN commitmail json YAML

2009-05-14 23:12:14 UTC MAIN commitmail json YAML

update a comment.

(yamt)

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

Improve pmf_device_register(9) and pmf_device_register1(9) descriptions.

(dyoung)

2009-05-14 21:27:55 UTC MAIN commitmail json YAML

mention PMFE_AUDIO_VOLUME_UP

(jnemeth)

2009-05-14 20:16:10 UTC MAIN commitmail json YAML

Add a few more processor extended models for Intel Family 6

(pgoyette)

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

2009-05-14 16:28:05 UTC MAIN commitmail json YAML

2009-05-14 16:26:00 UTC MAIN commitmail json YAML

2009-05-14 16:23:38 UTC MAIN commitmail json YAML

2009-05-14 15:42:22 UTC MAIN commitmail json YAML

nfs_clearcommit: fix a race with vnode cleaning.

(yamt)

2009-05-14 15:34:38 UTC MAIN commitmail json YAML

add const to unchanged argument

(plunky)

2009-05-14 15:33:36 UTC MAIN commitmail json YAML

Only start dhcpcd per interface if not running the full dhcpcd daemon.
Only stop dhcpcd pre interface if it's running for the interface.

Fixes PR bin/4030

(roy)

2009-05-14 13:22:26 UTC MAIN commitmail json YAML

Ooops - sdtemp(4) driver requires sysmon.

(pgoyette)

2009-05-14 09:42:09 UTC MAIN commitmail json YAML

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

Fix prototypes to match the functions. The prototypes had `int' specified for
parameters or result where they should have been the corresponding enums.

gcc won't bitch on them but conceptually they are different and could be
stored in a different width. Compiling with pcc brought this to light.

(reinoud)

2009-05-14 03:59:54 UTC MAIN commitmail json YAML

+ got rid of "local" header files. These aren't necessary since the openpgpsdk
  code was modified to all be in the same directory
+ added netpgp_getvar() and netpgp_setvar(), and use them to get and set the
  user id and hash algorithm preference
+ get rid of <stdbool.h> usage - I'm still not sure this is the way we should
  be going long term, but the bool changes got integrated with the others,
  and are there in cvs history if we want to resurrect them. Correct autoconf
  accordingly. Bump netpgp minimus version, and autoconf-based date version.
+ updated documentation to reflect these changes

(agc)

2009-05-14 02:37:37 UTC MAIN commitmail json YAML

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

2009-05-14 01:12:58 UTC MAIN commitmail json YAML

2009-05-14 01:10:19 UTC MAIN commitmail json YAML

add a driver for the Indy's front panel buttons.
- power button presses are reported to sysmon
- volume control buttons are reported to PMF
TODO: add better key repeat code. The hardware keeps firing interrupts at us
whenever a button is down and not on - say - status change. If we don't clear
the interrupt we'll be fired on until someone clears it. We should probably
disable the entire interrupt and occasionally poll for button release.

(macallan)

2009-05-14 01:06:16 UTC MAIN commitmail json YAML

set delta value for the mixer's master channel

(macallan)

2009-05-14 00:29:37 UTC netbsd-5-0 commitmail json YAML

2009-05-14 00:28:55 UTC netbsd-5 commitmail json YAML

2009-05-14 00:27:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #756):
usr.sbin/postinstall/postinstall: revision 1.97
fetch /etc/dhcpcd.conf from the correct place when building the system

(snj)

2009-05-14 00:26:09 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #756):
usr.sbin/postinstall/postinstall: revision 1.97
fetch /etc/dhcpcd.conf from the correct place when building the system

(snj)

2009-05-13 23:44:26 UTC MAIN commitmail json YAML

fetch /etc/dhcpcd.conf from the correct place when building the system

(jnemeth)

2009-05-13 23:26:38 UTC MAIN commitmail json YAML

Fix toyp in previous.  Pointed out by snj@

(pgoyette)

2009-05-13 23:03:54 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-13 23:02:52 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2009-05-13 23:02:11 UTC MAIN commitmail json YAML

Revert parts of v1.25 (jemalloc):
Re-add RCS Id, remove superfluous .Pp, join line, comment out limits(1) xref.

(wiz)

2009-05-13 22:57:34 UTC MAIN commitmail json YAML

Remove superfluous .Pp.

(wiz)

2009-05-13 22:56:42 UTC MAIN commitmail json YAML

Whitespace fix.

(wiz)

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

New sentence, new line.

(wiz)

2009-05-13 22:49:48 UTC MAIN commitmail json YAML

Sort option descriptions.

(wiz)

2009-05-13 22:46:05 UTC MAIN commitmail json YAML

Mark up NULL with Dv.

(wiz)

2009-05-13 22:43:58 UTC MAIN commitmail json YAML

Expand abbreviation in subsection header.

(wiz)

2009-05-13 22:42:31 UTC MAIN commitmail json YAML

No Pp needed before El.

(wiz)

2009-05-13 22:41:44 UTC MAIN commitmail json YAML

Reduce Pf/Ns usage.

(wiz)

2009-05-13 22:36:39 UTC MAIN commitmail json YAML

Sort option descriptions.

(wiz)

2009-05-13 22:35:02 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-13 22:33:59 UTC MAIN commitmail json YAML

2009-05-13 22:31:59 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-05-13 22:25:51 UTC MAIN commitmail json YAML

1. Extend CPU probe of Intel processors to handle extended-models.  This
  allows us to properly identify new Intel 45nm processors, Core i7,
  Atom, and the 45nm Xeon MP.

2. Properly decode several new Intel cache descriptors, as listed in the
  most recent (March 2009) edition of Intel's Application Note 485.

3. Convert decode of the various features masks to use the newly added
  snprintb_m(3) routine.

Addresses my PR bin/41289
Addresses my PR bin/41290

(pgoyette)

2009-05-13 21:27:48 UTC MAIN commitmail json YAML

remove libXaw dependencies on libXp. okayed by mrg.

(perry)

2009-05-13 19:41:34 UTC netbsd-4 commitmail json YAML

2009-05-13 19:41:07 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jym in ticket #1316):
sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.35
Do not forget to detach rnd(4) device when removing a xennet device.
Ok by bouyer@ in private mail.

(bouyer)

2009-05-13 19:39:56 UTC netbsd-3 commitmail json YAML

2009-05-13 19:39:09 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by jym in ticket #2013):
sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.35
Do not forget to detach rnd(4) device when removing a xennet device.
Ok by bouyer@ in private mail.

(bouyer)

2009-05-13 19:20:50 UTC jym-xensuspend commitmail json YAML

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

Dependency on config_time.src was removed today from Makefile.kern.inc, so
starting from that date it's not necessary to create it.  (Of course that
won't happen until config version is bumped for some other reason.)

(cube)

2009-05-13 18:53:30 UTC jym-xensuspend commitmail json YAML

src/external/bsd/Makefile@1.9.2.1 / diff / nxr@1.9.2.1
src/external/bsd/am-utils/bin/amd/Makefile@1.1.8.1 / diff / nxr@1.1.8.1
src/external/bsd/am-utils/bin/fsinfo/Makefile@1.1.8.1 / diff / nxr@1.1.8.1
src/external/bsd/am-utils/dist/COPYING@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/ChangeLog@1.2.2.1 / diff / nxr@1.2.2.1
src/external/bsd/am-utils/dist/INSTALL@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/INSTALL.am-utils@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/am-utils/dist/Makefile.am@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/am_ops.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amd.8@1.2.8.1 / diff / nxr@1.2.8.1
src/external/bsd/am-utils/dist/amd/amd.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amd.h@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_auto.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_direct.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_error.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_generic.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_host.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_link.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_linkx.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/bsd/am-utils/dist/amd/amfs_nfsl.c@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
      :
(more 4285 files)

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

Fix fallout from device_t/softc changes.

(skrll)

2009-05-13 18:06:26 UTC MAIN commitmail json YAML

Nothing has used config_time.h since 1/8/2008.

(cube)

2009-05-13 17:23:18 UTC jym-xensuspend commitmail json YAML

src/common/dist/zlib/zlib.h@1.2.36.1 / diff / nxr@1.2.36.1
src/common/lib/libc/arch/i386/atomic/atomic.S@1.16.2.1 / diff / nxr@1.16.2.1
src/common/lib/libc/arch/powerpc64/atomic/atomic_add.S@1.4.6.1 / diff / nxr@1.4.6.1
src/common/lib/libc/arch/powerpc64/atomic/atomic_and.S@1.4.6.1 / diff / nxr@1.4.6.1
src/common/lib/libc/arch/powerpc64/atomic/atomic_cas.S@1.5.6.1 / diff / nxr@1.5.6.1
src/common/lib/libc/arch/powerpc64/atomic/atomic_dec.S@1.4.6.1 / diff / nxr@1.4.6.1
src/common/lib/libc/arch/powerpc64/atomic/atomic_inc.S@1.4.6.1 / diff / nxr@1.4.6.1
src/common/lib/libc/arch/powerpc64/atomic/atomic_or.S@1.4.6.1 / diff / nxr@1.4.6.1
src/common/lib/libc/arch/powerpc64/atomic/atomic_swap.S@1.4.6.1 / diff / nxr@1.4.6.1
src/common/lib/libc/arch/sparc/atomic/Makefile.inc@1.12.2.1 / diff / nxr@1.12.2.1
src/common/lib/libc/arch/sparc/atomic/atomic_cas.S@1.9.2.1 / diff / nxr@1.9.2.1
src/common/lib/libc/gen/bswap64.c@1.2.12.1 / diff / nxr@1.2.12.1
src/common/lib/libc/hash/sha1/sha1.c@1.3.12.1 / diff / nxr@1.3.12.1
src/common/lib/libc/md/md4c.c@1.3.12.1 / diff / nxr@1.3.12.1
src/common/lib/libc/md/md5c.c@1.3.12.1 / diff / nxr@1.3.12.1
src/common/lib/libc/net/__cmsg_alignbytes.c@1.2.8.1 / diff / nxr@1.2.8.1
src/common/lib/libc/quad/adddi3.c@1.1.36.1 / diff / nxr@1.1.36.1
src/common/lib/libc/quad/anddi3.c@1.1.36.1 / diff / nxr@1.1.36.1
src/common/lib/libc/quad/ashldi3.c@1.1.36.1 / diff / nxr@1.1.36.1
src/common/lib/libc/quad/ashrdi3.c@1.1.36.1 / diff / nxr@1.1.36.1
      :
(more 3405 files)
Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

(jym)

2009-05-13 17:08:24 UTC MAIN commitmail json YAML

apply fixes from CVE-2009-0946:

Description
Multiple integer overflows in FreeType 2.3.9 and earlier allow
remote attackers to execute arbitrary code via vectors related
to large values in certain inputs in (1) smooth/ftsmooth.c,
(2) sfnt/ttcmap.c, and (3) cff/cffload.c.

# CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=0545ec1ca36b27cb928128870a83e5f668980bc5
# CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=79972af4f0485a11dcb19551356c45245749fc5b
# CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=a18788b14db60ae3673f932249cd02d33a227c4e

plus: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=0a05ba257b6ddd87dacf8d54b626e4b360e0a596

Problem reported by Tavis Ormandy <taviso@google.com>.
* src/lsw/ftzopen.c (ft_lzwstate_io): Test whether `state->prefix' is zero.

(mrg)

2009-05-13 14:55:20 UTC MAIN commitmail json YAML

Add .WAIT between bootxx_ffsv1 and bootxx_ffsv2 to avoid race
on parallel build as well as i386.
XXX: maybe it's better to build libsa in each bootxx dir.

(tsutsui)

2009-05-13 14:49:58 UTC MAIN commitmail json YAML

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

add RX780/RX790 chipset host bridge and Radeon X1600

(cegger)

2009-05-13 14:33:42 UTC MAIN commitmail json YAML

If the PDC_MODEL_CPUID call fails use cpu_hvers to work out cpu_type.

Fixes PR/41379.

(skrll)

2009-05-13 13:12:06 UTC MAIN commitmail json YAML

Pass correct size (after padding) to bus_dmamap_sync(9) for RX mbufs
in iee_intr().  Fixes panic on DIAGNOSTIC kernel reported by skrll@.

(tsutsui)

2009-05-13 13:01:02 UTC MAIN commitmail json YAML

Whitespace fixes. Sort SEE ALSO.

(wiz)

2009-05-13 12:58:35 UTC MAIN commitmail json YAML

Use more markup. New sentence, new line. Add comma in enumeration.

(wiz)

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

Merge two descriptions for same error code.

(wiz)

2009-05-13 12:51:13 UTC MAIN commitmail json YAML

Sort errors. Avoid marking up punctuation.

(wiz)

2009-05-13 12:47:35 UTC MAIN commitmail json YAML

Fix xref. Prepare for HTML output.

(wiz)

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

New sentence, new line.

(wiz)