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

2024-05-10 13:22:18 UTC Now

2011-02-08 19:50:23 UTC matt-nb5-mips64 commitmail json YAML

- remove sc_ih_clk, sc_ih_fmn, sc_ih_ipi from struct rmixl_cpu_softc;
they were unused just taking up space
- rmixl_intr_init_clk() and rmixl_intr_init_ipi() are now type void

(cliff)

2011-02-08 19:29:42 UTC bouyer-quota2 commitmail json YAML

2011-02-08 19:18:23 UTC matt-nb5-mips64 commitmail json YAML

- rename ddb_running_on_this_cpu to ddb_running_on_this_cpu_p
according to pedicate unction naming style convention

(cliff)

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

Fix pasto, use GETSYSCALLS() where possible

(pooka)

2011-02-08 19:04:44 UTC matt-nb5-mips64 commitmail json YAML

- improve formatting: a space char followed by tab char follows "options"

(cliff)

2011-02-08 19:01:38 UTC bouyer-quota2 commitmail json YAML

2011-02-08 19:00:15 UTC matt-nb5-mips64 commitmail json YAML

- remove erroneous include of opt_multiprocessor.h
("MULTIPROCESSOR" instance was inside a comment)

(cliff)

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

newer pcc front end provides some definitions according to arch,
so provide the TARGMACH definition to the compiler here.

(makes no difference to the currently imported sources, but
will be easier for people wanting to try newer sources)

(plunky)

2011-02-08 18:15:42 UTC bouyer-quota2 commitmail json YAML

2011-02-08 18:14:00 UTC MAIN commitmail json YAML

use built-in macro ___STRING() rather than rolling our own

(plunky)

2011-02-08 18:09:39 UTC bouyer-quota2 commitmail json YAML

2011-02-08 18:05:10 UTC bouyer-quota2 commitmail json YAML

2011-02-08 16:20:16 UTC bouyer-quota2 commitmail json YAML

2011-02-08 14:51:36 UTC bouyer-quota2 commitmail json YAML

2011-02-08 14:50:37 UTC bouyer-quota2 commitmail json YAML

2011-02-08 14:48:05 UTC bouyer-quota2 commitmail json YAML

ffs_clusteracct() moved to ffs_subr.c, so remove it from this copy of
ffs_alloc.c (otherwise we have duplicate symbols at link time).
Always use UFS_FSNEEDSWAP(fs) even if !KERNEL; so we can use for makefs too.
other !KERNEL consumers will have UFS_FSNEEDSWAP(fs) == 0 anyway.

(bouyer)

2011-02-08 14:45:35 UTC MAIN commitmail json YAML

Make sure we can do host kevent since the -current (and recent nb5)
libc resolver uses it.  Error out in case of rump fd kevent (TODO).
Fixes one more problem pointed out by Alexander Nasonov.

Also, implement dup().
(TODO: implement it along the fcntl path too)

(pooka)

2011-02-08 14:25:00 UTC MAIN commitmail json YAML

Add missing debug keyword for libdm.so.0.0.debug.

(njoly)

2011-02-08 13:58:54 UTC MAIN commitmail json YAML

Use PRIu64 to fix build on amd64 (and presumably other 64-bit ports)

(pgoyette)

2011-02-08 13:40:35 UTC MAIN commitmail json YAML

abuse config_interrupts to make sure we don't switch to 'intr' mode until
interrupts are enabled

(jmcneill)

2011-02-08 12:45:04 UTC MAIN commitmail json YAML

add support for command buffering in vcons. still a WIP, same limitations
as async drawing (no ddb, needs interrupts). you can try it with options
VCONS_DRAW_INTR. as with async, there are still occasional glitches.

(jmcneill)

2011-02-08 12:25:36 UTC MAIN commitmail json YAML

FLOPPYPAD + ${MACHINE} instead of hardcoding amd64.

(jym)

2011-02-08 12:21:26 UTC MAIN commitmail json YAML

Added LevelOne NASCon and some Nettronix based devices.

(phx)

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

add std dprint to fdcall

(pooka)

2011-02-08 11:21:23 UTC MAIN commitmail json YAML

Turn the "idle workers available" from a flag into a counter so
that we can finally avoid all races (*knock knock*).

(pooka)

2011-02-08 11:09:14 UTC MAIN commitmail json YAML

Disable more file-system and pseudo-devices to shrink install floppies.

(tsutsui)

2011-02-08 10:52:57 UTC MAIN commitmail json YAML

add a 'setmode' callback to genfb and use it to setup write-combining
MTRRs on x86 whenever switching to WSDISPLAYIO_MODE_EMUL

(jmcneill)

2011-02-08 10:45:40 UTC MAIN commitmail json YAML

2011-02-08 10:13:13 UTC MAIN commitmail json YAML

2011-02-08 10:11:29 UTC MAIN commitmail json YAML

Time to start adding tests for the routing code to make that part
of the kernel more approachable.

Begin the task with an xfail test for PR kern/40455.

(pooka)

2011-02-08 09:51:55 UTC MAIN commitmail json YAML

2011-02-08 09:51:17 UTC MAIN commitmail json YAML

Improve a bit.

(wiz)

2011-02-08 09:49:08 UTC MAIN commitmail json YAML

Improve a bit.

(wiz)

2011-02-08 09:35:32 UTC MAIN commitmail json YAML

New sentence, new line. Bump date for previous.

(wiz)

2011-02-08 07:32:47 UTC MAIN commitmail json YAML

add PS/2 registers from synaptics spec:
PMS_RESET_WRAP_MODE, PMS_SET_WRAP_MODE, PMS_ACK, PMS_ERROR and PMS_RESEND

while here use #define<tab> consistently.

(cegger)

2011-02-08 06:28:57 UTC MAIN commitmail json YAML

Add IPI/cpu_send_ipi to intrsw.

(matt)

2011-02-08 06:22:29 UTC MAIN commitmail json YAML

Add MPC85xx variants.
Move to having a common kernel for all MPC85xx variants (CADMUS/PIXIS still
remain a problem).

(matt)

2011-02-08 06:21:03 UTC MAIN commitmail json YAML

Allow code to allow inclusive/exclusive locators for subdevices.
(uses on mpc85xx to match on SVRs or not match on SVRs).

(matt)

2011-02-08 06:19:13 UTC MAIN commitmail json YAML

Add P2020/P2010 truth table definition.
Remove trailing whitespace.

(matt)

2011-02-08 06:18:05 UTC MAIN commitmail json YAML

Add more MPC85xx SVRs.
Fix/add debug register definitions.

(matt)

2011-02-08 06:16:59 UTC MAIN commitmail json YAML

Add some P2020 / MPC856x definitions.

(matt)

2011-02-08 06:16:03 UTC MAIN commitmail json YAML

Add MPC8555/41, MPC8568/67, and P2020 variations.

(matt)

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

2011-02-08 06:05:00 UTC matt-nb5-mips64 commitmail json YAML

- add config_queues_lock to serialize access to deferred_config_queue and
interrupt_config_queue for adds, deletes and (those DIAGNOSTIC) searches
- add dc_funcs_lock to serialize dispatch of deferred config functions
many (all?) of which may not be MP safe.

(cliff)

2011-02-08 06:04:20 UTC matt-nb5-mips64 commitmail json YAML

- distinguish between cpuid and cpu index.

(cliff)

2011-02-08 06:03:56 UTC matt-nb5-mips64 commitmail json YAML

- eliminate assumptions that cpuid 0 is primary
- distinguish between cpuid and cpu index.

(cliff)

2011-02-08 06:03:36 UTC matt-nb5-mips64 commitmail json YAML

- cpucore_rmixl_attach() now examines 'userapp_cpu_map' bitmask obtained
from the firmware, and avoids attaching threads that are not enabled there.

(cliff)

2011-02-08 06:03:01 UTC matt-nb5-mips64 commitmail json YAML

- renamed cpu_rmixl_attach_once() to cpu_rmixl_attach_primary() (more clear)
- cpu_rmixl_attach_primary() obtains ci_cpuid from COP0 EBASE reg
instead of assuming always cpuid==0
- in cpu_rmixl_attach(), first call of the function determines we are attaching
primary cpu, instead of asuming core0 thread0 is always the primary cpu
- cpu_fmn_intr() uses CPU_IS_PRIMARY() instead of asuming cpu_number()==0
always indicates the primary cpu
- debug function rmixl_cpuinfo_print() argument is now a cpu index, not cpuid

(cliff)

2011-02-08 06:01:47 UTC matt-nb5-mips64 commitmail json YAML

- add cpuid column to table displayed by cpu_debug_dump()

(cliff)

2011-02-08 06:01:09 UTC matt-nb5-mips64 commitmail json YAML

- re-define cpu_number() to now mean ci_index instead of ci_cpuid
- re-define CPU_IS_PRIMARY() to use CPUF_PRIMARY instead of ci_cpuid

(cliff)

2011-02-08 05:29:13 UTC MAIN commitmail json YAML

tmplen should be static

(sjg)

2011-02-08 03:26:13 UTC MAIN commitmail json YAML

Switch libdevmapper library to use libdm as it;s backend lib and do not
communicate with device-mapper directly. Our lvm stack now looks like this
lvm<->libdevmapper<->libdm<->dm where only libdm knows how our dm protocol
looks like.

No objections on tech-userlevel@.

(haad)

2011-02-08 03:20:16 UTC MAIN commitmail json YAML

Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

dm-multipath device target
dm-crypt    device target
dm-ccd     compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@

(haad)

2011-02-08 02:03:13 UTC MAIN commitmail json YAML

Distinguish between a corrupt obj pointer and a null obj pointer.

(matt)

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

2011-02-08 01:39:36 UTC MAIN commitmail json YAML

BookE needs PMAP_NEEDS_PROCWR (for ptrace breakpoints)

(matt)

2011-02-08 01:38:49 UTC MAIN commitmail json YAML

If we get a PGM exception for a trap, use SIGTRAP/TRAP_BRKPT instead of
SIGILL/ILL_ILLTRP so GDB will recognize it.

(matt)

2011-02-08 00:33:05 UTC MAIN commitmail json YAML

- add preliminary code to support D-Link DSM-G600 rev.B NAS.
- it features 9600bps console, Moto MCU on the 2nd DUART channel,
  ACARD ATP865 PCIIDE and IP Plus IP1000A GbE.  It has MiniPCI
  slot.

(nisimura)

2011-02-07 23:56:18 UTC MAIN commitmail json YAML

weprovidedarracount()sothatwedon'tneedtosqueezethespacesout.

(christos)

2011-02-07 23:22:18 UTC MAIN commitmail json YAML

Add some macros to access GPMC config registers easily.

(ahoka)

2011-02-07 22:04:36 UTC MAIN commitmail json YAML

add some notes on access control

(pooka)

2011-02-07 21:39:47 UTC MAIN commitmail json YAML

Don't define weak aliases in the SMALL case. They conflict with the real
function name since SMALL doesn't use the normal rename logic.

(joerg)

2011-02-07 21:23:47 UTC MAIN commitmail json YAML

add missing SRCDIR for synaptics.

(mrg)

2011-02-07 20:31:46 UTC bouyer-quota2 commitmail json YAML

2011-02-07 20:31:21 UTC bouyer-quota2 commitmail json YAML

Add -c option, which clears quota entries for the specified users/groups

(bouyer)

2011-02-07 20:30:39 UTC bouyer-quota2 commitmail json YAML

Implement clear command (quota2 only), which either free the specified
quota2 entry (if both disk and inode usage are 0) or revert its limits to
the default quota entry.

(bouyer)

2011-02-07 20:05:09 UTC MAIN commitmail json YAML

Limit test duration based on wall time instead of loops
(took a long time on slow platforms).

(pooka)

2011-02-07 19:34:39 UTC MAIN commitmail json YAML

Force gcc to generate a stack frame for the call to dlsym(RTLD_NEXT).
Without this hack at least amd64 -O2 just used jmp and The Wrong
Thing happened.

(pooka)

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

StorCenter models are called 250, 500 and 1T.

(phx)

2011-02-07 18:11:29 UTC MAIN commitmail json YAML

2011-02-07 17:36:42 UTC MAIN commitmail json YAML

PR/44529: Martin Danielsson: fsck_msdos crashes when verifying corrupt file
system. Avoid using the long name index when it is 0. Refactor the code to
avoid duplication.

(christos)

2011-02-07 16:24:13 UTC bouyer-quota2 commitmail json YAML

Create a WAPBL transaction when setting quotas.

(bouyer)

2011-02-07 16:22:50 UTC bouyer-quota2 commitmail json YAML

2011-02-07 15:58:35 UTC MAIN commitmail json YAML

- add D-Link GSM-G600 info.  IP1000A is supposed a member of stge(4).
- move StorCenter info as it looks correct.

(nisimura)

2011-02-07 15:25:41 UTC MAIN commitmail json YAML

malloc/free aren't async-signal-safe, so avoid calling them when
signals aren't blocked.

this bug made tests/rump/rumpkern/t_sp:sigsafe rarely deadlock

(pooka)

2011-02-07 14:49:53 UTC MAIN commitmail json YAML

make sure we don't use "fullset" before we init it

(pooka)

2011-02-07 14:49:32 UTC MAIN commitmail json YAML

2011-02-07 13:35:21 UTC MAIN commitmail json YAML

add StorCenter heuristic by PCI vendor ID detection.

(nisimura)

2011-02-07 13:11:41 UTC MAIN commitmail json YAML

2011-02-07 12:51:18 UTC MAIN commitmail json YAML

add Dallas I2C RTC driver for StorCenter, leaving it commented out for now.

(nisimura)

2011-02-07 12:45:21 UTC MAIN commitmail json YAML

add IOMEGA StorCenter fixup codes.  Need more change as the satellite
microcontroller protocol is defined in 8-byte fixed length sequence.

(nisimura)

2011-02-07 12:23:05 UTC MAIN commitmail json YAML

duh, _sys_read, not read.  STAY FIXED, DAMNIT!

(pooka)

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

2011-02-07 11:51:02 UTC MAIN commitmail json YAML

Unbreak the ssp lossage from the default -current build by removing
it.  I still don't have any idea what the ssp stuff is supposed to
do and how it's supposed to even begin to work.  If someone wants
to change this now, run tests/lib/librumphijack before commit so
that I can avoid another multihour debugging session!

(pooka)

2011-02-07 10:28:18 UTC MAIN commitmail json YAML

call the non-compat pollts() from inside the library

(pooka)

2011-02-07 09:40:52 UTC MAIN commitmail json YAML

This is no longer broken for macppc.

(matt)

2011-02-07 09:39:49 UTC MAIN commitmail json YAML

PR port-macppc/43619
Save handler before calling sendsig_reset before it will reset to SIG_DFL
is SA_RESETHAND is set.

(matt)

2011-02-07 09:09:48 UTC MAIN commitmail json YAML

not here yet either (mirror amd64 commit)

(pooka)

2011-02-07 07:02:24 UTC MAIN commitmail json YAML

Use EVCNT_ATTACH_STATIC

(matt)

2011-02-07 06:41:08 UTC MAIN commitmail json YAML

Fix inverted test.  cpu_setmcontext should return success. :)

(matt)

2011-02-07 06:37:01 UTC MAIN commitmail json YAML

binutils is automagically doing securecrt so make sure plt calls are emitted
with the secureplt magic as well.

(matt)

2011-02-07 04:05:49 UTC MAIN commitmail json YAML

options SPLASHSCREEN_PROGRESS is no more

(jmcneill)

2011-02-07 03:54:46 UTC MAIN commitmail json YAML

2011-02-07 03:14:28 UTC MAIN commitmail json YAML

Third argument of MODULE() is typically a string literal.
Moreover it (at least sometimes) didn't build otherwise.

(jakllsch)

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

Make this build.

Also, the previous commit contanined "unintended" functional changes I'm
going to ignore.

(jakllsch)

2011-02-07 02:57:49 UTC MAIN commitmail json YAML

%d -> %zd for size_t printf format

(jmcneill)

2011-02-07 02:06:21 UTC MAIN commitmail json YAML

KNF, no functional changes intended.

(christos)

2011-02-07 01:37:12 UTC MAIN commitmail json YAML

Fix typo, from Henning Petersen in PR 44513.

(dholland)

2011-02-07 00:26:27 UTC MAIN commitmail json YAML

provide  __arraycount() if not there.

(christos)

2011-02-06 23:25:18 UTC MAIN commitmail json YAML

2011-02-06 23:16:05 UTC MAIN commitmail json YAML

2011-02-06 23:14:04 UTC MAIN commitmail json YAML

add BI_MODULE_IMAGE boot module type

(jmcneill)

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

2011-02-06 23:11:54 UTC MAIN commitmail json YAML

2011-02-06 23:11:11 UTC MAIN commitmail json YAML

Add MPMan to the vendor list.

(njoly)

2011-02-06 23:03:02 UTC MAIN commitmail json YAML

don't use __arraycount in tools

(pooka)

2011-02-06 22:18:38 UTC bouyer-quota2 commitmail json YAML

2011-02-06 21:38:10 UTC MAIN commitmail json YAML

update macro names to match new ones
(i don't know why they changed, just fixing the build)

(pooka)

2011-02-06 21:05:53 UTC MAIN commitmail json YAML

Support query of the partition size in case underlying device is
a wedge.  This still lacks the proplibistic query of the sector
size and just assumes 512.  It's good that we make asking a file's
size as simple as requiring one stat(), one open() and three (3)
different ioctls plus some proplist mumbojumbo.  I'm surprised it's
available at all by means other than #wish.

code mostly from Taylor R Campbell, rant from me.

(pooka)

2011-02-06 19:38:48 UTC MAIN commitmail json YAML

Fix the 'test' target to force atf to use its own files from DESTDIR instead
of the installed ones.  This is achieved by overriding all ATF_* environment
variables and making them point inside DESTDIR.

(jmmv)

2011-02-06 19:34:20 UTC MAIN commitmail json YAML

Add missing DPADD on libatf-c.a.  Spotted by Garrett Cooper.

(jmmv)

2011-02-06 19:24:20 UTC bouyer-quota2 commitmail json YAML

Change format to print the quota version for each filesystem in editor.
For version 1, have '-d' edit the filesystem's grace times.

(bouyer)

2011-02-06 19:12:55 UTC MAIN commitmail json YAML

Delete unnecessary casts to void *. No functional change intended.  Same
assembly generated before and after this change.

(dyoung)

2011-02-06 19:00:54 UTC MAIN commitmail json YAML

Call daemon() later to make sure there is a listening socket by
the time the foreground process exits.

discussed with mrg.

(pooka)

2011-02-06 18:51:00 UTC MAIN commitmail json YAML

respond to L2CAP Information requests

(plunky)

2011-02-06 18:47:56 UTC MAIN commitmail json YAML

2011-02-06 18:44:30 UTC MAIN commitmail json YAML

Add a simple test for the purpose of making sure rumphijack works
on -current in addition to 5.x.  The test serves a simple index.html
on a hijacked bozohttpd and checks the file can be retrieved.

(pooka)

2011-02-06 18:40:55 UTC MAIN commitmail json YAML

Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300.

- Only A1416 Kathmandu (topcat) framebuffer on 425t is tested, but
  all other variants (TigerShark, Hyperion, DaVinci, GatorBox, Renaissance)
  should also work if they are working on OpenBSD/hp300.
- sti(4) and SGC bus support are not pulled because I don't have 425e
  and I can't confirm that 362 and 382 actually have SGC bus.
  (I'll commit a DIO based dumb driver for 362 and 382 framebuffers later)
- Xorg server with wsfb driver will also be integrated soon
  once after keycode with NoSymbol problem is addressed.
  (We have to re-think what code should be used on WSDISPLAY_COMPAT_RAWKBD)
- MI HIL keyboard and mouse drivers are working fine though
  cngetc via hilkbd has some problem (still we can input commands).
- No old HP-UX like HIL ioctl compatibility (we removed COMPAT_HPUX anyway).
  grfinfo(8) and hilinfo(8) will be removed shortly.

Demonstrated on NetBSD booth at Open Source Conference 2011 Kagawa.

(tsutsui)

2011-02-06 18:38:01 UTC MAIN commitmail json YAML

Note NetBSD/hp300 wscons.

(tsutsui)

2011-02-06 18:34:52 UTC MAIN commitmail json YAML

Initially generate hildevs_data.h from hildevs.

(tsutsui)

2011-02-06 18:32:56 UTC MAIN commitmail json YAML

Add NetBSD's RCS Id.

(tsutsui)

2011-02-06 18:28:22 UTC MAIN commitmail json YAML

use unsigned char instead of uint8_t, easier for portability

(christos)

2011-02-06 18:26:54 UTC MAIN commitmail json YAML

Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300.

- Only A1416 Kathmandu (topcat) framebuffer on 425t is tested, but
  all other variants (TigerShark, Hyperion, DaVinci, GatorBox, Renaissance)
  should also work if they are working on OpenBSD/hp300.
- sti(4) and SGC bus support are not pulled because I don't have 425e
  and I can't confirm that 362 and 382 actually have SGC bus.
  (I'll commit a DIO based dumb driver for 362 and 382 framebuffers later)
- Xorg server with wsfb driver will also be integrated soon
  once after keycode with NoSymbol problem is addressed.
  (We have to re-think what code should be used on WSDISPLAY_COMPAT_RAWKBD)
- MI HIL keyboard and mouse drivers are working fine though
  cngetc via hilkbd has some problem (still we can input commands).
- No old HP-UX like HIL ioctl compatibility (we removed COMPAT_HPUX anyway).
  grfinfo(8) and hilinfo(8) will be removed shortly.

Demonstrated on NetBSD booth at Open Source Conference 2011 Kagawa.

(tsutsui)

2011-02-06 18:25:49 UTC MAIN commitmail json YAML

Fix a race condition in the worker thread caching logic: if we got
two or more syscall requests before any worker thread ran, we might
not have enough threads to handle the requests.  In some scenarios
this could lead to a deadlock.

(pooka)

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

wm_gmii_reset(): restore generic reset delays to what they were before
rev 1.186. This makes the following hardware find its PHY again, and I can't
see how these larger delays could be a problem for other hardware:

wm0 at pci6 dev 7 function 0: Intel i82541GI 1000BASE-T Ethernet, rev. 5
wm0: interrupting at ioapic2 pin 0, event channel 5
wm0: 32-bit 66MHz PCI bus
wm0: 65536 word (16 address bits) SPI EEPROM
wm0: Ethernet address 00:13:72:54:ee:13
igphy0 at wm0 phy 1: Intel IGP01E1000 Gigabit PHY, rev. 0
igphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto

(bouyer)

2011-02-06 15:48:20 UTC MAIN commitmail json YAML

make it possible to specify client connection retry model in
RUMPHIJACK_RETRY

(pooka)

2011-02-06 15:43:20 UTC MAIN commitmail json YAML

Add another connection retry model which simply does exit(1) if
the connection is severed.
(mostly for tests so that everything can be hooked to rump_server's exit)

(pooka)

2011-02-06 15:41:38 UTC MAIN commitmail json YAML

Make sure to close parent's server communication socket after fork.

(pooka)

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

2011-02-06 14:26:10 UTC MAIN commitmail json YAML

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

be kinder about kqueue()
(but paradoxically omit the surprise)

(pooka)

2011-02-06 12:49:33 UTC MAIN commitmail json YAML

Put -l compatibility note in STANDARDS section.

(wiz)

2011-02-06 12:37:49 UTC MAIN commitmail json YAML

Add -l option to copy a tree as links.
Non-standard option similar to Gnutools cp(1)
Approved by core.

(darcy)

2011-02-06 12:02:59 UTC MAIN commitmail json YAML

Do Skip device checks, which ends up parsing fstab, when working on a
filesystem image with -F option set.

(njoly)

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

- adjust a comment for frodo (362 doesn't have frodo)
- whitespace nits

(tsutsui)

2011-02-06 04:06:58 UTC MAIN commitmail json YAML

Regen from diodevs rev 1.13:
> Pull description about TurboVRX ("tigershark") display from OpenBSD.

(tsutsui)

2011-02-06 04:06:12 UTC MAIN commitmail json YAML

Pull description about TurboVRX ("tigershark") display from OpenBSD.

(tsutsui)

2011-02-06 03:53:25 UTC MAIN commitmail json YAML

RENASSIANCE -> RENAISSANCE

(tsutsui)

2011-02-06 03:51:58 UTC MAIN commitmail json YAML

Regen from diodevs rev 1.12:
> RENASSIANCE -> RENAISSANCE

(tsutsui)

2011-02-06 03:51:22 UTC MAIN commitmail json YAML

RENASSIANCE -> RENAISSANCE

(tsutsui)

2011-02-06 02:28:50 UTC MAIN commitmail json YAML

add a directory which i forgot to add with sys/modules/Makefile rev.1.60

(yamt)

2011-02-06 01:53:38 UTC MAIN commitmail json YAML

Add the actual function files. From FreeBSD via Stathis Kamperis

(christos)

2011-02-06 01:28:17 UTC MAIN commitmail json YAML

Putter depends on puffs add missing dependience.

(haad)

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

2011-02-06 01:08:38 UTC MAIN commitmail json YAML

Don't use -nostdinc or -nostdinc++ if this is included in a HOSTLIB.

(joerg)

2011-02-06 00:52:49 UTC MAIN commitmail json YAML

Allow HOSTLIB to use C++ by not specifying -nostdinc++.

(joerg)

2011-02-06 00:44:10 UTC MAIN commitmail json YAML

2011-02-05 23:22:16 UTC MAIN commitmail json YAML

2011-02-05 22:40:49 UTC MAIN commitmail json YAML

2011-02-05 21:05:07 UTC MAIN commitmail json YAML

When restoring the screen ("DPMS On") in FFBDacDPMSMode(), use the saved
state to restore the timing generator control register.  This restores the
correct hsync and vsync values, and fixes a bug that caused the screen not
to be restored for graphics modes where vsync is normally disabled.

(jdc)

2011-02-05 19:13:48 UTC MAIN commitmail json YAML

2011-02-05 19:10:40 UTC MAIN commitmail json YAML

fix missing comparison

(christos)

2011-02-05 17:29:48 UTC MAIN commitmail json YAML

2011-02-05 17:25:45 UTC MAIN commitmail json YAML

Use correct strtoululululu variant.

from Taylor R Campbell

(pooka)

2011-02-05 17:14:15 UTC MAIN commitmail json YAML

2011-02-05 16:59:24 UTC MAIN commitmail json YAML

uncommit part of previous which wasn't supposed to change

(pooka)

2011-02-05 16:57:39 UTC MAIN commitmail json YAML

Wrap daemon() since it forks.  Otherwise we lose the rumpclient kq
descriptor and have multiple processes using the commfd.

(pooka)

2011-02-05 16:42:42 UTC MAIN commitmail json YAML

use SSUMCI_DEBUG, not SCIMCI_DEBUG.

(nonaka)

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

oops forgot to commit the script.

(christos)

2011-02-05 16:01:58 UTC MAIN commitmail json YAML

we have arc4random_buf and uniform now; no need for random.c

(christos)

2011-02-05 15:45:21 UTC MAIN commitmail json YAML

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

do pxamci_intr_done() after pxa2x0_dmac_abort_xfer().

(nonaka)

2011-02-05 15:22:17 UTC MAIN commitmail json YAML

2011-02-05 14:12:06 UTC MAIN commitmail json YAML

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

2011-02-05 14:04:40 UTC MAIN commitmail json YAML

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

decouple tprof and its backends.

(yamt)

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

fix indent.  no functional changes.

(yamt)

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

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

cpu_lwp_free2: add assertions

(yamt)

2011-02-05 13:46:44 UTC MAIN commitmail json YAML

netbsd32__lwp_create: add a comment and CTASSERT.

(yamt)

2011-02-05 13:35:11 UTC MAIN commitmail json YAML

typo in a comment

(yamt)

2011-02-05 13:33:48 UTC MAIN commitmail json YAML

pageobj: remove a wrong assertion.

(yamt)

2011-02-05 13:32:32 UTC MAIN commitmail json YAML

whitespace.  no functional changes.

(yamt)

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

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

dosum also needs getnlist

(mlelstv)

2011-02-05 12:38:20 UTC MAIN commitmail json YAML

Fix some snafus to allow rumphijack to work on -current.

reported by Alexander Nasonov

(pooka)

2011-02-05 06:54:58 UTC matt-nb5-mips64 commitmail json YAML

- remove leftover debug print

(cliff)

2011-02-05 06:42:45 UTC MAIN commitmail json YAML

2011-02-05 06:31:07 UTC matt-nb5-mips64 commitmail json YAML

2011-02-05 06:23:58 UTC MAIN commitmail json YAML

2011-02-05 06:17:41 UTC matt-nb5-mips64 commitmail json YAML

add cpuset.h to allow abstracting bit-per-cpu run state variables (cpus_running et. al.)

(cliff)

2011-02-05 06:13:45 UTC matt-nb5-mips64 commitmail json YAML

- add evcnt_lock and use to protect the 'allevents' list
(pulled back fromk -current)

(cliff)

2011-02-05 06:13:17 UTC matt-nb5-mips64 commitmail json YAML

- if obio_intr is OBIOCF_INTR_DEFAULT, don't establish an interrupt

(cliff)

2011-02-05 06:12:42 UTC matt-nb5-mips64 commitmail json YAML

- include opt_multiprocessor.h for MULTIPROCESSOR dependency
- move RMIXL_INTRVEC_FMN to RMIXL_INTRVEC_IPI + NIPIS
since each IPI tag now has own vector

(cliff)

2011-02-05 06:11:48 UTC matt-nb5-mips64 commitmail json YAML

- include opt_multiprocessor.h for MULTIPROCESSOR dependency
- use seperate vectors for various IPI tags, instead of all piling on one.
this theoretically allows different functions to interrupt at different
priorities.  the fmn vector number got rippled up in the process.
- add rmixl_ipi_lock to serialize access to RMIXL_PIC_IPIBASE
- add rmixl_intr_lock to serialize access to rest of PIC and rmixl_intrhand[]
- include mips/cpuset.h and use CPUSET_* macros for cpus_running &etc.

(cliff)

2011-02-05 06:11:16 UTC matt-nb5-mips64 commitmail json YAML

- obtain rmixl_intr_lock before rmixl_vec_establish(),
he expects that lock is held

(cliff)

2011-02-05 06:10:29 UTC matt-nb5-mips64 commitmail json YAML

- include opt_multiprocessor.h for MULTIPROCESSOR dependency
- add suport for MIPS COP0 watchpoint in ddb
- add ci_pmap_asid_cur print in rmixl_cpuinfo_print().
- note rmixl_cpuinfo_print() (or something like it) should eventually get moved
into a md support fn of a (hypothetical) ddb 'show cpu' command.

(cliff)

2011-02-05 06:08:12 UTC matt-nb5-mips64 commitmail json YAML

- include opt_multiprocessor.h for MULTIPROCESSOR dependency
- in trap at dopanic:, use snprintf to allow a single, idempotent, readable
printf; needed for MP, but harmless for UP so not ifdef'ed.
- add case for case T_WATCH (not USER), handled same as T_BREAK
i.e. entry to ddb if configured

(cliff)

2011-02-05 06:07:39 UTC matt-nb5-mips64 commitmail json YAML

- add support for MP ddb
- add IPI halt func

(cliff)

2011-02-05 06:07:07 UTC matt-nb5-mips64 commitmail json YAML

- add suport for MP ddb
- add 'mach watch' command and related to enable ddb use of MIPS CP0 watchpoint
operator may specify one or more of rwx access mode qualifiers,
optional mask, and optional asid.  with no args, 'mach watch' dumps the
CP0 watchpoints table.
- 'mach unwatch' command deletes entries from the table; either
a) all entries matching an optional address, or
b) with no address specified, deletes all entries.
- fix 'mach cp0' dump of CP0 watchhi, watchlo regs
- fix opcode in 'mach mtcr' command function

(cliff)

2011-02-05 06:06:11 UTC matt-nb5-mips64 commitmail json YAML

- add ddb related includes
- convert 'cpus_running' et. al. to mips_cpuset_t, and use CPUSET_* macros
- add IPI broadcast, multicast functions
- add IPI halt, pause, resume, functions and related, useful for MP ddb

(cliff)

2011-02-05 06:05:35 UTC matt-nb5-mips64 commitmail json YAML

- include opt_multiprocessor.h for MULTIPROCESSOR dependency
- add IPI tag defines for SUSPEND, HALT, and bump NIPIS

(cliff)

2011-02-05 06:04:59 UTC matt-nb5-mips64 commitmail json YAML

- declare new md MP ddb functions.

(cliff)

2011-02-05 06:04:08 UTC matt-nb5-mips64 commitmail json YAML

- include cpuset.h, we're using CPUSET_* macros now for cpus_running, cpus_paused, etc.
those data are now type mips_cpuset_t.
- move opt_* includes up above sys/* includes
- add declarations for IPI broadcast, multicast functions
- add declarations for cpu halt, pause, resume, etc functions useful for ddb

(cliff)

2011-02-05 06:02:52 UTC matt-nb5-mips64 commitmail json YAML

- include opt_multiprocessor.h for MULTIPROCESSOR dependency
- in rmixl_pcr_init_core(), ifdef MIPS_DDB_WATCH, clear IEU_DEFEATURE
so we can get T_WATCH execeptions if/when we set COP0 watchpoint

(cliff)

2011-02-05 06:02:09 UTC matt-nb5-mips64 commitmail json YAML

- add options MIPS_DDB_WATCH, to enable COP0 watchpoint support in ddb
- add config netbsd-sd0a for disk-rooted kernel

(cliff)

2011-02-05 06:01:23 UTC matt-nb5-mips64 commitmail json YAML

- define config options flag MIPS_DDB_WATCH, enables COP0 watchpoint support in ddb

(cliff)

2011-02-05 06:00:15 UTC matt-nb5-mips64 commitmail json YAML

2011-02-05 03:09:46 UTC MAIN commitmail json YAML