Author: fjoe
Date: Thu Sep 27 18:15:01 2012
New Revision: 241002
URL: http://svn.freebsd.org/changeset/base/241002
Log:
Fix pseudo checksum calculation.
This fixes ipfilter w/ network controllers that implement only
partial rx csum offloading.
PR: 106438
Obtained
Author: fjoe
Date: Tue Jul 31 05:23:23 2012
New Revision: 238933
URL: http://svn.freebsd.org/changeset/base/238933
Log:
- Change back "d_ofs" to int8_t to not pessimize padding and size of "struct
puc_cfg".
- Use "puc_config_moxa" for Moxa boards that need d_ofs greater than 0x7f
Prodded
Author: fjoe
Date: Thu Jun 21 04:57:59 2012
New Revision: 237357
URL: http://svn.freebsd.org/changeset/base/237357
Log:
Remove Moxa CP-132EL definition (RS422/485-only board).
Modified:
head/sys/dev/puc/pucdata.c
Modified: head/sys/dev/puc/pucdata.c
==
Author: fjoe
Date: Thu Jun 21 03:10:48 2012
New Revision: 237350
URL: http://svn.freebsd.org/changeset/base/237350
Log:
Add support for the following Moxa PCIe multiport serial boards:
- CP102E
- CP102EL
- CP132EL
- CP114EL
- CP118EL-A
- CP168EL-A
MFC after:1 week
Modified:
Author: fjoe
Date: Sun Feb 12 05:34:01 2012
New Revision: 231544
URL: http://svn.freebsd.org/changeset/base/231544
Log:
Include target names in diagnostic output.
Submitted by: Garrett Cooper
Modified:
head/tools/regression/usr.bin/make/execution/joberr/expected.stdout.1
head/usr.bin/m
Author: fjoe
Date: Sun Feb 12 05:14:12 2012
New Revision: 231543
URL: http://svn.freebsd.org/changeset/base/231543
Log:
- Use fixed-width integer types.
- Prefer to use C99 stdint types.
This fixes ng_cisco on 64-bit architectures.
MFC after:1 week
Modified:
head/sys/netgraph/
Author: fjoe
Date: Thu Dec 15 06:25:19 2011
New Revision: 228525
URL: http://svn.freebsd.org/changeset/base/228525
Log:
Revert r228521: sometimes job output is lost
(see tools/regression/usr.bin/make/execution/joberr test).
openpty(fd + 0, fd + 1,...) version does not have this problem bu
Author: fjoe
Date: Thu Dec 15 06:12:43 2011
New Revision: 228524
URL: http://svn.freebsd.org/changeset/base/228524
Log:
Fix last-minute typo.
Modified:
head/tools/regression/usr.bin/make/execution/joberr/Makefile
Modified: head/tools/regression/usr.bin/make/execution/joberr/Makefile
Author: fjoe
Date: Thu Dec 15 06:01:06 2011
New Revision: 228523
URL: http://svn.freebsd.org/changeset/base/228523
Log:
Add job error output test.
make(1) with openpty() currently fails this test: there's a race condition
and error output is sometimes lost.
Added:
head/tools/regression
Author: fjoe
Date: Thu Dec 15 03:13:23 2011
New Revision: 228521
URL: http://svn.freebsd.org/changeset/base/228521
Log:
job make: if stdout is a tty create a pty when running a command.
Modified:
head/usr.bin/make/Makefile
head/usr.bin/make/job.c
Modified: head/usr.bin/make/Makefile
==
Gary, Hans,
On Tue, Dec 6, 2011 at 4:06 PM, Gary Jennejohn wrote:
> I see regressions when building kernel modules from /usr/ports:
> >
> > On Monday 05 December 2011 14:39:56 Robert Huff wrote:
> > > Hello:
> > > When trying to update I get:
> > >
> > > ===> Building for cuse4bsd-kmod-0.1
Author: fjoe
Date: Tue Dec 6 18:01:09 2011
New Revision: 228311
URL: http://svn.freebsd.org/changeset/base/228311
Log:
MK_CTF is not defined when kmod.mk is used with old bsd.own.mk.
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
David,
On Fri, Dec 2, 2011 at 4:40 PM, David O'Brien wrote:
>> Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:
>> - ${NORMAL_CC} is also invoked without '@'
>> - Userland CTF support was changed previously to echo ctfconvert
>> invocations too
>
> Thank you for your work o
Bruce,
On Fri, Dec 2, 2011 at 9:41 PM, Bruce Evans wrote:
>> Log:
>> Revert to conservative defaults. WITH_PROFILE is a default now.
>>
>> NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
>> so that the reversal to the WITHOUT_PROFILE will be easier in future.
>
>
> Thanks.
Author: fjoe
Date: Fri Dec 2 09:28:19 2011
New Revision: 228197
URL: http://svn.freebsd.org/changeset/base/228197
Log:
Regen.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
---
Author: fjoe
Date: Fri Dec 2 09:09:54 2011
New Revision: 228196
URL: http://svn.freebsd.org/changeset/base/228196
Log:
Revert to conservative defaults. WITH_PROFILE is a default now.
NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
so that the reversal to the WITHOUT_P
Author: fjoe
Date: Thu Dec 1 09:02:57 2011
New Revision: 228176
URL: http://svn.freebsd.org/changeset/base/228176
Log:
Sync xdialog_menu() implementation with sade.
Modified:
head/usr.sbin/tzsetup/tzsetup.c
Modified: head/usr.sbin/tzsetup/tzsetup.c
==
Author: fjoe
Date: Thu Dec 1 09:01:51 2011
New Revision: 228175
URL: http://svn.freebsd.org/changeset/base/228175
Log:
Fix dialog autosizing: dlg_count_columns() does not handle NL characters.
Modified:
head/usr.sbin/sade/misc.c
Modified: head/usr.sbin/sade/misc.c
==
Alexander,
On Thu, Dec 1, 2011 at 12:03 PM, Max Khon wrote:
it would also be nice, if at some point, somebody could dive into the code
>>> to
>>> see why 'make buildkernel' will let clang produce coloured output, but
>>> 'make -j(N>1) buildkernel
Alexander,
On Thu, Dec 1, 2011 at 11:05 AM, Max Khon wrote:
it would also be nice, if at some point, somebody could dive into the code
>> to
>> see why 'make buildkernel' will let clang produce coloured output, but
>> 'make -j(N>1) buildkernel' do
Alexander,
On Thu, Dec 1, 2011 at 7:16 AM, Alexander Best wrote:
> Author: fjoe
> > Date: Wed Nov 30 18:07:38 2011
> > New Revision: 228157
> > URL: http://svn.freebsd.org/changeset/base/228157
> >
> > Log:
> > - Fix segmentation fault when running "+command" when run with -jX -n
> due
> > t
Author: fjoe
Date: Wed Nov 30 18:24:43 2011
New Revision: 228160
URL: http://svn.freebsd.org/changeset/base/228160
Log:
Regen.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
---
Author: fjoe
Date: Wed Nov 30 18:22:44 2011
New Revision: 228159
URL: http://svn.freebsd.org/changeset/base/228159
Log:
Add WITH_CTF description.
Added:
head/tools/build/options/WITH_CTF (contents, props changed)
Added: head/tools/build/options/WITH_CTF
Author: fjoe
Date: Wed Nov 30 18:11:49 2011
New Revision: 228158
URL: http://svn.freebsd.org/changeset/base/228158
Log:
- CTF knob is now implemented using common scheme: MK_CTF=yes/no is
defined based on WITH/WITHOUT_CTF settings, default is WITHOUT_CTF,
NO_CTF overrides WITH_CTF (used by M
Author: fjoe
Date: Wed Nov 30 18:07:38 2011
New Revision: 228157
URL: http://svn.freebsd.org/changeset/base/228157
Log:
- Fix segmentation fault when running "+command" when run with -jX -n due
to Compat_RunCommand() being called with `cmd' that is not on the
node->commands
list
- Make el
John,
On Wed, Nov 30, 2011 at 3:36 AM, John Baldwin wrote:
> Author: fjoe
> > Date: Tue Nov 29 19:46:17 2011
> > New Revision: 228143
> > URL: http://svn.freebsd.org/changeset/base/228143
> >
> > Log:
> > Turn off profiled libs build by default.
> > Can be enabled back using WITH_PROFILE=yes
Author: fjoe
Date: Wed Nov 30 13:33:09 2011
New Revision: 228153
URL: http://svn.freebsd.org/changeset/base/228153
Log:
Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:
- ${NORMAL_CC} is also invoked without '@'
- Userland CTF support was changed previously to echo ctfconvert i
Author: fjoe
Date: Wed Nov 30 05:49:17 2011
New Revision: 228149
URL: http://svn.freebsd.org/changeset/base/228149
Log:
Add three execution tests for make(1):
- plus: execute "+command" when run with -jX -n
- ellipsis: ellipsis ("...") from variable
- empty: empty command (from variable)
Author: fjoe
Date: Tue Nov 29 20:06:27 2011
New Revision: 228147
URL: http://svn.freebsd.org/changeset/base/228147
Log:
CTFCONVERT_CMD=... hack does not work sufficiently well in parallel builds.
Put a bandaid until make(1) is taught to ignore empty commands.
Modified:
head/share/mk/bsd.
Author: fjoe
Date: Tue Nov 29 19:46:17 2011
New Revision: 228143
URL: http://svn.freebsd.org/changeset/base/228143
Log:
Turn off profiled libs build by default.
Can be enabled back using WITH_PROFILE=yes in /etc/src.conf
Added:
head/tools/build/options/WITH_PROFILE
- copied, changed fr
Author: fjoe
Date: Tue Nov 29 19:13:01 2011
New Revision: 228141
URL: http://svn.freebsd.org/changeset/base/228141
Log:
Call CTFMERGE only when WITH_CTF is defined.
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
===
Author: fjoe
Date: Tue Nov 29 18:52:02 2011
New Revision: 228140
URL: http://svn.freebsd.org/changeset/base/228140
Log:
Do not echo ${CTFCONVERT} command: config(8) will be fixed to not
emit '@' for ${NORMAL_CTFCONVERT} invocation.
Modified:
head/sys/conf/kern.pre.mk
Modified: head/sys/con
Alexander,
On Tue, Nov 29, 2011 at 9:00 PM, Alexander Kabaev wrote:
> Author: fjoe
> > Date: Tue Nov 29 08:38:47 2011
> > New Revision: 228124
> > URL: http://svn.freebsd.org/changeset/base/228124
> >
> > Log:
> > Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif)
> > instead o
Author: fjoe
Date: Tue Nov 29 16:34:44 2011
New Revision: 228137
URL: http://svn.freebsd.org/changeset/base/228137
Log:
- fix WITH_CTF when specified in /etc/src.conf [1]
- CTFCONVERT_CMD=... is a hack (should be defined to empty string instead):
make(1) should be taught to ignore empty comm
David,
On Tue, Nov 29, 2011 at 6:28 PM, David Chisnall wrote:
> All this makes it possible to build and link gdb with -ledit.
>
> When I had a quick look a couple of days ago, kadmin and [k]gdb were the
> only things that linked against readline in base. With them now linking
> against libedit,
Author: fjoe
Date: Tue Nov 29 08:38:47 2011
New Revision: 228124
URL: http://svn.freebsd.org/changeset/base/228124
Log:
Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) instead
of executing a shell on every object or executable/library file.
This shaves off more than 30,
Author: fjoe
Date: Tue Nov 29 08:21:54 2011
New Revision: 228121
URL: http://svn.freebsd.org/changeset/base/228121
Log:
Fix typo in comments (conversation -> conversion).
Modified:
head/sys/conf/kern.mk
Modified: head/sys/conf/kern.mk
=
Author: fjoe
Date: Tue Nov 29 08:20:23 2011
New Revision: 228120
URL: http://svn.freebsd.org/changeset/base/228120
Log:
Allow NO_FOO to override WITH_FOO that could be specified in /etc/src.conf.
This is required to override knobs (e.g. WITH_PROFILE) during buildworld
stages in Makefile.i
Author: fjoe
Date: Tue Nov 29 06:21:01 2011
New Revision: 228116
URL: http://svn.freebsd.org/changeset/base/228116
Log:
Use INCSLINKS so that "make installincludes" installs links during buildworld.
Modified:
head/lib/libedit/edit/readline/Makefile
Modified: head/lib/libedit/edit/readline/Ma
Author: fjoe
Date: Tue Nov 29 04:50:57 2011
New Revision: 228114
URL: http://svn.freebsd.org/changeset/base/228114
Log:
- Hide _rl_qsort_string_compare() that should be private to libreadline()
implementation.
- Add symlink /usr/include/edit/readline/tilde.h -> readline.h
All this makes
Author: fjoe
Date: Tue Nov 29 03:49:03 2011
New Revision: 228113
URL: http://svn.freebsd.org/changeset/base/228113
Log:
Link with -ledit instead of -lreadline.
Modified:
head/kerberos5/usr.bin/kadmin/Makefile
head/kerberos5/usr.sbin/ktutil/Makefile
Modified: head/kerberos5/usr.bin/kadmin/M
Author: fjoe
Date: Tue Nov 29 03:27:09 2011
New Revision: 228112
URL: http://svn.freebsd.org/changeset/base/228112
Log:
-lreadline is not required anymore.
Modified:
head/rescue/rescue/Makefile
Modified: head/rescue/rescue/Makefile
Author: fjoe
Date: Mon Nov 28 15:44:04 2011
New Revision: 228074
URL: http://svn.freebsd.org/changeset/base/228074
Log:
-lpthread is required by -lzfs so should be later in LIBS list.
There were no "undefined symbol pthread_xxx" errors during the link before
this fix only because of STATI
Author: fjoe
Date: Mon Nov 28 14:03:36 2011
New Revision: 228066
URL: http://svn.freebsd.org/changeset/base/228066
Log:
Add a comment that shows how to limit the build to the specific list of
arches.
Modified:
head/tools/tinder.sh
Modified: head/tools/tinder.sh
=
Author: fjoe
Date: Mon Nov 28 14:01:17 2011
New Revision: 228065
URL: http://svn.freebsd.org/changeset/base/228065
Log:
.include instead of
The former allows common settings from ../Makefile.inc to be used.
Modified:
head/lib/libpam/modules/pam_unix/Makefile
Modified: head/lib/libpam/
Doug,
On Fri, Nov 25, 2011 at 4:12 AM, Doug Barton wrote:
> Author: fjoe
> > Date: Thu Nov 24 20:34:50 2011
> > New Revision: 227953
> > URL: http://svn.freebsd.org/changeset/base/227953
> >
> > Log:
> > libodialog: Remove no longer used library.
> >
> > Deleted:
> > head/gnu/lib/libodialog/
Author: fjoe
Date: Fri Nov 25 07:10:59 2011
New Revision: 227962
URL: http://svn.freebsd.org/changeset/base/227962
Log:
Remove DEBUG_FLAGS.
Modified:
head/usr.sbin/sade/Makefile
Modified: head/usr.sbin/sade/Makefile
Author: fjoe
Date: Thu Nov 24 20:34:50 2011
New Revision: 227953
URL: http://svn.freebsd.org/changeset/base/227953
Log:
libodialog: Remove no longer used library.
Deleted:
head/gnu/lib/libodialog/
___
svn-src-head@freebsd.org mailing list
http://lis
Author: fjoe
Date: Thu Nov 24 20:31:06 2011
New Revision: 227951
URL: http://svn.freebsd.org/changeset/base/227951
Log:
libodialog: disconnect from the build and obsolete.
Modified:
head/ObsoleteFiles.inc
head/gnu/lib/Makefile
head/share/mk/bsd.libnames.mk
Modified: head/ObsoleteFiles.in
Author: fjoe
Date: Thu Nov 24 18:45:23 2011
New Revision: 227947
URL: http://svn.freebsd.org/changeset/base/227947
Log:
calloc +1 DIALOG_LISTITEM to prevent possible wild pointer access
in dlg_default_listitem().
Modified:
head/usr.sbin/tzsetup/tzsetup.c
Modified: head/usr.sbin/tzsetup/tzs
Author: fjoe
Date: Thu Nov 24 18:37:16 2011
New Revision: 227944
URL: http://svn.freebsd.org/changeset/base/227944
Log:
Port to new libdialog.
Modified:
head/usr.sbin/sade/Makefile
head/usr.sbin/sade/devices.c
head/usr.sbin/sade/disks.c
head/usr.sbin/sade/dmenu.c
head/usr.sbin/sade/in
Author: fjoe
Date: Thu Nov 24 15:47:01 2011
New Revision: 227939
URL: http://svn.freebsd.org/changeset/base/227939
Log:
Disk selection dialog is now a normal menu, not a checkboxed menu:
checkboxed menu is confusing and also can not be implemented
in new libdialog.
Modified:
head/usr.sbin
Author: fjoe
Date: Thu Nov 24 14:22:05 2011
New Revision: 227937
URL: http://svn.freebsd.org/changeset/base/227937
Log:
Add missing ;;
Modified:
head/tools/tinder.sh
Modified: head/tools/tinder.sh
==
--- head/tools/t
Author: fjoe
Date: Thu Nov 24 14:17:04 2011
New Revision: 227936
URL: http://svn.freebsd.org/changeset/base/227936
Log:
Use ${VAR} instead of $(VAR) consistently.
Modified:
head/gnu/usr.bin/dialog/Makefile
Modified: head/gnu/usr.bin/dialog/Makefile
===
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/tinder.shThu Nov 24 14:16:01 2011(r227935)
@@ -0,0 +1,58 @@
+#!/bin/sh
+#
+# Copyright (c) 2011 Max Khon, The FreeBSD Project
+# All
Author: fjoe
Date: Thu Nov 24 13:24:06 2011
New Revision: 227934
URL: http://svn.freebsd.org/changeset/base/227934
Log:
Port to new libdialog.
Modified:
head/usr.sbin/tzsetup/Makefile
head/usr.sbin/tzsetup/tzsetup.c
Modified: head/usr.sbin/tzsetup/Makefile
=
Author: fjoe
Date: Thu Nov 24 10:08:22 2011
New Revision: 227929
URL: http://svn.freebsd.org/changeset/base/227929
Log:
Remove unused code.
Deleted:
head/usr.sbin/sade/dispatch.c
Modified:
head/usr.sbin/sade/Makefile
Modified: head/usr.sbin/sade/Makefile
===
Author: fjoe
Date: Thu Nov 24 08:56:24 2011
New Revision: 227928
URL: http://svn.freebsd.org/changeset/base/227928
Log:
Remove unused code.
Deleted:
head/usr.sbin/sade/config.c
Modified:
head/usr.sbin/sade/Makefile
head/usr.sbin/sade/sade.h
Modified: head/usr.sbin/sade/Makefile
=
Author: fjoe
Date: Wed Nov 23 19:11:03 2011
New Revision: 227903
URL: http://svn.freebsd.org/changeset/base/227903
Log:
Remove unused functions.
Modified:
head/usr.sbin/sade/misc.c
head/usr.sbin/sade/sade.h
Modified: head/usr.sbin/sade/misc.c
===
Author: fjoe
Date: Wed Nov 23 19:06:30 2011
New Revision: 227902
URL: http://svn.freebsd.org/changeset/base/227902
Log:
- Remove unused old libdialog includes
- Remove unused functions
Modified:
head/usr.sbin/sade/misc.c
head/usr.sbin/sade/sade.h
Modified: head/usr.sbin/sade/misc.c
=
Author: fjoe
Date: Sun Nov 6 08:10:41 2011
New Revision: 227151
URL: http://svn.freebsd.org/changeset/base/227151
Log:
Add KLD_DEBUG option.
Modified:
head/sys/conf/options
head/sys/kern/kern_linker.c
Modified: head/sys/conf/options
Author: fjoe
Date: Sun Nov 6 05:24:54 2011
New Revision: 227132
URL: http://svn.freebsd.org/changeset/base/227132
Log:
- Fix potential double mbuf free: M_PREPEND may free mbuf chain and return
NULL but item will still have the reference ot the mbuf chain and will free
it upon destruction.
Author: fjoe
Date: Sun Nov 6 05:23:42 2011
New Revision: 227131
URL: http://svn.freebsd.org/changeset/base/227131
Log:
Fix potential double mbuf free: M_PREPEND may free mbuf chain and return
NULL but item will still have the reference ot the mbuf chain and will free
it upon destruction.
M
Author: fjoe
Date: Sun Nov 6 05:20:27 2011
New Revision: 227130
URL: http://svn.freebsd.org/changeset/base/227130
Log:
Constify "address" argument of ng_address_path().
Modified:
head/sys/netgraph/netgraph.h
head/sys/netgraph/ng_base.c
Modified: head/sys/netgraph/netgraph.h
==
Marius,
On Tue, Nov 30, 2010 at 1:24 AM, Marius Strobl wrote:
> > > On Sun, Nov 28, 2010 at 07:26:20PM +0000, Max Khon wrote:
> > > > > Author: fjoe
> > > > > Date: Sun Nov 28 19:26:20 2010
> > > > > New Revision: 216016
>
Author: fjoe
Date: Tue Nov 30 16:49:06 2010
New Revision: 216080
URL: http://svn.freebsd.org/changeset/base/216080
Log:
Change VM_KMEM_SIZE_MAX to be just (VM_MAX_KERNEL_ADDRESS -
VM_MIN_KERNEL_ADDRESS)
Suggested by: marius
Modified:
head/sys/sparc64/include/vmparam.h
Modified: h
Marius,
On Mon, Nov 29, 2010 at 1:45 AM, Marius Strobl wrote:
On Sun, Nov 28, 2010 at 07:26:20PM +, Max Khon wrote:
> > Author: fjoe
> > Date: Sun Nov 28 19:26:20 2010
> > New Revision: 216016
> > URL: http://svn.freebsd.org/changeset/base/216016
> >
> > L
Author: fjoe
Date: Sun Nov 28 19:26:20 2010
New Revision: 216016
URL: http://svn.freebsd.org/changeset/base/216016
Log:
Define VM_KMEM_SIZE_MAX on sparc64. Otherwise kernel built with
DEBUG_MEMGUARD panics early in kmeminit() with the message
"kmem_suballoc: bad status return of 1" because o
Author: fjoe
Date: Mon Aug 9 09:26:17 2010
New Revision: 211094
URL: http://svn.freebsd.org/changeset/base/211094
Log:
"whereis netscape" gives empty output for quite a long time already.
Suggest to use "whereis firefox" instead.
Modified:
head/games/fortune/datfiles/freebsd-tips
Modified
69 matches
Mail list logo