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

2024-05-10 08:10:26 UTC Now

2009-04-18 06:27:17 UTC MAIN commitmail json YAML

Initialize callout and lists before we check for errors.
This fixes crashes in ohci_detach() when ohci_init() failed.

(cegger)

2009-04-18 06:24:05 UTC MAIN commitmail json YAML

Compare size_t vs off_t by casting both to uintmax_t

(lukem)

2009-04-18 05:20:21 UTC MAIN commitmail json YAML

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

2009-04-18 03:25:34 UTC MAIN commitmail json YAML

Attempt to fix previous to address a coredump.

(lukem)

2009-04-18 00:32:59 UTC netbsd-4-0 commitmail json YAML

2009-04-18 00:32:26 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1308):
dist/ntp/ntpq/ntpq.c: revision 1.12
Fix:
    http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0159
Using:
    https://support.ntp.org/bugs/show_bug.cgi?id=1144

(snj)

2009-04-18 00:31:54 UTC netbsd-4 commitmail json YAML

2009-04-18 00:31:08 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1308):
dist/ntp/ntpq/ntpq.c: revision 1.12
Fix:
    http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0159
Using:
    https://support.ntp.org/bugs/show_bug.cgi?id=1144

(snj)

2009-04-18 00:29:44 UTC netbsd-3-1 commitmail json YAML

2009-04-18 00:28:43 UTC netbsd-3-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #2009):
dist/ntp/ntpq/ntpq.c: revision 1.12
Fix:
    http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0159
Using:
    https://support.ntp.org/bugs/show_bug.cgi?id=1144

(snj)

2009-04-18 00:28:06 UTC netbsd-3-0 commitmail json YAML

2009-04-18 00:26:31 UTC netbsd-3-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #2009):
dist/ntp/ntpq/ntpq.c: revision 1.12
Fix:
    http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0159
Using:
    https://support.ntp.org/bugs/show_bug.cgi?id=1144

(snj)

2009-04-18 00:25:59 UTC netbsd-3 commitmail json YAML

2009-04-18 00:25:04 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #2009):
dist/ntp/ntpq/ntpq.c: revision 1.12
Fix:
    http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0159
Using:
    https://support.ntp.org/bugs/show_bug.cgi?id=1144

(snj)

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

Bug fix: don't release the Rx DMA maps twice.

(dyoung)

2009-04-17 21:33:38 UTC MAIN commitmail json YAML

Fix keywords: /usr/lib/i386/libiberty* need 'bfd', not 'debuglib'.
/usr/lib/i386/libvers* need 'kerberos', not 'debuglib'.

(dyoung)

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

Introduce sys/arch/x86/x86/mp.c for common x86 MP configuration code.
mpacpi_scan_pci() and mpbios_scan_pci() are identical code, so replace
them with mp_pci_scan().

Introduce mp_pci_childdetached(), which helps us to detach root PCI
buses that were enumerated either by MP BIOS or by ACPI.

Let us detach and re-attach PCI buses from mainbus0 on i386.  This is
necessarily a work-in-progress, because testing detach and re-attach
is very difficult: to detach and re-attach the entire PCI tree on most
x86 computers that I own is not possible because some essential device
attaches under the PCI subtree: the console, com0, NIC, or storage
controller always attaches in the PCI tree.

(dyoung)

2009-04-17 20:46:37 UTC MAIN commitmail json YAML

Detach pcppi0 at isa0 during shutdown.

(dyoung)

2009-04-17 20:45:09 UTC MAIN commitmail json YAML

Do not interleave device detachment with device shutdown.  Instead, try
over and over to detach all of the devices.  Stop when we cannot detach
even a single device in a cycle.  Call shutdown hooks on all of the
devices that remain attached.

This is another step toward the detach/unmount cycle that will help us
tear down arbitrary stacks of filesystems, ccd(4), raid(4), and vnd(4).

(dyoung)

2009-04-17 20:38:04 UTC MAIN commitmail json YAML

Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
  compat-i386.files

2 Replicate the first column of compat-i386.files.  Remove i386/ from
  the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
  distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
  l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
  compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
  1.2 1.3,2.2' -a1 - compat-i386.keywords

(dyoung)

2009-04-17 20:32:27 UTC MAIN commitmail json YAML

2009-04-17 20:25:08 UTC MAIN commitmail json YAML

Rename variables to fix GCC warnings: local variables optopt and optarg
shadow globals.

(dyoung)

2009-04-17 20:22:52 UTC MAIN commitmail json YAML

Make vfs_unmountall() return true if it was able to unmount any
filesystem at all, false otherwise.  This will support tearing down
stacks of filesystems, ccd(4), raid(4), and vnd(4).

Change the misleading variable name 'allerror' to 'any_error'.  Make it
a bool.

(dyoung)

2009-04-17 20:09:35 UTC MAIN commitmail json YAML

2009-04-17 20:05:30 UTC MAIN commitmail json YAML

2009-04-17 20:04:35 UTC MAIN commitmail json YAML

Detach audio(4) during shutdown.

(dyoung)

2009-04-17 19:44:13 UTC MAIN commitmail json YAML

Use device_t instead of 'struct device *' or device_ptr_t.  Use cfdata_t
instead of 'struct cfdata *'. Delete some gratuitous parentheses.

(dyoung)

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

backout rev. 1.112. I was misleaded by the wrong pci(9) manpage.

(cegger)

2009-04-17 19:02:33 UTC MAIN commitmail json YAML

Move initialisation of the irq spinlock into the device handling code,
at least the Intel driver depends on it whether the IRQ is currently
enabled or not.

(joerg)

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

pci_activate() wants a device and not a softc. This matches the implementation.

(cegger)

2009-04-17 18:43:53 UTC MAIN commitmail json YAML

pci_activate() wants a softc and not a device

(cegger)

2009-04-17 18:28:39 UTC MAIN commitmail json YAML

pci_activate synopsis and function description don't match.
cube@ says, function description is correct. So remove reg argument in
pci_activate synopsis.

(cegger)

2009-04-17 17:31:01 UTC MAIN commitmail json YAML

Disable interrupts on the h/w before disestablishing the PCI interrupt
handler.

(dyoung)

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

Disable interrupts on the h/w before detaching the interrupt
handler.  Protects against the problem described in
<http://mail-index.netbsd.org/port-i386/2009/04/10/msg001317.html>,
Xintr_ioapic_levelN jumps to 0 during shutdown.

(dyoung)

2009-04-17 16:57:37 UTC MAIN commitmail json YAML

check return code of tlp_attach()

(cegger)

2009-04-17 16:12:47 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)

(lukem)

2009-04-17 16:05:43 UTC MAIN commitmail json YAML

2009-04-17 15:37:43 UTC MAIN commitmail json YAML

Check revisions and print names of i82551/i82551ER, per Intel manual.

(tsutsui)

2009-04-17 15:22:36 UTC MAIN commitmail json YAML

change tlp_attach() to return an error code on failure.

(cegger)

2009-04-17 15:16:52 UTC MAIN commitmail json YAML

set dmamap to NULL when bus_dmamap_create() fails to prevent bus_dmamap_destroy to be called with an invalid dmamap in error path.

(cegger)

2009-04-17 14:48:17 UTC MAIN commitmail json YAML

Split device_t/softc, use aprint_*().

(tsutsui)

2009-04-17 14:07:45 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wsign-compare -Wcast-qual)

(lukem)

2009-04-17 14:07:32 UTC MAIN commitmail json YAML

Free resources in error path.
While here, fix copy&paste error I introduced in rev. 1.108.

(cegger)

2009-04-17 14:02:22 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wextra -Wsign-compare)

(lukem)

2009-04-17 13:56:33 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)

(lukem)

2009-04-17 13:15:53 UTC MAIN commitmail json YAML

2009-04-17 12:59:19 UTC MAIN commitmail json YAML

Detach tlp(4) during shutdown.
Free unused resources on attachment.

(cegger)

2009-04-17 12:29:09 UTC MAIN commitmail json YAML

Allow bootstrap time specification of memory window size and count.

(pooka)

2009-04-17 11:44:52 UTC nick-hppapmap commitmail json YAML

2009-04-17 10:20:33 UTC MAIN commitmail json YAML

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

struct device * -> device_t
u_intNN_t -> uintNN_t

(cegger)

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

use device_private

(cegger)

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

struct device * -> device_t
u_intNN_t -> uintNN_t

(cegger)

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

Re-calculate size and digestresult after stripping, to ensure that
correct values appear in the metalog.

(apb)

2009-04-17 04:16:57 UTC MAIN commitmail json YAML

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

Fix WARNS=4 issues (-Wshadow -Wextra -Wcast-qual -Wsign-compare)

(lukem)

2009-04-17 03:44:23 UTC netbsd-5 commitmail json YAML

2009-04-17 03:40:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mjf in ticket #704):
sys/arch/hp700/gsc/harmony.c: revision 1.14
Get audio capture fully working with harmony(4) and fix PR/35239.
skrll@ reports that with this patch he can record and playback audio.
Suprisingly the bug was actually with playback and not with capture.
When not capturing or playing audio we write to or read from "empty
buffers", the problem was that playback and capture were using the same
buffer and the playback code managed to pick up a bit of data that was
written from the capture code.

(snj)

2009-04-17 03:36:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #706):
dist/ntp/ntpq/ntpq.c: revision 1.12
Fix:
    http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0159
Using:
    https://support.ntp.org/bugs/show_bug.cgi?id=1144

(snj)

2009-04-17 02:45:55 UTC MAIN commitmail json YAML

2009-04-17 02:38:26 UTC MAIN commitmail json YAML

bump to 5.99.11 for the recent change of KAUTH_ constants.

(yamt)

2009-04-17 01:48:22 UTC MAIN commitmail json YAML

Pass the lwp argument to in6_pcbbind() for the INET6 PRU_LISTEN and
PRU_CONNECT cases of tcp_usrreq(). It seems they were forgotten a long
time ago.

Similar code in FreeBSD and OpenBSD passes the thread (credentials)/proc.

(elad)

2009-04-17 00:39:27 UTC MAIN commitmail json YAML

Don't bzero in rumpuser_malloc, do it in the caller iff necessary.

(pooka)

2009-04-16 22:22:06 UTC MAIN commitmail json YAML

Replace another KAUTH_GENERIC_ISSUSER with a better alternative.

(elad)

2009-04-16 21:37:17 UTC MAIN commitmail json YAML

Remove three more trivial KAUTH_GENERIC_ISSUSER uses:

  - Binding to privileged ports in netatalk and netiso
  - Setting privileged socket options in netiso

(elad)

2009-04-16 21:26:57 UTC MAIN commitmail json YAML

Fix typo in email address.  Pointed out by Mirko Thiesen in PR 41229.

(snj)

2009-04-16 21:19:24 UTC MAIN commitmail json YAML

kpreempt: fix another bug, uintptr_t -> bool truncation.

(ad)

2009-04-16 19:39:37 UTC MAIN commitmail json YAML

PR/41230: -current: sh(1) endlessly looping in interactive
Fix proposed from Matthew Mondor

(christos)

2009-04-16 18:54:16 UTC MAIN commitmail json YAML

Distinguish read(2) failure due to a short read from other causes, and
suggest in the error message a possible cause: the size= attribute in
the metalog (if one is given) may be different from the source file's
actual size.

(dyoung)

2009-04-16 18:37:30 UTC MAIN commitmail json YAML

Add CAVEATS section:
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not).

Wording from drochner@ and ad@

Bump date for man pages.

Add note in libpthread/README so it's not forgotten to update the man
pages when the problem is fixed.

(wiz)

2009-04-16 18:00:36 UTC MAIN commitmail json YAML

make xen kernels build again after the merge of syscall.c

(cegger)

2009-04-16 17:50:02 UTC MAIN commitmail json YAML

Allocate vnodes properly with getnewvnode() and support reclaim.

(pooka)

2009-04-16 17:00:40 UTC MAIN commitmail json YAML

use sparc_bus_map_large() to map the I128 framebuffer

(macallan)

2009-04-16 16:57:21 UTC MAIN commitmail json YAML

use sparc_bus_map_large() to map the framebuffer if we can't find a PROM
mapping - now we won't exhaust the IODEV range and thus prevent other graphics
devices from working.

(macallan)

2009-04-16 16:55:00 UTC MAIN commitmail json YAML

Add sparc_bus_map_large() to map large bus ranges like framebuffers and
apertures outside the IODEV range. ZX for example needs 8MB for the framebuffer
alone while the IODEV range provides only 16MB.

(macallan)

2009-04-16 16:52:04 UTC nick-hppapmap commitmail json YAML

Improve (fix?) error reporting in pwr_sw_init.

(skrll)

2009-04-16 16:43:25 UTC MAIN commitmail json YAML

readdir: skip dirents with d_ino == 0

(pooka)

2009-04-16 15:34:23 UTC MAIN commitmail json YAML

- Add macros to handle (some) trapframe registers for common x86 code.
- Merge i386 and amd64 syscall.c into x86.  No functional changes intended.

Proposed on (port-i386 & port-amd64).  Unfortunately, I cannot merge these
lists into the single port-x86. :(

(rmind)

2009-04-16 14:56:51 UTC MAIN commitmail json YAML

we are not guaranteed that the ext pointer is going to be null at this point
so don't attempt to free.

(christos)

2009-04-16 14:56:41 UTC MAIN commitmail json YAML

- Manage pid_table with kmem(9).
- Remove M_PROC and unused M_SESSION.

(rmind)

2009-04-16 14:55:44 UTC MAIN commitmail json YAML

Replace malloc with kmem(9).

(rmind)

2009-04-16 14:46:34 UTC MAIN commitmail json YAML

- remove a redundant decl of boothowto; it's in <sys/systm.h>
- replace a magic number passed to format_bytes(9) with explicit strings
- some KNF

(tsutsui)

2009-04-16 14:39:11 UTC MAIN commitmail json YAML

Some cosmetics in rxcsum code.  Tested on i386.

(tsutsui)

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

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

When I switched to real kauth, I forgot to include a secmodel.
Fix this oversight by including bsd44.  Makes permissions for p2k
work again.

(pooka)

2009-04-16 13:52:52 UTC MAIN commitmail json YAML

Fix build problem on big endian ports where ntohl() doesn't convert the
argument to "uint32_t" automatically.

(tron)

2009-04-16 12:57:22 UTC MAIN commitmail json YAML

- remove an extra decl of cn_tab, which is in <dev/cons.h>
- some KNF

(tsutsui)

2009-04-16 12:56:07 UTC MAIN commitmail json YAML

Add a license with my name on it. Suggested by skrll@

(mjf)

2009-04-16 12:41:51 UTC MAIN commitmail json YAML

There is a report that 82559ER doesn't have RX hardware checksum support
(even though it has a newer revision number than 82559_A0),
so handle it separately per its own PCI device ID.

(tsutsui)

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

Use mips/conf/stand.ldscript on link so that we can use objcopy(1)
to create raw bootxx binary.  Tested on NWS-5000X.

(tsutsui)

2009-04-16 10:26:34 UTC MAIN commitmail json YAML

evcnt mmio window statistics

(pooka)

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

exec(3), not (2).

(wiz)

2009-04-16 07:47:16 UTC MAIN commitmail json YAML

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

2009-04-16 07:13:16 UTC MAIN commitmail json YAML

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

Fix -Wsign-compare issues

(lukem)

2009-04-16 06:27:43 UTC MAIN commitmail json YAML

2009-04-16 06:14:13 UTC MAIN commitmail json YAML

2009-04-16 06:07:53 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wshadow)

(lukem)

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

Fix WARNS=4 (-Wshadow -Wcast-qual)

(lukem)

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

2009-04-16 02:44:18 UTC MAIN commitmail json YAML

Add ver@ to the list of NetBSD developers.

(ver)

2009-04-16 02:11:44 UTC MAIN commitmail json YAML

2009-04-16 01:38:34 UTC MAIN commitmail json YAML

Take some code from FreeBSD and OpenBSD:

  Fix some bugs that the driver unable to detect link loss (OpenBSD 1.135,
  FreeBSD 1.102)

  bge_tick(): fix some extra input error (OpenBSD 1.221 FreeBSD 1.212)

  Acknowledge link change interrupts by setting the 'link changed' bit
  in the status register (used to have no effect). FreeBSD 1.44 (OpenBSD 1.21)

  Add some fiber support (OpenBSD 1.220)

  Set BGE_MISCCFG_KEEP_GPHY_POWER as {Open,Free}BSD and linux.

  Add special case code to fix a problem with the BCM5704 in TBI mode
  (FreeBSD rev. 1.71, OpenBSD rev. 1.35)

  Force an interrupt in bge_ifmedia_upd (FreeBSD rev. 1.205, OpenBSD rev.
  1.242)

  Add missing workaround for 5705 (FreeBSD rev. 1.44, OpenBSD rev. 1.21)

  Add some known CHIPID entries.

(msaitoh)

2009-04-16 01:35:24 UTC MAIN commitmail json YAML

Fix the case of setting a flag in BGE_PCI_DMA_RW_CTL (on conventional PCI)
again.

(msaitoh)

2009-04-16 00:17:19 UTC MAIN commitmail json YAML

2009-04-15 23:03:34 UTC MAIN commitmail json YAML

2009-04-15 22:44:26 UTC MAIN commitmail json YAML

As noted by apb, don't slip in local pathes.

(joerg)

2009-04-15 22:43:33 UTC MAIN commitmail json YAML

Flag ldscripts with 'bfd'.  Sort by first column.

(dyoung)

2009-04-15 22:38:26 UTC MAIN commitmail json YAML

Behave as documented and remove the dot call at the end.
Add RCS ID.

(joerg)

2009-04-15 22:36:05 UTC MAIN commitmail json YAML

Add a small script to visualize the rc dependency graph and point to it.

(joerg)

2009-04-15 22:12:40 UTC MAIN commitmail json YAML

Sort on the first column.

(dyoung)

2009-04-15 22:11:32 UTC MAIN commitmail json YAML

un-uppercase pseudodependency for the moment so as not to break pkgsrc

(perry)

2009-04-15 22:03:54 UTC MAIN commitmail json YAML

uppercase pseudodependency

(perry)

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

2009-04-15 21:07:13 UTC netbsd-4 commitmail json YAML

Tickets 1300, 1304, and 1305.

(snj)

2009-04-15 21:05:53 UTC netbsd-4-0 commitmail json YAML

2009-04-15 21:05:16 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by scw in ticket #1304):
sys/arch/mvme68k/stand/Makefile.booters: revision 1.18
sys/arch/mvme68k/stand/bootst/dev_tape.c: revision 1.11
sys/arch/mvme68k/stand/bootst/version: revision 1.5
Fix for install/40961: The RAMDISK kernel has grown significantly
since bootst was written. Grab 3MB of the kernel image from tape
in hackprom_diskrd() instead of 2MB.
Bump bootst version on account of the above fix.
While here, use -Os instead of -O2 to compile mvme68k stand code.

(snj)

2009-04-15 21:00:57 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by scw in ticket #1304):
sys/arch/mvme68k/stand/Makefile.booters: revision 1.18
sys/arch/mvme68k/stand/bootst/dev_tape.c: revision 1.11
sys/arch/mvme68k/stand/bootst/version: revision 1.5
Fix for install/40961: The RAMDISK kernel has grown significantly
since bootst was written. Grab 3MB of the kernel image from tape
in hackprom_diskrd() instead of 2MB.
Bump bootst version on account of the above fix.
While here, use -Os instead of -O2 to compile mvme68k stand code.

(snj)

2009-04-15 20:48:12 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1300):
sys/dev/sbus/zx.c: revision 1.25 via patch
sys/dev/sbus/zxreg.h: revision 1.6 via patch
sys/dev/sbus/zxvar.h: revision 1.3
Use bus_space(9) to access registers.  SETREG() macro using bogus casts
against packed structures doesn't work on gcc4. (no character on screen)
See also:
http://mail-index.NetBSD.org/port-sparc/2003/11/11/0002.html

(snj)

2009-04-15 20:44:32 UTC netbsd-4-0 commitmail json YAML

2009-04-15 20:44:26 UTC MAIN commitmail json YAML

2009-04-15 20:40:25 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1305):
sys/dist/pf/net/pf.c: revision 1.54 via patch
Fix http://www.securityfocus.com/archive/1/502634, from OpenBSD.

(snj)

2009-04-15 20:38:55 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1305):
sys/dist/pf/net/pf.c: revision 1.54 via patch
Fix http://www.securityfocus.com/archive/1/502634, from OpenBSD.

(snj)

2009-04-15 20:07:58 UTC MAIN commitmail json YAML

Get audio capture fully working with harmony(4) and fix PR/35239.

skrll@ reports that with this patch he can record and playback audio.
Suprisingly the bug was actually with playback and not with capture.
When not capturing or playing audio we write to or read from "empty
buffers", the problem was that playback and capture were using the same
buffer and the playback code managed to pick up a bit of data that was
written from the capture code.

(mjf)

2009-04-15 17:15:13 UTC MAIN commitmail json YAML

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

No Execute bit is available in PAE-paging mode.
However to use it, NXE bit in EFER register must be set.

(cegger)

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

pool_cache_put_paddr: add an assertion.

(yamt)

2009-04-15 11:44:20 UTC MAIN commitmail json YAML

kpreempt: report a failure of cpu_kpreempt_enter.  otherwise x86 trap()
loops infinitely.  PR/41202.

(yamt)

2009-04-15 11:41:26 UTC MAIN commitmail json YAML

plug some pnbuf leaks.

(yamt)

2009-04-15 10:18:34 UTC MAIN commitmail json YAML

Remove an explicit BUILDTARGETS do-compat-external-lib before do-build
because now src/compat/Makefile descends there and no particular
dependency on 32 bit compat external libs during do-build.

(tsutsui)

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

Fix -Wsign-compare issues

(lukem)

2009-04-15 08:40:59 UTC MAIN commitmail json YAML

Fix -Wsign-compare issues

(lukem)

2009-04-15 08:38:37 UTC MAIN commitmail json YAML

Fix -Wsign-compare issue

(lukem)

2009-04-15 08:37:08 UTC MAIN commitmail json YAML

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

fix WARNS=4, recipe from lukem

(pooka)

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

Fix -Wshadow and 'setjmp clobber' warnings.

(lukem)

2009-04-15 08:26:35 UTC MAIN commitmail json YAML

2009-04-15 06:02:37 UTC MAIN commitmail json YAML

Fix -Wsign-compare issue

(lukem)

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

Fix -Wsign-compare issue

(lukem)

2009-04-15 05:56:36 UTC MAIN commitmail json YAML

Constify a userland-only member.

(lukem)

2009-04-15 05:50:20 UTC MAIN commitmail json YAML

Fix -Wsign-compare issue

(lukem)

2009-04-15 05:43:22 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wsign-compare -Wextra)

(lukem)

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

Fix -Wsign-compare issue

(lukem)

2009-04-15 04:19:39 UTC MAIN commitmail json YAML

Another empty-body warning/error, another set of curly braces.  This, and
the last one, appear to affect only the NO_DEBUG (e.g., SMALLPROG) build.

(jld)

2009-04-15 03:42:33 UTC MAIN commitmail json YAML

Unbreak the build by adding curly braces to placate the empty-body warning.

(jld)

2009-04-15 02:07:20 UTC MAIN commitmail json YAML

more signed/unsigned comparison fixes

(dogcow)

2009-04-15 01:20:57 UTC MAIN commitmail json YAML

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

2009-04-15 00:43:29 UTC MAIN commitmail json YAML

Fix -Wsign-compare issues

(lukem)

2009-04-15 00:40:01 UTC MAIN commitmail json YAML

Fix -Wsign-compare issues

(lukem)

2009-04-15 00:38:07 UTC MAIN commitmail json YAML

Fix -Wsign-compare issue

(lukem)

2009-04-15 00:37:05 UTC MAIN commitmail json YAML

Fix -Wsign-compare issue

(lukem)

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

Fix -Wsign-compare issues

(lukem)

2009-04-15 00:32:24 UTC MAIN commitmail json YAML

2009-04-15 00:23:29 UTC MAIN commitmail json YAML

2009-04-15 00:13:51 UTC MAIN commitmail json YAML

2009-04-14 23:20:48 UTC MAIN commitmail json YAML

LIBDIR gets set to /usr/lib if it is not defined before including
bsd.own.mk.  Workaround problem.

(pooka)

2009-04-14 22:15:29 UTC MAIN commitmail json YAML

2009-04-14 22:03:07 UTC MAIN commitmail json YAML

2009-04-14 21:58:36 UTC MAIN commitmail json YAML

Redo previous -- cast to (unsigned char)

(lukem)

2009-04-14 21:25:20 UTC MAIN commitmail json YAML

Don't set sin->sin_port and sin6->sin6_port to 0 before calling
ifa_ifwithaddr(), as we no longer do a byte compare on the entire struct.

Reviewed by and okay from dyoung@.

(elad)

2009-04-14 21:20:49 UTC MAIN commitmail json YAML

Add openldap from Kurt Schreiner. Really, this should just contain:

.include "../../../external/lib/Makefile"

but unfortunately we can't do this yet because we are missing:

SUBDIR+= ../../crypto/external/lib
SUBDIR+= ../bsd/fetch/lib
SUBDIR+= ../bsd/libarchive/lib
SUBDIR+= ../bsd/am-utils/lib

Yelp!

(christos)

2009-04-14 20:26:52 UTC MAIN commitmail json YAML

Give previous commit a chance to work [hi christos!].

(cube)

2009-04-14 20:20:35 UTC MAIN commitmail json YAML

2009-04-14 20:17:16 UTC MAIN commitmail json YAML

Delete two unused data members, the powerhook and the shutdownhook
handles.

(dyoung)

2009-04-14 20:12:51 UTC MAIN commitmail json YAML

Fixed symlink following
Set default to no follow symlink

(stacktic)

2009-04-14 18:36:54 UTC MAIN commitmail json YAML

Fixed a bug with symlink

Problem reported by Antti Kantee

(stacktic)

2009-04-14 17:51:57 UTC MAIN commitmail json YAML

Descend into external/lib like the regular external Makefile does, should
make objects properly.
XXX: Now we will descend into lib twice (same as the regular external Makefile
from the top level.

(christos)

2009-04-14 17:49:45 UTC MAIN commitmail json YAML

External stuff does not belong here. It is handled by external/lib when
descending to external from the top level. At least this is the theory
as I understand it.

(christos)

2009-04-14 17:47:16 UTC MAIN commitmail json YAML

mkldap depends on mkcrypto

(christos)

2009-04-14 17:37:26 UTC MAIN commitmail json YAML

Add an experimental version of makefs based on rump file systems.
This version uses fs-utils (fsu_put) to write out the file system
data.  Creating the file system is handled with the appropriate
newfs command.

Size analysis for ffs and ext2fs is done using a modified version
of the original makefs.  It probably could be replaced by a carefully
crafted shell command, but since makefs readily handled symbolic
links, hard links, block size roundups etc. correctly, I used it
for now.

Currently supported file system: ffs, ext2fs, FAT, cd9660, sysvbfs
(udf would be supported if newfs_udf handled regular files.
puffs/FUSE file systems should be fairly easy to support, but since
we don't have newfs for any of them in base, I didn't bother for
now.  tmpfs would be easy too, but since we don't yet have persistent
tmpfs backing storage, i didn't bother with that either ... and
I'm not quite sure if I should put a ``;)'' there or not)

(pooka)

2009-04-14 17:33:27 UTC MAIN commitmail json YAML

2009-04-14 17:25:28 UTC netbsd-5 commitmail json YAML

Welcome to 5.0_RC4!

(snj)

2009-04-14 17:24:22 UTC netbsd-5 commitmail json YAML

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

Instead of printing the status value from wait(), decode it into
more human-readable output.

reviewed by jmmv

(pooka)

2009-04-14 12:18:56 UTC MAIN commitmail json YAML

2009-04-14 12:18:36 UTC MAIN commitmail json YAML

2009-04-14 12:09:48 UTC MAIN commitmail json YAML

2009-04-14 11:53:40 UTC MAIN commitmail json YAML

Fix two bugs in handling banners in sshconnect2:
1) If the length of the banner is zero, don't bother printing it.
  This can happen if the remote server has a zero-length /etc/issue
  file.  Previously, ssh would die with "xmalloc: zero size".
2) strvisx() needs an extra byte for the nul terminator.

(apb)

2009-04-14 11:44:54 UTC netbsd-5 commitmail json YAML

2009-04-14 11:43:58 UTC netbsd-5 commitmail json YAML

Pull up revision 1.54 (requested by christos in ticket #702).

Fix http://www.securityfocus.com/archive/1/502634, from OpenBSD.

(jdc)

2009-04-14 10:39:38 UTC MAIN commitmail json YAML

2009-04-14 10:20:22 UTC MAIN commitmail json YAML

2009-04-14 10:19:39 UTC MAIN commitmail json YAML

Add atf_tc_fail_errno(), which appends strerror(errno) to the
message string.  Adding it to h_macros suggested by jmmv

(pooka)

2009-04-14 10:11:28 UTC MAIN commitmail json YAML

Fix sign-compare issues

(lukem)

2009-04-14 10:03:55 UTC MAIN commitmail json YAML

Call toupper() with an int argument.

(lukem)

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

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)

(lukem)

2009-04-14 09:55:07 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)

(lukem)

2009-04-14 09:53:08 UTC MAIN commitmail json YAML

Fix -Wsign-compare issue

(lukem)

2009-04-14 09:41:31 UTC MAIN commitmail json YAML

2009-04-14 09:30:25 UTC MAIN commitmail json YAML

fix -Wsign-compare issue on bigendian platforms

(lukem)

2009-04-14 09:18:41 UTC MAIN commitmail json YAML

Fix WARNS=4 (-Wcast-qual).
Fix creation of tempfile

(lukem)

2009-04-14 09:10:00 UTC MAIN commitmail json YAML

Compile lint with WARNS=3.
Currently there are too many -Wsign-compare issues for WARNS=4.

(lukem)

2009-04-14 09:08:40 UTC MAIN commitmail json YAML

fix -Wcast-qual issues

(lukem)

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

Fix -Wshadow and -Wcast-qual issues

(lukem)

2009-04-14 09:04:08 UTC netbsd-3-1 commitmail json YAML

2009-04-14 09:03:48 UTC netbsd-3-0 commitmail json YAML

2009-04-14 09:03:45 UTC MAIN commitmail json YAML

Fix -Wshadow issues

(lukem)