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

2024-05-10 09:02:04 UTC Now

2008-11-13 11:10:41 UTC MAIN commitmail json YAML

2008-11-13 11:09:45 UTC MAIN commitmail json YAML

2008-11-13 10:53:31 UTC MAIN commitmail json YAML

2008-11-13 10:51:23 UTC MAIN commitmail json YAML

2008-11-13 10:50:26 UTC MAIN commitmail json YAML

PR kern/39263 $ufs kernel module dependency problems

Pull in the ufs stuff and enable features to make this module useful.

(ad)

2008-11-13 10:48:52 UTC MAIN commitmail json YAML

2008-11-13 10:25:15 UTC MAIN commitmail json YAML

2008-11-13 10:15:52 UTC MAIN commitmail json YAML

+compat_ossaudio

(ad)

2008-11-13 10:14:55 UTC MAIN commitmail json YAML

2008-11-13 10:06:46 UTC MAIN commitmail json YAML

Add a note:

Do not automatically install modules that would fundamentally alter system
behaviour or create a security hole, as the system may automatically load
modules.

(ad)

2008-11-13 10:05:52 UTC MAIN commitmail json YAML

2008-11-13 10:03:22 UTC MAIN commitmail json YAML

Add missing ksem makefile.

(ad)

2008-11-13 07:22:00 UTC MAIN commitmail json YAML

2008-11-13 06:48:38 UTC MAIN commitmail json YAML

Sort the kernel objects.

(matt)

2008-11-13 05:03:05 UTC MAIN commitmail json YAML

on the Slave CPU where memory is remaped, use 'struct arm32_dma_range'
to manage kernel physical address unequal to DMA master bus address.

when Slave CPU configures PCI bus, program PCI memory window
to allow only bus addresses into memory owned by the Slave CPU.

Note: this code assumes that the CPU performing
PCI bus configuration has exclusive use of that bus.

(cliff)

2008-11-13 01:45:48 UTC MAIN commitmail json YAML

2008-11-13 01:39:23 UTC MAIN commitmail json YAML

- add "wm" interface and "makphy"
- add "re" interface and "rgephy"

(cliff)

2008-11-13 01:38:10 UTC MAIN commitmail json YAML

- comment out wdc, atabus, wd by default; can turn these on if/when wanted.
- add "wm" interface and "makphy"

(cliff)

2008-11-13 01:32:48 UTC MAIN commitmail json YAML

add gemini_cpu1_start() so Master CPU can release Slave to boot.
this gets called early in initarm(); this is as early as reasonable
for now; we might have to puch it back if the Slave ever depends
on the Master to do some setup work or something.

(cliff)

2008-11-13 00:37:05 UTC netbsd-4 commitmail json YAML

2008-11-13 00:29:08 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #1223):
sys/arch/atari/dev/atari5380.c: revision 1.45
Specify volatile to some pointers to access DMA registers.

(snj)

2008-11-13 00:27:57 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #1223):
sys/arch/atari/dev/atari5380.c: revision 1.44
No need to specify '&' to get array's address.
No binary changes.

(snj)

2008-11-13 00:26:30 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #1223):
sys/arch/atari/dev/atari5380.c: revision 1.43
Fix pointer arithmetic botch in rev 1.37.

(snj)

2008-11-13 00:14:57 UTC netbsd-5 commitmail json YAML

2008-11-13 00:10:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #49):
sys/dev/sysmon/sysmon_envsys_events.c: revision 1.62
Fix typo in previous, and wrap a panic with #ifdef DIAGNOSTIC

(snj)

2008-11-13 00:08:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #49):
sys/dev/sysmon/sysmon_envsys_events.c: revision 1.61
Initialize event's "previous sent state" based on the event monitor type,
regardless of sensor type.  Fixes spurious "device: normal state on
'sensor-name' messages (reported by ad@) which interfere with sysinst.

(snj)

2008-11-13 00:04:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #48):
sys/kern/kern_cpu.c: revision 1.37
sys/arch/x86/x86/cpu.c: revision 1.58
sys/arch/xen/x86/cpu.c: revision 1.29
sys/sys/cpu.h: revision 1.24
sys/kern/sys_sched.c: revision 1.31
- Avoid the race with CPU online/offline state changes, when setting the
  affinity (cpu_lock protects these operations now).
- Disallow setting of state of CPU to to offline, if there are bound LWPs,
  which have no CPU to migrate.
- Disallow setting of affinity for the LWP(s), if all CPUs in the dynamic
  CPU-set are offline.
- sched_setaffinity: fix invalid check of kcpuset_isset().
- Rename cpu_setonline() to cpu_setstate().
Should fix PR/39349.

(snj)

2008-11-12 23:52:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #47):
lib/librt/sched.3: revision 1.6
Sync the man page with recent addition of few wrappers.

(snj)

2008-11-12 23:50:29 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #47):
lib/libc/sys/sched.c: revision 1.2
include/sched.h: revision 1.11
Add sched_getaffinity_np() and sched_setaffinity_np() wrappers, mainly
for compatibility purposes.

(snj)

2008-11-12 23:45:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reed in ticket #46):
sbin/init/init.8: revision 1.55
Add backslash (minus is "\-").

(snj)

2008-11-12 23:43:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reed in ticket #46):
share/man/man5/rc.conf.5: revision 1.121
Reference  secmodel_securelevel(9) manual page.

(snj)

2008-11-12 23:42:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reed in ticket #46):
sbin/init/init.8: revision 1.54
Add some details about init's role with securelevel.
Add references to other manual pages for more details.

(snj)

2008-11-12 23:40:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reed in ticket #46):
sbin/sysctl/sysctl.8: revision 1.159
lib/libc/gen/sysctl.3: revision 1.195
Reference secmodel_securelevel(9) manual page.

(snj)

2008-11-12 23:39:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reed in ticket #46):
share/man/man4/options.4: revision 1.370
Reference secmodel_securelevel manual page.

(snj)

2008-11-12 23:33:45 UTC netbsd-5 commitmail json YAML

Apply patch (requested by joerg in ticket #45):
Add commented out example of PKG_PATH to make using binary packages
easier.

(snj)

2008-11-12 23:12:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #42):
sys/dev/pci/ixpide.c: revision 1.14
Implement powersave for ixpide(4). Tested it on an Asus IXP250 with IGP.
It seems to sleep and awake fine now without errors or warnings.

(snj)

2008-11-12 22:50:22 UTC MAIN commitmail json YAML

Don't use sizeof(struct gpt_hdr).  It will pad the structure on x86-64,
which causes some systems to reject the GPT.

kern/38997

(thorpej)

2008-11-12 21:40:03 UTC MAIN commitmail json YAML

Fixed jump table bugs (e.g. detected when compiling lang/php5 for m68k).
The patch was suggested by Gunther Nikl <gnikl@baltic.net> and is part
of gcc 4.3.x.

Backport from mainline (SVN 128601):
2007-09-19  Roman Zippel <zippel@linux-m68k.org>

* config/m68k/m68k.c (output_move_himode): Remove jump table
recognition.
config/m68k/m68k.md (lea): Likewise.
* config/m68k/m68k.c (print_operand_address): Use simple pc
relative addressing.

(phx)

2008-11-12 21:15:49 UTC MAIN commitmail json YAML

Added missing #include <net/if_ether.h> for ether_ioctl().

(phx)

2008-11-12 19:47:18 UTC MAIN commitmail json YAML

Add commented out "options MODULAR" (doesn't work yet).

(uwe)

2008-11-12 19:41:30 UTC MAIN commitmail json YAML

Add commented out "options MODULAR" (doesn't work yet).

(uwe)

2008-11-12 18:23:08 UTC MAIN commitmail json YAML

Cache wpi firmware in memory, free it only on invalid content or when
the last user is detached. This stops wpi from accessing the disk on
resume.

(joerg)

2008-11-12 18:09:22 UTC MAIN commitmail json YAML

2008-11-12 18:07:41 UTC MAIN commitmail json YAML

2008-11-12 15:57:29 UTC MAIN commitmail json YAML

Create USB devices on all_md target.

(tsutsui)

2008-11-12 15:56:57 UTC MAIN commitmail json YAML

intFile.fd should be initialised to -1, not 0.

(apb)

2008-11-12 15:45:33 UTC MAIN commitmail json YAML

avoid using c99 struct named initializers because this is a host tool and
needs to be compiled by a host compiler which might not be c99 compliant.

(christos)

2008-11-12 15:22:18 UTC MAIN commitmail json YAML

Add missing sys/syscall.h include for SYS_ptrace definition.

(njoly)

2008-11-12 14:47:22 UTC MAIN commitmail json YAML

2008-11-12 14:36:31 UTC MAIN commitmail json YAML

Comment out P1003_1B_SEMAPHORE. The ksem module will now be autoloaded from
the file system if POSIX semaphores are used.

(ad)

2008-11-12 14:34:42 UTC MAIN commitmail json YAML

2008-11-12 14:33:12 UTC MAIN commitmail json YAML

2008-11-12 14:32:34 UTC MAIN commitmail json YAML

2008-11-12 14:29:31 UTC MAIN commitmail json YAML

Atomic insertion/removal of groups of system call vectors at runtime with
a basic facility for rollback.

Proposed on tech-kern@.

(ad)

2008-11-12 14:22:17 UTC MAIN commitmail json YAML

Don't try appending ".o" to the module path.

(ad)

2008-11-12 14:22:16 UTC MAIN commitmail json YAML

In buildfloppies.sh:
* Add a "-N etcdir" command line option, defaulting to /etc.
* Use pax in mtree mode.  This is the same idea as the change made in
  revision 1.14, with the following changes:
    + use ". type=dir optional" instead of just ". type=dir", so the
      output will not contain an explicit entry for the directory.
    + Explicitly set type=file and mode=0444 in the mtree lines.
    + Pass "-N ${etcdir}" to pax to make it use the correct passwd and
      group files.
    + Pass "-s^./,," to pax to make it strip the leading "./" from file
      names.

In Makefile.tarfloppy:
* Pass "-N ${DESTDIR}/etc" to buildfloppies.sh.

The resulting flopies have been verified to be identical to those
produced by version 1.13 of buildfloppies.sh, except that file owners
and modes are changed.

(apb)

2008-11-12 13:54:10 UTC MAIN commitmail json YAML

Create audio devices on all_md target.

(tsutsui)

2008-11-12 13:50:52 UTC MAIN commitmail json YAML

Correct check for autoloaded modules.

(ad)

2008-11-12 13:33:10 UTC MAIN commitmail json YAML

Add support for Realtek ALC269 as found in Eee PC 1000HA.

(jmcneill)

2008-11-12 13:17:27 UTC MAIN commitmail json YAML

2008-11-12 13:14:28 UTC MAIN commitmail json YAML

My previous change should have read 'makedev video', not audio.

(jmcneill)

2008-11-12 13:00:08 UTC MAIN commitmail json YAML

Add support for enhanced speedstep on Intel Atom CPUs

(jmcneill)

2008-11-12 12:36:29 UTC MAIN commitmail json YAML

2008-11-12 06:32:08 UTC MAIN commitmail json YAML

reference rump_nfs

(pooka)

2008-11-12 01:33:44 UTC MAIN commitmail json YAML

reduce diff to i386/i386/machdep.c:init386()
- introduce add_mem_cluster() as done in i386
- apply rev. 1.480 from i386/i386/machdep.c: fixes PR 17199 for amd64
- apply rev. 1.492 from i386/i386/machdep.c: fixes PR 13399 for amd64

(cegger)

2008-11-12 01:17:16 UTC MAIN commitmail json YAML

cosmetic change (mostly to reduce diff to i386/i386/machdep.c:initi386):
#if DEBUG_MEMLOAD -> #ifdef DEBUG_MEMLOAD
use PRIx64 rather %qx
No functional changes intended.

(cegger)

2008-11-12 01:14:01 UTC MAIN commitmail json YAML

cosmetic changes:
use PRIx64 rather %qx
cache bootinfo addr and size as done in amd64/amd64/machdep.c:init_x86_64()
No functional change intended.

(cegger)

2008-11-11 21:45:33 UTC MAIN commitmail json YAML

- Optimise by avoiding few memory barriers, when atomic operations
  performs that for us.  OK by <matt>.
- Add RCS ID, and a bit of KNF.

(rmind)

2008-11-11 21:02:54 UTC MAIN commitmail json YAML

wapbl_replay_free needs the reply to have been stopped, so make sure
that the changes happen in the right order. Reported by veego@

(joerg)

2008-11-11 20:37:15 UTC MAIN commitmail json YAML

Fix a couple spelling mistakes in comments.

(snj)

2008-11-11 20:17:27 UTC MAIN commitmail json YAML

Add generic producer/consumer queue code.

(matt)

2008-11-11 19:55:21 UTC MAIN commitmail json YAML

roll back to revision 1.13 until problems mentioned in
PR 39894
can be figured out.
i suspect we can add "boot" to the mtree input, but experimentation
needs to happen first.

(dbj)

2008-11-11 19:54:39 UTC MAIN commitmail json YAML

2008-11-11 19:03:06 UTC MAIN commitmail json YAML

Fix typo in previous, and wrap a panic with #ifdef DIAGNOSTIC

(pgoyette)

2008-11-11 16:55:01 UTC MAIN commitmail json YAML

Initialize event's "previous sent state" based on the event monitor type,
regardless of sensor type.  Fixes spurious "device: normal state on
'sensor-name' messages (reported by ad@) which interfere with sysinst.

(pgoyette)

2008-11-11 16:13:50 UTC MAIN commitmail json YAML

2008-11-11 16:13:03 UTC MAIN commitmail json YAML

Avoid recursive mutex_enter() when the system is low on KVA.
Should fix crash reported by riz on current-users.

(ad)

2008-11-11 16:12:05 UTC MAIN commitmail json YAML

Build libglut along with the rest of X.Org.

(cube)

2008-11-11 16:11:29 UTC MAIN commitmail json YAML

2008-11-11 16:09:53 UTC MAIN commitmail json YAML

Add MesaGLUT to the list of X11SRCDIR.<package> variables.

(cube)

2008-11-11 16:05:29 UTC MAIN commitmail json YAML

xsrc/external/mit/MesaGLUT/dist/include/GL/glut.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/include/GL/glutf90.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/beos_x11.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/beos_x11.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutBlocker.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutBlocker.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCallback.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutColor.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCursor.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCursors.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutDstr.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutEvent.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutGet.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutInit.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutMenu.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutMenu.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutOverlay.cpp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutState.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutWindow.cpp@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 180 files)
Initial import of MesaGLUT, version 7.0.3 for native X.Org's benefit.

Status:

Vendor Tag: xorg
Release Tags: MesaGLUT-7-0-3

(cube)

2008-11-11 15:53:53 UTC MAIN commitmail json YAML

2008-11-11 14:40:19 UTC MAIN commitmail json YAML

2008-11-11 13:45:10 UTC MAIN commitmail json YAML

PR port-amd64/38293 panic: fp_save ipi didn't

Kill the FP flush IPI and always save. The synchronization here isn't strong
and we could easily pull the chain on an innocent LWP's FP state.

Another fix to follow.

(ad)

2008-11-11 12:45:40 UTC MAIN commitmail json YAML

Add prototype for wapbl_replay_can_read, it should have gone in with the
rest of the commit.

(joerg)

2008-11-11 12:37:32 UTC netbsd-5 commitmail json YAML

Revert previous; checked in to the wrong branch.

(jmcneill)

2008-11-11 12:35:45 UTC netbsd-5 commitmail json YAML

Last commit should have added 'makedev video', not 'makedev audio', pointed
out by Izumi Tsutsui.

(jmcneill)

2008-11-11 08:29:58 UTC MAIN commitmail json YAML

Move WAPL replay handling from bread() into ufs_strategy.
This changes the order of hook processing as the copy-on-write handlers
are called after the journal processing. This makes more sense as the
journal overwrite is logically part of the disk IO.

(joerg)

2008-11-11 06:46:44 UTC MAIN commitmail json YAML

It is not appropriate to call pmf_system_shutdown(9) from
doshutdownhooks(9): shutdown hooks registered by shutdownhook_establish(9)
expect to be called with interrupts disabled, but shutdown hooks
registered with pmf_device_register1(9) expect to be called with
interrupts enabled.  So I have made two changes:

1 Do not call pmf_system_shutdown() from doshutdownhooks().  Instead,
change every call to doshutdownhooks() to a call to doshutdownhooks()
followed by a call to pmf_system_shutdown().  No functional change
is intended by this change.

2 Make i386 re-enable interrupts briefly while it calls
pmf_system_shutdown().  I leave it to others either to fix the
other ports, or to factor out some MI shutdown code, as joerg@
suggests, and fix that.  Note that a functional change *is* intended
by this change.

I hope that this patch will stop us from flip-flopping between
calling doshutdownhooks() and pmf_system_shutdown() sometimes with
and sometimes without interrupts enabled.

(dyoung)

2008-11-11 06:39:00 UTC MAIN commitmail json YAML

remove extra 0x10000000 in Ltemp_l1_table value
is leftover from whe we were loading at 0x10200000.
if slave CPU uses this, he will paste his temporary
L1 table in to the master's data.  bad slave!

(cliff)

2008-11-11 06:32:15 UTC MAIN commitmail json YAML

constrain MEMSIZE to avoid stepping out of smallest-case
Gemini CPU Remap Control remapped-private memory size
"bad" things can happen if the gzboot heap is in
non-core-private memory.

(cliff)

2008-11-11 06:28:30 UTC MAIN commitmail json YAML

Add backslash (minus is "\-").

(wiz)

2008-11-11 03:55:40 UTC MAIN commitmail json YAML

Add BSS -> block started by symbol

(matt)

2008-11-11 03:44:45 UTC MAIN commitmail json YAML

2008-11-11 03:39:08 UTC MAIN commitmail json YAML

it's ag10e not agten

(macallan)

2008-11-11 03:38:00 UTC MAIN commitmail json YAML

build the AG-10e driver on sparc and sparc64

(macallan)

2008-11-11 03:37:27 UTC MAIN commitmail json YAML

2008-11-11 03:36:25 UTC MAIN commitmail json YAML

2008-11-11 02:19:46 UTC netbsd-5 commitmail json YAML

2008-11-11 02:18:56 UTC MAIN commitmail json YAML

It appears that there's a possible bug in the set lists handling; x11,xorg,lint
doesn't work, so you have to duplicate the lines with separate xorg,lint
and x11,lint entries. Ugh. Problem pointed out by Jukka Salmi on current-users.

(dogcow)

2008-11-11 02:15:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pgoyette in ticket #41):
share/man/man4/acpitz.4: revision 1.9
Update for new reality.

(snj)

2008-11-11 02:14:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pgoyette in ticket #41):
sys/dev/acpi/acpi_tz.c: revision 1.39
Leave the task of displaying sensor states to envsys_sysmon() unless we
are in debug mode.

(snj)

2008-11-11 02:13:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pgoyette in ticket #41):
sys/dev/acpi/acpi_tz.c: revision 1.38
Temp sensor should report a critical-overtemp condition (ENVSYS_SCRITOVER)
not a simple critical (ENVSYS_SCRITICAL) condition.

(snj)

2008-11-11 02:04:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by veego in ticket #40):
external/mit/xorg/bin/xdm/config/Makefile: revision 1.3
- CPPSCRIPTS defined Xsession, but that had no CPPSCRIPTFLAGS_Xsession
  line, which resulted in a broken Xsession file
- Use -DXPM for xdm-config too
- Move DEFAULTVT up before CPPSCRIPTS, so the later is in one block.

(snj)

2008-11-11 02:00:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #39):
sys/arch/xen/xen/evtchn.c: revision 1.40
evtchn_do_event(): in our C implementation of spllower(), if a handler fails
to restore the spl (shouldn't happen, but ...), we could end up with a
higther pending ipl set and never cleared because iplbit already
handled this level. while (iplmask != 0) {} would then never be true,
and we'd end up triggering KASSERT(iplbit != 0).
Now print the faultly handler and reset the IPL, and start the whole
pending IPL handling again if needed.

(snj)

2008-11-11 01:05:48 UTC MAIN commitmail json YAML

Fix csh syntax in last

(agc)

2008-11-11 00:18:48 UTC MAIN commitmail json YAML

Reference  secmodel_securelevel(9) manual page.

(reed)

2008-11-11 00:14:55 UTC MAIN commitmail json YAML

Add some details about init's role with securelevel.
Add references to other manual pages for more details.

(reed)

2008-11-11 00:10:39 UTC MAIN commitmail json YAML

Fix Document Title and one line description.

(reed)

2008-11-11 00:09:36 UTC MAIN commitmail json YAML

Reference secmodel_securelevel(9) manual page.

(reed)

2008-11-11 00:08:52 UTC MAIN commitmail json YAML

Reference secmodel_securelevel manual page.

(reed)

2008-11-10 23:17:13 UTC MAIN commitmail json YAML

Add commented out example of PKG_PATH to make using binary packages
easier.

(joerg)

2008-11-10 22:50:19 UTC MAIN commitmail json YAML

PR kern/39608: bge(4) constant freeze on BCM5906M:
Correct DMA values. Patch from Karl Uwe Lockhoff via tech-kern.

(cegger)

2008-11-10 21:02:15 UTC MAIN commitmail json YAML

If the size of the buffer didn't change, don't bother updating the WAPBL
accounting as it won't change either.

(joerg)

2008-11-10 20:30:32 UTC MAIN commitmail json YAML

Define wapbl_flush_fn_t only for the kernel.

(joerg)

2008-11-10 20:30:12 UTC MAIN commitmail json YAML

- nullcom.c provides nulldev-like console device for silent gzboot
- GEMINI_dram_0x01600000/Makefile uses nullcom, shhh

(cliff)

2008-11-10 20:12:13 UTC MAIN commitmail json YAML

2008-11-10 18:40:43 UTC netbsd-5 commitmail json YAML

2008-11-10 18:39:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #43):
sys/dev/pci/if_iwi.c: revision 1.77
Fix typo in fw name.

(snj)

2008-11-10 18:05:12 UTC MAIN commitmail json YAML

Fix typo in fw name.

(joerg)

2008-11-10 17:07:12 UTC netbsd-3 commitmail json YAML

Tickets 1975 and 1976.

(snj)

2008-11-10 17:04:25 UTC netbsd-3 commitmail json YAML

2008-11-10 17:02:41 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1976):
sys/dev/pci/if_wm.c: revision 1.162
sys/dev/pci/pcidevs: revision 1.961, 1.962 via patch
Add support for more ethenet ICH9 devices. Tested by Pouya D. Tafti
on a 82801I_IGP_M_AMT.

(snj)

2008-11-10 16:55:30 UTC netbsd-3 commitmail json YAML

2008-11-10 15:00:18 UTC MAIN commitmail json YAML

Add Hugh Graham (hugh@openbsd.org) to the copyright notice.

This man-page is based on OpenBSD's securelevel(7), and the copyright was
not reflecting that (probably due to a copy/paste error on my part; I can't
remember).

Noticed by Jeremy C. Reed, thanks!

(elad)

2008-11-10 14:36:59 UTC MAIN commitmail json YAML

mainbus_attach: reduce diff a little between i386 and amd64

(cegger)

2008-11-10 13:46:06 UTC nick-hppapmap commitmail json YAML

2008-11-10 11:30:59 UTC MAIN commitmail json YAML

2008-11-10 04:39:43 UTC MAIN commitmail json YAML

- slave CPU using LPC UART or console
- don't use VERBOSE_INIT_ARM
- dont configure obio UART
- using intr -1 for now, causes callout interrupt polling
  can use that until serirq from 8712 works

(cliff)

2008-11-10 04:37:14 UTC MAIN commitmail json YAML

master cpu does not need LPC stuff, comment out for now

(cliff)

2008-11-10 04:35:25 UTC MAIN commitmail json YAML

- GEMINI_CONSOLE_VBASE renamed to GEMINI_UART_VBASE

(cliff)

2008-11-10 04:33:42 UTC MAIN commitmail json YAML

- use actual device address defines instead of abstract console defines
  in mmu_init_table\gemini_start.S and devmap[]\gemini_machdep.c;
  this allows some flexibility e.g. to map 'em all, which is useful
  e.g. when using obio uart to debug lpc uart.

- add mmu_init_table entries for Gemini global regs, lpchc, and lpcio
  these are needed to consinit() when console is lpc uart

(cliff)

2008-11-10 04:30:46 UTC MAIN commitmail json YAML

- use actual device address defines instead of abstract console defines  for in mmu_init_table\gemini_start.S and devmap[]\gemini_machdep.c;
  this allows some flexibility e.g. to map 'em all, which is useful
  e.g. when using obio uart to debug lpc uart.

- add mmu_init_table entries for Gemini global regs, lpchc, and lpcio
  these are needed to consinit() when console is lpc uart

- now have 2 versions of consinit, one for obio uart,
  the other for lpc uart; we use CONSADDR to determine
  which gets compiled.

- remove a useless bus_space map/unmap from obio uart version of consinit
  comcnattach() will do his own...

(cliff)

2008-11-10 04:11:17 UTC MAIN commitmail json YAML

in critical_devs[], master cpu gets com0;
slave cpu gets geminilpchc0 (and children)

(cliff)

2008-11-10 04:07:30 UTC MAIN commitmail json YAML

reduce callout polling period to (hz/16)
once we get serial irq from 8712 uart working
this should become a non-issue

(cliff)

2008-11-10 04:06:17 UTC MAIN commitmail json YAML

Move all the xorg/x11 linty stuff from comp/mi -> xcomp/mi

(dogcow)

2008-11-10 04:05:35 UTC MAIN commitmail json YAML

gemini_lpc_bus_ops is needed for consinit(), so remove 'static'

(cliff)

2008-11-10 02:22:33 UTC christos-time_t commitmail json YAML

2008-11-10 02:18:29 UTC christos-time_t commitmail json YAML

version tzset{,wall}

(christos)

2008-11-10 02:10:52 UTC MAIN commitmail json YAML

If you really want to hardcode to a gid/uid, then use the numeric ones;
"wheel" doesn't exist across all unix-like systems.

(dogcow)

2008-11-10 01:16:34 UTC christos-time_t commitmail json YAML

2008-11-10 01:06:43 UTC MAIN commitmail json YAML

2008-11-10 00:13:02 UTC christos-time_t commitmail json YAML

this completes the symbol implementation for now. New we need to debug...

(christos)

2008-11-10 00:08:25 UTC christos-time_t commitmail json YAML

add back RTM_IFINFO.

(christos)

2008-11-10 00:03:37 UTC christos-time_t commitmail json YAML

2008-11-09 23:57:24 UTC christos-time_t commitmail json YAML

2008-11-09 23:30:18 UTC christos-time_t commitmail json YAML

2008-11-09 23:29:58 UTC christos-time_t commitmail json YAML

2008-11-09 23:29:16 UTC christos-time_t commitmail json YAML

fix printf formats for new dev_t

(christos)

2008-11-09 23:28:36 UTC christos-time_t commitmail json YAML

2008-11-09 23:07:22 UTC MAIN commitmail json YAML

fix a couple of minor errors picked up by he@.  thanks!

(mrg)

2008-11-09 23:02:29 UTC MAIN commitmail json YAML

- retire MKXORG from public use
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
  for the X11 to build if MKX11=yes is set.  it takes the values
  of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful

(mrg)

2008-11-09 21:37:47 UTC christos-time_t commitmail json YAML

2008-11-09 21:37:14 UTC christos-time_t commitmail json YAML

2008-11-09 20:00:20 UTC christos-time_t commitmail json YAML

2008-11-09 19:57:18 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2008-11-09 19:37:37 UTC MAIN commitmail json YAML

Update uvm_km_suballoc() description.
Also closes PR/38713.

(rmind)

2008-11-09 19:36:03 UTC christos-time_t commitmail json YAML

2008-11-09 19:34:04 UTC christos-time_t commitmail json YAML

2008-11-09 19:33:38 UTC christos-time_t commitmail json YAML

no need to version {set,end}utmpx

(christos)

2008-11-09 17:58:49 UTC MAIN commitmail json YAML

german trabslation of ipw/iwi license question

(martin)

2008-11-09 17:52:08 UTC MAIN commitmail json YAML

XF86VidMode stuff built on sparc.

(macallan)

2008-11-09 17:32:38 UTC MAIN commitmail json YAML

Fix kern/39769: race condition in TCP timers
When a TCP timer is disarmed (with callout_stop()) in the general case
callout_invoking() isn't checked, so the timer handler could be called run
when the current interrupt handler exits, athough the timer is disarmed.
This case cause bad things like TCPT_REXMT and TCPT_PERSIST being both pending,
causing a panic (see the PR for details).
Close the issue by aborting the handler if the timer is not callout_expired().
(the EXPIRED flag being cleared by callout_stop()).

(bouyer)

2008-11-09 15:48:13 UTC MAIN commitmail json YAML

KNF is nice, but not if it causes a warning that breaks compilation :-)

(martin)

2008-11-09 15:34:14 UTC MAIN commitmail json YAML

2008-11-09 15:04:14 UTC nick-hppapmap commitmail json YAML

2008-11-09 14:26:14 UTC MAIN commitmail json YAML

Use agp_flush_cache() instead of wbinvd().

(bjs)

2008-11-09 14:24:15 UTC MAIN commitmail json YAML

2008-11-09 14:00:48 UTC MAIN commitmail json YAML

Update for new reality.

(pgoyette)

2008-11-09 13:54:06 UTC MAIN commitmail json YAML

Leave the task of displaying sensor states to envsys_sysmon() unless we
are in debug mode.

(pgoyette)

2008-11-09 13:02:36 UTC MAIN commitmail json YAML

- CPPSCRIPTS defined Xsession, but that had no CPPSCRIPTFLAGS_Xsession
  line, which resulted in a broken Xsession file
- Use -DXPM for xdm-config too
- Move DEFAULTVT up before CPPSCRIPTS, so the later is in one block.

(veego)

2008-11-09 12:18:07 UTC MAIN commitmail json YAML

Assert that bp->b_error == 0 if all data have been transfered in
physio_biodone(). We have more chance to have the fauly code in the
stack trace when doing the check here than in physio_done().

(bouyer)

2008-11-09 11:49:36 UTC MAIN commitmail json YAML

Note 4Gb limit for booting U1 and U2 machines.

(jdc)

2008-11-09 09:39:18 UTC MAIN commitmail json YAML

these kernel configs are lmeant to be used to create flashable memory disk rooted
embedded kernels using non-SMP master/slave dual core division of resources.
still very much in progress at this time.

(cliff)

2008-11-09 09:36:08 UTC MAIN commitmail json YAML

- use option GEMINI_MASTER to pick up clock, icu
- ATADEBUG now here but commented out
- deconfigure timer#1 now that system clock and stat clock are combined
- add umass and wd for use w/ ehci
- uncomment wdc0, wd1; add atabus and wd* for use w/ wdc
- warning the gzipped binary GEMINI kernel image will not fit  in a 1MB flash area, even gzipped

(cliff)

2008-11-09 09:19:44 UTC MAIN commitmail json YAML

- add autoconfig support for wdc at Gemini obio
- add autoconfig support for com type UART on IT8712 superio chip
  attached at lpc bus at lpc host controller at Gemini obio.

(cliff)

2008-11-09 09:15:42 UTC MAIN commitmail json YAML

2008-11-09 09:11:09 UTC MAIN commitmail json YAML

- we are combining stat and system clocks to use the same timer
  the master and slave CPU each get one timer for those functions;
  both CPUs can use the free-running ref timer;
  it is initialized by CPU#0 and after that all access is read-only
- use correct OBIO_*_DEFAULT locator indicies

(cliff)

2008-11-09 09:04:33 UTC MAIN commitmail json YAML

- use #if NPCI > 0 arond pci stuff so we can compile when pci is not configured
- in critical_devs[], divide up timers attachment between master and slave CPUs
  and provide icu#1 attachment for slave cpu

(cliff)

2008-11-09 08:59:05 UTC MAIN commitmail json YAML

autoconfig glue for wdc at obio on Gemini

(cliff)

2008-11-09 08:56:47 UTC MAIN commitmail json YAML

- we are combining stat and system clocks, so STATHZ is now HZ

(cliff)

2008-11-09 08:54:46 UTC MAIN commitmail json YAML

- GEMINI_LPCP_BASE is renamed GEMINI_LPCIO_BASE
- add some minimal Gemini GLOBAL reg defines
- add Gemini LPC Host Controller reg defines
- add Gemini MIDE Controller reg defines

(cliff)

2008-11-09 08:49:41 UTC MAIN commitmail json YAML

- initarm progress putchars and printfs are now #ifdef VERBOSE_INIT_ARM
- use GEMINI_SLAVE, GEMINI_MASTER defines to distinguish between
  primary and secondary CPUs, who owns what devices, etc.
- add short delay()s to allow console printf output to drain before reset
  unless if ref_sc is not yet initialized, in which case tough.
- add devmap entriy for LPC
- add devmap entry for RAMDISK if MEMORY_DISK_DYNAMIC is defined
  i.e. if the ramdisk is external to the kernel, in which case
  we "know" where is lives by agreement with firmware.
- call md_root_setconf() if MEMORY_DISK_DYNAMIC is defined

(cliff)

2008-11-09 08:41:00 UTC MAIN commitmail json YAML

add defines for LPC and RAMDISK VADDRs for use in devmap

(cliff)

2008-11-09 08:39:31 UTC MAIN commitmail json YAML

those progress putchars are now #ifdef VERBOSE_INIT_ARM

(cliff)

2008-11-09 07:50:39 UTC MAIN commitmail json YAML

Regenerate from GENERIC.in 1.75
Enable 68060 support in FALCON & BOOTX kernels for CT60/63 upgrades
Drop KERNFS from INSTALL kernels
Drop 68040 support from ATARITT kernels

(abs)

2008-11-09 07:49:59 UTC MAIN commitmail json YAML

Enable 68060 support in FALCON & BOOTX kernels for CT60/63 upgrades
Drop KERNFS from INSTALL kernels
Drop 68040 support from ATARITT kernels

(abs)

2008-11-09 07:01:43 UTC MAIN commitmail json YAML

Make compile this with options DIAGNOSTIC.

(tsutsui)

2008-11-09 05:08:31 UTC netbsd-5 commitmail json YAML

2008-11-09 05:07:23 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cube in ticket #38):
usr.bin/make/util.c: revision 1.46
Don't use putenv() because it is not portable.

(snj)

2008-11-09 05:01:40 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #37):
share/man/man4/nsp.4: revision 1.2
Use more markup. New sentence, new line. Spelling fixes.

(snj)

2008-11-09 05:00:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #37):
distrib/sets/lists/man/mi: revision 1.1111
add nsp.html

(snj)

2008-11-09 04:57:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #37):
sys/dev/pci/n8/helper.c: revision 1.2
Remove include of useless i386/include/clock.h which broke builds on
other architectures.

(snj)

2008-11-09 04:55:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #37):
share/man/man4/Makefile: revision 1.483
add new nsp.4 manpage

(snj)

2008-11-09 04:54:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #37):
distrib/sets/lists/man/mi: revision 1.1110
gnu/usr.bin/groff/tmac/mdoc.local: revision 1.46 via patch
share/man/man4/nsp.4: revision 1.1
Add manual page for nsp(4), the driver for NSP2000 cryptographic
accellerators.  Adjust mdoc.local so it knows about .Fx 4.11, present in
nsp manual page.

(snj)

2008-11-09 04:47:56 UTC netbsd-5 commitmail json YAML

Apply patch (requested by tls in ticket #36):
Correct description of NSP2000 driver.  It didn't come from the public
FreeBSD sources, it was generously contributed by its owner, NBMK
Encryption Technologies, Inc.

(snj)

2008-11-09 04:43:28 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #35):
etc/etc.atari/MAKEDEV.conf: revision 1.8
The NetBSD/atari installer can use md2a as a root device, so ensure the
'floppy' target creates md2

(snj)

2008-11-09 04:41:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reed in ticket #34):
usr.bin/stat/stat.1: revision 1.25
Be consistent: document the birthtime field of struct stat for
the "B" field specifier.

(snj)

2008-11-09 04:36:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rtr in ticket #33):
distrib/sets/lists/xcomp/mi: revision 1.73
add entries for MKDEBUG=yes
  - xmlwf.debug
  - fc-match.debug
  - fc-cat.debug

(snj)

2008-11-09 04:35:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rtr in ticket #33):
distrib/sets/lists/xcomp/mi: revision 1.72
sort

(snj)