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

2024-05-10 07:52:43 UTC Now

2014-01-06 11:21:34 UTC MAIN commitmail json YAML

Add several "restrict" lines to the default ntp.conf, with comments.

(apb)

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

Add "cdroms" to the SUBDIR list for src/distrib/ews4800mips.

(apb)

2014-01-06 09:30:26 UTC MAIN commitmail json YAML

Use Fn for functions and Dv for null.

(wiz)

2014-01-06 09:25:08 UTC MAIN commitmail json YAML

2014-01-06 09:23:18 UTC MAIN commitmail json YAML

Use Nx. Remove superfluous Pp. Increase column width to widest entry.

(wiz)

2014-01-06 08:56:34 UTC MAIN commitmail json YAML

For filesystems mounted without -o use_ino, readdir is not
able to fetch inode number. We perfom an addtional lookup
on each file to get it.

In that case, do not lookup .. from root, as it breaks
out of the filesystem and hits NULL pointers.

(manu)

2014-01-06 07:56:47 UTC MAIN commitmail json YAML

screen_end can be called multiple times for the same screen.
Work around segfault in TAILQ_REMOVE by abusing the tqe_prev pointer
as a flag that identifies an already removed node.

This should really be solved by calling screen_end only once or by
keeping state explicitely in the screen structure.

(mlelstv)

2014-01-05 21:38:25 UTC MAIN commitmail json YAML

Make libsa fsmod string pointer const.

(jakllsch)

2014-01-05 21:36:50 UTC MAIN commitmail json YAML

Make name argument to module_add_common const; use this to allow the libsa
fsmod string to soon become const.

(jakllsch)

2014-01-05 21:10:50 UTC MAIN commitmail json YAML

2014-01-05 21:09:33 UTC MAIN commitmail json YAML

Drop duplicate and unused extern global variable.

(jakllsch)

2014-01-05 20:52:57 UTC MAIN commitmail json YAML

No need to return a empty string literal of the wrong const-ness when we
already have a empty string of the correct const-ness.

(jakllsch)

2014-01-05 20:49:20 UTC MAIN commitmail json YAML

2014-01-05 20:38:55 UTC MAIN commitmail json YAML

Restore cast hack for GCC's "new qualifiers in middle of multi-level
non-const cast" warning.

(joerg)

2014-01-05 19:49:57 UTC MAIN commitmail json YAML

2014-01-05 19:27:20 UTC MAIN commitmail json YAML

2014-01-05 19:26:44 UTC MAIN commitmail json YAML

Sync with interface change in mdocml 1.12.3.

(joerg)

2014-01-05 17:30:16 UTC MAIN commitmail json YAML

PR/48502: M. Levinson: vi(1) no longer moves the cursor when yanking text
using a mark (remove dangling else)

(christos)

2014-01-05 16:38:08 UTC MAIN commitmail json YAML

Update LLVM family to 3.5svn r198450. Interesting changes include:
- Improvements in the SPARC64 support
- ARM backend can almost build a full NetBSD/EABI system with the
  integrated assembler
- PowerPC grows disassembler support
- LLD supports copy relocation, beginning of MIPS backend
- New diagnostic for use of bool expression as size_t argument for
  strncmp and friends

(joerg)

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

2014-01-05 15:45:43 UTC MAIN commitmail json YAML

PR/48494: Ryo Onodera: After ACPICA 20131218 update, uhub topology is
misanderstood on macbook air. Ryo by bisection found that the following
commit causes the problem: https://github.com/acpica/acpica/commit/\
637accd073a205eb4acac935f34d0eaee0c301a8. This is tracked in:
https://bugs.acpica.org/show_bug.cgi?id=1016

(christos)

2014-01-05 15:39:13 UTC MAIN commitmail json YAML

- enable the rest of the PARSE clocks (missed config option when merging)

(kardel)

2014-01-05 15:19:39 UTC MAIN commitmail json YAML

Skip suffixes like -eabi for the host target, when invoking configure.

(joerg)

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

Build tools without debug symbols by default.

(joerg)

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

Use head to remove final #endif, newer versions will contain multiple
conditional blocks for dealing with Apple universal binaries.

(joerg)

2014-01-05 15:13:36 UTC MAIN commitmail json YAML

- enable PARSE clocks (missed config option when merging)
- remove all conflict markers/finish merge in refclock_parse.c:1.10

(kardel)

2014-01-05 12:59:03 UTC MAIN commitmail json YAML

We now expect this test to succeed

(martin)

2014-01-05 12:52:39 UTC MAIN commitmail json YAML

PR bin/46743: mark the "next free cluster" value in the file system
info block as unitialized.

(martin)

2014-01-05 09:13:18 UTC MAIN commitmail json YAML

Fix previous slightly differently.
No need to have an extra variable and to write to the list head.

(dsl)

2014-01-05 06:56:22 UTC MAIN commitmail json YAML

Detect boot device on PROM load command and set proper default boot device.

Also remove now unnecessary the old netboot check.

Note all addresses of boot device info set by monitor are checked by
memory dump on several LUNA ROM versions, and these addres might be
different on earlier monitor ROM versions.

Bump version to denote the visible change.

(tsutsui)

2014-01-05 06:30:48 UTC MAIN commitmail json YAML

Move physmem calculations before nptpage initialization.

Should fix next68k specific part of PR port-m68k/45915
(panic: pmap_enter_ptpage: can't get KPT page), and
this is the last possible m68k MD part of this PR.

Note this change is not tested on the actual machine (yet),
but as noted in comment next68k/pmap_bootstrap.c is based on
the mvme68k one which has been fixed by the similar diff.

Should be pulled up to all netbsd-6 branches.

(tsutsui)

2014-01-05 00:53:53 UTC MAIN commitmail json YAML

avoid use-after-free in *coredump().
fixes kernel crashes during coredump on sparc64.

(mrg)

2014-01-04 21:42:42 UTC MAIN commitmail json YAML

When crypto(4) is built-in, crypto_modcmd() doesn't need to handle all
the auto-config stuff.

While here, ensure that we depend on opencrypto.

(pgoyette)

2014-01-04 21:41:01 UTC LLVM commitmail json YAML

2014-01-04 21:09:39 UTC MAIN commitmail json YAML

Add Energy Performance Bias bit.

(msaitoh)

2014-01-04 20:19:33 UTC MAIN commitmail json YAML

undo the ld script hack now that the default scripts have been modified to
do this.

(christos)

2014-01-04 20:18:50 UTC MAIN commitmail json YAML

undo the linker script hack now that the linker scripts do this.

(christos)

2014-01-04 20:17:42 UTC MAIN commitmail json YAML

gcc-4.8 has begun putting code in .text.unlikely etc. This breaks our
assumption that .text code comes first in kernels about bootblock so
that the first symbol defined becomes the start address. This change
puts .text before other .text like sections.

(christos)

2014-01-04 19:08:43 UTC MAIN commitmail json YAML

Remove duplicated entry. Modify comments a bit.

(msaitoh)

2014-01-04 18:13:48 UTC MAIN commitmail json YAML

- Rename x86_print_cacheinfo() to x86_print_cache_and_tlb_info() because
  this function prints TLB info, too.
- Remove an extra printf when verbose flag is set.
- Print the highest extended info level as the basic info level.
- Sort function.

(msaitoh)

2014-01-04 16:37:05 UTC MAIN commitmail json YAML

__unuse the right function
( note to self - don't commit half asleep )

(macallan)

2014-01-04 15:54:27 UTC MAIN commitmail json YAML

Merge EINVAL descriptions.

(wiz)

2014-01-04 15:43:28 UTC MAIN commitmail json YAML

Remove second copy for RCS Id.

(wiz)

2014-01-04 15:41:59 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2014-01-04 15:40:55 UTC MAIN commitmail json YAML

Sort sections.

(wiz)

2014-01-04 15:40:25 UTC MAIN commitmail json YAML

Sort sections.

(wiz)

2014-01-04 15:37:46 UTC MAIN commitmail json YAML

Sort sections. Remove trailing whitespace.

(wiz)

2014-01-04 15:37:26 UTC MAIN commitmail json YAML

Sort sections. Punctuation formatting nits.

(wiz)

2014-01-04 15:35:10 UTC MAIN commitmail json YAML

New sentence, new line. Remove trailing whitespace.

(wiz)

2014-01-04 14:18:12 UTC MAIN commitmail json YAML

IPv6 UDP uses the IPv4 pcb tables, and therefore the stats, so need
to create the percpu UDPv4 counters even in a v6-only system.

(pooka)

2014-01-04 13:24:35 UTC MAIN commitmail json YAML

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

FLOGNP1(-0.0) is -0.0, not +0.0.  Found by XM6i.

(isaki)

2014-01-04 12:36:49 UTC MAIN commitmail json YAML

Fix a race where thread1 runs VOP_REMOVE() and gets preempted in
tmpfs_reclaim() before the call to tmpfs_free_node().  Thread2
runs VFS_FHTOVP() and gets a new vnode attached to the node thread1
is about to destroy.

Change tmpfs_fhtovp() to check the generation number after
tmpfs_vnode_get() succeeded.

(hannken)

2014-01-04 08:58:51 UTC MAIN commitmail json YAML

Remove .note.netbsd.mcmodel and .note.netbsd.pax from the chrunched binaries.
We don't know wether the former would make sense (as currently used, it never
makes sense for static binaries) and we can not conclude safe PAX flags from
combined binaries.

(martin)

2014-01-04 03:19:00 UTC MAIN commitmail json YAML

2014-01-04 02:59:17 UTC MAIN commitmail json YAML

2014-01-04 02:58:38 UTC MAIN commitmail json YAML

Add missing volatile for hidden side effects of asm.

(joerg)

2014-01-04 02:57:50 UTC MAIN commitmail json YAML

2014-01-04 02:57:27 UTC MAIN commitmail json YAML

2014-01-04 02:56:31 UTC MAIN commitmail json YAML

2014-01-04 02:09:12 UTC MAIN commitmail json YAML

Temporary disable C2000 PCU because the behavior of the wdog is little strange.

(msaitoh)

2014-01-04 01:33:11 UTC MAIN commitmail json YAML

Explicitly force a CPU for the assembler for the compatibility
cpu_func_* files. LLVM complains about the use of deprecated
instructions when -march=armv7 or equivalent is in use.

(joerg)

2014-01-04 00:10:03 UTC MAIN commitmail json YAML

Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size
  of the fp save area to all the process_read_fpregs() and
  process_write_fpregs() functions.
None of the functions have been modified to use the new parameters.
The size is set for all the writes, but some of the arch-specific reads
  just pass NULL.
The amd64 (and i386) need variable sized fp register save areas in order
  to support AVX and other enhanced register areas.
These functions are rarely called - so the extra argument won't matter.

(dsl)

2014-01-03 23:18:48 UTC MAIN commitmail json YAML

Add C2000 Platform Controller Unit(PCU).

(msaitoh)

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

Avoid implicit cast on the return value.

(joerg)

2014-01-03 22:28:51 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.2.0

(roy)

2014-01-03 22:27:31 UTC MAIN commitmail json YAML

2014-01-03 22:24:41 UTC MAIN commitmail json YAML

2014-01-03 21:34:40 UTC MAIN commitmail json YAML

Fix bug in previous (panic during process core dump).
Change the interface to ELFNAMEEND(coredump_savenote) so that the caller
  doesn't need to know the type of the elf note header.
Simplifies the calling code somewhat.

(dsl)

2014-01-03 21:21:17 UTC MAIN commitmail json YAML

Add a load script that puts text.unlikely after text so that the start
address stays where we are. This is copied from m68kelfnbsd.xbn

(christos)

2014-01-03 21:12:18 UTC MAIN commitmail json YAML

There is no need for uvm_coredump_walkmap() to explicity pass the proc_t
  pointer to the calller's function.
If the code needs the process its address can be placed in the caller's
  cookie.

(dsl)

2014-01-03 20:52:47 UTC MAIN commitmail json YAML

Instead of generating all the 'note' sections twice (and hoping that the
  'fast path' size on the first path matches the actual size on the second)
  save all the notes (mostly the cpu registers for all the LWPs) in
  malloced memory on the first pass.
Sanity check that the number of memory segments matches written matches
  the count obtained earlier. If gcore() is used they could differ.
  (Not sure that returning ENOMEM is ideal, but it is better than a crash.)

(dsl)

2014-01-03 20:26:45 UTC MAIN commitmail json YAML

Don't bother with the h (short) modifier. The predicated use of bswap16
confuses the type tracking in clang and the use here is not portable
anyway, since it assumes short == int16_t.

(joerg)

2014-01-03 20:18:45 UTC MAIN commitmail json YAML

fix sun2 build. libfreetype requires -lbz2 -lz

(christos)

2014-01-03 16:54:48 UTC MAIN commitmail json YAML

Remove the incorrect and unused Elf64_Shalf.
At one time it was used for a 32bit item - but that definition has long
  since been changed to use a reasonable 32bit type.

(dsl)

2014-01-03 16:50:54 UTC MAIN commitmail json YAML

Remove the borked definition of ELF64_Shalf from some more places.
Remove the _KERNEL parts of some clones of sys/elf_exec.h
One might ask why this file has got cloned so many times.

(dsl)

2014-01-03 16:40:58 UTC MAIN commitmail json YAML

Remove the _KERNEL part of these two clones of sys/exec_elf.h
Remove the incorrect (and completely unused everywhere) Elf64_Shalf.
Put a better include guard on arch/epoc32/stand/e32boot/include/elf.h
Should be ok because I can't find any references to KERNEL in these
  source trees.

(dsl)

2014-01-03 16:16:10 UTC MAIN commitmail json YAML

Add hifn(4) and ubsec(4) to the NOTYET section, and note that they can
be successfully built only on architectures that have PCI.

(pgoyette)

2014-01-03 16:12:49 UTC MAIN commitmail json YAML

2014-01-03 16:09:22 UTC MAIN commitmail json YAML

2014-01-03 16:07:27 UTC MAIN commitmail json YAML

If you're going to build this driver as a module, make sure that it
depends on opencrypto module.

(pgoyette)

2014-01-03 15:57:12 UTC MAIN commitmail json YAML

do as joerg requested and mark an unused function __unused

(macallan)

2014-01-03 15:49:49 UTC MAIN commitmail json YAML

Simplify error path and fix typos. From Maxime Villard and me.

(christos)

2014-01-03 15:15:02 UTC MAIN commitmail json YAML

Minor changes to the process coredump code.
- Add some extra comments.
- Add some XXX comments because the process state might not be stable,
- Add uvm_coredump_count_segs() to simplify the calling code.
- uvm code now only returns non-empty sections/segments.
- Put the 'iocookie' into the 'cookie' block passed to uvm_coredump_walkmap()
  instead of passing it through as an additional parameter.
amd64 can still generate core dumps that gdb can read.

(dsl)

2014-01-03 14:41:57 UTC MAIN commitmail json YAML

Small bit of tidyup and remove a XXX now that it's possible.

(skrll)

2014-01-03 14:40:54 UTC MAIN commitmail json YAML

Change wildcard for mvgbe configuration.  Don't attach, if clock was disabled.

(kiyohara)

2014-01-03 13:18:00 UTC MAIN commitmail json YAML

netstat expected output includes ipv6 sucket, so add netinet6

(pooka)

2014-01-03 13:14:50 UTC MAIN commitmail json YAML

2014-01-03 12:50:00 UTC MAIN commitmail json YAML

missed one inet6 check

(pooka)

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

Call callout_reset on the xfer timeoute_handle before calling
dwc2_hcd_urb_enqueue

(skrll)

2014-01-03 12:07:37 UTC MAIN commitmail json YAML

Change a KASSERT to a KASSERTMSG and add a DPRINTFN.

(skrll)

2014-01-03 10:30:47 UTC MAIN commitmail json YAML

Fix undefined reference to amiga_bus_stride_0x1000.

(rkujawa)

2014-01-03 09:53:12 UTC MAIN commitmail json YAML

Fix a race where thread1 runs VOP_REMOVE() and gets preempted in
tmpfs_reclaim() before the call to tmpfs_free_node().  Thread2
runs VFS_FHTOVP() and gets a new vnode attached to the node thread1
is about to destroy.

Change tmpfs_alloc_node() to always assign non-zero generation number
and tmpfs_inactive() to set the generation number of unlinked nodes
to zero.

(hannken)

2014-01-03 08:30:41 UTC MAIN commitmail json YAML

Port from newer gcc:
Add a "mem_noofs_operand" predicate and corresponding "w" constraint.
Use those instead of "memory_reg_operand"/"m" for some atomic instrinsic
patterns: casx (and friends) do not accept an offset from the pointer
register (they are synthetic instructions mapping to e.g. casxa [..]
ASI_P, ... and the opcode space encoding offsets in other instructions
is needed to encode the ASI here).

This fixes the build of gtk+-3.10.6 from pkgsrc on sparc64.

(martin)

2014-01-03 07:17:19 UTC MAIN commitmail json YAML

2014-01-03 07:14:21 UTC MAIN commitmail json YAML

Fix allocator routines. Instead of abusing CIRCLEQ pointers, add an explicit
type field to tag memory nodes that are or are not on the free list.

(mlelstv)

2014-01-03 06:37:13 UTC MAIN commitmail json YAML

Pull more fixes from OpenBSD/luna88k:

- Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsa
  gets(), featurewise; this means support for ^u to clear the input.
- constify

(tsutsui)

2014-01-03 06:15:10 UTC MAIN commitmail json YAML

Pull more fixes from OpenBSD/luna88k:

- accept empty controller and partition numbers, as well as empty filenames,
  and use defaults (0, 0 and "netbsd") instead of complaining the boot path
  is invalid
- move a macro where actually necessary

Also bump version to denote the user visible change.

(tsutsui)

2014-01-03 03:44:41 UTC MAIN commitmail json YAML

Disable unnecessary boot device check. From OpenBSD/luna88k.

(tsutsui)

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

2014-01-03 02:15:43 UTC MAIN commitmail json YAML

move crypto_openssl.c back into the right room.

(christos)

2014-01-03 02:10:19 UTC MAIN commitmail json YAML

2014-01-03 02:08:17 UTC MAIN commitmail json YAML

2014-01-03 02:07:31 UTC MAIN commitmail json YAML

2014-01-03 02:03:12 UTC MAIN commitmail json YAML

2014-01-03 00:33:06 UTC MAIN commitmail json YAML

Rework handling of Commodore Gayle chip. Avoid ugly struct casts, introduce
proper bus_space accesses and some abstraction layer. All drivers that utilised
Gayle also had to be refactored.

I tried not to break anything more, but this clearly needs more testing...

(rkujawa)

2014-01-03 00:02:01 UTC MAIN commitmail json YAML

Treat '~' as a meta char requiring a shell.
Patch from Steve McIntyre 93sam at debian.org

Reviewed by: christos

(sjg)

2014-01-02 23:33:50 UTC MAIN commitmail json YAML

PR/4891: Wiz: readlink moved from xopen to base at issue 5.

(christos)

2014-01-02 22:22:18 UTC MAIN commitmail json YAML

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

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

Don't pass in a format string, but flags for using %f / %g and the
desired precision. Allows format string verification to work correctly.

(joerg)

2014-01-02 21:35:50 UTC MAIN commitmail json YAML

Add format string attribute for better detection.

(joerg)

2014-01-02 21:35:19 UTC MAIN commitmail json YAML

Avoid pointer operations on the format string.

(joerg)

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

don't lose the RPC error from CLNT_CALL.

(christos)

2014-01-02 20:02:00 UTC MAIN commitmail json YAML

Misc cleanup.  Mostly from OpenBSD/luna88k.

- fix isprint() macro
- hight -> height
- remove an unused function
- adjust tabs/spaces
- constify the bitmap font
- consistently use #define<space>
- use #if 0/#endif to disable code block
- u_long -> uint32_t, u_short -> uint16_t
- some KNF

(tsutsui)

2014-01-02 19:50:03 UTC MAIN commitmail json YAML

Replace broken (by SCCS) ISO-2022-JP comments with UTF-8.

Recovered and decoded by isaki@.

(tsutsui)

2014-01-02 19:25:08 UTC MAIN commitmail json YAML

disable ctf handling for the shuttle .c -> '' rule since we don't create
an object file to work on.

(christos)

2014-01-02 19:20:35 UTC MAIN commitmail json YAML

2014-01-02 19:15:07 UTC MAIN commitmail json YAML

Add more gnu sections

(christos)

2014-01-02 19:00:39 UTC MAIN commitmail json YAML

2014-01-02 18:52:04 UTC MAIN commitmail json YAML

need atomic.h, from uwe

(pooka)

2014-01-02 18:45:24 UTC MAIN commitmail json YAML

Add bound check of a controller number in scrun().

Noticed by miod@openbsd.

(tsutsui)

2014-01-02 18:29:01 UTC MAIN commitmail json YAML

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

Use separate variables for the format strings to get working format
string checking with both GCC and Clang.

(joerg)

2014-01-02 18:04:28 UTC MAIN commitmail json YAML

Fix a few "share" flags

. Add missing "share" flag on usr/share/examples/npf files.
. Drop "share" for directories in examples/{libsaslc,npf,tmux}. This is how it
  is done for other directories in usr/share.

This fixes checkflist with MKSHARE=no.

ok christos@.

(tho)

2014-01-02 17:57:58 UTC MAIN commitmail json YAML

Do not install files in usr/share/ when MKSHARE=no

ok christos@

(tho)

2014-01-02 17:47:23 UTC MAIN commitmail json YAML

Change the SCSI select timeout from 2ms to 250ms as kernel spc(4) driver does.

Noticed by miod@openbsd.

(tsutsui)

2014-01-02 17:43:33 UTC MAIN commitmail json YAML

Change the SCSI select timeout from 2ms to 250ms as kernel spc(4) driver does.

Noticed by miod@openbsd.

(tsutsui)

2014-01-02 17:34:43 UTC matt-nb5-mips64 commitmail json YAML

allow arm*{,eb]-*-netbsdelf*

(matt)

2014-01-02 16:46:40 UTC MAIN commitmail json YAML

2014-01-02 15:54:10 UTC MAIN commitmail json YAML

Protect access of urb->hcpriv by adapting the following change from the
Raspberry PI dwc_otg driver.

https://github.com/raspberrypi/linux/commit/38753ce72d4f10d5d0f1ed27fa691a2ba8910941

dwc_otg: prevent OOPSes during device disconnects

The dwc_otg_urb_enqueue function is thread-unsafe. In particular the
access of urb->hcpriv, usb_hcd_link_urb_to_ep, dwc_otg_urb->qtd and
friends does not occur within a critical section and so if a device
was unplugged during activity there was a high chance that the
usbcore hub_thread would try to disable the endpoint with partially-
formed entries in the URB queue. This would result in BUG() or null
pointer dereferences.

Fix so that access of urb->hcpriv, enqueuing to the hardware and
adding to usbcore endpoint URB lists is contained within a single
critical section.

(skrll)

2014-01-02 13:07:42 UTC MAIN commitmail json YAML

grep -2.16 out.

(wiz)

2014-01-02 12:54:36 UTC MAIN commitmail json YAML

2014-01-02 08:47:38 UTC MAIN commitmail json YAML

sort the contributor list, and update the defines list to include lua.

(mrg)

2014-01-02 08:30:22 UTC MAIN commitmail json YAML

update for 20140102.

(mrg)

2014-01-02 08:22:59 UTC MAIN commitmail json YAML

update version, date and copyright.

(mrg)

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

2014-01-02 04:03:16 UTC MAIN commitmail json YAML

2014-01-02 03:32:35 UTC MAIN commitmail json YAML

Remove initialization of unused t_softc in struct tty (to make pullup easier).

(tsutsui)

2014-01-01 22:35:54 UTC MAIN commitmail json YAML

Define kernel_pmap_store as a pmap followed by ALPHA_MAXPROCS pmap_asn_info.
kernel_pmap_ptr now points to the pmap in kernel_pmap_store.

(matt)

2014-01-01 22:07:54 UTC MAIN commitmail json YAML

remove commented out -fno-reorder-functions

(christos)

2014-01-01 22:06:13 UTC MAIN commitmail json YAML

Use a custom ldscript so that we can keep boot_start at 0.

(christos)

2014-01-01 22:05:49 UTC MAIN commitmail json YAML

Provide a boot ldscript that puts the text.unlikely section after the text
section so that boot_start gets placed first. We also set the entry and the
start address, although we still override them from the command line.
This is a copy of elf_i386.xbn

(christos)

2014-01-01 19:52:58 UTC MAIN commitmail json YAML

2014-01-01 19:50:44 UTC MAIN commitmail json YAML

whitespace fixes

(christos)

2014-01-01 19:06:45 UTC MAIN commitmail json YAML

There was a case where \n did not increase plinno

(christos)

2014-01-01 18:57:16 UTC MAIN commitmail json YAML

Change the type of the 'cookie' that holds the state of the core dump file
from 'void *' to the actual type 'struct coredump_iostate *'.
In most of the code the contents of the structure are still unknown.
This just stops the wrong type of pointer being passed to the 'void *'
parameter.
I hope I've found everything, amd64 GENERIC and i386 GENERIC & ALL compile.

(dsl)

2014-01-01 18:29:39 UTC MAIN commitmail json YAML

clarify further.

(christos)

2014-01-01 16:55:28 UTC MAIN commitmail json YAML

explain the previous fix.

(christos)

2014-01-01 16:27:11 UTC MAIN commitmail json YAML

2014-01-01 16:09:04 UTC MAIN commitmail json YAML

Fix PMAP_SIZEOF() to deal with that the pmap has 0 pmap_asn_info now.
Addresses PR/48488.

(matt)

2014-01-01 16:06:35 UTC MAIN commitmail json YAML

Add new modules for opencrypto

(pgoyette)

2014-01-01 16:06:01 UTC MAIN commitmail json YAML

2014-01-01 15:22:33 UTC MAIN commitmail json YAML

Add new crypto algorithm modules to sets list

(pgoyette)

2014-01-01 15:18:57 UTC MAIN commitmail json YAML

2014-01-01 08:41:52 UTC MAIN commitmail json YAML

Enable file-system CD9660 to make cd(4) actually usable.

(tsutsui)

2014-01-01 08:33:31 UTC MAIN commitmail json YAML

2014-01-01 08:33:00 UTC MAIN commitmail json YAML

Change description from ASPEED2000 to ASPEED Graphics Family because
the IP is used on AST1000,2050 and 2100, too.

(msaitoh)

2014-01-01 05:23:40 UTC MAIN commitmail json YAML

indent fix in a comment.

(isaki)

2014-01-01 05:22:22 UTC MAIN commitmail json YAML

Fix a sign when a source or destination is either (plus/minus)zero
or (plus/minus)infinity.  Found by XM6i.

(isaki)

2014-01-01 00:33:34 UTC MAIN commitmail json YAML

Welcome to 2014!

(jnemeth)

2013-12-31 22:53:57 UTC MAIN commitmail json YAML

allow case statement without any patterns.

(christos)

2013-12-31 21:37:01 UTC MAIN commitmail json YAML

Remove duplicate/old declaration of 'host' now that we allocate it on stack.

(pgoyette)

2013-12-31 20:56:29 UTC MAIN commitmail json YAML

pointless to call alloca for a 1K path string... Just allocate it on the stack!

(christos)

2013-12-31 20:27:57 UTC MAIN commitmail json YAML

2013-12-31 20:26:18 UTC MAIN commitmail json YAML

2013-12-31 20:24:44 UTC MAIN commitmail json YAML

2013-12-31 20:23:12 UTC MAIN commitmail json YAML

2013-12-31 18:46:09 UTC MAIN commitmail json YAML

redo the ctf stuff to handle the USETOOLS=never case correctly and explain
how.

(christos)

2013-12-31 17:35:45 UTC MAIN commitmail json YAML

2013-12-31 17:33:31 UTC MAIN commitmail json YAML

2013-12-31 17:33:11 UTC MAIN commitmail json YAML

2013-12-31 17:08:23 UTC MAIN commitmail json YAML

2013-12-31 17:08:14 UTC MAIN commitmail json YAML

2013-12-31 14:51:46 UTC MAIN commitmail json YAML

Remove unused variable.

OK rkujawa

(skrll)

2013-12-31 14:24:09 UTC MAIN commitmail json YAML

Use softint(9) properly to process TX/RX data between tty(4) layer.

It could cause possible locking issue to call tty(4) layer functions
from IPL_SERIAL interrupt handlers.

Changes details (mostly similar to com(4) and z8530tty(4)):
- allocate RX buffer and put data and status into it in the interrupt handler
- call t_linesw->l_rint from the software interrupt handler
- set the only first byte in siottystart() and use t_outq buffer to send
  multiple TX data
- call the next t_linesw->l_start on TX complete in the software interrupt
  handler

Also put more changes:
- handle cnmagic(9) properly (now entering ddb(4) by console BREAK works)
- allocate tty in the attach function as other drivers rather than first open
- use proper variable types

(tsutsui)

2013-12-31 12:58:02 UTC MAIN commitmail json YAML

Use output buffer size to limit copy-out of sun_path. Otherwise you may
get a buffer overflow with strlcpy :)

(mlelstv)

2013-12-31 09:10:44 UTC MAIN commitmail json YAML

KASSERT that the transfer callout is not pending.

Removes a XXX

(skrll)

2013-12-31 01:55:05 UTC MAIN commitmail json YAML

Clear up documentation for crypto_unregister() vs crypto_unregister_all()
since there is no definition of CRYPTO_ALGORITHM_ALL!

XXX The description of the arguments for crypto_register() needs further
updates, too, but that will be left for another day.

(pgoyette)

2013-12-31 00:25:17 UTC MAIN commitmail json YAML

Do not export symbols which don't need to be exported.

via Justin Cormack

(pooka)

2013-12-31 00:23:56 UTC MAIN commitmail json YAML

Use signal.h instead of sys/signal.h.  The latter is not standard
and does not exist at least on systems with musl libc.

from Justin Cormack

(pooka)

2013-12-30 22:32:45 UTC MAIN commitmail json YAML

Now that our yacc supports providing yytname[] and does the name protection
automatically (as it should, unlike bison), elide the name protection hacks.

(christos)

2013-12-30 21:45:51 UTC MAIN commitmail json YAML

Zero out on-stack 'marks' array before first use.
This is needed so the MARK_DATA index is properly filled in.

(jakllsch)

2013-12-30 19:08:55 UTC MAIN commitmail json YAML

2013-12-30 19:06:45 UTC MAIN commitmail json YAML

- regen using byacc.
Now that we can generate the parser files we yacc, we could create a tool
keyword-gen so that we can generate all the files on the fly. It is not worth
it though.

(christos)

2013-12-30 17:48:13 UTC MAIN commitmail json YAML

2013-12-30 17:45:40 UTC MAIN commitmail json YAML

2013-12-30 17:42:20 UTC MAIN commitmail json YAML

2013-12-30 17:41:57 UTC MAIN commitmail json YAML

prevent coredumps from syntax errors in the config file causing negative
include indexes

(christos)

2013-12-30 14:17:54 UTC MAIN commitmail json YAML

Add ccd, cgd, dk_subr and zlib.

(kiyohara)

2013-12-30 13:14:48 UTC MAIN commitmail json YAML

Pull a fix of Bt458 (8bpp framebuffer) initialization from OpenBSD/luna88k.

http://marc.info/?l=openbsd-cvs&m=138838884202196
>> Correct initialization of Bt458, used in LUNA's 8bpp frame buffer.
>>
>> According to the manual, the address register does not automatically
>> increment when we access to the control registers.  Also we disable
>> overlay planes, because we do not use them.

(tsutsui)

2013-12-30 08:47:50 UTC MAIN commitmail json YAML

2013-12-30 08:43:28 UTC MAIN commitmail json YAML

Avoid buffer overruns (no practical difference for any sane firmware
properties, but better be safe).

(martin)

2013-12-30 08:43:22 UTC MAIN commitmail json YAML

Add crossreference to fd(4) as noted a while back in PR 45694. Bump date.

(dholland)

2013-12-30 08:42:00 UTC MAIN commitmail json YAML

Add cross reference to mount_fdesc(8), as noted a while back in PR 45694.
Also add a note that the floppy driver is documented in fdc(4). Bump date.

(dholland)

2013-12-30 07:08:47 UTC MAIN commitmail json YAML

2013-12-30 07:08:24 UTC MAIN commitmail json YAML

Add ASPEED AST2000.

(msaitoh)

2013-12-30 04:52:21 UTC riastradh-drm2 commitmail json YAML

Don't put work flush items on the stack; worker kmem_frees them.

(riastradh)

2013-12-30 04:52:11 UTC riastradh-drm2 commitmail json YAML

Rewrite idr to use a dumber algorithm that admits pserialized use.

drm2 doesn't use them with RCU, but it does use them under spin locks,
so an rwlock is not kosher.

This algorithm is super-dumb, but the idr API has changed upstream,
and this is not performance-critical, so it's not worth investing
time in a better algorithm at the moment.

(riastradh)

2013-12-30 04:52:02 UTC riastradh-drm2 commitmail json YAML

flush_workqueue should work now, so don't work around it i915 unload.

(riastradh)