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

2024-05-10 07:09:11 UTC Now

2011-05-30 13:50:36 UTC MAIN commitmail json YAML

Remove invalid const, the content is later passed to free.

(joerg)

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

Add an alternative to NOGCCERROR for clang.

(joerg)

2011-05-30 13:10:38 UTC MAIN commitmail json YAML

Remove "expected failure" for tmpfs PRs that are now fixed.

(martin)

2011-05-30 13:03:56 UTC MAIN commitmail json YAML

2011-05-30 11:00:18 UTC MAIN commitmail json YAML

xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amiga.h@1.4 / diff / nxr@1.4
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaInit.c@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaIo.c@1.2 / diff / nxr@1.2
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaKbd.c@1.5 / diff / nxr@1.5
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaMouse.c@1.4 / diff / nxr@1.4
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/amigaCL.h@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clbitblt.c@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clblt.c@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clfillrct.c@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clgc.c@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clsolid.c@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clstuff.h@1.2 / diff / nxr@1.2
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/cirrus/clwindow.c@1.4 / diff / nxr@1.4
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/retina/amigaGX.c@1.3 / diff / nxr@1.3
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCV.h@1.6 / diff / nxr@1.6
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/s3bcach.c@1.2 / diff / nxr@1.2
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/s3fcach.c@1.2 / diff / nxr@1.2
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/s3ss.c@1.2 / diff / nxr@1.2
xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/s3text.c@1.2 / diff / nxr@1.2

finish making this compile, with a few warnings. Mainly fix prototypes,
remove duplicate struct decls, add includes.

(christos)

2011-05-30 09:54:30 UTC MAIN commitmail json YAML

remove obsolete entries for .so.*.debug. njoly verified they are not needed
(postinstall takes care of them automatically).

(christos)

2011-05-30 09:53:40 UTC MAIN commitmail json YAML

2011-05-30 06:42:41 UTC MAIN commitmail json YAML

2011-05-30 06:19:54 UTC MAIN commitmail json YAML

2011-05-30 03:49:56 UTC MAIN commitmail json YAML

add a guard to the passing of the MAN definition, since MKMAN will supercede
any MAN definitions. only allow man pages to be listed in the set lists when
MKMAN != "no".

(agc)

2011-05-30 03:48:36 UTC MAIN commitmail json YAML

rename the "subman" regexp to "sub" as it's used in other multiword defs,
not just those for MAN=

(agc)

2011-05-30 03:12:43 UTC MAIN commitmail json YAML

Don't duplicate -Werror here, bsd.sys.mk already provides it

(joerg)

2011-05-30 03:11:15 UTC MAIN commitmail json YAML

Use consistent sign in compare, the function is only called with
constants as third argument anyway.

(joerg)

2011-05-30 02:12:02 UTC MAIN commitmail json YAML

2011-05-30 02:10:26 UTC MAIN commitmail json YAML

fix a lot of different issues (doesn't anyone build anymore)
- libdns had the wrong version
- zfs attributes missing
- missing debug libs
- typos in library names
- typos in library versions
- _g libraries missing for new .so files (since we don't install .a files
  we should not be installing _g.a files either, why are we?)
Hopefully this will fix the sparc64 build.

(christos)

2011-05-30 01:50:07 UTC MAIN commitmail json YAML

MI drivers should #include <sys/bus.h> not <machine/bus.h>.

(dyoung)

2011-05-30 01:48:40 UTC MAIN commitmail json YAML

2011-05-30 01:15:30 UTC MAIN commitmail json YAML

It's not necessary to #include both <machine/bus.h> and <sys/bus.h>,
because <sys/bus.h> will do: <sys/bus.h> #includes <machine/bus.h>.

(dyoung)

2011-05-30 01:10:58 UTC MAIN commitmail json YAML

Fix problem where DM_IOCTL_NAME was used in libdm_task_set_uuid except of
DM_IOCTL_UUID. This makes lvremove to work properly.

Thanks To hugo Silva and Toby Karyadi for reporting this issue.

(haad)

2011-05-29 23:35:50 UTC MAIN commitmail json YAML

Fix DEBUG enabled build, after every minor lib bump DEBUG enabled build should
be run to catch all changes. Hi spz!

(haad)

2011-05-29 23:00:41 UTC MAIN commitmail json YAML

find util/memleak/memleak.h

(christos)

2011-05-29 22:59:35 UTC MAIN commitmail json YAML

2011-05-29 22:59:10 UTC MAIN commitmail json YAML

2011-05-29 22:57:41 UTC MAIN commitmail json YAML

add memleak.h for CheckMemory

(christos)

2011-05-29 22:43:32 UTC MAIN commitmail json YAML

Fix non-DEBUG build.

(rmind)

2011-05-29 22:29:07 UTC MAIN commitmail json YAML

- Rework and document inode reference counting.  Also document inode life
  cycle (destruction part).  Perform link counting in tmpfs_dir_attach()
  and tmpfs_dir_detach(), instead of alloc/free and arbitrary places.
  Fixes PR/44285, PR/44288, PR/44657 and likely PR/42484.

- Fix the race between the lookup and inode destruction.  Fixes PR/43167
  and its duplicates PR/40088, PR/40757.

- Improve tmpfs_rename() locking a little, fix kqueue event notifications
  and also fix PR/43617.  Add simplistic tmpfs_parentcheck_p(); to be
  expanded and used for further rename() locking fixes.

- Cache directory entry "hint" in the tmpfs node, add tmpfs_dir_cached(),
  and thus avoid unnecessary lookup in tmpfs_remove() and tmpfs_rmdir().

- Set correct _PC_FILESIZEBITS value in tmpfs_pathconf().  Fixes PR/43576.

- Few minor fixes.

(rmind)

2011-05-29 22:14:53 UTC MAIN commitmail json YAML

when undoing the sigsuspend setup, either take the signal and allow the
signal path to restore the mask, or restore the mask here.

(christos)

2011-05-29 22:12:32 UTC MAIN commitmail json YAML

Modify the test to be more robust. Still getting fork interrupted somehow,
but the tests work (after my kernel changes).

(christos)

2011-05-29 18:06:45 UTC MAIN commitmail json YAML

When PPCBoot supports the SKnet interface it will configure it to automatically
byte-reverse all descriptors by setting a vendor-specific bit in PCI config
space. We have to clear that bit to make sure our driver can send and
receive.

(phx)

2011-05-29 17:19:32 UTC MAIN commitmail json YAML

2011-05-29 17:07:58 UTC MAIN commitmail json YAML

Apply fixes for PR bin/44114 (makefs(8) -t cd9660 -o rockridge creates
corrupted cd9660fs):
- makefs/cd9660.c:
  - cd9660_rrip_move_directory() should also update lenght[0] and
    name_len[0] in dir->isoDirRecord
- makefs/cd9660/iso9660_rrip.c:
  - cd9660_rrip_finalize_node() should check rr_real_parent in node->parent,
    not in node itself in RRIP_PL case
  - cd9660_rrip_initialize_node() should update only node passed as arg
    so handle RRIP_PL in DOTDOT case

Fixes malformed dotdot entries in deep (more than 8 level) directories
moved into .rr_moved dir.

Should be pulled up to netbsd-5.
(no official ISO has such deep dirs, but cobalt restorecd is affected)

(tsutsui)

2011-05-29 15:21:34 UTC MAIN commitmail json YAML

2011-05-29 15:17:10 UTC MAIN commitmail json YAML

2011-05-29 13:31:30 UTC MAIN commitmail json YAML

The Genesis interface provides a register in the device specific config space
to automatically revert the byte order in all descriptors.
Make sure this feature is inactive. Otherwise the driver is unable to
receive or transmit any frame.

(phx)

2011-05-29 12:57:14 UTC MAIN commitmail json YAML

Don't use assert(3) for expressions with side effects on request by
by Christos Zoulas. Use ATF_REQUIRE() and ATF_REQUIRE_EQ() instead.

Also use ATF_REQUIRE_EQ_MSG() instead of ATF_REQUIRE_MSG() to avoid
crashes if one of the required conditions isn't met.

(tron)

2011-05-29 12:42:59 UTC MAIN commitmail json YAML

2011-05-29 12:37:09 UTC MAIN commitmail json YAML

When a child device is detached and no interfaces are claimed by drivers,
free the port's subdevice list. This allows for detaching a driver from
a USB device and loading a different one without disconnecting the device.

(jmcneill)

2011-05-29 10:29:01 UTC MAIN commitmail json YAML

Avoid backward seek on tape boot.

(tsutsui)

2011-05-29 10:19:09 UTC MAIN commitmail json YAML

Use WARNS?=2 to pull warnings flags.

(tsutsui)

2011-05-29 10:15:30 UTC MAIN commitmail json YAML

Disable LOAD_BACKWARDS on tapeboot which can't seek backwards.
Fixes bootstrap tapeboot installation failure on TME reported from ryoon@.

Should be pulled up to netbsd-5.
(note netbsd-5 uses LOAD_NOTE instead of LOAD_BACKWARDS)

(tsutsui)

2011-05-29 10:06:34 UTC MAIN commitmail json YAML

Add ugly definitions to make standalone programs build without
installed DESTDIR binaries.

(tsutsui)

2011-05-29 08:46:43 UTC MAIN commitmail json YAML

Bump date for SOCK_SEQPACKET; add serial commas.

(wiz)

2011-05-29 04:54:45 UTC MAIN commitmail json YAML

Document that localsocket may be of type SOCK_SEQPACKET

(manu)

2011-05-29 04:51:15 UTC MAIN commitmail json YAML

Document that SOCK_SEQPACKET is supported

(manu)

2011-05-29 04:45:08 UTC MAIN commitmail json YAML

Display SOCK_SEQPACKET local sockets in sockstat and netstat

(manu)

2011-05-29 03:34:33 UTC MAIN commitmail json YAML

Add SOCK_SEQPACKET for local sockets

(manu)

2011-05-29 03:32:46 UTC MAIN commitmail json YAML

2011-05-29 01:14:31 UTC MAIN commitmail json YAML

undo the multiple inclusion protection part.

(christos)

2011-05-29 01:00:50 UTC MAIN commitmail json YAML

- Prevent tmpfs.h from inclusion in userland.
- Clean up and KNF tmpfs.h a little bit.

(rmind)

2011-05-28 23:24:58 UTC MAIN commitmail json YAML

2011-05-28 22:54:09 UTC MAIN commitmail json YAML

2011-05-28 22:53:24 UTC MAIN commitmail json YAML

Renamed VT6410 to VT6410_RAID.

(phx)

2011-05-28 22:48:51 UTC MAIN commitmail json YAML

2011-05-28 22:47:58 UTC MAIN commitmail json YAML

Add VIA VT6410 ATA RAID controller.

(phx)

2011-05-28 21:53:54 UTC MAIN commitmail json YAML

fix bug in section .ORDER of make.1

(cheusov)

2011-05-28 20:56:37 UTC MAIN commitmail json YAML

Restore ci_intr_depth increment for duration of pic_do_pending_ints() lost
when this code was moved.

(jakllsch)

2011-05-28 20:53:57 UTC MAIN commitmail json YAML

Remove unused local variable.
Spelling fix in comment.

(jakllsch)

2011-05-28 20:28:55 UTC matt-nb5-mips64 commitmail json YAML

2011-05-28 19:30:20 UTC MAIN commitmail json YAML

Allow COM_TOLERANCE to be tweakable.  If comspeed returns an invalid
rate, don't use that error value to set the speed.

(matt)

2011-05-28 16:58:52 UTC MAIN commitmail json YAML

2011-05-28 16:12:56 UTC MAIN commitmail json YAML

Move regression test for PR kern/44986 from "kernel" to "syscalls" as
the later directory seems to be a better fit.

(tron)

2011-05-28 16:07:44 UTC MAIN commitmail json YAML

Fix rump build which got broken by the fix for PR kern/44986.

(tron)

2011-05-28 15:47:17 UTC MAIN commitmail json YAML

Revert changes for PR kern/44907
http://mail-index.NetBSD.org/source-changes/2011/05/27/msg022584.html
for now.  It might cause a panic in ehci_freex() on device detach
as reported by Paul Goyette on current-users@.

(tsutsui)

2011-05-28 15:37:11 UTC MAIN commitmail json YAML

PR/44896 has been fixed.
BTW: We've created a mess here again with the directory structure of the
tests. What goes in syscalls, what goes in sys, and what goes in kernel?
I think we should follow the userland location for paths where those should
be defined, so everything should go into libc/sys.

(christos)

2011-05-28 15:34:49 UTC MAIN commitmail json YAML

2011-05-28 15:33:41 UTC MAIN commitmail json YAML

If a signal did not fire, restore the original signal mask for pselect/pollts
using a signal mask. Tested by tron.

(christos)

2011-05-28 15:24:49 UTC MAIN commitmail json YAML

Add two test cases for pollts(2):
- The first tests basic functionality e.g. timeouts and correct events.
- The second tests whether pollts(2) correctly restores the signal mask.
  This test currently fails because of PR kern/44986.

(tron)

2011-05-28 15:13:04 UTC MAIN commitmail json YAML

2011-05-28 14:40:13 UTC MAIN commitmail json YAML

Since we mostly use RAS (even if we have LL/SC), need to check for lock ras
addresses even on ll/sc capable CPUs.

(matt)

2011-05-28 13:59:31 UTC MAIN commitmail json YAML

2011-05-28 13:26:54 UTC MAIN commitmail json YAML

2011-05-28 13:24:04 UTC MAIN commitmail json YAML

2011-05-28 13:20:37 UTC MAIN commitmail json YAML

2011-05-28 13:01:51 UTC MAIN commitmail json YAML

2011-05-28 11:59:29 UTC MAIN commitmail json YAML

- remove unnecessary (pasto?) line on RRIP PL handling for moved dir
- RRIP RE length should be 4, not 0

(tsutsui)

2011-05-28 11:12:22 UTC MAIN commitmail json YAML

add entry for SystemBase SB16C1054/SB16C1058

(ryo)

2011-05-28 10:48:51 UTC MAIN commitmail json YAML

Add support for SYSTEMBASE SB16C105x 4-port/8-port serial PCI cards.

- Added initialize code for SB16C105x to puc.c, but
  It is better to add a member (*config_function)() to
  struct puc_device_description and use it
- It seems SB16C1054 *rev 0x91* has different BAR layout, but not supported yet.

(ryo)

2011-05-28 10:45:10 UTC MAIN commitmail json YAML

2011-05-28 10:44:43 UTC MAIN commitmail json YAML

add SystemBase SB16C1058 8 port serial cards

(ryo)

2011-05-28 07:03:03 UTC MAIN commitmail json YAML

2011-05-28 06:50:08 UTC matt-nb5-mips64 commitmail json YAML

Change pmap_steal_memory, if it can, to prefer stealing from the physseg with
the least amount of free pages.

(matt)

2011-05-28 06:25:43 UTC MAIN commitmail json YAML

Update description about kernel sets etc.
(no GENERIC but IPAQ, JORNADA720, WZERO3 kernels)

(tsutsui)

2011-05-28 06:00:13 UTC MAIN commitmail json YAML

Move common/contents file into MD dirs again.
I know it isn't a good thing to have many copy-and-pasted contents
(set file descriptions etc) in all MD files, but it's much more annoying
to maintain a bunch of .if \n [${MACHINE}] conditionals for all ports
and maintainers rarely notice that they also have to prepare or update
MD contents in MI content file with messy ifdefs.

XXX: of course common text should be shared by mdoc macro etc.
    but I doubt playing mdoc(7) is really worth...

(tsutsui)

2011-05-28 05:58:16 UTC MAIN commitmail json YAML

Comment out wm, ciphy, and makphy.

(matt)

2011-05-28 05:56:15 UTC MAIN commitmail json YAML

2011-05-28 05:55:58 UTC MAIN commitmail json YAML

Fix CS8244 entry (changed to VSC8244).

(matt)

2011-05-28 05:53:44 UTC MAIN commitmail json YAML

Initial config for a Freescale P2020 Development System.

(matt)

2011-05-28 05:27:20 UTC MAIN commitmail json YAML

Move obio softc definitions to a header so it can use by children of obio.

(matt)

2011-05-28 05:25:39 UTC MAIN commitmail json YAML

Move debug printfs higher.

(matt)

2011-05-28 05:24:55 UTC MAIN commitmail json YAML

Cast physmem to uint64_t before calling ctob to avoid sign extension errors.

(matt)

2011-05-28 05:23:08 UTC MAIN commitmail json YAML

Add Boot Page PTR Register definitions.

(matt)

2011-05-28 05:22:25 UTC MAIN commitmail json YAML

Fix typo and make MDSETIMAGE block the same as the others.

(matt)

2011-05-28 05:21:40 UTC MAIN commitmail json YAML

allow configuring multiple CPUs (still needs work).
Detect boot page on MP e500 CPUs (P2020, MPC8572, etc) and prevent use of
that page in NetBSD.  This page is used to communicate with u-boot to spin
up secondary CPUs.
Probe LBC before PCI so that LBC attached devices can be configured before
probing the PCI.  This gives a chance to download/setup PCI Express switches
before probing/configuring PCI.
Fix PIXIS speed entry bug/typo.
Rework SYS_CLK logic so that the SYS_CLK config option has the highest priority.

(matt)

2011-05-28 02:24:47 UTC matt-nb5-mips64 commitmail json YAML

use "intr" instead of "int" for clock evcnt names

(cliff)

2011-05-28 02:21:37 UTC matt-nb5-mips64 commitmail json YAML

add cpu number to fault print

(cliff)

2011-05-28 02:20:13 UTC matt-nb5-mips64 commitmail json YAML

Since we mostly use RAS (even if we have LL/SC), need to check for lock ras
addresses even on ll/sc capable CPUs.

(matt)

2011-05-28 00:53:04 UTC MAIN commitmail json YAML

rf_ReconstructInPlace: don't leave a vnode open on errors.
fixes a part of PR/44972.

(yamt)

2011-05-28 00:07:56 UTC MAIN commitmail json YAML

NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE

(matt)

2011-05-28 00:07:25 UTC MAIN commitmail json YAML

Get rid of LD_TAIL now that there is a common version in Makefile.evbppc.inc

(matt)

2011-05-28 00:06:38 UTC MAIN commitmail json YAML

Add common processing for .srec, .bin, and .ub (ubootimage) files.
When creating u-boot image, use a compressed binary kernel.

(matt)

2011-05-28 00:01:43 UTC MAIN commitmail json YAML

NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE

(matt)

2011-05-27 22:48:25 UTC MAIN commitmail json YAML

don't forget to destroy mutex.

(yamt)

2011-05-27 22:42:26 UTC MAIN commitmail json YAML

2011-05-27 21:32:50 UTC MAIN commitmail json YAML

deal with amiga_membarrier being a macro.

(christos)

2011-05-27 21:29:26 UTC MAIN commitmail json YAML

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

Data toggle accounting for endpoints on OHCI.

(jakllsch)

2011-05-27 19:04:24 UTC MAIN commitmail json YAML

Apply patch in PR kern/44907 (crash due to race in ehci.c):
- make sure to remove abort_task in ehci_freex
- always initialize abort_task in ehci_allocx,
  not in ehci_timeout just before adding the task
Also apply similar fixes to ohci and uhci.

XXX: should we also call abort_task handler before removing it from queue
    if *hci_freex() is called for usbd_xfer_handle with queued abort_task?

(tsutsui)

2011-05-27 18:00:21 UTC MAIN commitmail json YAML

replace questionable pointer games which could cause reads of
uninitialized memory, from Wolfgang Stukenbrock per PR bin/44951

(drochner)

2011-05-27 17:50:41 UTC MAIN commitmail json YAML

2011-05-27 17:50:14 UTC MAIN commitmail json YAML

- fix mdoc warnings
- remove entries which are not necessary or in common/legal

(tsutsui)

2011-05-27 17:38:45 UTC MAIN commitmail json YAML

2011-05-27 17:23:47 UTC MAIN commitmail json YAML

add a line "image_generator gs" to the DESC file as the original
build framework does, lets "groff -Thtml" at least start
(it seems that ghostscript is not needed at least for simple documents)

(drochner)

2011-05-27 17:19:18 UTC MAIN commitmail json YAML

remember the data toggle bit per (bulk) endpoint rather than per
pipe, as required by the spec
This helps in cases where pipes are opened/closed without reconfiguring
the device in between, eg with the ugen driver.
only for UHCI/EHCI, don't have an OHCI to test

(drochner)

2011-05-27 17:17:17 UTC matt-nb5-mips64 commitmail json YAML

Fix a bug where limit could be greater avail_end.  Now if that happens, we
just bail.  Use KDASSERTMSG so panics are more informative.

(matt)

2011-05-27 17:12:47 UTC MAIN commitmail json YAML

add Upper Volta (Burkina Faso)
(got a nigeria-style spam mail with a phone number and was curious
where it came from)

(drochner)

2011-05-27 17:09:09 UTC MAIN commitmail json YAML

allow testing of GCM/GMAC code from userland

(drochner)

2011-05-27 17:06:55 UTC MAIN commitmail json YAML

make the "tags" target non-.PHONY because it reflects a real file,
and remove some nonsense in libc Makefile which caused that
a "tags" file was written in my source tree

(drochner)

2011-05-27 15:43:00 UTC MAIN commitmail json YAML

Remove sizes of set files.  They were too hard to maintain,
while nowadays few users care about bandwidth or storage
in modern Internet environment.  Ok'ed by snj@ a while ago.

(tsutsui)

2011-05-27 15:27:42 UTC MAIN commitmail json YAML

Tweak some descriptions about Rawrite32 tool on Windows.
XXX: we should rather mention how to write ISO images..

(tsutsui)

2011-05-27 15:21:28 UTC MAIN commitmail json YAML

Comment out sdhc for now.
Remove PCI devices that will never be there.

(matt)

2011-05-27 15:19:43 UTC MAIN commitmail json YAML

Remove debugging printf.  Add missing IMU2 interrupt string.

(matt)

2011-05-27 15:18:30 UTC MAIN commitmail json YAML

Fix P20x0_ONCHIPBITMAP to reflect latest P2020RM.

(matt)

2011-05-27 15:11:59 UTC MAIN commitmail json YAML

Add quirk for ALI M5228

(matt)

2011-05-27 15:11:18 UTC MAIN commitmail json YAML

2011-05-27 15:09:45 UTC MAIN commitmail json YAML

Add ALI M5288 SATA/Raid Controller

(matt)

2011-05-27 12:41:18 UTC MAIN commitmail json YAML

2011-05-27 11:15:17 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2011-05-27 10:32:00 UTC MAIN commitmail json YAML

2011-05-27 09:28:43 UTC MAIN commitmail json YAML

provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.

(plunky)

2011-05-27 06:51:13 UTC MAIN commitmail json YAML

BIND 9.8.0-P2 is released.

(taca)

2011-05-27 01:05:05 UTC MAIN commitmail json YAML

add miPrintRegion prototype.

(christos)

2011-05-26 23:42:39 UTC MAIN commitmail json YAML

mute the audio input during frequency changes

(jmcneill)

2011-05-26 23:42:05 UTC MAIN commitmail json YAML

add a function to mute/unmute the audio input

(jmcneill)

2011-05-26 22:32:39 UTC jym-xensuspend commitmail json YAML

balloon is now supported, update comment.

(jym)

2011-05-26 22:30:32 UTC jym-xensuspend commitmail json YAML

Split allocation and initialization of ring I/O for xbd(4) and xennet(4):
- allocation belongs to _attach()
- init to _resume(), so that it can be used by suspend/resume code too.

(jym)

2011-05-26 22:26:52 UTC jym-xensuspend commitmail json YAML

2011-05-26 22:18:13 UTC MAIN commitmail json YAML

Split KASSERT(... && ...) in two, so it's easier to spot which one
fired with DIAGNOSTIC.

(jym)

2011-05-26 22:16:42 UTC MAIN commitmail json YAML

Reuse the pointer to the request operation, as set above.

(jym)

2011-05-26 21:56:44 UTC MAIN commitmail json YAML

mdocml-1.11.3 out.

(wiz)

2011-05-26 21:50:03 UTC MAIN commitmail json YAML

pull in AES-GCM/GMAC support from OpenBSD
This is still somewhat experimental. Tested between 2 similar boxes
so far. There is much potential for performance improvement. For now,
I've changed the gmac code to accept any data alignment, as the "char *"
pointer suggests. As the code is practically used, 32-bit alignment
can be assumed, at the cost of data copies. I don't know whether
bytewise access or copies are worse performance-wise. For efficient
implementations using SSE2 instructions on x86, even stricter
alignment requirements might arise.

(drochner)

2011-05-26 21:20:26 UTC MAIN commitmail json YAML

2011-05-26 20:33:24 UTC MAIN commitmail json YAML

fix building of a linked list if multiple algorithms are requested
in a session -- this just didn't work

(drochner)

2011-05-26 19:24:31 UTC matt-nb5-mips64 commitmail json YAML

Use new MIPS64*_RMIXL options
If MP, store address of &pmap_tlb0_info.ti_lock->mtx_lock to OSSCRATCH 2

(matt)

2011-05-26 19:22:47 UTC matt-nb5-mips64 commitmail json YAML

2011-05-26 19:21:57 UTC matt-nb5-mips64 commitmail json YAML

Add MIPS64_RMIXL (XLR/XLS) and MIPS64R2_RMIXL (XLP).  This allows the kernel
to treat this special which is needed for MP support. When accessing the TLB,
always lock the TLB before hand.  If in the miss handlers, the TLB is already
locked let trap deal with the exeception.

(matt)

2011-05-26 16:42:15 UTC MAIN commitmail json YAML

fix ELFxx_M_SIZE macro.

(nonaka)

2011-05-26 16:40:38 UTC MAIN commitmail json YAML

2011-05-26 16:38:57 UTC MAIN commitmail json YAML

2011-05-26 16:29:13 UTC MAIN commitmail json YAML

put userconf_bootinfo under option USERCONF, to allow kernels without that option

(para)

2011-05-26 15:42:17 UTC matt-nb5-mips64 commitmail json YAML

Fix cut & paste error in previous commit.

(matt)

2011-05-26 15:34:14 UTC MAIN commitmail json YAML

2011-05-26 14:20:23 UTC MAIN commitmail json YAML

Use CWARNFLAGS.clang and not CWARNFLAGS here

(joerg)

2011-05-26 12:56:35 UTC MAIN commitmail json YAML

Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.

(joerg)

2011-05-26 07:59:09 UTC MAIN commitmail json YAML

Fix accidental use of logical && instead of binary & in rare case.

Bug noticed by Joerg and clang :)

(reinoud)

2011-05-26 04:51:57 UTC MAIN commitmail json YAML

Catch up with B_* flag name changes in debug code.

(uebayasi)

2011-05-26 04:29:18 UTC MAIN commitmail json YAML

Note userconf(4) + boot.cfg(5) + boot(8) support on i386/amd64.

(uebayasi)

2011-05-26 04:25:28 UTC MAIN commitmail json YAML

2011-05-26 02:37:25 UTC MAIN commitmail json YAML

Convert malloc(9) to kmem(9) in atppc(4).
(Intended to have been part of previous commit.)

(jakllsch)

2011-05-26 02:29:23 UTC MAIN commitmail json YAML

Convert ltsleep() in atppc(4) to modern interfaces.

Reviewed by rmind@.

(jakllsch)

2011-05-26 02:13:49 UTC MAIN commitmail json YAML

missing include and type for DEBUG

(christos)

2011-05-26 01:46:41 UTC matt-nb5-mips64 commitmail json YAML

Use some mipsNNr2 instructions to extract the non-wired bits from a pte.
(Saves on instruction per use).

(matt)

2011-05-26 00:56:42 UTC MAIN commitmail json YAML

2011-05-26 00:44:15 UTC MAIN commitmail json YAML

add debuglibs for sparc compat

(christos)

2011-05-26 00:36:04 UTC MAIN commitmail json YAML

2011-05-26 00:24:33 UTC MAIN commitmail json YAML

2011-05-25 23:58:51 UTC matt-nb5-mips64 commitmail json YAML

Make uvm_map recognize UVM_FLAG_COLORMATCH which tells uvm_map that the
'align' argument specifies the starting color of the KVA range to be returned.

When calling uvm_km_alloc with UVM_KMF_VAONLY, also specify the starting
color of the kva range returned (UMV_KMF_COLORMATCH) and pass those to
uvm_map.

In uvm_pglistalloc, make sure the pages being returned have sequentially
advancing colors (so they can be mapped in a contiguous address range).
Add a few missing UVM_FLAG_COLORMATCH flags to uvm_pagealloc calls.

Make the socket and pipe loan color-safe.

Make the mips pmap enforce strict page color (color(VA) == color(PA)).

(matt)

2011-05-25 23:36:39 UTC MAIN commitmail json YAML

2011-05-25 23:20:57 UTC MAIN commitmail json YAML

Remove erroneous additional tick in RTO estimation.  The variable
ts_rtt is 1 plus the RTT, so that 0 can mean invalid measurement.
However, the code failed to subtract the 1 back out before use.  With
this change, TCP from Massachusetts to France now typically has 1s RTO
values, rather than 1.5s.

This bug was found and fixed by Bev Schwartz of BBN.  This material is
based upon work supported by the Defense Advanced Research Projects
Agency and Space and Naval Warfare Systems Center, Pacific, under
Contract No. N66001-09-C-2073.  Approved for Public Release,
Distribution Unlimited

(gdt)

2011-05-25 23:17:44 UTC MAIN commitmail json YAML

Add comment urging a separation of TCP_RTT_SHIFT into separate defines
describing the EWMA calculation and the storage representation.
(No code change.)

(gdt)

2011-05-25 22:58:29 UTC MAIN commitmail json YAML

Add some missing prototypes for streaming routines.

Correct some bus_space_*_8 prototypes that used uint32_t instead of
uint64_t.

Replace size_t with bus_size_t where that's what bus_space(9) calls for.

(dyoung)

2011-05-25 22:46:12 UTC MAIN commitmail json YAML

2011-05-25 22:43:21 UTC MAIN commitmail json YAML

Increase SYMTAB_SPACE.

(dyoung)

2011-05-25 22:32:18 UTC MAIN commitmail json YAML

Increase SYMTAB_SPACE.

(dyoung)

2011-05-25 19:26:21 UTC MAIN commitmail json YAML

2011-05-25 19:21:20 UTC MAIN commitmail json YAML

src/crypto/external/bsd/heimdal/bin/Makefile.inc@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/gsstool/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/hxtool/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/kcc/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/kdestroy/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/kgetcred/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/kinit/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/kpasswd/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/string2key/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/lib/hx509/sel.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/lib/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/lib/libhdb/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/lib/libhx509/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile@1.4 / diff / nxr@1.4
src/crypto/external/bsd/heimdal/libexec/Makefile.inc@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/libexec/digest-service/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/libexec/hpropd/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/heimdal/libexec/ipropd-master/Makefile@1.2 / diff / nxr@1.2
      :
(more 13 files)
Fix up Heimdal so that it can be built statically, allowing the
sun2 port to proceed beyond trying and failing to build Heimdal.
This is done by:

1) Stop pretending that libipc is a separate library, and instead
  build it as part of libkrb5.  The version map for libkrb5 needed
  to be updated to expose the required symbols from libipc.

2) The lexer in libhx509 needs to use its own prefix, so that the
  resulting library can be statically linked with a lexer which
  uses the default prefix.  This was hidden because libhx509's
  version map file (which is only used for the shared libs) hid
  away the lexer symbols.  Some defines needed tweaking as well
  to restore buildability.

3) Excplicitly mention all the required libraries in LDADD+= and
  make sure DPADD is set to correspond.  This allows static linking;
  earlier this relied on shared library dependencies to have all the
  libs pulled in.  In the process, convert to single-line LDADD+=
  and DPADD+= settings.  Use Makefile.inc for the common libraries
  to the extent possible.

Successfully built from scratch for i386 and sun2 several times,
and for lots of other ports as well.

Discussed with elric@ and christos@.

(he)

2011-05-25 17:38:44 UTC MAIN commitmail json YAML

2011-05-25 16:55:44 UTC MAIN commitmail json YAML

2011-05-25 16:33:38 UTC MAIN commitmail json YAML

2011-05-25 15:51:55 UTC MAIN commitmail json YAML

Don't define explicit instantiation as inline.

(joerg)

2011-05-25 15:47:19 UTC MAIN commitmail json YAML

- consistently use #ifdef DEBUG_FPE and #ifdef DIAGNOSTIC
- use DPRINTF() style debug printfs
- use __func__ to print function names

(tsutsui)

2011-05-25 15:34:19 UTC MAIN commitmail json YAML

2011-05-25 15:24:07 UTC MAIN commitmail json YAML

Set WARNS explicitly to 0.

(joerg)

2011-05-25 15:17:21 UTC MAIN commitmail json YAML

2011-05-25 15:15:55 UTC MAIN commitmail json YAML

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

Restrict -Wno-non-template-friend and -Wno-pmf-conversions to GCC.

(joerg)

2011-05-25 15:01:08 UTC MAIN commitmail json YAML

Add support for compiler specific warning flags with
CWARNFLAGS.${COMPILER}

(joerg)

2011-05-25 14:41:46 UTC MAIN commitmail json YAML

Don't use division since we are only dealing with powers of 2.

(christos)

2011-05-25 14:15:26 UTC MAIN commitmail json YAML

2011-05-25 14:11:37 UTC MAIN commitmail json YAML

2011-05-25 12:01:31 UTC MAIN commitmail json YAML

define MANUF_FUJITSU (and fix CPU_IS_SPARC64_V_UP()) and MANUF_SUN.

use CPU_IS_SPARC64_V_UP() to choose some US-III versions of some
cache functions.

(mrg)

2011-05-25 06:13:30 UTC MAIN commitmail json YAML

remove VCONS_DRAW_ASYNC
it was always experimental, VCONS_DRAW_INTR is much simpler and Just Works.

(macallan)

2011-05-25 06:01:39 UTC MAIN commitmail json YAML

add a cache so when we update the screen we only redraw the character cells
that actually changed since last time. This gives a noticeable speedup on
slower hardware with dumb framebuffers.
For now this works with VCONS_DRAW_INTR and VCONS_DONT_READ only.

(macallan)

2011-05-25 05:42:37 UTC MAIN commitmail json YAML

Set PSL_VEC in the right place.

(matt)

2011-05-25 05:35:50 UTC matt-nb5-mips64 commitmail json YAML

Merge in LWP_PC status change from -current.  Print PC addr if lwp is
running or runnable.

(matt)

2011-05-25 04:59:22 UTC MAIN commitmail json YAML

Don't print uninitialized values off the stack, even as debug messages.

(dholland)

2011-05-25 04:33:52 UTC MAIN commitmail json YAML

When checking if /var/yp/binding/foo.ypservers exists, use the domain
name of the domain being checked instead of the default domain name. Duh.
Necessary for PR 43900.

(dholland)

2011-05-25 03:19:26 UTC MAIN commitmail json YAML

2011-05-25 03:13:49 UTC MAIN commitmail json YAML

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

2011-05-25 02:03:22 UTC MAIN commitmail json YAML

tmpfs_update: comment out assert for now.

(rmind)