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

2024-05-09 21:37:59 UTC Now

2011-08-30 21:03:31 UTC MAIN commitmail json YAML

2011-08-30 21:01:51 UTC MAIN commitmail json YAML

ANSIfy + static + __dead

(joerg)

2011-08-30 20:54:18 UTC MAIN commitmail json YAML

ANSIfy + static + __dead

(joerg)

2011-08-30 20:52:10 UTC MAIN commitmail json YAML

2011-08-30 20:51:29 UTC MAIN commitmail json YAML

2011-08-30 20:50:24 UTC MAIN commitmail json YAML

2011-08-30 20:49:30 UTC MAIN commitmail json YAML

2011-08-30 20:45:31 UTC MAIN commitmail json YAML

static + ANSIfy + __dead

(joerg)

2011-08-30 20:43:43 UTC MAIN commitmail json YAML

2011-08-30 20:42:22 UTC MAIN commitmail json YAML

static + ANSIfy + __dead

(joerg)

2011-08-30 20:33:31 UTC MAIN commitmail json YAML

2011-08-30 20:29:41 UTC MAIN commitmail json YAML

2011-08-30 20:25:18 UTC MAIN commitmail json YAML

2011-08-30 20:17:01 UTC MAIN commitmail json YAML

2011-08-30 20:08:38 UTC MAIN commitmail json YAML

2011-08-30 20:07:32 UTC MAIN commitmail json YAML

static + ANSIfy + __dead

(joerg)

2011-08-30 20:03:52 UTC MAIN commitmail json YAML

static + __printflike + __dead + format string fixes

(joerg)

2011-08-30 20:00:58 UTC MAIN commitmail json YAML

2011-08-30 19:49:11 UTC MAIN commitmail json YAML

2011-08-30 19:27:37 UTC MAIN commitmail json YAML

2011-08-30 19:20:20 UTC MAIN commitmail json YAML

2011-08-30 19:18:17 UTC MAIN commitmail json YAML

ANSIfy + __dead

(joerg)

2011-08-30 19:07:07 UTC MAIN commitmail json YAML

2011-08-30 19:06:06 UTC MAIN commitmail json YAML

2011-08-30 19:05:12 UTC MAIN commitmail json YAML

fix -Wshadow warnings when ALTQ is enabled

(jmcneill)

2011-08-30 19:03:25 UTC MAIN commitmail json YAML

2011-08-30 18:57:38 UTC MAIN commitmail json YAML

2011-08-30 18:53:42 UTC MAIN commitmail json YAML

2011-08-30 18:50:48 UTC MAIN commitmail json YAML

2011-08-30 18:30:13 UTC MAIN commitmail json YAML

2011-08-30 18:28:59 UTC MAIN commitmail json YAML

ANSIfy + static + __dead

(joerg)

2011-08-30 18:24:18 UTC MAIN commitmail json YAML

2011-08-30 17:09:52 UTC MAIN commitmail json YAML

provide a complete prototype for xdrproc_t

(I found no instances where three arguments were actually
used, as per the claim in the comment. If there are any
in third party code then they will need to use a cast)

(plunky)

2011-08-30 17:06:22 UTC MAIN commitmail json YAML

2011-08-30 16:06:20 UTC MAIN commitmail json YAML

Hack to try to help usermode/i386 by setting the EBX register

(reinoud)

2011-08-30 14:22:22 UTC MAIN commitmail json YAML

Provide netbsd32 compat for bpf. Beside the ioctls, the structure
returned to userland by read(2) also needs to be converted.
For this, the bpf descriptor is flagged as compat32 (or not) in the
open and ioctl functions (where the user process's pid is also updated
in the descriptor). When the bpf buffer is filled in, the 32bits or native
header is used depending on the information stored in the descriptor.

This won't work if a 64bit binary does the open and ioctls, and then
exec a 32bit program which will do the read. But this is very
unlikely to happen in real life ...

Tested on i386 and loongson; with these changes my loongson can run
dhclient and tcpdump with a n32 userland.

(bouyer)

2011-08-30 13:07:30 UTC MAIN commitmail json YAML

Add gpio entries, commented out, since I am working with them as modules atm.

(mbalmer)

2011-08-30 13:03:17 UTC MAIN commitmail json YAML

Attach gpio* at gpiobus? instead of at individual drivers.

(mbalmer)

2011-08-30 12:53:46 UTC cherry-xenmp commitmail json YAML

2011-08-30 12:39:59 UTC MAIN commitmail json YAML

Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.

(bouyer)

2011-08-30 12:13:25 UTC MAIN commitmail json YAML

2011-08-30 12:04:12 UTC MAIN commitmail json YAML

Escape '$' in double quotes.

(apb)

2011-08-30 12:02:38 UTC MAIN commitmail json YAML

Implement pmap_clear_reference()

(reinoud)

2011-08-30 11:57:20 UTC MAIN commitmail json YAML

Implement pmap_is_referenced()

(reinoud)

2011-08-30 11:53:22 UTC MAIN commitmail json YAML

Cleanup PV_UNMAGED handling in pmap_do_enter

(reinoud)

2011-08-30 11:40:46 UTC MAIN commitmail json YAML

Make still unimplemented pmap_protect() more verbose

(reinoud)

2011-08-30 11:31:57 UTC MAIN commitmail json YAML

Implement pmap_page_protect()

(reinoud)

2011-08-30 11:24:38 UTC MAIN commitmail json YAML

Use more .Nm, offset indent.

(jruoho)

2011-08-30 10:58:42 UTC MAIN commitmail json YAML

Implement pmap_clear_modify() and pmap_is_modified()

(reinoud)

2011-08-30 10:44:06 UTC MAIN commitmail json YAML

Implement pmap_destroy() following Ben Harris's template

(reinoud)

2011-08-30 10:37:43 UTC MAIN commitmail json YAML

Implement pmap_reference(). Note that i have no idea as to when this reference
is released...

(reinoud)

2011-08-30 10:29:34 UTC MAIN commitmail json YAML

Remove panic that prevented multiple mappings of a pv entry

(reinoud)

2011-08-30 10:12:06 UTC MAIN commitmail json YAML

ANSIfy + static + dead.

(joerg)

2011-08-30 10:09:26 UTC MAIN commitmail json YAML

in external now.

(christos)

2011-08-30 10:08:12 UTC MAIN commitmail json YAML

2011-08-30 10:04:50 UTC MAIN commitmail json YAML

static openinfo. dead, not unused usage.

(joerg)

2011-08-30 08:01:13 UTC MAIN commitmail json YAML

Comment out the legacy bktr(4) from the GENERICs.

(jruoho)

2011-08-30 07:54:15 UTC MAIN commitmail json YAML

2011-08-30 07:44:37 UTC MAIN commitmail json YAML

Also mention gpioiic(4).

(mbalmer)

2011-08-30 07:27:59 UTC MAIN commitmail json YAML

Clarify that the ATI USB dongle uses XC3028L (and not XC3028).

(jruoho)

2011-08-30 07:24:01 UTC MAIN commitmail json YAML

Remove trailing comma.

(jruoho)

2011-08-30 07:23:05 UTC MAIN commitmail json YAML

Xref au8522(4) and xc5k(4) in the list of supported cards.

(jruoho)

2011-08-30 07:22:12 UTC MAIN commitmail json YAML

2011-08-30 07:08:47 UTC MAIN commitmail json YAML

2011-08-30 07:07:05 UTC MAIN commitmail json YAML

Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.

(jruoho)

2011-08-30 07:06:39 UTC MAIN commitmail json YAML

2011-08-30 06:51:27 UTC MAIN commitmail json YAML

Fix bug (also analog tuners are included in the group).

(jruoho)

2011-08-30 06:49:00 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that it fits again.

(he)

2011-08-30 06:27:17 UTC MAIN commitmail json YAML

Sort SEE ALSO.

(wiz)

2011-08-30 05:59:45 UTC MAIN commitmail json YAML

Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.

(jruoho)

2011-08-30 05:58:02 UTC MAIN commitmail json YAML

Note that bktr(4) is not part of the dtv(4) infrastructure.

XXX: This driver should be converted (or even bluntly removed, given the
    lack of general third-party software support).

(jruoho)

2011-08-30 05:51:16 UTC MAIN commitmail json YAML

Hopefully all the difficult links went ok, but the main page was missing.

(jruoho)

2011-08-30 05:43:32 UTC MAIN commitmail json YAML

2011-08-30 05:41:04 UTC MAIN commitmail json YAML

2011-08-30 05:40:40 UTC MAIN commitmail json YAML

As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.

(jruoho)

2011-08-30 04:25:50 UTC MAIN commitmail json YAML

sets list for the Xorg server on evbmips

(macallan)

2011-08-30 04:22:57 UTC MAIN commitmail json YAML

2011-08-30 02:58:04 UTC MAIN commitmail json YAML

No need to cast double to ubig (aka uintmax_t) through int.

This change prevents a modulo by zero in a invocation such as:
primes 18446744073709551000 18446744073709551615
on a LP64 machine.

(jakllsch)

2011-08-30 02:53:02 UTC MAIN commitmail json YAML

contrary to the manual the right-to-left flag also causes the blitter to
work bottom-to-top
Now all copy*() methods should work properly in all directions.

(macallan)

2011-08-30 01:21:03 UTC MAIN commitmail json YAML

fix thinko in downward scrolling ( never had a chance to test it until now... )

(macallan)

2011-08-29 22:46:56 UTC MAIN commitmail json YAML

Add pci_ranges.c to the set of files compiled when 'pci' is configured.

(dyoung)

2011-08-29 22:46:04 UTC MAIN commitmail json YAML

Move the code for grovelling in PCI configuration space for assigned
memory & I/O regions into its own module, pci_ranges.c, so that we can
leave it out on systems that won't need it.

(dyoung)

2011-08-29 22:41:52 UTC MAIN commitmail json YAML

Use a loop instead of tail-recursion for the pci_intr(9) overrides.
This is the same change that I just made to the pci(9) overrides.  While
I am here, fix a bug: use PCI_OVERRIDE_INTR_DISESTABLISH instead of
PCI_OVERRIDE_INTR_ESTABLISH for the pci_intr_disestablish(9) override.

(dyoung)

2011-08-29 22:01:47 UTC MAIN commitmail json YAML

Be more precise for Xen dom0: either Ctrl + Alt + Esc, or +++++ when on
serial console.

Thanks to Christoph and Manuel for pointing that out.

(jym)

2011-08-29 21:08:54 UTC MAIN commitmail json YAML

2011-08-29 20:48:36 UTC MAIN commitmail json YAML

2011-08-29 20:41:22 UTC MAIN commitmail json YAML

2011-08-29 20:41:07 UTC MAIN commitmail json YAML

2011-08-29 20:38:55 UTC MAIN commitmail json YAML

2011-08-29 20:37:43 UTC MAIN commitmail json YAML

2011-08-29 20:30:37 UTC MAIN commitmail json YAML

2011-08-29 18:43:20 UTC MAIN commitmail json YAML

PR bin/45299: print FBMASK not FFMASK when lfs_fbmask is incorrect.

(bouyer)

2011-08-29 18:34:43 UTC MAIN commitmail json YAML

Add a flags argument to gcscpcib_attach().
Add a flag argument which cause the waychdog to not be attached.
Use it to disable the watchdog on loongson-based platforms, where
the CS5536's reset output is not wired to the CPU reset line :(

(bouyer)

2011-08-29 18:32:18 UTC MAIN commitmail json YAML

Add a INSTALL_LOONGSON kernel with a ramdisk.
build LOONGSON and INSTALL_LOONGSON for evbmips-mip64el

(bouyer)

2011-08-29 18:30:52 UTC MAIN commitmail json YAML

Hide instructions added by -mfix-loongson2f-jump in the same way as
-mfix-loongson2f-btb, to avoid a gas warning "macro expanded into
multiple instructions" (which cause GDIUM kernel build failure
as it's built with -Wa,-mfix-loongson2f-jump -Wa,--fatal-warnings).

(bouyer)

2011-08-29 17:39:55 UTC MAIN commitmail json YAML

2011-08-29 17:31:51 UTC MAIN commitmail json YAML

PR# kern/43681: PT_SYSCALL appears to be broken

sys_ptrace: For PT_CONTINUE/PT_SYSCALL/PT_DETACH, modify the p_trace_enabled
flag of the target process, not the calling process.

(jmcneill)

2011-08-29 17:31:41 UTC MAIN commitmail json YAML

Track spacing changes of df.c 1.89

(gson)

2011-08-29 17:30:28 UTC MAIN commitmail json YAML

Use the same column spacing for the -h output as with the normal output,
as the same header line format is used in both cases and it can't line
up correctly with both of them otherwise.

(gson)

2011-08-29 16:56:32 UTC MAIN commitmail json YAML

Fix prologue macros order.

(njoly)

2011-08-29 16:45:55 UTC MAIN commitmail json YAML

2011-08-29 16:28:38 UTC MAIN commitmail json YAML

2011-08-29 15:35:29 UTC MAIN commitmail json YAML

Some improvements.

(jruoho)

2011-08-29 15:14:04 UTC MAIN commitmail json YAML

Register as built-in module when compiled wo/ _MODULE.

(mbalmer)

2011-08-29 15:06:49 UTC MAIN commitmail json YAML

Register as built-in module when not compiled as a module.  Reminded by
jmcneill.

(mbalmer)

2011-08-29 14:59:09 UTC MAIN commitmail json YAML

2011-08-29 14:51:19 UTC MAIN commitmail json YAML

2011-08-29 14:50:27 UTC MAIN commitmail json YAML

Mark yyerror as static and __dead.

(joerg)

2011-08-29 14:49:38 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 14:48:46 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 14:47:48 UTC MAIN commitmail json YAML

2011-08-29 14:47:09 UTC MAIN commitmail json YAML

2011-08-29 14:46:54 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 14:46:01 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 14:45:28 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 14:44:22 UTC MAIN commitmail json YAML

2011-08-29 14:38:30 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 14:35:04 UTC MAIN commitmail json YAML

2011-08-29 14:30:38 UTC MAIN commitmail json YAML

2011-08-29 14:29:21 UTC MAIN commitmail json YAML

2011-08-29 14:24:03 UTC MAIN commitmail json YAML

2011-08-29 14:22:47 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 14:21:50 UTC MAIN commitmail json YAML

Add minimal devpubd man page, not hooked into the build yet.

XXX: someone should write drvctl(4)

(wiz)

2011-08-29 14:14:12 UTC MAIN commitmail json YAML

2011-08-29 14:12:29 UTC MAIN commitmail json YAML

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

2011-08-29 14:08:39 UTC MAIN commitmail json YAML

2011-08-29 14:05:09 UTC MAIN commitmail json YAML

2011-08-29 14:00:54 UTC MAIN commitmail json YAML

ANSIfy + static + __dead

(joerg)

2011-08-29 13:56:18 UTC MAIN commitmail json YAML

usage() is not unused, it is dead

(joerg)

2011-08-29 13:55:22 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 13:51:38 UTC MAIN commitmail json YAML

Sprinkle NORETURN.

(joerg)

2011-08-29 13:50:14 UTC MAIN commitmail json YAML

static + __dead

(joerg)

2011-08-29 13:47:16 UTC MAIN commitmail json YAML

2011-08-29 13:42:54 UTC MAIN commitmail json YAML

Some fixes from Jared, add zl10353, update AUTHORS.

(wiz)

2011-08-29 13:15:54 UTC MAIN commitmail json YAML

mem_access_handler: print originating lwp ptr + pid + lid

(jmcneill)

2011-08-29 12:50:50 UTC MAIN commitmail json YAML

Remove Xfails that are related to the infamous qemu/amd64 floating point
bugs. It appears to be quite difficult to identify the exact Qemu version
and setup. These do not fail on the TNF's qemu/amd64 setup, which can be
taken as a reference point for expected failures.

(jruoho)

2011-08-29 12:49:37 UTC MAIN commitmail json YAML

- err -> errx mistakes
- make sure that -v does not change the program behavior
- don't set revents in poll
- add more debugging
- only call read when we have POLLIN
- don't mix I/O from master while processing input

(christos)

2011-08-29 12:46:59 UTC MAIN commitmail json YAML

2011-08-29 12:46:04 UTC MAIN commitmail json YAML

fix bug where we read the same argument twice. Name the timeout val the
same 'tval' in both timeout routines.

(christos)

2011-08-29 12:44:35 UTC MAIN commitmail json YAML

comment out racy test that I will not bother fixing for now.

(christos)

2011-08-29 12:43:52 UTC MAIN commitmail json YAML

change comparend to compare so that this passes now.

(christos)

2011-08-29 12:42:58 UTC MAIN commitmail json YAML

This could have never worked before since the syntax was wrong. Unfortunately
since I added the error checking, I was blamed for it failing. Go figure.

(christos)

2011-08-29 12:42:19 UTC MAIN commitmail json YAML

Hack trap for now to upgrade protection.. this really needs fixing soon

(reinoud)

2011-08-29 12:41:38 UTC MAIN commitmail json YAML

we never get the b character since we timeout and drain!

(christos)

2011-08-29 12:40:59 UTC MAIN commitmail json YAML

make sure that our terminal has a consistent size now that terminfo obeys
the environment variables.

(christos)

2011-08-29 12:39:50 UTC MAIN commitmail json YAML

Fix markup-typo.

(jruoho)

2011-08-29 12:37:53 UTC MAIN commitmail json YAML

2011-08-29 12:37:53 UTC MAIN commitmail json YAML

Update pcb and trapframe

(reinoud)

2011-08-29 12:37:20 UTC MAIN commitmail json YAML

2011-08-29 12:32:55 UTC MAIN commitmail json YAML

Note strpct(3).

(jruoho)

2011-08-29 11:47:46 UTC MAIN commitmail json YAML

Remove a comma. From "Snader_LB" on freenode.

(jruoho)

2011-08-29 11:38:48 UTC MAIN commitmail json YAML

add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
  - manual page
  - rc.d script
  - more testing

but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing.  you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)

thanks jared!

(mrg)

2011-08-29 11:23:53 UTC MAIN commitmail json YAML

Xref auvitek(4) also in SEE ALSO (and the others as comments).

(jruoho)

2011-08-29 11:16:36 UTC MAIN commitmail json YAML

2011-08-29 11:14:16 UTC MAIN commitmail json YAML

2011-08-29 11:07:38 UTC MAIN commitmail json YAML

Fix for systems that don't have TCSASOFT as intended originally. Simplify.

(christos)

2011-08-29 10:59:58 UTC MAIN commitmail json YAML

don't use WNOHANG flag with waitpid

(jmcneill)

2011-08-29 10:48:57 UTC MAIN commitmail json YAML

Install the dtv(4) manual page. (The stub man-pages are commented out ATM.)

(jruoho)

2011-08-29 10:43:52 UTC MAIN commitmail json YAML

Fix xref-typo in the previous.

(jruoho)

2011-08-29 10:41:10 UTC MAIN commitmail json YAML

Various improvements; e.g. primarily speak about DTV (i.e. DVB is just a
standard), split out SUPPORTED DEVICES from SEE ALSO, improve grammar, fix
references, speak about interface instead of device, fix AUTHORS, etc.

(jruoho)

2011-08-29 09:50:04 UTC MAIN commitmail json YAML

2011-08-29 08:58:19 UTC MAIN commitmail json YAML

2011-08-29 04:55:58 UTC MAIN commitmail json YAML

Fix remaining misaligned columns in golden output, missed in previous commit

(gson)

2011-08-29 04:12:46 UTC MAIN commitmail json YAML

Add a mutex for operations that touch size (setattr, getattr, write, fsync).

This is required to avoid data corruption bugs, where a getattr slices
itself within a setattr operation, and sets the size to the stall value
it got from the filesystem. That value is smaller than the one set by
setattr, and the call to uvm_vnp_setsize() trigged a spurious truncate.
The result is a chunk of zeroed data in the file.

Such a situation can easily happen when the ioflush thread issue a
VOP_FSYNC/puffs_vnop_sync/flushvncache/dosetattrn while andother process
do a sys_stat/VOP_GETATTR/puffs_vnop_getattr.

This mutex on size operation can be removed the day we decide VOP_GETATTR
has to operated on a locked vnode, since the other operations that touch
size already require that.

(manu)

2011-08-29 00:39:16 UTC MAIN commitmail json YAML

Add kern.direct_select sysctl.  Default to 0 for now.

(rmind)

2011-08-29 00:36:20 UTC MAIN commitmail json YAML

No need to print internal state once debug is done.

(enami)

2011-08-28 23:16:19 UTC MAIN commitmail json YAML

override thunk.d and thunk_sdl.d targets

(jmcneill)

2011-08-28 23:15:53 UTC MAIN commitmail json YAML

let kernel makefile override *.d targets

(jmcneill)

2011-08-28 22:55:52 UTC MAIN commitmail json YAML

VIRQ_TIMER virqs are allocated and tracked in a array
(virq_timer_to_evtch, indexed by cpuid) different from the
VIRQ <> event channel one (virq_to_evtch, indexed by event channel ID).

This is fine: fix a "harmless" bug that resulted in the event
channel of VIRQ_TIMER getting lost during bind as it was not stored
in the proper array.

"Harmless" because it is not critical for -current, however in the Xen
save/restore branch this completely cripples restore. Xen clock gets
suspended, but never comes back (fetched channel ID being invalid). Oops.

Add a small comment so we can better see the "get => allocate? => set"
chain of actions when binding/unbinding event channels.

(jym)

2011-08-28 22:36:17 UTC MAIN commitmail json YAML

2011-08-28 22:34:26 UTC jym-xensuspend commitmail json YAML

Put some assertions to check values of the VIRQ <> event channels mappings.

Fix the VIRQ_TIMER per-cpu translations, so that save/restore does not
choke on event channel being "-1" anymore (ends badly 99,9% of the time
when used as an index...)

Some KNF and white space fixes.

(jym)

2011-08-28 22:30:09 UTC MAIN commitmail json YAML

apply some always_inline attribute to setpsr and spl*.  while i am
not yet sure exactly why this is necessary, but does avoid crashes
seen on sparc INSTALL with gcc 4.5.

(mrg)

2011-08-28 22:09:37 UTC MAIN commitmail json YAML

Be more precise for Xen: +++++ is only valid for Xen domUs. dom0 uses
the same key sequences as i386/amd64.

(jym)

2011-08-28 21:31:41 UTC MAIN commitmail json YAML

cpu_reboot: only call thunk_abort if RB_DUMP is set

(jmcneill)

2011-08-28 21:25:11 UTC MAIN commitmail json YAML

Move a sentence to where it makes more sense.

(wiz)

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

turn off input echo and buffering

(jmcneill)

2011-08-28 21:19:49 UTC MAIN commitmail json YAML

2011-08-28 20:49:31 UTC MAIN commitmail json YAML

Rename isbad argument to is_bad - stupid namespace pollution and ancient
bad sector routines interfere on some archs and cause global shadowing
warnings.

(martin)

2011-08-28 20:37:06 UTC MAIN commitmail json YAML

2011-08-28 20:32:35 UTC MAIN commitmail json YAML

return 'error' not 0, fixes non-module build

(jmcneill)

2011-08-28 20:22:42 UTC MAIN commitmail json YAML

return 'error' not 0, fixes non-module build

(jmcneill)

2011-08-28 19:41:35 UTC MAIN commitmail json YAML

Jump to `userland' or the other function specified in the pcb's ucontext

(reinoud)

2011-08-28 19:40:26 UTC MAIN commitmail json YAML

Update trapframe and pcb

(reinoud)

2011-08-28 19:39:42 UTC MAIN commitmail json YAML

Implement redementary setregs()

(reinoud)

2011-08-28 19:39:05 UTC MAIN commitmail json YAML

2011-08-28 19:38:20 UTC MAIN commitmail json YAML

Don't use the content of trapframe yet until we know how to use fill it

(reinoud)

2011-08-28 19:37:16 UTC MAIN commitmail json YAML

2011-08-28 19:09:34 UTC MAIN commitmail json YAML

Golden output was not so golden after all

(gson)

2011-08-28 18:48:46 UTC MAIN commitmail json YAML

pull in sys/mount.h; build fix for amd64

(jmcneill)

2011-08-28 18:48:14 UTC MAIN commitmail json YAML

both LINUX_USRSTACK32 and USRSTACK32 need to be defined for linux32

(jmcneill)

2011-08-28 17:21:28 UTC MAIN commitmail json YAML

Minor cleanup.

(wiz)

2011-08-28 17:18:31 UTC MAIN commitmail json YAML

add dependency on "drm" module

(jmcneill)

2011-08-28 17:15:17 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2011-08-28 17:10:38 UTC MAIN commitmail json YAML

Use Cm to mark up command arguments. Use An -nosplit to avoid linebreak in sentence.

(wiz)

2011-08-28 16:33:52 UTC MAIN commitmail json YAML

Revert prior inadvertent checkin.

(elric)

2011-08-28 16:26:34 UTC MAIN commitmail json YAML

2011-08-28 16:19:08 UTC MAIN commitmail json YAML

2011-08-28 15:56:22 UTC MAIN commitmail json YAML

2011-08-28 15:48:20 UTC MAIN commitmail json YAML