Author: brucec
Date: Sat Feb 26 12:50:28 2011
New Revision: 219055
URL: http://svn.freebsd.org/changeset/base/219055
Log:
Fix typo - "is is" should have been changed to "it is" in r218965.
Modified:
head/share/doc/psd/23.rpc/rpc.prog.ms
Modified: head/share/doc/psd/23.rpc/rpc.prog.ms
===
ax_t for safety (even that is not safe if the subexpressions have
> large values). So:
>
> (uintmax_t)swap_bcount * SWAP_META_PAGES * n / mumble.
Following Alan's suggestion, I've attached an updated patch which uses a
cast to u_long and returns lon
Author: brucec
Date: Sun Feb 27 10:13:16 2011
New Revision: 219081
URL: http://svn.freebsd.org/changeset/base/219081
Log:
Merge fix from r1.108 of NetBSD's usr.bin/ftp/main.c:
Only attempt to el_parse() a command unknown by the default parser
if editing is enabled.
PR: bin/
name from the wrong group.
Could you limit lines to 80 characters please?
If you use vim, the following in ~/.vimrc will cause it to highlight
overly long lines in red:
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%81v.\+/
--
Bruce Cran
__
Author: brucec
Date: Mon Feb 28 10:03:48 2011
New Revision: 219096
URL: http://svn.freebsd.org/changeset/base/219096
Log:
Revert some of r177626. "in in" is valid in certain sentences.
PR: 121490
MFC after:3 days
Modified:
head/lib/libc/yp/xdryp.c
head/lib/libelf/libelf
On Mon, 2011-02-28 at 19:07 -0800, Rob Farmer wrote:
> On Mon, Feb 28, 2011 at 2:03 AM, Bruce Cran wrote:
> > Author: brucec
> > Date: Mon Feb 28 10:03:48 2011
> > New Revision: 219096
> > URL: http://svn.freebsd.org/changeset/base/219096
> >
> > Log:
> &
Author: brucec
Date: Tue Mar 1 11:04:30 2011
New Revision: 219124
URL: http://svn.freebsd.org/changeset/base/219124
Log:
Change the return type of vmspace_swap_count to a long to match the other
vmspace_*_count functions.
MFC after:3 days
Modified:
head/sys/vm/swap_pager.c
head/
Author: brucec
Date: Tue Mar 1 11:47:51 2011
New Revision: 219126
URL: http://svn.freebsd.org/changeset/base/219126
Log:
Remove duplicate "in".
Suggested by: Rob Farmer
MFC after:3 days
Modified:
head/lib/libc/yp/xdryp.c
head/lib/libelf/libelf_convert.m4
head/share/man/man7/s
Author: brucec
Date: Fri Mar 11 17:33:31 2011
New Revision: 219511
URL: http://svn.freebsd.org/changeset/base/219511
Log:
Fix warnings and style(9) issues.
Set WARNS to 6.
MFC after:1 week
Modified:
head/tools/test/malloc/Makefile
head/tools/test/malloc/main.c
Modified: head/too
Author: brucec
Date: Fri Mar 11 18:44:16 2011
New Revision: 219519
URL: http://svn.freebsd.org/changeset/base/219519
Log:
mptable.h is now in include/x86.
Modified:
head/tools/tools/ncpus/biosmptable.c
Modified: head/tools/tools/ncpus/biosmptable.c
===
Author: brucec
Date: Fri Mar 11 18:48:28 2011
New Revision: 219521
URL: http://svn.freebsd.org/changeset/base/219521
Log:
Fix warnings and set WARNS to 6.
MFC after:1 week
Modified:
head/tools/tools/cfi/Makefile
head/tools/tools/cfi/cfi.c
Modified: head/tools/tools/cfi/Makefile
==
Author: brucec
Date: Fri Mar 11 18:51:42 2011
New Revision: 219522
URL: http://svn.freebsd.org/changeset/base/219522
Log:
Fix warnings and set WARNS to 6.
MFC after:1 week
Modified:
head/tools/tools/aac/Makefile
head/tools/tools/aac/aac_checkq.c
Modified: head/tools/tools/aac/Make
Author: brucec
Date: Fri Mar 11 19:19:47 2011
New Revision: 219524
URL: http://svn.freebsd.org/changeset/base/219524
Log:
Fix the build: we have snprintf(3).
MFC after:1 week
Modified:
head/tools/tools/ether_reflect/Makefile
Modified: head/tools/tools/ether_reflect/Makefile
Author: brucec
Date: Fri Mar 11 19:32:15 2011
New Revision: 219527
URL: http://svn.freebsd.org/changeset/base/219527
Log:
Fix warnings and style(9) issues.
Set WARNS to 6.
Modified:
head/tools/tools/iwi/Makefile
head/tools/tools/iwi/iwistats.c
Modified: head/tools/tools/iwi/Makefile
Author: brucec
Date: Sat Mar 12 14:47:54 2011
New Revision: 219568
URL: http://svn.freebsd.org/changeset/base/219568
Log:
Fix warnings and style(9) issues.
Set WARNS to 6.
Modified:
head/tools/regression/doat/Makefile
head/tools/regression/doat/doat.c
Modified: head/tools/regression/doat
Author: brucec
Date: Sun Mar 13 16:47:21 2011
New Revision: 219613
URL: http://svn.freebsd.org/changeset/base/219613
Log:
Fix typo.
Modified:
head/usr.bin/netstat/sctp.c
Modified: head/usr.bin/netstat/sctp.c
==
--- h
On Wed, 16 Mar 2011 20:51:17 +0100
Ivan Voras wrote:
> (Are there any ready read
> multi-stream read tests which are not trivial i.e. they start from
> different positions in the file?)
I think sysutils/fio can do that.
--
Bruce Cran
__
there are a large number of such machines still in use, and
> they are still perfectly suitable for a large number of tasks.
Some low power x86 CPUs don't have SSE2 either.
--
Bruce Cran
___
svn-src-head@freebsd.org mailing list
http://lists
On Thursday 07 Apr 2011 09:17:53 Alexander Motin wrote:
> +This variable determines whether device write cache should be enabled or
> not. +Set to 1 to enable write cache, 0 to disable, -1 to left it as-is.
"left" should probably be "le
Author: brucec
Date: Sat Apr 16 11:15:57 2011
New Revision: 220712
URL: http://svn.freebsd.org/changeset/base/220712
Log:
Remove missing include directory in preparation for adding
-Wmissing-include-dirs to CWARNFLAGS.
Modified:
head/sys/modules/netgraph/atm/ccatm/Makefile
Modified: head/s
On Sat, 2011-04-16 at 11:15 +, Bruce Cran wrote:
> Log:
> Remove missing include directory in preparation for adding
> -Wmissing-include-dirs to CWARNFLAGS.
Submitted by: arundel
--
Bruce Cran
___
svn-src-head@freebsd.org mailing
numbers for each type in order of
> detection, unless configured otherwise with tunables, see cam(4)).
People might expect that if ata(4) numbering starts with ad4, ada4
would be created. However on my machines I've seen ad4 get mapped to
ada0.
--
Bruce Cran
__
On Sun, 24 Apr 2011 12:15:51 +0300
Alexander Motin wrote:
> On 24.04.2011 12:06, Bruce Cran wrote:
> > People might expect that if ata(4) numbering starts with ad4, ada4
> > would be created. However on my machines I've seen ad4 get mapped to
> > ada0.
>
> Ye
Author: brucec
Date: Mon May 2 10:35:27 2011
New Revision: 221320
URL: http://svn.freebsd.org/changeset/base/221320
Log:
Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish those
developers committing new code with broken include directories.
Fix a few whitespace issues.
Im
Author: brucec
Date: Tue Apr 20 19:30:12 2010
New Revision: 206909
URL: http://svn.freebsd.org/changeset/base/206909
Log:
It's not necessary to reset the chip every time an input overflow event
occurs. In addition, the delay when programming the short cable fix
should be 100us, not 100ms.
Author: brucec
Date: Wed Apr 21 18:55:44 2010
New Revision: 207005
URL: http://svn.freebsd.org/changeset/base/207005
Log:
Make the "Q = Finish" text visible when running sysinstall as a normal
application. Reword the boot manager screen to try and avoid confusion.
Reviewed by: randi
A
Author: brucec
Date: Wed Apr 21 19:03:34 2010
New Revision: 207006
URL: http://svn.freebsd.org/changeset/base/207006
Log:
Remove the reference to DD mode, and replace with Expert mode. Also, make
sure the "Q = Finish" text is visible.
Reword the boot manager screen to try and avoid confusion
On Wednesday 21 April 2010 20:03:34 Bruce Cran wrote:
> Author: brucec
> Date: Wed Apr 21 19:03:34 2010
> New Revision: 207006
> URL: http://svn.freebsd.org/changeset/base/207006
>
> Log:
> Remove the reference to DD mode, and replace with Expert mode. Also, make
> su
independent manner. Also include an example anticipatory
> scheduler, gsched_rr, which gives very nice performance improvements
> in presence of competing random access patterns.
The example in gsched(8) says to use "-s rr", but it looks lik
Author: brucec
Date: Fri Jun 11 18:43:55 2010
New Revision: 209058
URL: http://svn.freebsd.org/changeset/base/209058
Log:
sctp_recvmsg returns the number of bytes received, not sent.
Approved by: rrs (mentor)
MFC after:1 month
Modified:
head/lib/libc/net/sctp_recvmsg.3
Modified:
Author: brucec
Date: Wed Jun 16 15:40:13 2010
New Revision: 209235
URL: http://svn.freebsd.org/changeset/base/209235
Log:
* Allow partial MB/GB values to be entered in the slice and label editors.
* Don't strdup the name when calling deviceRegister because the string is
copied within new_dev
Author: brucec
Date: Wed Jun 16 15:49:17 2010
New Revision: 209236
URL: http://svn.freebsd.org/changeset/base/209236
Log:
Call free and freeaddrinfo before exiting.
PR: bin/144730
PR: bin/144974
Submitted by: Earl R. Lapus
Approved by: rrs (mentor)
MFC after: 1 month
Modified:
h
On Wednesday 16 June 2010 16:55:56 Kostik Belousov wrote:
> Why ? Do you distrust the _exit(2) so much ?
> The calls are wasted compile and run time.
Freeing resources in something as simple as ping6 won't use much compile or
run time, and it's good style to free anything you allocate.
--
Bruc
Author: brucec
Date: Wed Jun 23 14:06:05 2010
New Revision: 209466
URL: http://svn.freebsd.org/changeset/base/209466
Log:
Add some more modules to loader.conf. Remove if_awi since support for it
was removed 2 years ago.
PR: conf/147126
PR: conf/116071
Approved by: rrs (mentor)
Modifi
Author: brucec
Date: Wed Jun 23 14:11:34 2010
New Revision: 209467
URL: http://svn.freebsd.org/changeset/base/209467
Log:
When installing on a machine which doesn't have a VGA card installed, enable
a getty on the serial port so that it's possible to login when the system is
rebooted.
P
Author: brucec
Date: Wed Jun 23 14:19:19 2010
New Revision: 209468
URL: http://svn.freebsd.org/changeset/base/209468
Log:
Make it easier to cancel a failing installation by only attempting to
extract distributions once. If a distribution fails to fetch/extract
and the user doesn't want to re
Author: brucec
Date: Wed Jun 23 14:28:08 2010
New Revision: 209469
URL: http://svn.freebsd.org/changeset/base/209469
Log:
If a device can't be opened, don't keep going but display the error
returned from open() and quit.
PR: bin/81035
Submitted by: Peter Schuller
Approved by: rrs (me
Author: brucec
Date: Sun Jul 4 08:09:33 2010
New Revision: 209684
URL: http://svn.freebsd.org/changeset/base/209684
Log:
Use ISO C99 integer types instead of the BSD-specific u_int*_t.
Approved by: rrs (mentor)
Modified:
head/lib/libc/net/sctp_recvmsg.3
head/lib/libc/net/sctp_send.3
Author: brucec
Date: Mon Jul 5 03:55:49 2010
New Revision: 209709
URL: http://svn.freebsd.org/changeset/base/209709
Log:
Increment 'sa' at the end of the loop; otherwise, only the first
address ever gets checked.
Approved by: rrs (mentor)
MFC after: 1 month
Modified:
head/lib/libc/n
s for every detail (e.g.
console settings).
For people who want their OS to be as simple as possible there's PC-BSD.
--
Bruce Cran
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, sen
Author: brucec
Date: Sat May 14 11:26:00 2011
New Revision: 221879
URL: http://svn.freebsd.org/changeset/base/221879
Log:
gcc and clang semantics imply certain -mno-* flags when other certain -mno-*
flags are also specified. This change makes use of this behaviour and removes
unneeded -mno-*
Author: brucec
Date: Tue May 24 09:01:56 2011
New Revision: 48
URL: http://svn.freebsd.org/changeset/base/48
Log:
Remove an outdated comment as requested by Bruce Evans in a private email to
Alexander Best (arundel@).
For clang, -fdiagnostics-show-option is enabled by default, but
On 11/06/2011 22:44, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Sat Jun 11 21:44:07 2011
New Revision: 222998
URL: http://svn.freebsd.org/changeset/base/222998
Log:
Long-overdue man page for bsdinstall.
+.Dd June 11, 2010
I guess this should be 2011?
--
Bruce Cran
Author: brucec
Date: Tue Jul 6 22:33:22 2010
New Revision: 209748
URL: http://svn.freebsd.org/changeset/base/209748
Log:
Simplify the wording of the console configuration dialogs since we now
only have a single video console driver.
Approved by: rrs (mentor)
MFC after: 1 month
Modifie
Author: brucec
Date: Wed Jul 7 12:44:19 2010
New Revision: 209764
URL: http://svn.freebsd.org/changeset/base/209764
Log:
Increase the default and minimum partition sizes.
Bump / to 1GB, /var to 4GB and /tmp to 1GB.
A 512MB root partition is now too small to hold two kernels, so to
prev
On Wed, 7 Jul 2010 22:53:59 + (UTC)
Randi Harper wrote:
> + bzero(&server, sizeof(struct sockaddr_in));
> + server.sin_family = AF_INET;
> + server.sin_port = htons(514);
> + bcopy((char *)hp->h_addr, (char *)&server.sin_addr,
> hp->h_length); +
> + asprintf(&line, "<%d>%s
Author: brucec
Date: Fri Jul 16 20:42:20 2010
New Revision: 210175
URL: http://svn.freebsd.org/changeset/base/210175
Log:
FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuring
and installing via such devices from sysinstall.
Reviewed by: randi
Approved by: rrs (mento
Author: brucec
Date: Thu Jul 22 17:35:36 2010
New Revision: 210381
URL: http://svn.freebsd.org/changeset/base/210381
Log:
If a size suffix isn't entered, just use the value entered. This fixes
a bug caused by r209235 where entering a number of blocks after
previously entering a size in MB/GB
he
> switch. Since expand_number() does not accept negative numbers,
> switch from int64_t to uint64_t; this makes it easier to check for
> overflow.
> MFC after: 3 weeks
Somewhat related, there are overflow bugs in humanize_number - for
example df(1) fails to display space from a 100PB
Author: brucec
Date: Tue Aug 17 09:11:38 2010
New Revision: 211415
URL: http://svn.freebsd.org/changeset/base/211415
Log:
Add -m and -M options to control the minimum and maximum frequency.
PR: bin/145063
Submitted by: Boris Kochergin
Reviewed by: cperciva
Approved by: rrs (mento
Author: brucec
Date: Tue Aug 17 09:39:06 2010
New Revision: 211417
URL: http://svn.freebsd.org/changeset/base/211417
Log:
To restart, sysinstall calls execl. Since it will create a new process, we
can't check to see if sysinstall is running as init just by checking if the
PID is 0. Introduce
Author: brucec
Date: Tue Aug 17 09:51:08 2010
New Revision: 211419
URL: http://svn.freebsd.org/changeset/base/211419
Log:
Since top displays the uptime including seconds, there is no need to add 30
onto it, which may have been used for rounding purposes in other utilities.
PR: bin/14793
Author: brucec
Date: Sat Aug 28 16:32:01 2010
New Revision: 211936
URL: http://svn.freebsd.org/changeset/base/211936
Log:
Fix incorrect usage of 'assure' and 'insure'.
Approved by: rrs (mentor)
Modified:
head/bin/test/test.1
head/lib/libc/net/ethers.3
head/lib/libc/net/eui64.3
head
On Sun, 29 Aug 2010 12:12:46 +1000 (EST)
Bruce Evans wrote:
> On Sat, 28 Aug 2010, Bruce Cran wrote:
>
> > Log:
> > Fix incorrect usage of 'assure' and 'insure'.
>
> I think some of the `assure's are more correct than their replacement
> of
Author: brucec
Date: Sat Sep 11 10:49:56 2010
New Revision: 212463
URL: http://svn.freebsd.org/changeset/base/212463
Log:
Revert changes of 'assure' to 'ensure' made in r211936.
Approved by: rrs (mentor)
Modified:
head/bin/test/test.1
head/lib/libc/net/sctp_send.3
head/lib/libc/net/s
e up and running
again as soon as possible after a crash.
--
Bruce Cran
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: brucec
Date: Wed Oct 13 09:33:26 2010
New Revision: 213763
URL: http://svn.freebsd.org/changeset/base/213763
Log:
Use the RFC2606 domain example.com in examples.
Modified:
head/usr.sbin/sysinstall/tcpip.c
Modified: head/usr.sbin/sysinstall/tcpip.c
On Mon, 18 Oct 2010 12:41:09 +0100
Gavin Atkinson wrote:
> It looks like you've accidentally added an extra space between the
> date and your name.
I think there should be a single tab, and instead there are spaces.
--
Bruce Cran
___
s
Author: brucec
Date: Mon Oct 18 14:26:29 2010
New Revision: 214021
URL: http://svn.freebsd.org/changeset/base/214021
Log:
Fix grammar.
Modified:
head/sys/dev/firewire/fwohci.c
Modified: head/sys/dev/firewire/fwohci.c
===
Author: brucec
Date: Mon Oct 18 14:35:21 2010
New Revision: 214022
URL: http://svn.freebsd.org/changeset/base/214022
Log:
Remove extra word, which looks like a left-over from a deleted sentence.
Modified:
head/contrib/netcat/nc.1
Modified: head/contrib/netcat/nc.1
===
Author: brucec
Date: Tue Oct 19 20:05:25 2010
New Revision: 214073
URL: http://svn.freebsd.org/changeset/base/214073
Log:
Stop disallowing device nodes to be passed to camcontrol(8) since libcam
already allows both device names and nodes to be specified.
Reviewed by: avg
Modified:
hea
Author: brucec
Date: Sun Oct 24 16:31:57 2010
New Revision: 214279
URL: http://svn.freebsd.org/changeset/base/214279
Log:
Mostly revert r203420, and add similar functionality into ada(4) since the
existing code caused problems with some SCSI controllers.
A new sysctl kern.cam.ada.spindown
On Sunday 24 October 2010 17:31:58 Bruce Cran wrote:
> Log:
> Mostly revert r203420, and add similar functionality into ada(4) since
> the existing code caused problems with some SCSI controllers.
>
> A new sysctl kern.cam.ada.spindown_shutdown has been added that controls
>
Author: brucec
Date: Tue Oct 26 16:49:18 2010
New Revision: 214381
URL: http://svn.freebsd.org/changeset/base/214381
Log:
Add information about the values and default setting of the
kern.cam.ada.spindown_shutdown sysctl.
MFC after:3 weeks
Modified:
head/share/man/man4/ada.4
Modifi
Author: brucec
Date: Tue Oct 26 19:10:59 2010
New Revision: 214395
URL: http://svn.freebsd.org/changeset/base/214395
Log:
Fix formatting.
Reported by: yongari
Modified:
head/share/man/man4/ada.4
Modified: head/share/man/man4/ada.4
roscope, but that probably isn't possible with today's
disks. Simply writing zeros once is enough to obliterate all the data
(except for any remapped sectors).
--
Bruce Cran
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.
Author: brucec
Date: Thu Nov 4 15:24:32 2010
New Revision: 214781
URL: http://svn.freebsd.org/changeset/base/214781
Log:
Fix standby timer calculation: the timer was being set 30 minutes later
than the user requested.
Also, 21 minutes is encoded as 252 and 22-29 minutes cannot be encoded
sc = 252;
- else if (t < (30 * 60))
- /* no encoding exists for 22-29 minutes, so set to 30
mins */
- sc = 241;
else if (t <= (11 * 30 * 60))
- sc = t / (30 * 60) + 240;
+ sc = (t - 1) / (30 * 60) +
Author: brucec
Date: Thu Nov 4 20:31:12 2010
New Revision: 214807
URL: http://svn.freebsd.org/changeset/base/214807
Log:
r214781 caused the timer value to be rounded down, so that if the user asked
for 59 minutes 30 was sent to the drive. The timer value is now always
rounded up.
Repor
Author: brucec
Date: Tue Nov 9 10:59:09 2010
New Revision: 215034
URL: http://svn.freebsd.org/changeset/base/215034
Log:
Fix typos.
PR: bin/148894
Submitted by: olgeni
Modified:
head/libexec/tftpd/tftp-utils.c
head/sys/arm/xscale/ixp425/ixp425_qmgr.c
head/sys/boot/arm/ixp425/boo
On Tuesday 09 November 2010 14:00:07 Ed Schouten wrote:
> * Bruce Cran , 20101109 11:59:
> > -/* fail requests on the queue and any thats "in flight" for this
> > device */ +/* fail requests on the queue and any that's "in flight"
> > for
Author: brucec
Date: Thu Nov 11 19:13:16 2010
New Revision: 215136
URL: http://svn.freebsd.org/changeset/base/215136
Log:
Bump .Dd due to additions in r214279.
MFC after:3 days
Modified:
head/share/man/man4/ada.4
Modified: head/share/man/man4/ada.4
==
Author: brucec
Date: Sat Nov 13 01:21:55 2010
New Revision: 215224
URL: http://svn.freebsd.org/changeset/base/215224
Log:
We still support PLIP devices, so mention them in addition to ethernet.
Modified:
head/usr.sbin/sysinstall/install.c
head/usr.sbin/sysinstall/menus.c
Modified: head/usr
Author: brucec
Date: Sat Nov 13 11:43:20 2010
New Revision: 215239
URL: http://svn.freebsd.org/changeset/base/215239
Log:
Memory stats are reported in bytes, not pages.
PR: docs/151283
Submitted by: Bas Smeelen
MFC after: 3 days
Modified:
head/usr.bin/top/top.local.1
Modified: he
On Sat, 13 Nov 2010 14:56:32 +0300
Sergey Kandaurov wrote:
> On 13 November 2010 14:43, Bruce Cran wrote:
> > Author: brucec
> > Date: Sat Nov 13 11:43:20 2010
> > New Revision: 215239
> > URL: http://svn.freebsd.org/changeset/base/215239
> >
> > Log:
Author: brucec
Date: Sat Nov 13 21:48:32 2010
New Revision: 215263
URL: http://svn.freebsd.org/changeset/base/215263
Log:
Add ftp4.se.freebsd.org to the set of mirrors.
PR: bin/150552
Submitted by: Niclas Zeising
MFC after:3 days
Modified:
head/usr.sbin/sysinstall/menus.c
Mod
Author: brucec
Date: Sun Nov 14 06:09:50 2010
New Revision: 215281
URL: http://svn.freebsd.org/changeset/base/215281
Log:
Add some descriptions to sys/kern sysctls.
PR: kern/148710
Tested by:Chip Camden
MFC after:1 week
Modified:
head/sys/kern/kern_proc.c
head/sys/kern/k
Author: brucec
Date: Sun Nov 14 07:38:42 2010
New Revision: 215282
URL: http://svn.freebsd.org/changeset/base/215282
Log:
Add descriptions to some more sysctls.
PR: kern/148510
MFC after:1 week
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_subr.c
===
Author: brucec
Date: Sun Nov 14 08:06:29 2010
New Revision: 215283
URL: http://svn.freebsd.org/changeset/base/215283
Log:
Fix style(9) issues from r215281 and r215282.
MFC after:1 week
Modified:
head/sys/kern/kern_proc.c
head/sys/kern/kern_tc.c
head/sys/kern/subr_clock.c
head/s
Author: brucec
Date: Sun Nov 14 08:25:27 2010
New Revision: 215284
URL: http://svn.freebsd.org/changeset/base/215284
Log:
When rebooting the machine jump to 0xf000:fff0 instead of 0x:0x0.
This is the same change that was made in rev 1.33 of boot/i386/btx/btx/btx.S
PR: i386/91871
S
Author: brucec
Date: Sun Nov 14 08:31:02 2010
New Revision: 215285
URL: http://svn.freebsd.org/changeset/base/215285
Log:
Fix the jump location.
Modified:
head/sys/boot/i386/boot2/boot1.S
Modified: head/sys/boot/i386/boot2/boot1.S
=
Author: brucec
Date: Sun Nov 14 09:03:42 2010
New Revision: 215286
URL: http://svn.freebsd.org/changeset/base/215286
Log:
Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.
PR: bin/128587
Submitted by: Mehmet Kose
MFC after:1 week
Modified:
head/usr.sbin/sys
Author: brucec
Date: Sun Nov 14 09:14:17 2010
New Revision: 215287
URL: http://svn.freebsd.org/changeset/base/215287
Log:
"Web" should not be all upper-case because it's not an acronym.
PR: bin/130366
Submitted by: Royce Williams
MFC after:1 week
Modified:
head/usr.sbin/sysins
Author: brucec
Date: Sun Nov 14 10:04:48 2010
New Revision: 215290
URL: http://svn.freebsd.org/changeset/base/215290
Log:
ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts.
PR: bin/148350
Submitted by: Joel FAEDI
MFC after:1 week
Modified:
head/usr.sbin/sysinsta
Author: brucec
Date: Sun Nov 14 10:22:09 2010
New Revision: 215291
URL: http://svn.freebsd.org/changeset/base/215291
Log:
Remove support for cpioVerbose=medium because bsdcpio doesn't support the
"-V" flag.
PR: bin/151821
Submitted by: Devin Teske
MFC after:1 week
Modified:
Author: brucec
Date: Sun Nov 14 13:25:01 2010
New Revision: 215296
URL: http://svn.freebsd.org/changeset/base/215296
Log:
Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead of
variable_cmp.
PR: bin/142960
Submitted by: G. Paul Ziemba
MFC after:1 week
Modified:
Author: brucec
Date: Sun Nov 14 16:10:15 2010
New Revision: 215304
URL: http://svn.freebsd.org/changeset/base/215304
Log:
Fix some more style(9) issues.
Modified:
head/sys/kern/kern_proc.c
head/sys/kern/kern_tc.c
head/sys/kern/subr_clock.c
head/sys/kern/vfs_cache.c
head/sys/kern/vfs_s
Author: brucec
Date: Sun Nov 14 17:24:15 2010
New Revision: 215306
URL: http://svn.freebsd.org/changeset/base/215306
Log:
libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in ObsoleteFiles.inc.
liblwres.so.10 has been replaced by liblwres.so.50.
Reported by: arundel
Modified:
he
fected by WITHOUT_BSNMP.
It might make more sense to just leave it until we know which files to remove.
--
Bruce Cran
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: brucec
Date: Sun Nov 14 19:37:07 2010
New Revision: 215312
URL: http://svn.freebsd.org/changeset/base/215312
Log:
lib32 is installed on powerpc64 too.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
=
Author: brucec
Date: Sun Nov 14 19:57:56 2010
New Revision: 215314
URL: http://svn.freebsd.org/changeset/base/215314
Log:
ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.
Modified:
head/usr.sbin/sysinstall/sysinstall.h
Modified: head/usr.sbin/sysinstall/sysinstall.h
Author: brucec
Date: Sun Nov 21 14:34:25 2010
New Revision: 215637
URL: http://svn.freebsd.org/changeset/base/215637
Log:
dispatch_add_command:
Modify the logic so there's only one exit point instead of two.
Only insert valid (non-NULL) values into the queue.
dispatch_free_command:
En
Author: brucec
Date: Mon Nov 22 12:33:48 2010
New Revision: 215674
URL: http://svn.freebsd.org/changeset/base/215674
Log:
Don't generate input() since it's not used.
Modified:
head/sbin/devd/token.l
Modified: head/sbin/devd/token.l
Author: brucec
Date: Mon Nov 22 14:16:22 2010
New Revision: 215676
URL: http://svn.freebsd.org/changeset/base/215676
Log:
Don't generate input() since it's not used.
Modified:
head/sbin/hastd/Makefile
head/usr.bin/colldef/Makefile
head/usr.sbin/apmd/apmdlex.l
head/usr.sbin/bluetooth/bth
Author: brucec
Date: Mon Nov 22 19:40:27 2010
New Revision: 215702
URL: http://svn.freebsd.org/changeset/base/215702
Log:
Fix use of AND operator: should be bitwise instead of logical.
Modified:
head/sbin/routed/parms.c
Modified: head/sbin/routed/parms.c
=
Author: brucec
Date: Mon Nov 22 20:10:48 2010
New Revision: 215704
URL: http://svn.freebsd.org/changeset/base/215704
Log:
Fix some more warnings found by clang.
Modified:
head/bin/sh/arith_lex.l
head/sbin/bsdlabel/bsdlabel.c
head/sbin/geom/class/eli/geom_eli.c
head/sbin/geom/class/part/
Author: brucec
Date: Mon Nov 22 20:18:46 2010
New Revision: 215705
URL: http://svn.freebsd.org/changeset/base/215705
Log:
hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.
Reported by: Artem Belevich
Modified:
head/usr.bin/ldd/ldd.c
Modified: head/usr.bin/ldd/ldd.c
=
ding:
> Retransmitted Packets
> Zero Window Advertisements
> Out of Order Receives
I don't know if it was this checkin that broke it, but netstat now
fails to print a newline between the headers and the first line of
connection data.
--
Bruce Cran
___
Author: brucec
Date: Sat Nov 27 21:35:16 2010
New Revision: 215955
URL: http://svn.freebsd.org/changeset/base/215955
Log:
Fix typo.
Modified:
head/usr.bin/netstat/inet6.c
Modified: head/usr.bin/netstat/inet6.c
==
---
Author: brucec
Date: Sat Nov 27 21:51:39 2010
New Revision: 215956
URL: http://svn.freebsd.org/changeset/base/215956
Log:
Fix more continuous/contiguous typos (cf. r215955)
Modified:
head/sys/netinet/ip6.h
head/sys/netinet6/in6_cksum.c
head/sys/netinet6/ip6_input.c
head/sys/netinet6/ip6
1 - 100 of 170 matches
Mail list logo