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

2024-05-10 11:14:00 UTC Now

2010-04-11 06:50:30 UTC MAIN commitmail json YAML

Document the CTLTYPEs. In addition, split some paragraphs to make the page
less exhaustive to read.

(jruoho)

2010-04-11 06:36:25 UTC MAIN commitmail json YAML

2010-04-11 05:45:58 UTC MAIN commitmail json YAML

Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the
basename the same as the kernel module (this too was in-tree only
for a little over a week with the old name).

(pooka)

2010-04-11 05:40:16 UTC MAIN commitmail json YAML

2010-04-11 02:41:39 UTC MAIN commitmail json YAML

2010-04-11 02:02:14 UTC MAIN commitmail json YAML

avoid rbuf starvation.  when grabbing a recieve buffer, if a local
4KB buffer isn't available, try to MEXTMALLOC() one.  only if both
of these fail to we abort the recieve operation.

based on a patch from Sverre Froyen <sverre@viewmark.com>, thanks!

tested by myself, sverre and jeremy reed.

(mrg)

2010-04-11 01:53:03 UTC MAIN commitmail json YAML

now that CTLTYPE_BOOL actually works, use it to export vm_page_zero_enable
as vm.idlezero in a way that actually works on big endian systems.

(mrg)

2010-04-11 01:52:11 UTC MAIN commitmail json YAML

implement CTLTYPE_BOOL support.  it was entirely missing.  HI MATT!

(mrg)

2010-04-11 01:50:25 UTC MAIN commitmail json YAML

reject attempts to write CTLTYPE_BOOL nodes with a value other than 0 or 1.

(mrg)

2010-04-11 01:12:28 UTC MAIN commitmail json YAML

Use a typedef to define the prototype of the per-sensor callback.

Update manpage for the prototype, and fix a fubar'd Cross-reference.

(pgoyette)

2010-04-10 22:53:59 UTC MAIN commitmail json YAML

workaround for port-hpcmips/42934
  "NetBSD/hpcmips can't boot after 5.99.23"
  adviced by Naoki Fukaumi on twitter.

(jun)

2010-04-10 21:33:01 UTC MAIN commitmail json YAML

Rename librumpfs_nullfs to librumpfs_null to make the basename the
same as with the kernel module (and hence MOUNT_NULL).

I added the old name to the obsolete list, but given that it was
in-tree for only a bit over a week, I'll remove the entries in a
few weeks.

(pooka)

2010-04-10 21:10:10 UTC MAIN commitmail json YAML

Mark up NULL with Dv.

(wiz)

2010-04-10 20:52:15 UTC MAIN commitmail json YAML

i386/vald: gone but not forgotten

(pooka)

2010-04-10 20:19:40 UTC MAIN commitmail json YAML

Add missing double quote.

(njoly)

2010-04-10 19:44:02 UTC MAIN commitmail json YAML

2010-04-10 19:41:55 UTC MAIN commitmail json YAML

"Not yet" since 4.4BSD is quite a lot of "not yet", so remove
vdesc_transports from vnodeop_desc until we have a "not not yet"
situation.

Ride 5.99.27 bump (full build still in progress.  i wanted to get
this in as soon as possible to most effectively ride the bump.)

(pooka)

2010-04-10 19:04:59 UTC MAIN commitmail json YAML

Welcome to 5.99.27

(pgoyette)

2010-04-10 19:03:56 UTC MAIN commitmail json YAML

Update for recent changes.

(pgoyette)

2010-04-10 19:02:39 UTC MAIN commitmail json YAML

Save initial, boot-time limit values, and restore them upon request
from sysmon_envsys(9).

(pgoyette)

2010-04-10 19:01:01 UTC MAIN commitmail json YAML

When removing sensor properties with envstat -S, ensure that drivers
which could have modified hardware state are informed so that original
state can be restored.

Welcome to 5.99.27

(pgoyette)

2010-04-10 18:32:13 UTC MAIN commitmail json YAML

2010-04-10 18:14:54 UTC MAIN commitmail json YAML

Change the nullfs module's actual name to "null", to match the name
it's installed under and the name of the filesystem.

Fixes PR kern/43110.

(jld)

2010-04-10 18:02:05 UTC MAIN commitmail json YAML

Always schedule callback functions via add_sicallback(),
which calls softint_schedule(9).

We cannot use BASEPRI() to check recursive calls any longer
since softint(9) has been reorganized to use kernel thread.

(tsutsui)

2010-04-10 17:55:26 UTC MAIN commitmail json YAML

Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.

ok jmcneill@

XXX:    This is broken: it calls methods with absolute pathnames (almost
        guaranteed not to be portable across models), it accesses methods
        that are in the domain of other drivers, it walks the namespace on
        its own, it contains plenty of magic constants, it does not
        integrate with existing KPIs, etc. Summa summarum: this should be
        rewritten as a more generic toshiba_acpi(4).

(jruoho)

2010-04-10 17:40:36 UTC MAIN commitmail json YAML

Comment out currently unused mbprint().

(tsutsui)

2010-04-10 16:45:51 UTC MAIN commitmail json YAML

2010-04-10 16:14:07 UTC MAIN commitmail json YAML

Remove extern int atari_realconfig decls. It's in <atari/atari/device.h>.

(tsutsui)

2010-04-10 16:12:34 UTC MAIN commitmail json YAML

Remove now unused getsoftc() macro.

(tsutsui)

2010-04-10 16:07:04 UTC MAIN commitmail json YAML

Make local functions static.

(tsutsui)

2010-04-10 08:33:35 UTC MAIN commitmail json YAML

use static __inline__ as per latest upstream, fixes problem with
C99 vs GNUC semantics of extern __inline__

(plunky)

2010-04-10 08:29:54 UTC MAIN commitmail json YAML

A general update. Remove (hopefully the last) references to sendmail(8), etc.

(jruoho)

2010-04-10 06:56:30 UTC MAIN commitmail json YAML

2010-04-10 06:10:13 UTC MAIN commitmail json YAML

2010-04-10 06:09:24 UTC MAIN commitmail json YAML

Add ITE8708. From Dell Studio XPS 16.

(jruoho)

2010-04-10 05:21:41 UTC MAIN commitmail json YAML

Document "machdep.acpi_beep_on_reset".

(jruoho)

2010-04-10 04:56:26 UTC MAIN commitmail json YAML

Remove the list of devices from the SYNOPSIS. Note acpiwmi(4).

(jruoho)

2010-04-10 04:49:17 UTC MAIN commitmail json YAML

Move the description of 'hw.acpi.supported_states' from sysctl(7) to acpi(4).

(jruoho)

2010-04-10 04:29:40 UTC MAIN commitmail json YAML

2010-04-10 02:29:25 UTC MAIN commitmail json YAML

Regen from GENERIC.in rev 1.86:
> Disable options SERCONSOLE (force serial console if DCD is detected)
> because now it's patchable by binpatch(8).

(tsutsui)

2010-04-10 02:27:52 UTC MAIN commitmail json YAML

Disable options SERCONSOLE (force serial console if DCD is detected)
because now it's patchable by binpatch(8).

Enabling serial console by DCD signal could be problematic
on some earlier TT030 (with revision A board), and it's also
annoying for users who connect an active device on the serial port
as mentioned in PR port-atari/39849.

XXX: Eventually serial console should be enabled by MD bootloader flags,
XXX: but I have no idea how to build bootloader binaries for TOS.

(tsutsui)

2010-04-10 02:01:30 UTC MAIN commitmail json YAML

Regen from HADES.in rev 1.11 and MILAN.in rev 1.25:
> Remove EtherNEC from HADES and MILAN.
> They have ISA so no one will bother to connect ISA NE2000 via EtherNEC.

(tsutsui)

2010-04-10 01:59:40 UTC MAIN commitmail json YAML

Remove EtherNEC from HADES and MILAN.
They have ISA so no one will bother to connect ISA NE2000 via EtherNEC.

(tsutsui)

2010-04-09 19:32:45 UTC MAIN commitmail json YAML

rename the altq-defined INFINITY symbol to ALTQ_INFINITY

    - it is not infinity
    - it is exposed to userland
    - it causes confusion when #include <math.h> follows
      (I don't know why GCC does not object to redefining the symbol)

(plunky)

2010-04-09 19:25:52 UTC MAIN commitmail json YAML

Improve error paths in (e)siop_scsipi_request():

- When terminating the adapter request after the cmd has been removed
  from the free list, put that cmd back on the free list before returing.
- Correctly indicate which bus_dma_load() failed.

Analysis and fix from Michael L. Hitch in PR/42844.

(jakllsch)

2010-04-09 17:38:43 UTC MAIN commitmail json YAML

- establish zs interrupts via common intr_establish() function rather than
  hardcording them in locore.s and vector.s
- also make interrupt handlers take per unit softc and put a softint cookie
  into softc (though atari machines have only one zs)
- tweak some structures as per MI z8530sc driver

Tested on TT030 using sl(4) on zs.

(tsutsui)

2010-04-09 17:06:31 UTC MAIN commitmail json YAML

2010-04-09 16:33:06 UTC MAIN commitmail json YAML

2010-04-09 16:32:17 UTC MAIN commitmail json YAML

Add SYN013B. Observed from the dmesg of cegger@'s HP Pavilion dv9700.

(jruoho)

2010-04-09 16:30:16 UTC MAIN commitmail json YAML

2010-04-09 15:45:59 UTC MAIN commitmail json YAML

Use ACPI_DEBUG_PRINT instead of a local DPRINTF.

(jruoho)

2010-04-09 14:37:57 UTC MAIN commitmail json YAML

revert last change, amd64 doesnt have monolith so dont remove pad.

(ahoka)

2010-04-09 14:02:05 UTC MAIN commitmail json YAML

Remove pad from GENERIC, add to MONOLITH, we have it as a module now.

(ahoka)

2010-04-09 13:49:12 UTC MAIN commitmail json YAML

2010-04-09 13:41:45 UTC MAIN commitmail json YAML

Makefile to build kernel module for pad.

(ahoka)

2010-04-09 13:39:17 UTC MAIN commitmail json YAML

Add support to be built as a kernel module.

(ahoka)

2010-04-09 12:50:34 UTC MAIN commitmail json YAML

Split device_t/softc.

(tsutsui)

2010-04-09 12:38:48 UTC MAIN commitmail json YAML

Rename variables and members of softc for readability.

(tsutsui)

2010-04-09 12:34:25 UTC MAIN commitmail json YAML

Remove unnecessary volatile keyword against struct zschan.
(volatile against structure member is enough)

(tsutsui)

2010-04-09 12:09:29 UTC MAIN commitmail json YAML

- misc KNF
- remove `register' keyword from variable declarations

(tsutsui)

2010-04-09 11:47:18 UTC MAIN commitmail json YAML

Make lwp_ctl_alloc() return 0 instead of EINVAL, when lwpctl user
address already exists. This allow calling _lwp_ctl(2) more than once
on the same LWP.

(njoly)

2010-04-09 11:38:10 UTC MAIN commitmail json YAML

2010-04-09 11:30:19 UTC MAIN commitmail json YAML

Include ioconf.h for struct cfdriver.

(tsutsui)

2010-04-09 11:27:21 UTC MAIN commitmail json YAML

2010-04-09 11:09:03 UTC MAIN commitmail json YAML

Make options SERCONSOLE (force serial console if DCD is detected)
patchable by binpatch(8) like:
---
# binpatch -s serconsole -r 0 /netbsd
serconsole(0x23bac4): 0x00000001 (1), at offset 0x23bb44 in /netbsd
new value: 0x00000000 (0)
#
---

May work around PR port-atari/39849
(netbsd-ATARITT kernel fails with serial port connected)
and some old TT030 with early revision boards.

(tsutsui)

2010-04-09 10:49:37 UTC MAIN commitmail json YAML

- split device_t/softc
- verbose output on attach as well as zs serial ports

(tsutsui)

2010-04-09 10:41:00 UTC MAIN commitmail json YAML

2010-04-09 10:09:50 UTC MAIN commitmail json YAML

2010-04-09 10:07:14 UTC MAIN commitmail json YAML

Include ioconf.h for struct cfdriver.

(tsutsui)

2010-04-09 10:04:35 UTC MAIN commitmail json YAML

2010-04-09 08:09:18 UTC MAIN commitmail json YAML

Add file system suspension support (vfs_suspend(9)) to msdosfs.

Reviewed by: Antti Kantee <pooka@netbsd.org>

(hannken)

2010-04-09 04:48:23 UTC MAIN commitmail json YAML

Fix a potential NULL pointer dereference.

(jruoho)

2010-04-09 04:34:13 UTC MAIN commitmail json YAML

Fix crash in openssl (I suspect caused by malformed packets):
handshake_dgst[] may be used without being allocated, causing NULL
pointer dereference.
Fix by checking that handshake_dgst is not NULL before use.
Reported to openssl as ticket openssl.org #2214.
Fix tested on netbsd-5 by Luke Mewburn with apache, and by me with
freeradius (fixing segmentation fault in both cases).

(bouyer)

2010-04-08 23:17:24 UTC netbsd-5 commitmail json YAML

2010-04-08 23:14:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by yhardy in ticket #1364):
external/mit/xorg/lib/dri/libmesa/Makefile: revision 1.5
i915 and i965 dri modules need glapi.

(snj)

2010-04-08 23:13:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by yhardy in ticket #1364):
external/mit/xorg/lib/dri/i965/Makefile: revision 1.9
external/mit/xorg/lib/dri/i915/Makefile: revision 1.7
Don't link libOSMesa, this functionality is provided by mesa_dri.so.

(snj)

2010-04-08 18:31:53 UTC MAIN commitmail json YAML

Finally, add wmihp to the SYNOPSIS. Duh.

(jruoho)

2010-04-08 18:20:46 UTC MAIN commitmail json YAML

Fix build failure noted by tnn@.

(jruoho)

2010-04-08 18:11:20 UTC MAIN commitmail json YAML

Refer to the correct driver.

(jruoho)

2010-04-08 17:53:42 UTC MAIN commitmail json YAML

Note the conflict between wmihp(4) and hpqlb(4).

(jruoho)

2010-04-08 17:50:34 UTC MAIN commitmail json YAML

Add wmidell(4) and wmihp(4).

(jruoho)

2010-04-08 17:44:22 UTC MAIN commitmail json YAML

2010-04-08 17:41:29 UTC MAIN commitmail json YAML

Process .ERROR the same as .BEGIN, .END etc
so that it cannot be the default target.
Add unit-tests for .info - .error, and .ERROR.

(sjg)

2010-04-08 17:32:30 UTC MAIN commitmail json YAML

Add WMI mappings for HP laptops. Requested by cegger@.
Thanks to apb@ and cegger@ for initial testing.

XXX: This conflicts with hpqlb(4). Someone with the suitable hardware needs
    to complete the list of hotkeys before -- and if -- this can replace
    hpqlb(4). For now, the driver was left uncommented in the GENERICs.

(jruoho)

2010-04-08 16:49:34 UTC MAIN commitmail json YAML

use a shadow framebuffer

(macallan)

2010-04-08 16:45:53 UTC MAIN commitmail json YAML

add support for shadow framebuffers
tested on sparc with a cg12

(macallan)

2010-04-08 16:05:31 UTC matt-nb5-mips64 commitmail json YAML

Fix problem where pmap_clear_modify could go into an infinite loop.
Spotted by cyber.

(matt)

2010-04-08 16:04:35 UTC MAIN commitmail json YAML

In genfs where available.

The only functional change is mknod now returning EOPNOTSUPP instead
of EINVAL.  I make this sacrifice willingly and with a clean conscience.

(pooka)

2010-04-08 15:59:37 UTC MAIN commitmail json YAML

2010-04-08 15:56:26 UTC MAIN commitmail json YAML

Call VOP_ABORTOP in genfs_eopnotsupp.  This prevents file system
authors from having to get down on their knees and pray they won't
get POGA'd(*) again.

This plugs componentname leaks in at least smbfs and buggy puffs
servers (buggy servers shouldn't be able to leak kernel memory).

*) principle of greatest astonishment

(pooka)

2010-04-08 15:03:34 UTC MAIN commitmail json YAML

Use genfs instead of homegrown stuff where possible.

(pooka)

2010-04-08 12:36:21 UTC MAIN commitmail json YAML

2010-04-08 12:14:19 UTC MAIN commitmail json YAML

2010-04-08 11:51:14 UTC MAIN commitmail json YAML

2010-04-08 10:33:13 UTC MAIN commitmail json YAML

Add a dummy acpi_wmi_event_deregister() to match existing conventions.

(jruoho)

2010-04-08 10:06:25 UTC MAIN commitmail json YAML

2010-04-08 09:45:17 UTC MAIN commitmail json YAML

2010-04-08 09:36:03 UTC MAIN commitmail json YAML

Include 'files.wmi'.

(jruoho)

2010-04-08 09:35:15 UTC MAIN commitmail json YAML

Add WMI mappings for Dell laptops. Requested and tested by mrg@.

(jruoho)

2010-04-08 08:42:40 UTC MAIN commitmail json YAML

Emphasize the powerd(8) script and use .Tn for acronyms.

(jruoho)

2010-04-08 06:58:27 UTC MAIN commitmail json YAML

Fix typo reported by Ryo HAYASAKA in PR 43136.

(wiz)

2010-04-08 05:13:52 UTC MAIN commitmail json YAML

Note the import of ACPICA 20100121.

(The current version is 20100331, but it was too experimental.)

(jruoho)

2010-04-08 04:40:51 UTC MAIN commitmail json YAML

ACPICA 20091112:

Implemented a post-order callback to AcpiWalkNamespace. The existing
        interface only has a pre-order callback. This change adds an
        additional parameter for a post-order callback which will be more
        useful for bus scans.  ACPICA BZ 779. Lin Ming. Updated the ACPICA
        Programmer Reference.

We will use the old "pre-order callback" for the time being.

(jruoho)

2010-04-08 04:37:14 UTC MAIN commitmail json YAML

2010-04-08 04:34:22 UTC MAIN commitmail json YAML

2010-04-08 04:31:49 UTC MAIN commitmail json YAML

src/sys/external/intel-public/acpica/dist/common/dmtbinfo.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/debugger/dbcmds.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/debugger/dbexec.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/debugger/dbinput.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/debugger/dbutils.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/disassembler/dmresrc.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/disassembler/dmresrcl.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/dispatcher/dsopcode.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/events/evrgnini.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/executer/exdump.c@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acdebug.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acdisasm.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acinterp.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/aclocal.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acmacros.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acnamesp.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acpiosxf.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acpixf.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/acresrc.h@1.3 / diff / nxr@1.3
src/sys/external/intel-public/acpica/dist/include/actables.h@1.3 / diff / nxr@1.3
      :
(more 25 files)
Merge ACPICA 20100121

(jruoho)

2010-04-08 04:28:57 UTC MAIN commitmail json YAML

Import ACPICA 20100121.

Selected changes between 20090730 and 20100121:

  * A "post-order callback" was added to AcpiWalkNamespace().

  * The ACPI_INTEGER type was removed and replaced with UINT64. Support for
    this type remains (for the time being) for compatibility reasons.

  * AcpiGetDevices() was optimized to not run extra _STA methods.

  * Fixed possible mutex acquisition errors when running _REG methods.

  * iASL was fixed not to fault when the maximum number of errors is
    reached.

  * Various miscellaneous fixes and improvements, including, for example,
    improved object repair capabilities, memory leak fixes, better type 
    conversions, module-level code execution, etc.


Status:

Vendor Tag: intel
Release Tags: acpica-20100121

(jruoho)

2010-04-07 22:59:15 UTC MAIN commitmail json YAML

ip6_sprintf: compress the zeros of representation of the IPv6 address.
see RFC4291 section 2.2 item 2.

(oki)

2010-04-07 20:04:16 UTC MAIN commitmail json YAML

i915 and i965 dri modules need glapi.

(yhardy)

2010-04-07 19:56:01 UTC MAIN commitmail json YAML

Don't link libOSMesa, this functionality is provided by mesa_dri.so.

(yhardy)

2010-04-07 19:31:37 UTC matt-nb5-mips64 commitmail json YAML

- configure XLR PCI-X interface
- this config can be used on XLS or XLR chip systems

(cliff)

2010-04-07 19:30:11 UTC matt-nb5-mips64 commitmail json YAML

- these bus spaces can be used by pcix or pcie interfaces,
use names changed to reflet that
- also these files will soon be renamed accordingly

(cliff)

2010-04-07 19:26:32 UTC matt-nb5-mips64 commitmail json YAML

- rename bus space related fields in rmixl_pcie_softc

(cliff)

2010-04-07 19:26:14 UTC matt-nb5-mips64 commitmail json YAML

- use new PCIE register & macro names
- use new bus space related field names in struct rmixl_config
- don't match if not running on an XLS chip
- rmixl_pcie_intr_string() properly decomposes pci_intr_handle_t to obtain irq
- in rmixl_pcie_make_pih() and rmixl_pcie_decompose_pih() KASSERTS,
no check for < 0 needed on unsigned
- fix assignment of 'other' in rmixl_pcie_intr_disestablish()
when bit number is >= 32
- in rmixl_pcie_intr_establish(), change = to == in a couple asserts
- in rmixl_pcie_intr_establish(), if rmixl_intr_establish() fails,
report irq properly in panic message

(cliff)

2010-04-07 19:25:48 UTC matt-nb5-mips64 commitmail json YAML

2010-04-07 19:24:13 UTC matt-nb5-mips64 commitmail json YAML

- bus space related fields renamed to reflect use by both pcie and pcix

(cliff)

2010-04-07 19:23:51 UTC matt-nb5-mips64 commitmail json YAML

- add PCI-X regs
- improve names for XLR and XLS specific and common
PCI-X, PCIe regs and macros

(cliff)

2010-04-07 18:51:34 UTC MAIN commitmail json YAML

Clean up accidential commit.

(jakllsch)

2010-04-07 18:32:27 UTC matt-nb5-mips64 commitmail json YAML

2010-04-07 17:51:16 UTC MAIN commitmail json YAML

satafis:
- Add function to parse RDH FIS for use in implementing AT_READREG.
- Correct and clean up some structure definitions.
- Sprinkle a bit of const.
- Remove dependency on <dev/ic/wdcreg.h>, WDCTL_4BIT doesn't seem
  to be specified by any recent ATA standard, and it seems to make
  no difference in practice.
- Stop using WDSD_IBM, these bits have been obsolete since before SATA.

siisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
- Whitespace and slight debug code cleanup.
- Some possibly-uncessary code reordering.

ahcisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.

(jakllsch)

2010-04-07 17:13:10 UTC MAIN commitmail json YAML

don't pretend to have do_fstatvfs

(christos)

2010-04-07 16:14:35 UTC MAIN commitmail json YAML

previous workaround not needed.

(christos)

2010-04-07 16:14:07 UTC MAIN commitmail json YAML

Rename the macro name so that the scanner does not get confused and thinks
it is using REJECT.

(christos)

2010-04-07 15:19:09 UTC MAIN commitmail json YAML

* Don't care about VOP_CLOSE() error in unmount.  In the extremely
  unlike event it did fail, the kernel would double lutz to doom
  (in failure devvp now remains unmountable until reboot.  fans
  of complicated & untested error branches may attempt to gunk this
  up.  i'm not one of them).
* cosmetic surgery: cut extra ;

(pooka)

2010-04-07 14:53:52 UTC MAIN commitmail json YAML

2010-04-07 13:53:05 UTC MAIN commitmail json YAML

2010-04-07 13:14:23 UTC MAIN commitmail json YAML

- split device_t/softc
- use device_lookup_private() directly rather than via local macro

(tsutsui)

2010-04-07 13:10:46 UTC MAIN commitmail json YAML

fix build for ports that don't have PT_STEP (Havard Eidnes)

(christos)

2010-04-07 12:58:33 UTC MAIN commitmail json YAML

2010-04-07 12:39:59 UTC MAIN commitmail json YAML

extern inline -> static inline

(tsutsui)

2010-04-07 11:54:46 UTC MAIN commitmail json YAML

2010-04-07 11:48:15 UTC MAIN commitmail json YAML

delete unused file.

(nonaka)

2010-04-07 11:16:30 UTC MAIN commitmail json YAML

Fix fmt'ing error in comment from rev 1.22.

(pooka)

2010-04-07 11:10:25 UTC MAIN commitmail json YAML

Add a recently committed evbsh3 variant in SYNOPSIS.

(tsutsui)

2010-04-07 11:07:29 UTC MAIN commitmail json YAML

Fix quoting in previous.

(tsutsui)

2010-04-07 09:40:58 UTC MAIN commitmail json YAML

Minor punctuation fixes, improve and sort SYNOPSIS, sort flag descriptions.
From Bug Hunting in PR 43130.

(wiz)

2010-04-07 08:56:50 UTC MAIN commitmail json YAML

Ignore the unused label "find_rule" in the generated file "scan.c"
to fix the build.

(tron)

2010-04-07 07:32:48 UTC MAIN commitmail json YAML

Fix typo, reported by Ryo HAYASAKA in PR 43134.

(wiz)

2010-04-07 06:45:21 UTC MAIN commitmail json YAML

Sort a bit more.

(wiz)

2010-04-07 00:11:28 UTC MAIN commitmail json YAML

Add:

.error "message"
.warning "message"
based on FreeBSD implementation.
add .info while were at it.

.ERROR: a target to run on error.
We pass the failing GNode to PrintOnError so it can set
.ERROR_TARGET.

.MAKE.MAKEFILE_PREFERENCE
As a means to control make's list of prefered makefile names.
(Default: "makefile Makefile")

.MAKE.DEPENDFILE
Names the file to read dependencies from
(Default ".depend")

.MAKE.MODE
Processed after all makefiles are read.
Can put make into "compat" mode (more to come).

Fix:

compat.c: Error code should not be sent to debug_file.
Make_DoAllVar: use DONE_ALLSRC to avoid processing a node multiple times.
ReadMakefile: we can simply use doing_depend to control setting MAKEFILE.

(sjg)

2010-04-06 23:02:10 UTC MAIN commitmail json YAML

update system call table to reflect reality.

(christos)

2010-04-06 22:41:41 UTC MAIN commitmail json YAML

Fix Dd argument (no leading zeroes). New sentence, new line.

(wiz)

2010-04-06 21:18:59 UTC MAIN commitmail json YAML

Add multiboot command. This lets us netboot the xen+dom0 kernel combo.

(tnn)

2010-04-06 20:43:57 UTC MAIN commitmail json YAML

Fix typos in PAE comment.

(jld)

2010-04-06 20:15:22 UTC MAIN commitmail json YAML

The pxeboot manpage implies that boot.cfg gets loaded by default,
but this is no longer true following i386/stand/pxeboot/main.c v1.23.

(tnn)

2010-04-06 17:39:47 UTC MAIN commitmail json YAML

use the m4 define not the cpp one for reject.

(christos)

2010-04-06 16:23:17 UTC MAIN commitmail json YAML

2010-04-06 16:20:28 UTC MAIN commitmail json YAML

2010-04-06 16:18:24 UTC MAIN commitmail json YAML

2010-04-06 16:15:34 UTC MAIN commitmail json YAML

2010-04-06 15:56:14 UTC MAIN commitmail json YAML

Enable SD 4bit bus width mode.

(nonaka)

2010-04-06 15:55:46 UTC MAIN commitmail json YAML

2010-04-06 15:54:31 UTC MAIN commitmail json YAML

2010-04-06 15:32:36 UTC MAIN commitmail json YAML

Use callout_schedule(9) rather than callout_reset(9) on polling
as callout(9) man says.

(tsutsui)

2010-04-06 15:29:19 UTC MAIN commitmail json YAML

2010-04-06 15:10:09 UTC MAIN commitmail json YAML

2010-04-06 14:27:00 UTC MAIN commitmail json YAML

New sentence, new line. Sort errors. Remove trailing whitespace.

(wiz)

2010-04-06 13:50:22 UTC MAIN commitmail json YAML

PR/43128: Paul Koning: Threads support in ptrace() is insufficient for gdb to
debug threaded live apps: Add an optional lwpid in PT_STEP and PT_CONTINUE to
indicate which lwp to operate on, and implement the glue required to make it
work.

(christos)

2010-04-06 10:45:15 UTC MAIN commitmail json YAML

KASSERT(FALSE) to enter the debugger on this check. When DDB is not defined
but KGDB is, this would result in cpu_Debugger() dont being defined! Please be
kind to developers that use KGDB instead of DDB! :)

(reinoud)

2010-04-06 08:09:47 UTC MAIN commitmail json YAML

2010-04-06 07:58:31 UTC MAIN commitmail json YAML

Add hppa_cpu_ispa20_p

(skrll)

2010-04-06 07:47:48 UTC MAIN commitmail json YAML

G/C setsoftnet and hp700_intr_schedule prototype.

(skrll)

2010-04-06 07:44:09 UTC MAIN commitmail json YAML

Include SSBREAKPOINT in the PTRACE #ifdef/#endif.

(skrll)

2010-04-06 02:30:40 UTC MAIN commitmail json YAML

Fix time travel. (See previous line and previous revision.)

(reed)

2010-04-05 22:53:02 UTC MAIN commitmail json YAML

Add a NO_LFS define to force support for LFS in sysinst off, even if
the install media provides the utilities. Set this for sparc64 for now,
since the bootblocks don't deal with the default LFS parameters used
by sysinst.

(martin)

2010-04-05 21:35:36 UTC MAIN commitmail json YAML

Fix escape sequences

(joerg)

2010-04-05 21:34:48 UTC MAIN commitmail json YAML

2010-04-05 21:33:54 UTC MAIN commitmail json YAML

2010-04-05 21:33:26 UTC MAIN commitmail json YAML

Fix escape sequences

(joerg)

2010-04-05 21:33:10 UTC MAIN commitmail json YAML

2010-04-05 21:29:48 UTC MAIN commitmail json YAML

2010-04-05 21:29:09 UTC MAIN commitmail json YAML

Fix escape sequences

(joerg)

2010-04-05 21:27:01 UTC MAIN commitmail json YAML

2010-04-05 21:26:30 UTC MAIN commitmail json YAML

2010-04-05 21:25:57 UTC MAIN commitmail json YAML

2010-04-05 21:25:01 UTC MAIN commitmail json YAML

2010-04-05 21:24:14 UTC MAIN commitmail json YAML

2010-04-05 21:22:37 UTC MAIN commitmail json YAML

2010-04-05 21:19:26 UTC MAIN commitmail json YAML

2010-04-05 21:18:56 UTC MAIN commitmail json YAML

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

2010-04-05 21:17:28 UTC MAIN commitmail json YAML

2010-04-05 21:16:22 UTC MAIN commitmail json YAML

2010-04-05 19:38:53 UTC MAIN commitmail json YAML

2010-04-05 19:37:13 UTC MAIN commitmail json YAML

No trailing whitespace

(joerg)

2010-04-05 19:36:29 UTC MAIN commitmail json YAML

No trailing whitespace

(joerg)

2010-04-05 19:34:28 UTC MAIN commitmail json YAML

2010-04-05 19:32:55 UTC MAIN commitmail json YAML

Drop redundant macros. Drop incorrect ,

(joerg)

2010-04-05 19:31:29 UTC MAIN commitmail json YAML

2010-04-05 19:29:32 UTC MAIN commitmail json YAML

Drop redundant macros.

(joerg)

2010-04-05 19:27:16 UTC MAIN commitmail json YAML

2010-04-05 19:26:28 UTC MAIN commitmail json YAML

2010-04-05 19:18:45 UTC MAIN commitmail json YAML

Canonical prolog order

(joerg)

2010-04-05 18:24:24 UTC MAIN commitmail json YAML

Change some references to <machine/bus.h> to <sys/bus.h>.  MI drivers
should #include <sys/bus.h>. <sys/bus.h> #includes <machine/bus.h> for
the MD implementation details.

(dyoung)

2010-04-05 18:08:41 UTC MAIN commitmail json YAML

Sort option descriptions, per PR 43119 by Bug Hunting.
Refer to -r from -w.
Bump date.

(wiz)

2010-04-05 16:35:30 UTC MAIN commitmail json YAML

2010-04-05 16:19:54 UTC MAIN commitmail json YAML

2010-04-05 16:16:53 UTC MAIN commitmail json YAML

2010-04-05 16:13:58 UTC MAIN commitmail json YAML

No trailing whitespace

(joerg)

2010-04-05 14:42:38 UTC MAIN commitmail json YAML