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 05:28:21 UTC Now

2014-01-29 01:36:43 UTC MAIN commitmail json YAML

Add latent AArch64 support.

(matt)

2014-01-29 01:34:44 UTC MAIN commitmail json YAML

If __ARM_PCS_AAPCS64 is defined, define struct ieee_ext and union ieee_ext_u.
Use uint64_t so we can just have ext_frach and ext_fracl.

(matt)

2014-01-29 01:20:03 UTC MAIN commitmail json YAML

Fix inverted GCC version test

(matt)

2014-01-29 01:10:36 UTC MAIN commitmail json YAML

if __ARM_PCS_AAPCS64 is defined, expose LDBL_* and DECIMAL_DIGIT

(matt)

2014-01-29 01:03:13 UTC MAIN commitmail json YAML

Also test for __AARCH64EB__ as well as __ARMEB__ for big-endian.

(matt)

2014-01-29 01:01:14 UTC MAIN commitmail json YAML

AAPCS64 supports 16-byte long doubles

(matt)

2014-01-29 00:42:15 UTC MAIN commitmail json YAML

2014-01-29 00:34:19 UTC MAIN commitmail json YAML

replace spaces in SHRT_MIN definition with tabs

(matt)

2014-01-29 00:32:04 UTC MAIN commitmail json YAML

SIZE_T is unsigned so SIZE_T_MAX needs to be ULONG_MAX

(matt)

2014-01-29 00:22:09 UTC MAIN commitmail json YAML

Add AAPCS64 fenv_t

(matt)

2014-01-29 00:20:54 UTC MAIN commitmail json YAML

Add a check for minimum compiler compatible with gcc 4.1
__ARM_PCS_AAPCS64 also requires __ALIGNBYTES to be 7

(matt)

2014-01-29 00:18:32 UTC MAIN commitmail json YAML

change include protection from _ANSI_H_ to _ARM_ANSI_H_

(matt)

2014-01-29 00:17:21 UTC MAIN commitmail json YAML

Don't use _lock_cas explicitly, use atomic_cas_ulong which could be one its
aliases.

(matt)

2014-01-28 22:06:39 UTC MAIN commitmail json YAML

Mark a potentially unused variable (depending on #ifdef)

(martin)

2014-01-28 21:47:48 UTC MAIN commitmail json YAML

Allow building with clang.
XXX __RENAME is currently not allowed for the kernel, so use plain asm.
Clang rejects definitions of builtins, so it doesn't work without.

(joerg)

2014-01-28 21:17:12 UTC MAIN commitmail json YAML

Deal with __ARM_ARCH_8A__

(matt)

2014-01-28 20:43:55 UTC MAIN commitmail json YAML

One __RCSID is enough. Don't define it when building catalog as tool.

(joerg)

2014-01-28 19:41:52 UTC MAIN commitmail json YAML

As discussed on tech-toolchain: untill gcc is fixed (or our ABI changed, ...)
make stack protection warnings non-fatal if using gcc 4.8 on sh3/m68k/vax.

(martin)

2014-01-28 19:26:32 UTC MAIN commitmail json YAML

Remove an unused variable

(martin)

2014-01-28 18:56:47 UTC MAIN commitmail json YAML

Simplify netbsd32_vm_default_addr (for now) to make it compilable.

(martin)

2014-01-28 17:46:01 UTC MAIN commitmail json YAML

only limit bottom-up allocations, put back 3G limit on datasize.

(christos)

2014-01-28 17:32:00 UTC MAIN commitmail json YAML

Note National Semiconductor PC87560 ohci(4) support.

(skrll)

2014-01-28 17:24:42 UTC MAIN commitmail json YAML

Support the OHCI in the NS "SUPERIO" chip as found in hppa machines by
twiddling the same bits as Linux.

(skrll)

2014-01-28 16:45:25 UTC MAIN commitmail json YAML

Replace the RET macro with mov pc,lr unconditionally - this is armv4
specific source.
Ok: matt@

(martin)

2014-01-28 14:10:39 UTC MAIN commitmail json YAML

no need to duplicate the generic fabs_ieee754.c here

(macallan)

2014-01-28 14:02:54 UTC MAIN commitmail json YAML

Clarify that -l params must be given after options.

(pooka)

2014-01-28 13:58:25 UTC MAIN commitmail json YAML

* make -h actually work
* give usage for invalid usage

(pooka)

2014-01-28 13:56:02 UTC MAIN commitmail json YAML

rcs id police *uuu-aaa, uuu-aaa*

(pooka)

2014-01-28 13:47:04 UTC MAIN commitmail json YAML

2014-01-28 13:43:33 UTC MAIN commitmail json YAML

Initialize a variable earlier, so it is not used unitialized in an
error path.

(martin)

2014-01-28 13:25:53 UTC MAIN commitmail json YAML

Bogus gcc 4.8 maybe-used-uninitialized warning

(martin)

2014-01-28 13:23:49 UTC MAIN commitmail json YAML

Bogus gcc 4.8 maybe use uninitialized warning

(martin)

2014-01-28 13:20:30 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2014-01-28 13:18:42 UTC MAIN commitmail json YAML

Mark a diagnostic-only variable

(martin)

2014-01-28 13:17:19 UTC MAIN commitmail json YAML

Remove an unused variable

(martin)

2014-01-28 13:12:22 UTC MAIN commitmail json YAML

Quell a gcc 4.8 maybe-unitialized false positive

(martin)

2014-01-28 13:08:13 UTC MAIN commitmail json YAML

Quell maybe-uninitialized false positives from gcc 4.8

(martin)

2014-01-28 13:02:56 UTC MAIN commitmail json YAML

Quell a (bogus) "may be used unintialized" warning from gcc 4.8

(martin)

2014-01-28 12:50:54 UTC MAIN commitmail json YAML

Mark a diagnostic only variable

(martin)

2014-01-28 12:22:32 UTC MAIN commitmail json YAML

2014-01-28 12:18:56 UTC MAIN commitmail json YAML

Remove an unused variable

(martin)

2014-01-28 12:02:48 UTC MAIN commitmail json YAML

Remove an unused variable

(martin)

2014-01-28 12:01:31 UTC MAIN commitmail json YAML

2014-01-28 10:54:45 UTC MAIN commitmail json YAML

2014-01-28 02:54:02 UTC MAIN commitmail json YAML

HAVE_GDB can trigger a false positive if MKGDB=no so add a check for it
like we do for HAVE_GCC.

(matt)

2014-01-28 02:51:34 UTC MAIN commitmail json YAML

Cut down MAXDSIZE from 3G to 2.5G otherwise bottomup allocation ends up
supplying an out of bounds hint for sigcode (c001e000 > bf000000). Makes
a.out binaries work again.

(christos)

2014-01-28 01:29:35 UTC MAIN commitmail json YAML

add a struct for the 4.3BSD struct direct

(christos)

2014-01-28 01:29:04 UTC MAIN commitmail json YAML

Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9.

(christos)

2014-01-27 23:11:50 UTC MAIN commitmail json YAML

Stopgap to prevent genfb from stealing console.  Revisit later.

(jakllsch)

2014-01-27 21:37:17 UTC MAIN commitmail json YAML

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output.  We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.

(apb)

2014-01-27 21:32:03 UTC netbsd-6-1 commitmail json YAML

This is 6.1.3_PATCH, not (yet) 6.1.4

(bouyer)

2014-01-27 21:30:24 UTC netbsd-5-2 commitmail json YAML

Welcome to 5.2.2_PATCH (missing bits)

(bouyer)

2014-01-27 21:29:14 UTC netbsd-5-1 commitmail json YAML

Welcome to 5.1.4_PATCH (missing pieces)

(bouyer)

2014-01-27 21:27:50 UTC netbsd-6-1 commitmail json YAML

2014-01-27 21:25:27 UTC netbsd-6-0 commitmail json YAML

2014-01-27 21:23:59 UTC MAIN commitmail json YAML

Update CIOGFSESSION argument spec to match reality

(pgoyette)

2014-01-27 21:21:24 UTC netbsd-5-2 commitmail json YAML

2014-01-27 21:18:45 UTC netbsd-5-1 commitmail json YAML

2014-01-27 21:00:02 UTC MAIN commitmail json YAML

add today's releases:  5.1.4, 5.2.2, 6.0.4, and 6.1.3

(jnemeth)

2014-01-27 21:00:01 UTC MAIN commitmail json YAML

2014-01-27 20:44:29 UTC MAIN commitmail json YAML

2014-01-27 20:01:50 UTC MAIN commitmail json YAML

2014-01-27 19:19:15 UTC MAIN commitmail json YAML

Add basic IPV6 level socket options support (IPV6_V6ONLY).

(njoly)

2014-01-27 18:43:07 UTC MAIN commitmail json YAML

2014-01-27 18:36:53 UTC MAIN commitmail json YAML

2014-01-27 18:36:37 UTC MAIN commitmail json YAML

2014-01-27 18:29:47 UTC MAIN commitmail json YAML

2014-01-27 18:12:57 UTC MAIN commitmail json YAML

2014-01-27 18:09:51 UTC MAIN commitmail json YAML

Add __sync_fetch_and_add_8 alias

(matt)

2014-01-27 18:08:37 UTC MAIN commitmail json YAML

Add __sync_fetch_and_add_4 alias

(matt)

2014-01-27 18:05:25 UTC MAIN commitmail json YAML

2014-01-27 18:03:44 UTC MAIN commitmail json YAML

Add _atomic_cas_16 and _atomic_cas_8 and their aliases
__sync_val_compare_and_swap_2 & __sync_val_compare_and_swap_1

(matt)

2014-01-27 13:23:33 UTC MAIN commitmail json YAML

Add SO_SNDLOWAT, SO_RCVLOWAT and SO_ACCEPTCONN support for socket
options.

(njoly)

2014-01-27 13:22:55 UTC MAIN commitmail json YAML

back out 1.35 since it completely breaks the mechanism for wsdisplay drivers
to determine wether to become console or not.
See http://mail-index.netbsd.org/tech-kern/2014/01/15/msg016421.html
for fixing this properly.

(macallan)

2014-01-27 08:18:08 UTC MAIN commitmail json YAML

2014-01-27 07:57:28 UTC MAIN commitmail json YAML

Document TOOL_GZIP.

(apb)

2014-01-26 22:38:20 UTC MAIN commitmail json YAML

2014-01-26 21:47:00 UTC MAIN commitmail json YAML

2014-01-26 21:46:49 UTC MAIN commitmail json YAML

add netbsd rcsids (does not handle the regex files well)

(christos)

2014-01-26 21:43:45 UTC MAIN commitmail json YAML

2014-01-26 21:33:54 UTC MAIN commitmail json YAML

Adjust trigger variable for unwind.h to follow changes in libc.

(joerg)

2014-01-26 21:26:02 UTC MAIN commitmail json YAML

Fix http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57260 (patch from
gcc's repository). This bugs show up with Xorg, preventing  xf86-video-sis and
xf86-video-silicon modules from being loaded.

(bouyer)

2014-01-26 21:22:49 UTC MAIN commitmail json YAML

Complete WSDISPLAYIO_SMODE/WSDISPLAYIO_GMODE support.
In sisfb_mmap(), allow mapping the framebuffer and mmio and io registers
when in WSDISPLAYIO_MODE_MAPPED mode. This can be used by X11.

(bouyer)

2014-01-26 21:04:46 UTC MAIN commitmail json YAML

Support using fenv instead of fpsetmask if HAVE_FENV is defined.

(matt)

2014-01-26 20:42:06 UTC MAIN commitmail json YAML

Make this real even though it isn't yet used.

(matt)

2014-01-26 20:12:32 UTC MAIN commitmail json YAML

sun4v: Add handling of spill/fill and dtsb miss traps (with a XXX to be handled later)

(palle)

2014-01-26 19:16:17 UTC MAIN commitmail json YAML

Remove support for 'external' floating point units and the MS-DOS
  compatible method of handling floating point exceptions.
Make kernel support for teh fpu non-optional (486SX should still work).
Only 386 cpus support external fpu, and i386 support was removed years ago.
This means that the npx code no longer uses port 0xf0 or interupt 13.
All the "npx at isa" lines go from the configs, arch/i386/isa/npx.c
  is now mandatory for all i386 kernels.
I've renamed npxinit() to fpuinit() and npxinit_cpu() to fpuinit_cpu()
  to match the very similar amd64 functions.
The fpu of the boot cpu is now initialised by a direct call from
  cpu_configure(), this enables FP emulation for a 486SX.
  (for amd64 the cr0 values are set in locore.S and similar).
This fixes a long-standing bug in linux_setregs() - which did not
  save the fpu regsiters if they were active.
I've test booted a single cpu i386 kernel (using anita).
amd64 builds - none of teh changes should affect it.
The i386 XEN kernels build, but I'm not sure where they set cr0, and
  it might have got lost!

(dsl)

2014-01-26 18:24:29 UTC MAIN commitmail json YAML

2014-01-26 17:33:53 UTC MAIN commitmail json YAML

Add BUILDSEED to RELEASEVARS.

(apb)

2014-01-26 17:00:03 UTC MAIN commitmail json YAML

For MKREPRO, remove the "%%CreationDate:" comment line from
PostScript output files.

(apb)

2014-01-26 16:53:00 UTC MAIN commitmail json YAML

Add MKREPRO and MKARZERO to the list of variables in RELEASEVARS.

(apb)

2014-01-26 15:49:25 UTC MAIN commitmail json YAML

Fix build problem when there is no com(4) but ucom(4).

(taca)

2014-01-26 10:54:24 UTC MAIN commitmail json YAML

PUCCN improvements:
- Fix a bug that the puc cn mechanism doesn't use the UART's frequency
  in pucdata.c's table.

- Add a new option PUC_CNAUTO. If this option is set, consinit() in
  x86/x86/consinit.c checks puc com device to use it as console.
  Without this option, the behavior is the same as before.

- Add a new config parameter PUC_CNBUS. The old code scans bus #0 only.
  If PUC_CNBUS is set, the specified number's bus will be scanned.

- Rename comcnprobe() to puc_cnprobe() to make it clear.

- Rename comcninit() to puc_cninit() to make it clear.

- Add code for a device that a device's com register is MMIO (#if0 ed).

(msaitoh)

2014-01-26 10:20:20 UTC MAIN commitmail json YAML

Add some OXPCIe952 devices.

(msaitoh)

2014-01-26 10:19:37 UTC MAIN commitmail json YAML

2014-01-26 10:19:07 UTC MAIN commitmail json YAML

Add some OXPCIe952 devices.

(msaitoh)

2014-01-26 08:31:17 UTC MAIN commitmail json YAML

spelling correction - recieved -> received

(plunky)

2014-01-26 03:18:39 UTC MAIN commitmail json YAML

don't re-specify the defaults

(christos)

2014-01-26 02:21:08 UTC MAIN commitmail json YAML

stoa() already includes the scope, no need to print it twice.

(mlelstv)

2014-01-26 01:57:04 UTC MAIN commitmail json YAML

Fix the "separate root" test. If we get a permission error check for separate
root. But if we get ENOENT, always succeed. Otherwise if someone removes
the db files or they get corrupted, you can never recreate them.

(christos)

2014-01-26 00:21:18 UTC MAIN commitmail json YAML

2014-01-26 00:09:46 UTC MAIN commitmail json YAML

kill VM_DEFAULT_ADDRESS use.

(christos)

2014-01-26 00:08:48 UTC MAIN commitmail json YAML

kill VM_DEFAULT_ADDRESS use

(christos)

2014-01-25 23:58:41 UTC MAIN commitmail json YAML

kill the topdown flag only if we succeed.

(christos)

2014-01-25 23:58:10 UTC MAIN commitmail json YAML

Clear the VM_TOPDOWN flag only when we succeed.

(christos)

2014-01-25 23:11:08 UTC MAIN commitmail json YAML

2014-01-25 21:11:49 UTC MAIN commitmail json YAML

2014-01-25 21:11:20 UTC MAIN commitmail json YAML

2014-01-25 21:11:03 UTC MAIN commitmail json YAML

2014-01-25 21:10:41 UTC MAIN commitmail json YAML

2014-01-25 21:10:29 UTC MAIN commitmail json YAML

add a lint comment

(christos)

2014-01-25 20:12:53 UTC MAIN commitmail json YAML

Change the way the x87 fp register is defined so that the copies between
  fsave and fxsave layouts can be done by structure assignments.

(dsl)

2014-01-25 19:51:32 UTC MAIN commitmail json YAML

Rewrite the code that converts the x87 tag word between its full and
  abridged versions.
The code in xmm_to_s87_tag() looked at the wrong register when trying
  to generate 0b01 (zero) and 0b10 (NaN etc) because the registers are
  relative to the stack top, but the tag words are absolute.
Since even a real 387 generates the correct tag values when the tag word
  (or register value) is loaded there is no point generating other than
  0b00 (used) and 0b11 (unused).
The compiler also made a pig's breakfast of the register copy loop.
When convering from fsave to (the larger) fxsave format don't bother
  copying the fp register values if none are in use.
Converting the other way we do copy them all because the target buffer
  is often written to userspace (and has no padding).
i386 core dumps still seem ok - and do use this code.

(dsl)

2014-01-25 19:44:11 UTC MAIN commitmail json YAML

2014-01-25 19:42:25 UTC MAIN commitmail json YAML

2014-01-25 19:10:56 UTC MAIN commitmail json YAML

2014-01-25 19:07:25 UTC MAIN commitmail json YAML

Add a TODO file to document things to be done for the sparc64 port

(palle)

2014-01-25 18:03:10 UTC MAIN commitmail json YAML

2014-01-25 17:30:56 UTC MAIN commitmail json YAML

Improve PCU/VFP handling to the point that the atf tests don't trigger
KASSERTs on the Raspberry PI and its arm1176jzf-s.

XXX Need to emulate bounce instructions to get correct exception codes,
XXX etc.

(skrll)

2014-01-25 17:30:45 UTC MAIN commitmail json YAML

make this compile.

(christos)

2014-01-25 17:24:46 UTC MAIN commitmail json YAML

Add compat_10, open NULL == open "."

(christos)

2014-01-25 17:21:49 UTC MAIN commitmail json YAML

deal with COMPAT_10 issue.

(christos)

2014-01-25 16:43:03 UTC MAIN commitmail json YAML

2014-01-25 16:38:15 UTC MAIN commitmail json YAML

Get SIZE_MAX and OFF_MAX straight...

(riastradh)

2014-01-25 16:26:17 UTC MAIN commitmail json YAML

Factor out an offtab_compute_window_position routine.

(riastradh)

2014-01-25 15:31:06 UTC MAIN commitmail json YAML

Fix some more integer overflow/truncation issues.

Arithmetic in C is hard.  Let's go shopping!

(riastradh)

2014-01-25 15:20:55 UTC MAIN commitmail json YAML

2014-01-25 15:17:17 UTC MAIN commitmail json YAML

delete VM_DEFAULT_ADDRESS and commentary which is no longer used/true.

(christos)

2014-01-25 15:16:50 UTC MAIN commitmail json YAML

2014-01-25 13:49:27 UTC MAIN commitmail json YAML

2014-01-25 10:40:41 UTC MAIN commitmail json YAML

Add now needed linux_pipe.c sources.

(njoly)

2014-01-25 10:31:01 UTC MAIN commitmail json YAML

2014-01-25 10:30:22 UTC MAIN commitmail json YAML

2014-01-25 10:14:29 UTC MAIN commitmail json YAML

2014-01-25 10:09:47 UTC MAIN commitmail json YAML

Use English spelling of alignment.

(skrll)

2014-01-25 05:15:44 UTC MAIN commitmail json YAML

a.out binaries can't handle topdown.
Now 1.0 binaries work correctly on NetBSD-current.

(christos)

2014-01-25 05:15:05 UTC MAIN commitmail json YAML

a.out binaries can't handle topdown.

(christos)

2014-01-25 05:14:03 UTC MAIN commitmail json YAML

provide proper defaults for topdown and bottomup allocation.
XXX: Ports that provide their own VM_DEFAULT_ADDRESS() need to provide the
two new flavors, otherwise they get the default ones now.

(christos)

2014-01-25 05:09:59 UTC MAIN commitmail json YAML

provide propert address defaults for topdown and bottomup allocation

(christos)

2014-01-25 03:31:12 UTC MAIN commitmail json YAML

2014-01-25 02:28:31 UTC MAIN commitmail json YAML

2014-01-25 02:27:41 UTC MAIN commitmail json YAML

compat_10 fix: open(NULL) == open(".");

(christos)

2014-01-25 00:59:44 UTC MAIN commitmail json YAML

fix monitor mode channel.

(christos)

2014-01-25 00:07:48 UTC MAIN commitmail json YAML

Increase VM_KERNEL_PT_PAGES from 2 to 4 for x68k.

X68030 with 8MB or 12MB RAM (which is default for most X68030s)
now gets "pmap_enter_ptpage: can't get KPT page" panic again
with VM_KERNEL_PT_PAGES=2 while it works with >=14MB.
3 is enough to boot for now, but I also add a spare.

I guess this is because the post netbsd-6 vmem(9) bootstrap
changes require more kernel memory before MD pmap_init().

Note1: netbsd-6 (which also pulls physmem detection changes
that affect nptpages) doesn't have this problem.
Note2: other hp300 pmap based m68k ports might have the same issue,
but at least 12MB luna68k works with VM_KERNEL_PT_PAGES=2
so I think it depends on kernel size and/or iomapsize.

(tsutsui)

2014-01-25 00:03:14 UTC MAIN commitmail json YAML

close uhidev only when it was successfully opened.

(mlelstv)

2014-01-24 23:59:53 UTC MAIN commitmail json YAML

Add raid to the install kernel

(martin)

2014-01-24 23:59:12 UTC MAIN commitmail json YAML

Add raid disk nodes for the install images

(martin)

2014-01-24 23:42:31 UTC MAIN commitmail json YAML

Fix awk programs to use $$ so make doesn't eat each $

(matt)

2014-01-24 23:20:33 UTC MAIN commitmail json YAML

remove useless flag mangling. It is done already.

(christos)

2014-01-24 22:44:00 UTC MAIN commitmail json YAML

2014-01-24 22:11:46 UTC MAIN commitmail json YAML

It is wishful thinking that vn_readdir will return dirent12 structures.

(christos)

2014-01-24 22:10:48 UTC MAIN commitmail json YAML

sigaction until 1.4 had an int sigmask, don't trash the stack.

(christos)

2014-01-24 22:10:09 UTC MAIN commitmail json YAML

Fix locking botch, and ...
Yes, we want to be careful because the sizes are different.

(christos)

2014-01-24 17:30:18 UTC MAIN commitmail json YAML

CID 1164169: integer overflow

(christos)

2014-01-24 17:26:18 UTC MAIN commitmail json YAML

CID 1163170, 1164171, resource leak
CID 1161172 double free

(christos)

2014-01-24 15:11:09 UTC MAIN commitmail json YAML

As requested by mrg@, since there is still a small window during which
the in-module ref-counting can fail, completely disable auto-unload.

(pgoyette)

2014-01-24 12:19:10 UTC MAIN commitmail json YAML

Slightly bump ramdisk size, so the content fits even when compiled with
gcc 4.8 (usually binaries are smaller or same size, this increase is
strange)

(martin)

2014-01-24 12:16:10 UTC MAIN commitmail json YAML

Support WSDISPLAYIO_GETCMAP/WSDISPLAYIO_PUTCMAP. Tested on evbmips/loongson

(bouyer)

2014-01-24 12:11:40 UTC MAIN commitmail json YAML

Snapshot of work in progress:
Add support xorg wsfb driver. Tested on evbmips/loongson

(bouyer)

2014-01-24 10:41:07 UTC MAIN commitmail json YAML

Add ATAIOCCOMMAND ioctl form COMPAT_NETBSD32

This enables SMART monitoring by a netbsd32 binary.

(manu)

2014-01-24 10:19:18 UTC MAIN commitmail json YAML

Load the magic into the right register for the comparison in _longjmp

(skrll)

2014-01-24 08:26:39 UTC MAIN commitmail json YAML

Be consistent about setting fpscr for Runfast.  No functional change.

(skrll)

2014-01-24 05:14:11 UTC MAIN commitmail json YAML

Deal with writing bswapped com registers at COM_MULT register widths.

(matt)

2014-01-24 05:13:06 UTC MAIN commitmail json YAML

Add a flag so the xputc will bswap registers.

(matt)

2014-01-24 04:19:10 UTC MAIN commitmail json YAML

Replace copyright with TNF
Clear upper 4 bits of pc-relative offset for uboot_args since .start is
1GB below .text so we can access using the load address, not the KERNEL_BASE
address.

(matt)

2014-01-24 04:15:33 UTC MAIN commitmail json YAML

After loading the pc-relative offset, clear the upper the 4 bits incase
.start starts at a different address than .text (bcm56340).

(matt)

2014-01-24 02:06:03 UTC MAIN commitmail json YAML

2014-01-24 01:10:22 UTC MAIN commitmail json YAML

2014-01-24 01:10:00 UTC MAIN commitmail json YAML

2014-01-24 01:09:40 UTC MAIN commitmail json YAML

2014-01-24 00:20:54 UTC MAIN commitmail json YAML

remove bogus comment, we are not working around an assembler issue.

(christos)

2014-01-24 00:17:33 UTC MAIN commitmail json YAML

Checking _LP64 to determine the size of the built binary is just wrong. We
build n32 by default on mips64 now, we don't handle the compat build which
is n64. This is the same case for sparc64/sparc and amd64/i386 (lint does
not run in compat)

(christos)

2014-01-23 22:52:15 UTC MAIN commitmail json YAML

2014-01-23 21:45:27 UTC MAIN commitmail json YAML

Remove time= keywords from METALOG.sanitised.

The times add unnecessary differences to the DESTDIR trees for MKREPRO
builds, and they are not needed by anything.  (maketars, the chief
consumer of METALOG.sanitised, explicitly ignores the time fields.)

Also factor out some duplicated code and update comments.

(apb)

2014-01-23 21:37:09 UTC MAIN commitmail json YAML

Removed MAXBSIZE. Cleared with Anders Magnusson and tested myself.

(jklos)

2014-01-23 20:58:55 UTC MAIN commitmail json YAML

Compile the armv4 cpufunc file with -mcpu=arm8 instead of arm9, to avoid
an armv4t marked object file which causes failure in the shark objcopy
step when creating the a.out version of the kernel.

(martin)

2014-01-23 19:28:47 UTC MAIN commitmail json YAML

For armv7, CPU_CONTROL_UNAL_ENABLE is MBO/SBPO.
Make sure CPU_CONTROL_EX_BEND is set for big endian kernels.
Don't clear bits we aren't setting.

(matt)

2014-01-23 19:26:55 UTC MAIN commitmail json YAML

2014-01-23 19:18:08 UTC MAIN commitmail json YAML

Fix inverted pid/lid arguments in do_sched_{get,set}param calls.

(njoly)

2014-01-23 17:44:13 UTC MAIN commitmail json YAML

2014-01-23 17:43:28 UTC MAIN commitmail json YAML

Add comments and KNF. No functional change.

(msaitoh)

2014-01-23 17:32:03 UTC MAIN commitmail json YAML

Pass PCU_LOADED to pcu_state_load in the "this CPU already has our PCU
state loaded" of pcu_load.

ok, gimpy@ and rmind@

(skrll)

2014-01-23 17:21:06 UTC MAIN commitmail json YAML

Add entry for Intel Quark X1000 UART.

(msaitoh)

2014-01-23 16:35:20 UTC MAIN commitmail json YAML

Fix eraseo from yesterday

(skrll)

2014-01-23 15:17:59 UTC MAIN commitmail json YAML

New sentence, new line. Sort sections. Remove superfluous Pp.
Add missing .El.

(wiz)

2014-01-23 14:17:05 UTC MAIN commitmail json YAML

Mark offtab_bug[x] as dead.

(joerg)

2014-01-23 14:14:23 UTC MAIN commitmail json YAML

Unbreak clang build. Hi xtos.

(joerg)

2014-01-23 14:12:38 UTC MAIN commitmail json YAML

Spell out month name.

(wiz)

2014-01-23 14:06:28 UTC MAIN commitmail json YAML

2014-01-23 13:41:58 UTC MAIN commitmail json YAML

Apply diagnostic overwrite for clang too.

(joerg)

2014-01-23 13:30:38 UTC MAIN commitmail json YAML

Force consistent alignemnt of _Unwind_Exception with libgcc_s.

(joerg)

2014-01-23 13:05:04 UTC MAIN commitmail json YAML

Add urndis(4), bump date, and copyright year

(ryoon)

2014-01-23 12:23:20 UTC MAIN commitmail json YAML

2014-01-23 11:45:46 UTC MAIN commitmail json YAML

PR port-arm/48543: do provide __ffssi2 as strong alias (in case libgcc.a gets
not linked in) for now.
OK: skrll@

(martin)

2014-01-23 10:50:14 UTC MAIN commitmail json YAML

Fix netbsd32 compatibility bug in kevent()

The keo_put_events() callback copies the events from kernel to userland.
It is called for sets of up to 8 events (constant chosen in kevbuf
definitition in kevent1()). The callback is called with pointer to userland
buffer, count of events to copy, and an index parameter which tracks where
we are in userland buffer when called multiple time.

COMPAT_NETBSD32's flavor of keo_put_events() is netbsd32_kevent_put_events().
It did not honour the index parameter, which caused invalid event data to
be returned when userland requested more that 8 events. This caused many
reliability problems, and the obvious startup crash of dovecot log process
when it accessed udata in the nineth event in its buffer, which was NULL.

(manu)

2014-01-23 10:13:57 UTC MAIN commitmail json YAML

2014-01-23 10:11:55 UTC MAIN commitmail json YAML

Change vnode operations create, mknod, mkdir and symlink to return
the resulting vnode *vpp unlocked.

Discussed on tech-kern@

(hannken)

2014-01-23 07:26:51 UTC MAIN commitmail json YAML

- make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicant
  on startup
- create share/examples/wpa_supplicant/wpa_supplicant.conf and make it
  known in the relevant places. Improvements welcome, my point was
  ctrl_interface and "you seriously want this"

(spz)

2014-01-23 04:05:50 UTC MAIN commitmail json YAML

minimal fix for cast from pointer to int of different size.

(christos)

2014-01-23 04:05:15 UTC MAIN commitmail json YAML