Re: svn commit: r225937 - in head: . release release/amd64 release/i386 release/ia64 release/pc98 release/powerpc release/scripts release/sparc64 usr.sbin usr.sbin/sysinstall

2011-10-04 Thread Craig Rodrigues
On Mon, Oct 3, 2011 at 6:35 PM, Daniel O'Connor docon...@gsoft.com.au wrote: No it can't, but speaking as someone who used this feature in sysinstall… Good riddance :) I wrote a shell script which does an install itself (i.e. no bsdinstall - which is just [mostly] a shell script). It is

Re: svn commit: r225937 - in head: . release release/amd64 release/i386 release/ia64 release/pc98 release/powerpc release/scripts release/sparc64 usr.sbin usr.sbin/sysinstall

2011-10-04 Thread Daniel O'Connor
On 04/10/2011, at 17:09, Craig Rodrigues wrote: However, I have seen at least two places which have written Jumpstart/Kickstart based installers based on sysinstall. This use case is not uncommon. For example, using an install.cfg was documented here, and people have followed it:

svn commit: r225973 - in head/sys/arm: arm include

2011-10-04 Thread Konstantin Belousov
Author: kib Date: Tue Oct 4 13:14:24 2011 New Revision: 225973 URL: http://svn.freebsd.org/changeset/base/225973 Log: Convert ARM to the syscallenter/syscallret system call sequence handlers. Tested by:gber MFC after:1 month Modified: head/sys/arm/arm/elf_machdep.c

svn commit: r225974 - head/lib/libc/sys

2011-10-04 Thread Konstantin Belousov
Author: kib Date: Tue Oct 4 13:15:12 2011 New Revision: 225974 URL: http://svn.freebsd.org/changeset/base/225974 Log: Remove no longer valid statement about ARM. MFC after:1 month Modified: head/lib/libc/sys/ptrace.2 Modified: head/lib/libc/sys/ptrace.2

svn commit: r225977 - head/sys/pc98/pc98

2011-10-04 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Oct 4 13:24:22 2011 New Revision: 225977 URL: http://svn.freebsd.org/changeset/base/225977 Log: MFi386: revision 225936 Add some improvements in the idle table callbacks: - Replace instances of manual assembly instruction hlt call with halt() function

Re: svn commit: r225937 - in head: . release release/amd64 release/i386 release/ia64 release/pc98 release/powerpc release/scripts release/sparc64 usr.sbin usr.sbin/sysinstall

2011-10-04 Thread Nathan Whitehorn
On 10/03/11 20:35, Daniel O'Connor wrote: On 04/10/2011, at 8:41, Craig Rodrigues wrote: Can bsdinstall be used as a drop-in replacement for sysinstall when run with the SCRIPT SYNTAX batch mode? If not, how much code would need to be added to bsdinstall? Or, is there some other utility, such

svn commit: r225979 - head/usr.bin/csup

2011-10-04 Thread Adrian Chadd
Author: adrian Date: Tue Oct 4 14:25:10 2011 New Revision: 225979 URL: http://svn.freebsd.org/changeset/base/225979 Log: Update the comment to reflect what is actually going on. Submitted by: mux Modified: head/usr.bin/csup/updater.c Modified: head/usr.bin/csup/updater.c

svn commit: r225980 - head/usr.bin/csup

2011-10-04 Thread Adrian Chadd
Author: adrian Date: Tue Oct 4 14:26:45 2011 New Revision: 225980 URL: http://svn.freebsd.org/changeset/base/225980 Log: Handle the situation where fixups_close() has been called but more fixups are still available on the queue. Without this, the fixups producer/consumer pipeline will

svn commit: r225981 - head/sys/kern

2011-10-04 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Oct 4 14:56:33 2011 New Revision: 225981 URL: http://svn.freebsd.org/changeset/base/225981 Log: Actually enforce limit for inheritable resources on fork. MFC after:3 days Modified: head/sys/kern/kern_racct.c Modified: head/sys/kern/kern_racct.c

svn commit: r225982 - head/usr.bin/fetch

2011-10-04 Thread Dag-Erling Smorgrav
Author: des Date: Tue Oct 4 15:00:54 2011 New Revision: 225982 URL: http://svn.freebsd.org/changeset/base/225982 Log: latin1 - utf8 Modified: head/usr.bin/fetch/fetch.1 Modified: head/usr.bin/fetch/fetch.1 == ---

Re: svn commit: r225372 - head/sys/kern

2011-10-04 Thread Bruce Evans
On Tue, 4 Oct 2011, Attilio Rao wrote: 2011/10/3 Bruce Evans b...@optusnet.com.au: On Mon, 26 Sep 2011, Attilio Rao wrote: 2011/9/4 Bruce Evans b...@optusnet.com.au: On Sun, 4 Sep 2011, Attilio Rao wrote: Also please notice that intr enable/disable happens in the wrong way as it is done

svn commit: r225988 - head/sys/arm/arm

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 16:53:11 2011 New Revision: 225988 URL: http://svn.freebsd.org/changeset/base/225988 Log: Fix build when DEBUG is defined (e.g. for LINT). Modified: head/sys/arm/arm/pmap.c Modified: head/sys/arm/arm/pmap.c

svn commit: r225990 - head/sys/arm/arm

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 16:55:53 2011 New Revision: 225990 URL: http://svn.freebsd.org/changeset/base/225990 Log: Include opt_* headers first. Otherwise we can end up with redefined symbols. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c

svn commit: r225991 - head/sys/arm/mv

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 16:58:20 2011 New Revision: 225991 URL: http://svn.freebsd.org/changeset/base/225991 Log: Fix build when DEBUG is defined in the kernel configuration file (e.g. LINT). Modified: head/sys/arm/mv/common.c head/sys/arm/mv/mv_machdep.c Modified:

svn commit: r225995 - head/sys/arm/include

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 17:00:50 2011 New Revision: 225995 URL: http://svn.freebsd.org/changeset/base/225995 Log: Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ and SGROWSIZ. They can be set in the kernel configuration file. Modified:

svn commit: r226013 - head/sys/conf

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 17:11:38 2011 New Revision: 226013 URL: http://svn.freebsd.org/changeset/base/226013 Log: Match the files directive and all the ways to add or subtract options and makeoptions by being a little smarter about REs. Modified: head/sys/conf/makeLINT.sed

svn commit: r226018 - head/sys/mips/cavium

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 17:49:19 2011 New Revision: 226018 URL: http://svn.freebsd.org/changeset/base/226018 Log: Partially revert r224661: octeon_ap_boot is not a bitmask. It holds the CPU Id of the AP currently being started. As such there's no need to make it a 64-bit integral

svn commit: r226020 - head/sys/mips/cavium

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 18:03:55 2011 New Revision: 226020 URL: http://svn.freebsd.org/changeset/base/226020 Log: o Clean up some ID printfs, and put under bootverbose o Remove redundant lookups of base address in cf_identify o Fix some indenting issues o Fix an

svn commit: r226021 - head/sys/mips/include

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 18:06:08 2011 New Revision: 226021 URL: http://svn.freebsd.org/changeset/base/226021 Log: Remove bogus and wrong definition of BLKDEV_IOSIZE. Wrong in that it must be guarded (it's configurable) and bogus in that there's absolutely no rationale for it not

svn commit: r226022 - head/sys/kern

2011-10-04 Thread Konstantin Belousov
Author: kib Date: Tue Oct 4 18:45:29 2011 New Revision: 226022 URL: http://svn.freebsd.org/changeset/base/226022 Log: Move parts of the commit log for r166167, where Tor explained the interaction between vnode locks and vfs_busy(), into comment. MFC after:1 week Modified:

Re: svn commit: r225937 - in head: . release release/amd64 release/i386 release/ia64 release/pc98 release/powerpc release/scripts release/sparc64 usr.sbin usr.sbin/sysinstall

2011-10-04 Thread Doug Barton
On 10/03/2011 16:32, Craig Rodrigues wrote: Hi, If pc-sysinstall can be a drop-in replacement for sysinstall in SCRIPT SYNTAX mode, even better. sysinstall needs to go... while people do use it, it has a lot of problems that aren't getting fixed, and it is clear that bsdinstall is the

svn commit: r226023 - head/sys/compat/linux releng/7.3 releng/7.3/sys/compat/linux releng/7.3/sys/conf releng/7.4 releng/7.4/sys/compat/linux releng/7.4/sys/conf releng/8.1 releng/8.1/sys/compat/li...

2011-10-04 Thread Colin Percival
Author: cperciva Date: Tue Oct 4 19:07:38 2011 New Revision: 226023 URL: http://svn.freebsd.org/changeset/base/226023 Log: Fix a bug in UNIX socket handling in the linux emulator which was exposed by the security fix in FreeBSD-SA-11:05.unix. Approved by: so (cperciva) Approved by:

svn commit: r226024 - in head/sys/mips/cavium: . octe

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 20:17:43 2011 New Revision: 226024 URL: http://svn.freebsd.org/changeset/base/226024 Log: Remove octeon_bootinfo from all files except octeon_machdep.c. Use instead cvmx_sysinfo_get() consistently. Reviewed by: jmallett, marcel Obtained from: Juniper

svn commit: r226025 - head/sys/mips/cavium

2011-10-04 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 4 20:30:15 2011 New Revision: 226025 URL: http://svn.freebsd.org/changeset/base/226025 Log: Add default address for FLASH mapping on the boot bus. Reviewed by: jmallett, marcel Obtained from: Juniper Networks, Inc Author: Andrew Duane Modified:

Re: svn commit: r226018 - head/sys/mips/cavium

2011-10-04 Thread Marcel Moolenaar
On Oct 4, 2011, at 10:28 PM, Juli Mallett wrote: Thanks! Sorry for the delay. -- Marcel Moolenaar mar...@xcllnt.net ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to

svn commit: r226026 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/tws sys/i386/conf sys/modules sys/modules/tws

2011-10-04 Thread Xin LI
Author: delphij Date: Tue Oct 4 21:40:25 2011 New Revision: 226026 URL: http://svn.freebsd.org/changeset/base/226026 Log: Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Many thanks for their contiued support to FreeBSD. This is version 10.80.00.003 from codeset 10.2.1

svn commit: r226027 - head/share/mk

2011-10-04 Thread Jilles Tjoelker
Author: jilles Date: Tue Oct 4 22:23:00 2011 New Revision: 226027 URL: http://svn.freebsd.org/changeset/base/226027 Log: Work around the autotools problem with the 10.0 version. With this, I can build various ports on a 10.0-CURRENT system without hacking or hiding the version number.

svn commit: r226028 - head/usr.sbin/portsnap/portsnap

2011-10-04 Thread Jilles Tjoelker
Author: jilles Date: Tue Oct 4 22:28:06 2011 New Revision: 226028 URL: http://svn.freebsd.org/changeset/base/226028 Log: portsnap: Detect error immediately if we can't fetch the snapshot metadata. Also add some quotes around command substitution where useful and possible. Reviewed

svn commit: r226029 - in head/sys: conf libkern sys

2011-10-04 Thread Jung-uk Kim
Author: jkim Date: Tue Oct 4 23:53:47 2011 New Revision: 226029 URL: http://svn.freebsd.org/changeset/base/226029 Log: Add strnlen() to libkern. Added: head/sys/libkern/strnlen.c - copied, changed from r225884, head/lib/libc/string/strnlen.c Modified: head/sys/conf/files

Re: svn commit: r225937 - in head: . release release/amd64 release/i386 release/ia64 release/pc98 release/powerpc release/scripts release/sparc64 usr.sbin usr.sbin/sysinstall

2011-10-04 Thread Craig Rodrigues
Nathan, I took at look at this page: http://wiki.pcbsd.org/index.php/Creating_an_Automated_Installation_with_pc-sysinstall and compared it to the man page for sysinstall: http://www.freebsd.org/cgi/man.cgi?query=sysinstallapropos=0sektion=0manpath=FreeBSD+8.2-RELEASEarch=defaultformat=html