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 (1h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

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

2008-10-26 07:04:04 UTC MAIN commitmail json YAML

add ${LDOPTS} to the compile command.

(mrg)

2008-10-26 06:58:02 UTC MAIN commitmail json YAML

expose both sparc and sparc64 context bits.

(mrg)

2008-10-26 06:57:30 UTC MAIN commitmail json YAML

2008-10-26 06:56:40 UTC MAIN commitmail json YAML

provide an i386/ symlink.

(mrg)

2008-10-26 05:14:26 UTC MAIN commitmail json YAML

Sync with amd64:
> Remove trailing whitespace.

(tsutsui)

2008-10-26 03:44:04 UTC MAIN commitmail json YAML

2008-10-26 03:43:42 UTC MAIN commitmail json YAML

don't forget the percpu stuff and load gs immediately.

(christos)

2008-10-26 02:14:59 UTC MAIN commitmail json YAML

2008-10-26 02:14:18 UTC MAIN commitmail json YAML

there's no "pppd" tag.  also include share/examples/pppd/ directory.

HI CHRISTOS!

(mrg)

2008-10-26 02:00:57 UTC MAIN commitmail json YAML

fix include order; machdep needs to be first for LINUX_NPTL to be defined.

(christos)

2008-10-26 00:08:15 UTC MAIN commitmail json YAML

2008-10-26 00:00:27 UTC MAIN commitmail json YAML

check for ${PTHREAD_MACHINE_ARCH} before ${MACHINE_ARCH} or ${MACHINE_CPU}

(mrg)

2008-10-25 23:59:42 UTC MAIN commitmail json YAML

look for ${KVM_MACHINE_ARCH} before ${MACHINE_ARCH} and ${MACHINE_CPU}

(mrg)

2008-10-25 23:59:06 UTC MAIN commitmail json YAML

use <i386/foo.h> in a few places.

(mrg)

2008-10-25 23:58:35 UTC MAIN commitmail json YAML

change MACHINE_CPU occurances to CRYPTO_MACHINE_CPU, defaulting the
latter to the former if not already defined.

(mrg)

2008-10-25 23:56:02 UTC MAIN commitmail json YAML

use ${BFD_MACHINE_ARCH} in preference to ${MACHINE_ARCH}, if defined.

(mrg)

2008-10-25 23:38:28 UTC MAIN commitmail json YAML

2008-10-25 22:35:37 UTC MAIN commitmail json YAML

2008-10-25 22:27:39 UTC MAIN commitmail json YAML

2008-10-25 22:23:55 UTC MAIN commitmail json YAML

Pass SED=${TOOL_SED:Q} in the environment to scripts run during the build.

(apb)

2008-10-25 22:18:15 UTC MAIN commitmail json YAML

In shell scripts run during the build, add a SED variable, defaulting
to "sed".  SED=${TOOL_SED:Q} should be passed in the environment to
override this.

(apb)

2008-10-25 22:15:28 UTC MAIN commitmail json YAML

Use ${TOOL_SED} instead of just "sed" while building other tools.

Where sed is used in a != assignment, use
.if make(depend) || make(all) || make(dependall) || make(install)
to ensure the command doesn't run at "make obj" time when TOOL_SED will
not have been built.

(apb)

2008-10-25 22:12:41 UTC MAIN commitmail json YAML

Build sed earlier, just after mktemp.  Note that sed and mktemp do not
depend on each other, but the .WAIT is needed to get them both installed
before the remainder of the tools build.

(apb)

2008-10-25 22:12:33 UTC MAIN commitmail json YAML

Resurrect cpu_setfunc(), and make cpu_lwp_fork() use it.
Restores buildable status for the acorn26 kernel.

skrll@ reviewed and commented an earlier version of this diff.

(he)

2008-10-25 22:12:20 UTC MAIN commitmail json YAML

remove genmask completely and correctly.

(christos)

2008-10-25 22:10:39 UTC MAIN commitmail json YAML

Rewrite a "!=" command to avoid using sed.

(apb)

2008-10-25 19:13:40 UTC MAIN commitmail json YAML

this uses an evcnt so, include <sys/evcnt.h>

(mrg)

2008-10-25 19:11:29 UTC MAIN commitmail json YAML

allow _GCC_*CRT* defines to be overridden in the in-tree toolchain case.

(mrg)

2008-10-25 19:09:11 UTC MAIN commitmail json YAML

use <sparc/pmap.h> and <sparc/kcore.h> so this builds properly with
a 64 bit "cc -m32".

(mrg)

2008-10-25 19:07:26 UTC MAIN commitmail json YAML

remove an unncessary .PATH element that doesn't exist (and never did?)

(mrg)

2008-10-25 19:01:18 UTC MAIN commitmail json YAML

Emulate cpuid instruction.

(jmcneill)

2008-10-25 18:46:38 UTC MAIN commitmail json YAML

another TI bridge.

(christos)

2008-10-25 18:29:03 UTC MAIN commitmail json YAML

Remove AWK variable, which is no longer used.  All previous users
now use TOOL_AWK instead.

(apb)

2008-10-25 18:18:01 UTC MAIN commitmail json YAML

2008-10-25 18:15:19 UTC MAIN commitmail json YAML

Fix some missing things for CPU_ID_FA526.

(matt)

2008-10-25 17:50:29 UTC MAIN commitmail json YAML

Simplify NOERS case.  Revert most changes back to 1.283.

(matt)

2008-10-25 17:48:13 UTC MAIN commitmail json YAML

don't set RTAX_GENMASK.

(christos)

2008-10-25 17:47:20 UTC MAIN commitmail json YAML

2008-10-25 17:44:32 UTC MAIN commitmail json YAML

add /usr/share/examples/pppd

(christos)

2008-10-25 17:43:24 UTC MAIN commitmail json YAML

2008-10-25 17:37:31 UTC MAIN commitmail json YAML

2008-10-25 17:35:44 UTC MAIN commitmail json YAML

The Sierra Wireless USBConnect 881 card presents itself as umass containing
the driver to be installed for it. We don't need this crap. Tell it to become
a modem.

(christos)

2008-10-25 17:34:00 UTC MAIN commitmail json YAML

Fix handling of RTAX_GENMASK. Since this has been removed, userland programs
that set it, ended up causing the kernel to reference random garbage. Ignore
it for compatibility, but add a DIAGNOSTIC message so that userland programs
that set it can be fixed. The only one so far is pppd. Hi dyoung!

(christos)

2008-10-25 17:12:29 UTC MAIN commitmail json YAML

- add and fix some comments in xennet and xbd code
- add BEST_SUSPENDED macro, the xennet equivalent of BLKIF_STATE_SUSPENDED
for xbd (indicate that backend is in suspended state)
- use GNTST_okay to check the grant table setup status returned by hypercall,
rather than 0

No functional changes.

(jym)

2008-10-25 15:40:59 UTC MAIN commitmail json YAML

- if no usable init(8) program (listed in *initpaths[]) can be found,
  set the RB_ASKNAME flag and prompt users for the init path, rather than
  panicking with "no init".
- when prompting for the init path, support the special strings
  "halt", "reboot", and "ddb", as well as a prompt for the root device.

Dissussed and no objection on tech-kern.  Changes summary by apb@.

(tsutsui)

2008-10-25 15:21:57 UTC MAIN commitmail json YAML

Fix a botch in an FIFO check for 16650.

(tsutsui)

2008-10-25 15:03:44 UTC MAIN commitmail json YAML

Add a do-top-obj target, which builds the top-level obj directory.
This uses the new NOSUBDIR support in bsd.subdir.mk.

Insert do-top-obj near the beginning of BUILDTARGETS.  The first few
items are now:
    cleandir:        cleans the tree.
    do-top-obj:      creates the top level object directory.
    do-tools-obj:    creates object directories for the host toolchain.
    do-tools:        builds host toolchain.
    obj:            creates object directories.

Also improve a comment and split a long line where SUBDIR is set from
_SUBDIR.

(apb)

2008-10-25 14:59:35 UTC MAIN commitmail json YAML

Remove the local handling of the NOSUBDIR variable.  We can rely
on bsd.subdir.mk's handling of the NOSUBDIR variable.

Also add some comment to .if/.else/.endif and .for/.endfor lines.

(apb)

2008-10-25 14:58:00 UTC MAIN commitmail json YAML

Add a NOSUBDIR variable for bsd.subdir.mk.  If NOSUBDIR is defined
then SUBDIR is ignored.

(apb)

2008-10-25 14:20:17 UTC MAIN commitmail json YAML

cache_lookup_raw: update "goodhits" statistics to be less confused.
add an XXX comment.

(yamt)

2008-10-25 14:18:18 UTC MAIN commitmail json YAML

add assertions.

(yamt)

2008-10-25 14:16:35 UTC MAIN commitmail json YAML

pmap_page_remove: remove an unnecessary initialization.

(yamt)

2008-10-25 14:14:11 UTC MAIN commitmail json YAML

2008-10-25 14:10:26 UTC MAIN commitmail json YAML

exit1: update a comment.

(yamt)

2008-10-25 13:14:49 UTC MAIN commitmail json YAML

2008-10-25 12:11:47 UTC MAIN commitmail json YAML

2008-10-25 10:41:05 UTC MAIN commitmail json YAML

Wrap #include "opt_sa.h" with #if defined(_KERNEL_OPT)/#endif
since this file is also used for compat_irix.

(tsutsui)

2008-10-25 10:08:25 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that it fits again.

(he)

2008-10-25 10:05:43 UTC MAIN commitmail json YAML

Replace a "type" with "sc->sc_type" to make this build again for cobalt
(and I'm sure a few others as well).

(he)

2008-10-25 09:23:50 UTC MAIN commitmail json YAML

move the float definitions all into <sparc/float.h> and make that
version work in either 32 or 64 bit mode.

(mrg)

2008-10-25 09:23:11 UTC MAIN commitmail json YAML

include <sparc/pte.h> not <machine/pte.h> so this gets the right
version in 32 bit mode.

(mrg)

2008-10-25 09:10:07 UTC MAIN commitmail json YAML

make this build again after revivesa.  ok'd by gimpy.

XXX: i think this will work but i haven't actually run any SA apps.
it does compile and link and the kernel boots just fine.

(mrg)

2008-10-25 03:47:00 UTC MAIN commitmail json YAML

2008-10-25 03:45:45 UTC MAIN commitmail json YAML

Add support for PCI_VIA_TTYE0 hack.
( that way we can access PCI config space belonging to the console via ttyE0.
  This is useful on machines where the console fb may not be accessible via
  /dev/pci0. Also, it hides other PCI devices from the Xserver so it's less
  likely to mess with our BARs )
From xsrc/xfree

(macallan)

2008-10-25 03:42:18 UTC MAIN commitmail json YAML

Make PCI bus address ranges match reality on sparc64 and powerpc

(macallan)

2008-10-24 22:32:53 UTC MAIN commitmail json YAML

Reserve an ioctl, SIOCINITIFADDR, for repairing SIOCSIFADDR abuse
in the kernel, later.

(dyoung)

2008-10-24 22:31:40 UTC MAIN commitmail json YAML

Constify m_length().  Reserve a packet tag for use later.

(dyoung)

2008-10-24 22:30:32 UTC MAIN commitmail json YAML

Use sockaddr_in_init().  Wrap lines.  No functional change intended.

(dyoung)

2008-10-24 22:23:20 UTC MAIN commitmail json YAML

Change 'return (expr);' to 'return expr;'.  Change (type *)0 to
NULL.  No functional change intended.

(dyoung)

2008-10-24 22:16:26 UTC MAIN commitmail json YAML

Use aprint_error_dev() instead of printf().

(dyoung)

2008-10-24 22:06:06 UTC MAIN commitmail json YAML

- add mfn_to_pfn() and pfn_to_mfn() macros, for rapid conversion between
pseudo-physical and machine frame numbers.

- add HYPERVISOR_crash() for i386 and amd64. Intended to be used by a domain
to notify Xen that it crashed on purpose, and request a dump (if applicable).

No functional changes intended.

Reviewed by Christoph (cegger@).

(jym)

2008-10-24 21:50:08 UTC MAIN commitmail json YAML

Use NULL instead of 0 or (type *)0.  No functional change intended.

(dyoung)

2008-10-24 21:46:09 UTC MAIN commitmail json YAML

Do not gratuitously cast to void *.

(dyoung)

2008-10-24 21:41:04 UTC MAIN commitmail json YAML

Fix the device_t/softc split:  introduce etherip_softc.sc_dev and
initialize it.  Use sc_dev in etherip_clone_destroy() instead of
casting the softc to struct device *.

Remove gratuitous casts.  Use device_t and cfdata_t throughout.

(dyoung)

2008-10-24 21:38:18 UTC MAIN commitmail json YAML

Do not gratuitously cast to void *.  Remove excess parenthesization.
Do not "test truth" of pointers, but compare with NULL.

No functional change intended.

(dyoung)

2008-10-24 21:30:34 UTC MAIN commitmail json YAML

bzero -> memset.  Avoid some messy casts to sockaddr by using a
union of sockaddr_in6 and sockaddr.  No functional change intended.

(dyoung)

2008-10-24 21:09:24 UTC MAIN commitmail json YAML

- rename init_events() to events_init(), to better reflect netbsd semantics

- change unbind_[pv]irq_from_evtch() so that they now return the event
channel the [PV]IRQ was bound to. It reflects the opposite behaviour of the
bind_[pv]irq_to_evtch() functions.

- remove xenbus_suspend() and xenbus_resume() prototypes, as they are not
used anywhere else, and will conflict with the xenbus pmf(9) handlers.

- make start_info aligned on a page boundary, as Xen expects it to be so.

- mask event channel during xbd detach before removing its handler (can
avoid spurious events).

- add the "protocol" entry in xenstore during xbd initialization. Normally
created during domU's boot by xentools, it is under domU's responsibility
in all other cases (save/restore, hot plugging, etc.).

- modifications to xs_init(), so that it can properly return an error.

Reviewed by Christoph (cegger@).

(jym)

2008-10-24 20:43:13 UTC MAIN commitmail json YAML

2008-10-24 20:38:51 UTC MAIN commitmail json YAML

2008-10-24 20:37:35 UTC MAIN commitmail json YAML

2008-10-24 19:50:39 UTC MAIN commitmail json YAML

comment out some more cargo-culted special sparc treatment we can do without

(macallan)

2008-10-24 19:49:54 UTC MAIN commitmail json YAML

Add required LIBDPLIBS.  Reported by jmcneill@.

(cube)

2008-10-24 19:49:31 UTC MAIN commitmail json YAML

2008-10-24 19:48:34 UTC MAIN commitmail json YAML

build pcitweak and scanpci on sparc(64) as well

(macallan)

2008-10-24 19:47:24 UTC MAIN commitmail json YAML

get rid of some cargo-culted special treatment for sparc64

(macallan)

2008-10-24 19:45:54 UTC MAIN commitmail json YAML

2008-10-24 19:43:58 UTC MAIN commitmail json YAML

add sparc(64)-specific drivers list

(macallan)

2008-10-24 19:38:38 UTC MAIN commitmail json YAML

2008-10-24 19:37:39 UTC MAIN commitmail json YAML

include string.h and strings.h - for some reason they're missing on sparc64
XXX: need to figure out where the other archs include them so we can get
rid of this

(macallan)

2008-10-24 19:34:08 UTC MAIN commitmail json YAML

add missing bits & pieces for sparc(64) and Sbus support
While there, use ppc_video.c on sparc(64) as well, sparc64_vodeo.c is
almost identical and only misses EnableIO() stuff which we'll want to add
at some point anyway and then they'd be identlical to the ones from
ppc_video.c anyway.

(macallan)

2008-10-24 18:07:36 UTC MAIN commitmail json YAML

toall signals really are toall. The fact we're sa doesn't matter.
They are start/stop signals, and need to impact more than just
blessed lwps.

(wrstuden)

2008-10-24 18:02:58 UTC MAIN commitmail json YAML

2008-10-24 17:46:59 UTC MAIN commitmail json YAML

2008-10-24 17:31:24 UTC MAIN commitmail json YAML

Forgot to do the aprint_normal();

(matt)

2008-10-24 17:17:12 UTC MAIN commitmail json YAML

- ansify function definition
- de- __P
- u_int32_t -> uint32_t

No functional changes.

(cegger)

2008-10-24 17:14:29 UTC MAIN commitmail json YAML

Undo a change in my last commit that was not suppsoed to be committed.

(dyoung)

2008-10-24 17:07:33 UTC MAIN commitmail json YAML

2008-10-24 16:54:18 UTC MAIN commitmail json YAML

bzero -> memset.  Do not "test truth" of pointers, but compare with
NULL, instead.  Do not gratuitously cast to void *.  Use NULL
instead of (type *)0.

No functional changes intended.

(dyoung)

2008-10-24 16:49:02 UTC MAIN commitmail json YAML

Add ehci/usb support.

(matt)

2008-10-24 16:48:29 UTC MAIN commitmail json YAML

2008-10-24 16:37:25 UTC MAIN commitmail json YAML

findroot(): set booted_device also when specifying a network device to bootdev.
Useful for booting with root on nfs.

(cegger)

2008-10-24 16:26:07 UTC MAIN commitmail json YAML

struct device *  -> device_t

(cegger)

2008-10-24 16:18:34 UTC MAIN commitmail json YAML

fix comment regarding IO extent.

(cliff)

2008-10-24 16:17:08 UTC MAIN commitmail json YAML

Make this reflect reality.

(matt)

2008-10-24 15:40:21 UTC MAIN commitmail json YAML

Fix pasto in previous.

(wiz)

2008-10-24 15:14:48 UTC MAIN commitmail json YAML

PR/39796: Robert Elz: Document that sigpending can return EFAULT since it calls
copyout.

(christos)

2008-10-24 13:55:42 UTC MAIN commitmail json YAML

don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad.

(christos)

2008-10-24 13:23:45 UTC MAIN commitmail json YAML

Add entry for FA526.

(matt)

2008-10-24 07:54:41 UTC MAIN commitmail json YAML

Avoid code duplication: make cpu_lwp_fork() use cpu_setfunc(). Leave
the inlinig to the compiler. Suggested by Nick Hudson.

(martin)

2008-10-24 05:39:00 UTC MAIN commitmail json YAML

Make this generate less errors when compiling. :)

(matt)

2008-10-24 04:43:08 UTC MAIN commitmail json YAML

Add support for 16550 chips without an Enhanced Register Set.

(matt)

2008-10-24 04:23:18 UTC MAIN commitmail json YAML

2008-10-24 04:08:48 UTC MAIN commitmail json YAML

Add pci_conf_hook entry.  Add pc_cfg_cmd cell for pci_conf_write optimization.

(matt)

2008-10-23 21:38:39 UTC MAIN commitmail json YAML

fix typo (thx nick)

(matt)

2008-10-23 21:00:06 UTC MAIN commitmail json YAML

Change mfi_mgmt() to take a mfi_ccb and scsipi_xfer as argument, as
mfi_scsi_io does. Do not tsleep in mfi_mgmt waiting for completion;
let the caller handle it. If mfi_mgmt() is called with a non-NULL scsipi_xfer
have mfi_mgmt_done() wake it up, else wake up the mfi_ccb.
mfi_poll()/mfi_post() is up to the caller.

mfi_scsipi_request(): handle SCSI_SYNCHRONIZE_CACHE_10 as we do for other
commmands: have mfi_mgmt() fill in the ccb, queue of poll the ccb and
return.

Introduce mfi_mgmt_internal() which behaves like mfi_mgmt() did (tsleep
waiting for completion). Use it for internal and ioctl management
requests.

Fix kern/39297 from Greg Oster (mfi calls tsleep() from mfi_intr()),
tested by Mark Davies.

(bouyer)

2008-10-23 20:41:14 UTC MAIN commitmail json YAML

2008-10-23 20:21:57 UTC MAIN commitmail json YAML

Don't try to remove trailing newlines from shell variables via
constructs like ${var%$nl}.  Apparently this allows the Ubuntu Linux
/bin/sh (dash) to be used as a host shell during the build.
Patch from PR 39786 by Andy Shevchenko.

(apb)

2008-10-23 19:37:40 UTC MAIN commitmail json YAML

Allow wedges to be created for all defined partitions on a GPT disk.
Use __arraycount on the GUID to type mapping array.
Add HFS to the list of types with dkw_ptypes.

reviewed by cube.

(jakllsch)

2008-10-23 18:23:32 UTC MAIN commitmail json YAML

GenerateDriverlist: Change driver matching pattern to be the same as the
one used by the module loader.

(jmcneill)

2008-10-23 18:13:52 UTC MAIN commitmail json YAML

Rework syscall.c similar to i386.  Saves 3KB

(matt)

2008-10-23 17:16:24 UTC MAIN commitmail json YAML

Correct previous.
- Count frags, not blocks to get the file system size.
- Cannot use blksize() here, it depends on vnode size.
- Correctly update xfersize on short reads.

(hannken)

2008-10-23 16:51:18 UTC MAIN commitmail json YAML

videoPtrToDriverName: use the 'intel' driver instead of 'i810'.

(jmcneill)

2008-10-23 16:04:26 UTC MAIN commitmail json YAML

Fix entries for XF86VM(3), so that MKMANZ is properly handled.  Reported by
Marcin M. Jessa on current-users.

(cube)

2008-10-23 14:25:21 UTC MAIN commitmail json YAML

When computing the requests hard limit in ffs_snapshot_read()
use the file system size, not the size of the snapshot vnode.

(hannken)

2008-10-23 13:18:14 UTC MAIN commitmail json YAML

Conditionalise bypass of veriexec routines on veriexec_strict to prevent
loophole if tables fail to load and strict is then raised.

(blymn)

2008-10-23 10:56:10 UTC MAIN commitmail json YAML

From Krzysztof Piotr Oledzki <olel@ans.pl>:
Revert parts of 2008-08-06 commit; the problem those changes address are
already handled in a sensible way by Cyrus Rahman's patch from 2008-03-06.

(tteras)

2008-10-23 07:35:46 UTC MAIN commitmail json YAML

pass the right sensor types so that the kernel doesn't panic() on my
iBook G3

(aymeric)

2008-10-22 18:17:46 UTC MAIN commitmail json YAML

sockopt_setmbuf() may fail, so handle the possiblity

(plunky)

2008-10-22 17:54:23 UTC MAIN commitmail json YAML

Process FILES section only at "install" time.  TOOL_AWK is not yet available
for earlier make targets.

Ok: Alan Barrett <apb@netbsd.org>

(hannken)

2008-10-22 17:38:59 UTC MAIN commitmail json YAML

Don't enable L4 emul.  Add some usb stuff.

(matt)

2008-10-22 17:37:16 UTC MAIN commitmail json YAML

Defer the "make obj" step until after tools are built and installed.

There may be commands embedded in "!=" assignments that depend on tools
being available, and previously these would have printed error messages
during "make obj".  They may still print error messages during "make
cleandir", which (if it is performed at all) is performed before tools
are built.

(apb)

2008-10-22 17:29:33 UTC MAIN commitmail json YAML

2008-10-22 16:06:44 UTC MAIN commitmail json YAML

use membar_sync() from atomic.h instead of loads of arch-specific __asm
Suggested by bjs

(macallan)

2008-10-22 16:05:30 UTC MAIN commitmail json YAML

repeat after me - pointers are not guaranteed to be the same size as int

(macallan)

2008-10-22 16:04:13 UTC MAIN commitmail json YAML

use le32toh() and friends instead of relying on byteswap.h which appears to
be linux-specific.
XXX: the code also swaps floats, I doubt that's correct.

(macallan)

2008-10-22 15:20:05 UTC MAIN commitmail json YAML

Move quotation marks to the correct place in eval statements
that were broken by the previous change.

(apb)

2008-10-22 15:04:49 UTC MAIN commitmail json YAML

Send debugging output to stderr by default, not to stderr.
If you really want debugging to stdout, specify "-dFstdout"
in MAKEFLAGS or on the command line.

Discussed in tech-userlevel.

(apb)

2008-10-22 12:29:35 UTC MAIN commitmail json YAML

Don't need nfs_vfs_reinit anymore since we don't resize tables anymore.
Move reinit code to init case.

(matt)

2008-10-22 12:10:48 UTC MAIN commitmail json YAML

regen. (how is it possible to have conflicts in the repo in a generated file?)

(cegger)

2008-10-22 12:01:59 UTC MAIN commitmail json YAML

Sync with src/distrib/i386/cdroms/installcd/boot.cfg.in reg 1.4:
> Bump the timeout to 30s, it takes longer to read and digest the information
> esp. if you have not seen it before.

(tsutsui)

2008-10-22 11:59:24 UTC MAIN commitmail json YAML

2008-10-22 11:58:00 UTC MAIN commitmail json YAML

Add /sbin/dmesg to ramdisk since /kern/msgbuf is a bit annoying.
mount_kernfs is still there because there is no size restriction.

(tsutsui)

2008-10-22 11:57:14 UTC MAIN commitmail json YAML

Fix it again.

(ad)

2008-10-22 11:49:24 UTC MAIN commitmail json YAML

Correct previous.

(ad)

2008-10-22 11:36:58 UTC MAIN commitmail json YAML

NFS hash tables no longer exist.

(matt)

2008-10-22 11:36:06 UTC MAIN commitmail json YAML

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

Set kern.posix_semaphores are runtime so it can be a module.
(Picked wrong header the last time.)

(ad)

2008-10-22 11:24:28 UTC MAIN commitmail json YAML

fix userret() and resurrect cpu_setfunc() to make vax build again. ok by matt.

(hans)

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

Make MODCTL_LOAD_FORCE do something.

(ad)

2008-10-22 11:17:08 UTC MAIN commitmail json YAML

Set kern.posix_semaphores are runtime so it can be a module.

(ad)

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

- Be clear about whether module load is explicit or system initiated (auto).
- Require that module_lock is held to autoload, so that any preconditions
  can be safely checked.

(ad)

2008-10-22 11:14:33 UTC MAIN commitmail json YAML

We may want to patch emul::e_sysent[] so drop the const.

(ad)

2008-10-22 10:50:56 UTC MAIN commitmail json YAML

2008-10-22 10:45:47 UTC MAIN commitmail json YAML

2008-10-22 10:35:50 UTC MAIN commitmail json YAML

Add HL-340 usb2Serial addapter.

(haad)

2008-10-22 10:33:20 UTC MAIN commitmail json YAML

I forgot to commit this after regen.

(haad)

2008-10-22 10:27:28 UTC MAIN commitmail json YAML

2008-10-22 10:23:51 UTC MAIN commitmail json YAML

Add Vendor/Product ID for my USB2SErial adapter.

(haad)

2008-10-22 08:42:38 UTC MAIN commitmail json YAML

2008-10-22 07:59:43 UTC MAIN commitmail json YAML

Perform line feed after printing usage line.

(mishka)

2008-10-22 07:23:42 UTC MAIN commitmail json YAML

add pseudo-device drvctl

(jnemeth)

2008-10-22 03:16:29 UTC MAIN commitmail json YAML

add keymap fixes for ADB, Sun and pseudo-XT-via-wskbd0
from xsrc/xfree

(macallan)

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

2008-10-22 03:12:28 UTC MAIN commitmail json YAML

2008-10-22 02:17:29 UTC MAIN commitmail json YAML

appease lint: warning: assignment in conditional context [159]

(dogcow)

2008-10-21 23:46:10 UTC MAIN commitmail json YAML

Build TISDP2420 kernels

(matt)

2008-10-21 23:45:06 UTC MAIN commitmail json YAML

Add TISDP2420_INSTALL and remove md from TISDP2420

(matt)

2008-10-21 22:35:25 UTC MAIN commitmail json YAML

catch up with amd64: add hvm_op hypercall

(cegger)

2008-10-21 21:55:44 UTC MAIN commitmail json YAML

The 'sc' in xenbus_sc implies a softc, but it is actually a device_t. Since the device_t/softc split you can't cast a softc out of a device and vice versa.
Therefore rename xenbus_sc to xenbus_dev to prevent any possible confusions.

(cegger)

2008-10-21 21:52:29 UTC MAIN commitmail json YAML

Do not use native_to_linux_si_code() outside LINUX_NPTL; until i
figure a better way to handle it.

(njoly)

2008-10-21 21:28:05 UTC MAIN commitmail json YAML

xenbus_probe_init():
- use xendomain_is_dom0()  (from jym@)
- replace return with kthread_exit(0)  (from jym@)
- cleanup error handling
- plug memory leak in error path
- use aprint_error_dev for error messages (from jym@)

xenbus_attach():
- use aprint_error_dev for error message

(cegger)

2008-10-21 21:00:31 UTC MAIN commitmail json YAML

- vsyslog_r only closes if it opened
- maintain opened properly
- preserve the tag (from OpenBSD)

(christos)

2008-10-21 20:52:11 UTC MAIN commitmail json YAML

Only define/use saemul_netbsd if KERN_SA is defined.  (maybe this should be
moved to compat_sa.c)

(matt)

2008-10-21 20:51:11 UTC MAIN commitmail json YAML

Only init ksyms mutex if ksyms is present in the kernel

(matt)

2008-10-21 20:24:15 UTC MAIN commitmail json YAML

Remove LINUX_SI_xxx from MI siginfo.h, that should not have been
committed. Rather add them to amd64 MD header.
Fix compilation failures on non x86 archs.

(njoly)

2008-10-21 19:03:24 UTC MAIN commitmail json YAML

2008-10-21 19:01:54 UTC MAIN commitmail json YAML

2008-10-21 19:01:00 UTC MAIN commitmail json YAML

Adapt to SA (conditional KERN_SA) and add cpu_setfunc

(matt)

2008-10-21 18:50:25 UTC MAIN commitmail json YAML

2008-10-21 18:29:13 UTC MAIN commitmail json YAML

2008-10-21 15:46:32 UTC MAIN commitmail json YAML

2008-10-21 13:36:28 UTC MAIN commitmail json YAML

tkill/tgkill syscalls cleanup.

- Make both syscalls set si_code to SI_LWP (which will be converted to
  Linux SI_TKILL value). Fix thread some cancellation under NPTL
  emulation.
- Merge code in a new linux_do_tkill() function that will do its own
  job, instead of calling linux_sys_kill().
- Do only alter single tasks, by rejecting non positive tid/tgid
  values.

(njoly)

2008-10-21 12:22:00 UTC MAIN commitmail json YAML

2008-10-21 12:21:46 UTC MAIN commitmail json YAML

2008-10-21 12:20:44 UTC MAIN commitmail json YAML

Add
corega K.K CG-WLUSB2GPX

(jun)

2008-10-21 12:16:59 UTC MAIN commitmail json YAML

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

2008-10-21 11:22:21 UTC MAIN commitmail json YAML

arp_drain: no reason to complain if arp_lock is already held.

(ad)

2008-10-21 10:13:24 UTC MAIN commitmail json YAML

catch up with GENERIC
- add verbose options (commented out)
- add descriptive comments
- sort them alphabetically

(cegger)

2008-10-21 08:43:15 UTC MAIN commitmail json YAML

Wording improvements.

(wiz)

2008-10-21 06:07:15 UTC MAIN commitmail json YAML

If output-device contains a video mode specifier ( as in
screen:r1152x900x76 ) cut it off and pass it to the console driver. This
way radeonfb has a fighting chance to setup a mode similar or identical to
the firmware's.

(macallan)

2008-10-21 06:04:37 UTC MAIN commitmail json YAML

2008-10-21 06:03:39 UTC MAIN commitmail json YAML

add 1152x900 at 66Hz and 76Hz

(macallan)

2008-10-21 04:16:59 UTC MAIN commitmail json YAML

upcallret() will work much better if it's not in the middle of another
routine!

(wrstuden)

2008-10-21 02:35:51 UTC MAIN commitmail json YAML

2008-10-21 02:35:01 UTC MAIN commitmail json YAML

2008-10-21 02:33:53 UTC MAIN commitmail json YAML

xref rescue(8)

(lukem)

2008-10-21 02:32:37 UTC MAIN commitmail json YAML

2008-10-20 22:29:39 UTC MAIN commitmail json YAML

2008-10-20 20:07:35 UTC MAIN commitmail json YAML

Correct an error message.

(ad)