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

2024-05-10 10:04:11 UTC Now

2011-09-30 15:47:20 UTC MAIN commitmail json YAML

There's no stand alone vpanic.9 man page.

(njoly)

2011-09-30 14:50:20 UTC MAIN commitmail json YAML

2011-09-30 10:23:03 UTC MAIN commitmail json YAML

avoid sys/systm.h in userland ppath.h.
include types.h/stdarg.h in all systm.h configs.

my amd64 build without man pages now worked at least.

(mrg)

2011-09-30 05:29:12 UTC MAIN commitmail json YAML

re-arrange the end of uvm_page_recolor() to avoid the multiple exit
points.  move the call to uvm_pager_realloc_emerg() to after we
drop the uvm_fpageqlock, since it may be taken again in uvm_km_alloc().

fixes LOCKDEBUG crashes with the previous change.

(mrg)

2011-09-30 05:07:39 UTC MAIN commitmail json YAML

Elaborate a little

(sjg)

2011-09-30 04:21:17 UTC MAIN commitmail json YAML

Note the order of the dummy boolean states.

(jruoho)

2011-09-30 04:10:55 UTC MAIN commitmail json YAML

Remove redundant assignment.

(jruoho)

2011-09-30 04:06:09 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that the symbol table fits again.

(he)

2011-09-30 04:05:07 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that the symbol table fits again.

(he)

2011-09-30 04:01:21 UTC MAIN commitmail json YAML

Fix bugs noted by alnsn@. Namely, preallocate the global structure in
order to avoid locking issues during deregistration.

(jruoho)

2011-09-30 03:05:43 UTC MAIN commitmail json YAML

match EXIT() with LEAF_ENTRY() so that sizes are actually constants.
fixes binutils 2.21 build issues reported by he and chuq.

(mrg)

2011-09-30 01:32:21 UTC MAIN commitmail json YAML

2011-09-30 01:23:00 UTC MAIN commitmail json YAML

put -mfixloongson2f-btb back in the command line options list

(macallan)

2011-09-29 23:38:04 UTC MAIN commitmail json YAML

Make sure .PHONY targets get .TARGET set.
This wasn't happening when a dependency of .END.
Set .PREFIX too and add a unit-test.

PR: 43534

(sjg)

2011-09-29 23:35:48 UTC MAIN commitmail json YAML

2011-09-29 22:55:45 UTC MAIN commitmail json YAML

2011-09-29 22:53:13 UTC MAIN commitmail json YAML

2011-09-29 22:46:00 UTC MAIN commitmail json YAML

2011-09-29 22:45:21 UTC MAIN commitmail json YAML

2011-09-29 20:59:28 UTC MAIN commitmail json YAML

2011-09-29 20:55:49 UTC MAIN commitmail json YAML

2011-09-29 20:53:30 UTC MAIN commitmail json YAML

Include <sys/systm.h> for panic()

(christos)

2011-09-29 20:52:39 UTC MAIN commitmail json YAML

2011-09-29 20:52:12 UTC MAIN commitmail json YAML

- add missing attributes to varyadic print functions
- add vpanic()

(christos)

2011-09-29 20:51:39 UTC MAIN commitmail json YAML

rename vpanic() to vnpanic() and make it varyadic. While there, fix the
broken formats, always call panic() from vnpanic() and make all the calls
use vnpanic(). We only call vprint() on DIAGNOSTIC now.

(christos)

2011-09-29 20:50:09 UTC MAIN commitmail json YAML

Don't include <sys/systm.h> because it brings in too much stuff that
conflicts with standalone code. Instead modify kern_assert() to be like
panic() and call that.

(christos)

2011-09-29 17:40:19 UTC MAIN commitmail json YAML

2011-09-29 12:51:28 UTC MAIN commitmail json YAML

Use symbolic constants for SUNs version of ADP2_ASR2200S.

(is)

2011-09-29 10:59:26 UTC MAIN commitmail json YAML

Fix the setting of "xcbincludedir" in .pc files (where the xcb XML
files live) so that anything that needs to find them can. Fixes build
of pkgsrc libxcb, not that that in particular is terribly important.

(dholland)

2011-09-29 09:44:09 UTC MAIN commitmail json YAML

Fix generation of site.def to substitute @FONTROOTDIR@ and @ENCODINGSDIR@
instead of emitting them unchanged into the imake templates. Should fix
build of x3270.

(dholland)

2011-09-29 09:18:17 UTC MAIN commitmail json YAML

Drop the "static" from the HEXDIGITS declaration, now that there's an
extern definition in sys/systm.h, to allow this to continue to build.

(he)

2011-09-28 23:11:12 UTC MAIN commitmail json YAML

add back the raw test and fix typo in the libraries.

(christos)

2011-09-28 22:52:16 UTC MAIN commitmail json YAML

Reallocate emergency pager va when ncolors is increased. (modication of
patch from mrg).

(matt)

2011-09-28 22:19:52 UTC MAIN commitmail json YAML

revert part of previous that was wrong.

(christos)

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

2011-09-28 17:27:21 UTC MAIN commitmail json YAML

syscall (setcontext) can alter eax, so don't attempt to get code again from it
in order to avoid register spills.

(christos)

2011-09-28 16:28:27 UTC MAIN commitmail json YAML

don't limit sockets to sizeof(sizeof sockaddr_storage). We can create valid
sockaddr_un sockets that exceed that. Arguably either
sizeof(struct sockaddr_storage) should be amended, or we should disallow
unix domain sockaddrs that exceed that size.

(christos)

2011-09-28 16:14:04 UTC MAIN commitmail json YAML

2011-09-28 16:13:03 UTC MAIN commitmail json YAML

Add a unix socket pathname size limit test.

(christos)

2011-09-28 15:52:48 UTC MAIN commitmail json YAML

2011-09-28 15:38:22 UTC MAIN commitmail json YAML

Call cpufreq_suspend(9) and cpufreq_resume(9) during suspend/resume.

(jruoho)

2011-09-28 15:11:42 UTC MAIN commitmail json YAML

Instead of using a PICGOT relocation for map, use just a pc-relative one
since it is guaranteed to be close enough. Fixes issue with binutils-2.21.1a
(probably a bug).

(christos)

2011-09-28 14:26:27 UTC MAIN commitmail json YAML

Install <sys/cpufreq.h>.

(jruoho)

2011-09-28 14:19:13 UTC MAIN commitmail json YAML

2011-09-28 14:08:04 UTC MAIN commitmail json YAML

include <wchar.h> if we don't have wcsdup()

(christos)

2011-09-28 13:50:52 UTC MAIN commitmail json YAML

comment out weak magic, from file HEAD.

(christos)

2011-09-28 13:50:09 UTC MAIN commitmail json YAML

fix cdf mime output on cdf files (from file HEAD)

(christos)

2011-09-28 11:50:42 UTC MAIN commitmail json YAML

Add missing comma.

(wiz)

2011-09-28 11:42:01 UTC MAIN commitmail json YAML

Bump date and add one missing note.

(jruoho)

2011-09-28 10:55:49 UTC MAIN commitmail json YAML

Add a simple cpufreq(9).

This is slightly improved version presented on tech-kern@ with proper
locking and few additional functions, mainly required for ioctl(9)/cpuctl(8).

(jruoho)

2011-09-28 10:29:42 UTC MAIN commitmail json YAML

print the serial number as an unsigned number.

(mrg)

2011-09-28 02:36:37 UTC MAIN commitmail json YAML

support a hardware cursor - now X with wsfb on gdium is a little less annoying

(macallan)

2011-09-28 02:33:20 UTC MAIN commitmail json YAML

add a couple more registers

(macallan)

2011-09-28 01:46:39 UTC MAIN commitmail json YAML

2011-09-28 01:45:49 UTC MAIN commitmail json YAML

Cosmetic: join some if-statements, remove superfluous parentheses.  No
change in the generated assembly.

(dyoung)

2011-09-28 01:38:19 UTC MAIN commitmail json YAML

After bouncing in bus_dmamap_load{,_mbuf,_uio}, call bus_dmamap_load(9)
instead of _bus_dmamap_load() so that a bus_dmamap_load(9) override has
a shot at loading the map.

XXX Perhaps bounce buffers should be rewritten in terms of bus_dma(9)
XXX overrides.

(dyoung)

2011-09-28 01:35:58 UTC MAIN commitmail json YAML

In bus_dma_tag_create(9), copy important properties (e.g., bounce
parameters) from the parent tag.

In bus_dma_tag_create(), increase the reference count on a parent
bus_dma_tag_t (if applicable), and decrease the reference count in
bus_dma_tag_destroy().

Don't let bus_dmatag_destroy(9) destroy an overridden bus_dma_tag_t.

(dyoung)

2011-09-28 01:33:26 UTC MAIN commitmail json YAML

Add an untested implementation of bus_dmamap_load_raw(9).

(dyoung)

2011-09-27 23:44:18 UTC MAIN commitmail json YAML

Instead of declaring _bus_dmamap_load_busaddr() static inline, make
it static and let the compiler decide about inlining.  This reduces
the code size on both amd64 and i386, and the smaller code is probably
faster code.

(dyoung)

2011-09-27 23:33:35 UTC MAIN commitmail json YAML

In _bus_dmamap_load_busaddr(), change sgsize from an int to a bus_size_t.

(dyoung)

2011-09-27 23:25:55 UTC MAIN commitmail json YAML

Make the 'size' argument of _bus_dmamap_load_busaddr() a bus_size_t for
consistency's sake.

(dyoung)

2011-09-27 23:04:18 UTC MAIN commitmail json YAML

Welcome to .56; NAME_MAX bump.

(christos)

2011-09-27 15:05:57 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/i386/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/i386/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/i386/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/i386/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/i386/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/i386/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/i386/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/i386/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/i386/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/i386/init.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/i386/observer.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/i386/version.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/i386/xml-builtin.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/i386/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libopcodes/arch/i386/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libopcodes/arch/i386/defs.mk@1.1 / diff / nxr@1.1
      :
(more 2 files)
mknative for i386

(christos)

2011-09-27 15:04:19 UTC MAIN commitmail json YAML

disable kernel trap frame crawling on i386 until it is fixed.

(christos)

2011-09-27 14:24:52 UTC MAIN commitmail json YAML

Underscores are sometimes overrated.

(mbalmer)

2011-09-27 13:53:27 UTC MAIN commitmail json YAML

fix confusion between MAXPATHLEN and MAXNAMLEN

(christos)

2011-09-27 11:24:21 UTC MAIN commitmail json YAML

2011-09-27 11:12:49 UTC MAIN commitmail json YAML

Indicate type of return variable for prop_dictionary_sendrecv_ioctl.

(jym)

2011-09-27 02:10:55 UTC MAIN commitmail json YAML

include <sys/dirent.h> to make MAXNAMLEN visible.

(christos)

2011-09-27 02:10:32 UTC MAIN commitmail json YAML

include the proper headers to make {LFS,EXT2FS}_MAXNAMLEN visible

(christos)

2011-09-27 02:05:10 UTC MAIN commitmail json YAML

rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency

(christos)

2011-09-27 01:51:42 UTC MAIN commitmail json YAML

2011-09-27 01:48:58 UTC MAIN commitmail json YAML

don't get affected by the NAME_MAX bump. Use the same constant as the
rest of the extrattr code.

(christos)

2011-09-27 01:45:04 UTC MAIN commitmail json YAML

use RUMPFS_MAXNAMLEN consistently.

(christos)

2011-09-27 01:43:39 UTC MAIN commitmail json YAML

2011-09-27 01:42:46 UTC MAIN commitmail json YAML

use KERNEL_NAME_MAX to enforce the same limit to names as before, and
make sure that MAXNAMLEN == NAME_MAX

(christos)

2011-09-27 01:40:32 UTC MAIN commitmail json YAML

Introduce KERNEL_NAME_MAX = 255, and bump NAME_MAX to 511. This makes
NAME_MAX match MAXNAMLEN, while at the same time does not allow names
to exceed KERNEL_NAME_MAX (enforced in vfs_lookup) so that binaries
don't break.

(christos)

2011-09-27 01:34:41 UTC MAIN commitmail json YAML

2011-09-27 01:33:30 UTC MAIN commitmail json YAML

return UDF_MAXNAMLEN instead of NAME_MAX

(christos)

2011-09-27 01:32:21 UTC MAIN commitmail json YAML

return TMPFS_MAXNAMLEN instead of NAME_MAX

(christos)

2011-09-27 01:30:54 UTC MAIN commitmail json YAML

use FFS_MAXNAMLEN instead of NAME_MAX, making sure that it matches with
EXT2FS_MAXNAMLEN and LFS_MAXNAMLEN.

(christos)

2011-09-27 01:27:44 UTC MAIN commitmail json YAML

2011-09-27 01:25:33 UTC MAIN commitmail json YAML

2011-09-27 01:23:59 UTC MAIN commitmail json YAML

2011-09-27 01:23:05 UTC MAIN commitmail json YAML

2011-09-27 01:22:12 UTC MAIN commitmail json YAML

2011-09-27 01:16:35 UTC MAIN commitmail json YAML

remove unused constant

(christos)

2011-09-27 01:14:47 UTC MAIN commitmail json YAML

use NAME_MAX instead of MAXNAMLEN

(christos)

2011-09-27 01:13:16 UTC MAIN commitmail json YAML

- rename UDF_MAX_NAMELEN -> UDF_MAXNAMLEN
- use NAME_MAX instead of MAXNAMLEN

(christos)

2011-09-27 01:10:44 UTC MAIN commitmail json YAML

2011-09-27 01:08:55 UTC MAIN commitmail json YAML

use NAME_MAX instead of MAXNAMLEN

(christos)

2011-09-27 01:07:38 UTC MAIN commitmail json YAML

2011-09-27 01:05:09 UTC MAIN commitmail json YAML

use NFS_MAXPATHLEN instead of MAXPATHLEN

(christos)

2011-09-27 01:02:39 UTC MAIN commitmail json YAML

Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
is to provide routines that do as KASSERT(9) says: append a message
to the panic format string when the assertion triggers, with optional
arguments.

Fix call sites to reflect the new definition.

Discussed on tech-kern@. See
http://mail-index.netbsd.org/tech-kern/2011/09/07/msg011427.html

(jym)

2011-09-27 01:01:44 UTC MAIN commitmail json YAML

2011-09-27 00:56:14 UTC MAIN commitmail json YAML

use the filesystem specific namemax not a hard-coded MAXNAMLEN

(christos)

2011-09-27 00:54:47 UTC MAIN commitmail json YAML

use CODA_MAXNAMLEN instead of bogus MAXNAMLEN

(christos)

2011-09-27 00:52:56 UTC MAIN commitmail json YAML

return the namemax from the bsd statvfs which is filesystem dependent, not
a random value.

(christos)

2011-09-27 00:36:51 UTC MAIN commitmail json YAML

2011-09-27 00:35:38 UTC MAIN commitmail json YAML

move the size marker back to where it was, but fix the name.

(christos)

2011-09-26 22:43:07 UTC MAIN commitmail json YAML

compute the entry size correctly.

(christos)

2011-09-26 21:44:09 UTC MAIN commitmail json YAML

Fix a fallout with my xensuspend merge: talk_to_backend() returns a
boolean, so checking for "true" with "== 0" is... wrong.

Now xennet(4) should work as expected, and not stay in the InitWait state
(which blocks network communication with the backend).

Thanks to riz@ and sborrill@ for reporting breakage with -current
xennet(4) after my merge.

(jym)

2011-09-26 21:16:14 UTC MAIN commitmail json YAML

remove pre-gcc-4.5 mknative remnants that have long ceased to function.

(christos)

2011-09-26 20:38:54 UTC MAIN commitmail json YAML

Provide regset functions and gut parts that the new debugging thread library
does not provide yet, so that we can link. As expected this does not work
yet.

(christos)

2011-09-26 19:02:39 UTC MAIN commitmail json YAML

Update description for V4.

(sjg)

2011-09-26 18:55:57 UTC MAIN commitmail json YAML

Resurrect old thread debugging code. Not hooked in, compiles.

(christos)

2011-09-26 18:14:07 UTC MAIN commitmail json YAML

options PMS_DISABLE_POWERHOOK is obsolete.

(jakllsch)

2011-09-26 18:08:09 UTC MAIN commitmail json YAML

2011-09-26 18:07:38 UTC MAIN commitmail json YAML

Define and use symbolic bits in registers.

(jakllsch)

2011-09-26 18:04:37 UTC MAIN commitmail json YAML

Also wrap variables used only in !__NetBSD__ block.

(tsutsui)

2011-09-26 15:19:45 UTC MAIN commitmail json YAML

Regenerate these compiled files properly in our own
xsrc/external/mit/xkeyboard-config/dist/ directory, i.e.
- pull changes from xkeyboard-config 2.0 to 2.3
- put back entries for sharp machines (zaurus and hpcarm wzero3s)
  removed in rev 1.4 (xkeyboard-config 2.0 merge)

XXX1: can't we generate these files during build?
XXX2: hpcarm W-ZERO3 keyboard on X still has some troubles...

(tsutsui)

2011-09-26 14:47:53 UTC MAIN commitmail json YAML

Restore #ifndef __NetBSD__ portions (disabling OpenBSD specific TPANEL stuff?)
which were accidentally removed in rev 1.4:
> merge xf86-input-ws 1.3.0 from openbsd-current.

Pointed out by nonaka@, and this fixes WSMOUSEIO_SCALIBCOORDS ioctl errors
and coredumps after the driver is loaded on hpcarm W-ZERO3.

(tsutsui)

2011-09-26 14:38:59 UTC MAIN commitmail json YAML

Use #ifndef __NetBSD__ instead of #if 0 which were added in rev 1.5:
> port to netbsd wscons

(tsutsui)

2011-09-26 14:31:26 UTC MAIN commitmail json YAML

2011-09-26 09:56:55 UTC netbsd-5 commitmail json YAML

Patch to fix build on Xen 2 (fallout from pullup #1672)

(sborrill)

2011-09-26 09:33:46 UTC MAIN commitmail json YAML

2011-09-26 09:27:00 UTC MAIN commitmail json YAML

2011-09-26 06:51:58 UTC MAIN commitmail json YAML

Fix wrong err(3) message (no such thing as IOC_CPU_GETINFO).

(jruoho)

2011-09-26 03:02:46 UTC MAIN commitmail json YAML

Build glue for x86_64. This is working gdb for amd64 minus kernel stacktrace
support. It is disabled for now because it breaks user program traces.

(christos)

2011-09-26 02:36:20 UTC MAIN commitmail json YAML

2011-09-26 02:35:33 UTC MAIN commitmail json YAML

Disable our custom stack unwinder for now. It is completely broken now because
gdb asserts when a frame returns 0. In previous versions of gdb, it just
printed 0, and stopped scanning. Our unwinder produces the same results in
both versions of gdb, i.e. it is broken and worse than the current gdb
default. We will need to revisit this for kernel debugging.

(christos)

2011-09-26 01:52:22 UTC MAIN commitmail json YAML

match END() with a relevant ENTRY*().  gas 2.21 complains about the
non-constant-ness of the symbol otherwise.

(mrg)

2011-09-26 00:07:26 UTC MAIN commitmail json YAML

fix the spelling of libgomp_g.a.

(mrg)

2011-09-25 22:26:33 UTC MAIN commitmail json YAML

Allow analyze to work by including bsd.clang-analyze.mk for kernels

(joerg)

2011-09-25 21:47:22 UTC MAIN commitmail json YAML

mention kern.tty.qsize requested by Matthew Mondor.

(christos)

2011-09-25 20:31:18 UTC MAIN commitmail json YAML

Do as Joerg said and kill the __STDC__ blocks. They only make sense for
things used by assembler, which won't be the case for these macros.

(jym)

2011-09-25 20:26:04 UTC MAIN commitmail json YAML

2011-09-25 20:25:08 UTC MAIN commitmail json YAML

- fix missing argument
- expose struct lwp by #define _KMEMUSER

(christos)

2011-09-25 20:23:51 UTC MAIN commitmail json YAML

2011-09-25 19:40:36 UTC MAIN commitmail json YAML

2011-09-25 19:09:31 UTC MAIN commitmail json YAML

2011-09-25 18:39:31 UTC MAIN commitmail json YAML

Fix a small typo in comment: pmaps_lock is the lock that keeps all
pmaps in sync for kernel mappings (including when they are obtained from
pool caches).

(jym)

2011-09-25 18:18:45 UTC MAIN commitmail json YAML

2011-09-25 16:30:27 UTC MAIN commitmail json YAML

2011-09-25 13:42:31 UTC MAIN commitmail json YAML

don't mix static and non-static MALLOC_DEFINE()s in the same file,
it fails to compile with gcc 4.5 on alpha.

(chs)

2011-09-25 13:40:37 UTC MAIN commitmail json YAML

in fd_allocfile(), free the fd if we fail to allocate a file.

(chs)

2011-09-25 13:40:07 UTC MAIN commitmail json YAML

linux_termio c_cc array should be indexed by LINUX_OLD_V* rather than LINUX_V*.
fixes array overrun on alpha noticed by gcc 4.5.

(chs)

2011-09-25 13:37:20 UTC MAIN commitmail json YAML

avoid array overrun, noticed by gcc 4.5.

(chs)

2011-09-25 13:36:53 UTC MAIN commitmail json YAML

2011-09-25 13:34:54 UTC MAIN commitmail json YAML

gcc 4.5 generates an extra plabel in ld.elf_so,
so expand the array of preallocated ones.

(chs)

2011-09-25 13:34:17 UTC MAIN commitmail json YAML

m68k needs fpgnulib.c just like m68000 does.

(chs)

2011-09-25 13:33:43 UTC MAIN commitmail json YAML

define PREFERRED_STACK_BOUNDARY to be the same as STACK_BOUNDARY,
gcc 4.5 wants them both.

(chs)

2011-09-25 13:33:12 UTC MAIN commitmail json YAML

libgcc is big enough to need the equivalent of -fPIC here now.

(chs)

2011-09-25 13:32:18 UTC MAIN commitmail json YAML

don't try to define LINK_EH_SPEC if it's already set,
netbsd.h already set it to what we want.

(chs)

2011-09-25 12:56:46 UTC MAIN commitmail json YAML

fix the libgomp compat entries.

(mrg)

2011-09-25 11:54:28 UTC MAIN commitmail json YAML

make this build without INET6.
also, fix the rfc6056algo passed to sysctl_rfc6056_helper
(it was backwards for inet4/inet6.)

(mrg)

2011-09-25 11:20:41 UTC MAIN commitmail json YAML

If the number of entries in CLEANFILES is too large, then the
commands in bsd.clean.mk encounter errors like "exec(/bin/sh)
failed (Argument list too long)".  Avoid that by splitting the
files to clean into several lists using different variable names.

This should fix PR 45397, at least until the number of files
grows much larger.

(apb)

2011-09-25 11:10:46 UTC MAIN commitmail json YAML

2011-09-25 11:07:32 UTC MAIN commitmail json YAML

make this build again.

gimpy, please check the #if 0'd code that may or may not be useful? :)

(mrg)

2011-09-25 10:55:07 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/m68000/bfd.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/m68000/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/binutils/lib/libbfd/arch/m68000/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/m68000/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/m68k/bfd.h@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/lib/libbfd/arch/m68k/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/binutils/lib/libbfd/arch/m68k/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/m68k/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/m68000/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/m68000/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/m68k/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/m68k/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libopcodes/arch/m68000/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libopcodes/arch/m68k/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/common/arch/m68000/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/common/arch/m68000/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/usr.bin/common/arch/m68k/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/common/arch/m68k/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/binutils/usr.bin/gas/arch/m68000/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/gas/arch/m68000/defs.mk@1.2 / diff / nxr@1.2
      :
(more 10 files)
mknative files for m68* / binutils 2.21.1a

(mrg)

2011-09-25 10:27:01 UTC MAIN commitmail json YAML

2011-09-25 10:15:33 UTC MAIN commitmail json YAML

2011-09-25 10:09:31 UTC MAIN commitmail json YAML

2011-09-25 10:02:45 UTC MAIN commitmail json YAML

2011-09-25 09:53:00 UTC MAIN commitmail json YAML

2011-09-25 09:44:54 UTC MAIN commitmail json YAML

add OPTION_FIX_LOONGSON2F_BTB and OPTION_NO_FIX_LOONGSON2F_BTB
options back to the enum.

(mrg)

2011-09-25 09:42:49 UTC MAIN commitmail json YAML

2011-09-25 09:37:29 UTC MAIN commitmail json YAML

2011-09-25 09:29:27 UTC MAIN commitmail json YAML

2011-09-25 09:25:34 UTC MAIN commitmail json YAML

2011-09-25 08:01:41 UTC MAIN commitmail json YAML

2011-09-25 07:53:28 UTC MAIN commitmail json YAML

2011-09-25 07:00:46 UTC MAIN commitmail json YAML

add new files for binutils 2.21.

(mrg)

2011-09-25 06:48:54 UTC MAIN commitmail json YAML

2011-09-25 04:32:47 UTC MAIN commitmail json YAML

2011-09-25 04:31:45 UTC MAIN commitmail json YAML

2011-09-25 04:11:48 UTC MAIN commitmail json YAML

2011-09-25 04:00:58 UTC MAIN commitmail json YAML

adjust for new gas Makefile

(christos)

2011-09-24 22:53:50 UTC MAIN commitmail json YAML

Don't dump core on an existing core file we don't own. From OpenBSD, suggested
by Greg Woods.

(christos)

2011-09-24 22:51:03 UTC MAIN commitmail json YAML

2011-09-24 21:24:52 UTC MAIN commitmail json YAML

2011-09-24 21:11:23 UTC MAIN commitmail json YAML

2011-09-24 20:52:37 UTC MAIN commitmail json YAML

Add the rcs keyword chomper.

(christos)

2011-09-24 20:51:05 UTC MAIN commitmail json YAML

2011-09-24 20:47:49 UTC MAIN commitmail json YAML

2011-09-24 20:20:01 UTC MAIN commitmail json YAML

import 7.3.1

Status:

Vendor Tag: FSF
Release Tags: gdb-7-3-1

(christos)

2011-09-24 20:19:40 UTC MAIN commitmail json YAML

Bump the queue size to 32K

(christos)

2011-09-24 19:41:40 UTC MAIN commitmail json YAML

Try to obtain reliable MHz values for AMD familiesi 10h and 11h.

(jruoho)

2011-09-24 18:57:47 UTC MAIN commitmail json YAML

Work around PR#43839, by calling resizeterm() on SIGWINCH.

(jdc)

2011-09-24 18:49:13 UTC MAIN commitmail json YAML

2011-09-24 18:47:59 UTC MAIN commitmail json YAML

New sentence, new line. Do not Xr yourself. Add serial commas.
Remove superfluous Pp.

(wiz)

2011-09-24 18:39:14 UTC MAIN commitmail json YAML

Mention recent work.

(christos)

2011-09-24 18:36:04 UTC MAIN commitmail json YAML

2011-09-24 18:34:19 UTC MAIN commitmail json YAML

2011-09-24 18:32:23 UTC MAIN commitmail json YAML

disable debugging

(christos)

2011-09-24 18:27:10 UTC MAIN commitmail json YAML

Document rfc6056 (and other missing) sockopts.

(christos)

2011-09-24 18:08:15 UTC MAIN commitmail json YAML

For files opened O_RDWR, output an R record as well as W
so that clients that only care about files read can ignore W.
Bump version.

(sjg)

2011-09-24 17:55:31 UTC MAIN commitmail json YAML

2011-09-24 17:54:19 UTC MAIN commitmail json YAML

2011-09-24 17:22:14 UTC MAIN commitmail json YAML

2011-09-24 17:18:18 UTC MAIN commitmail json YAML

2011-09-24 17:09:29 UTC MAIN commitmail json YAML

add new rfc6056 man page

(christos)

2011-09-24 17:08:16 UTC MAIN commitmail json YAML

update for rfc6056 from vlad.

(christos)

2011-09-24 17:04:38 UTC MAIN commitmail json YAML

2011-09-24 15:55:22 UTC MAIN commitmail json YAML

2011-09-24 15:53:01 UTC MAIN commitmail json YAML

Add a pty test, written by Matthew Mondor

(christos)

2011-09-24 14:44:11 UTC MAIN commitmail json YAML

csh has no business using TTYHOG

(christos)

2011-09-24 13:45:43 UTC MAIN commitmail json YAML

Updates to the find(1) man page, based on PR 45381 from Greg Woods,
with additional changes by myself.

(apb)

2011-09-24 12:02:58 UTC MAIN commitmail json YAML

2011-09-24 11:37:27 UTC MAIN commitmail json YAML

implement cvs rdiff -p.  (someone please upate the manual for me :)

(mrg)