On Mon, Oct 3, 2011 at 6:35 PM, Daniel O'Connor 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 200 lines, a f
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 as something from the PC-BSD suite
Author: adrian
Date: Tue Oct 4 00:32:10 2011
New Revision: 225957
URL: http://svn.freebsd.org/changeset/base/225957
Log:
Add an AR5416 aware version of the "current RSSI" function.
Pre-11n devices and AR5416 use AR_PHY(263) for current RX RSSI.
AR9130 and later have a fourth calibration
Author: thompsa
Date: Tue Oct 4 00:15:40 2011
New Revision: 225955
URL: http://svn.freebsd.org/changeset/base/225955
Log:
Allow ixp425 boot2 to compile after r219452
Modified:
head/sys/boot/arm/ixp425/boot2/boot2.c
Modified: head/sys/boot/arm/ixp425/boot2/boot2.c
===
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 future for FreeBSD installation.
Nathan is doing a g
On 10/03/11 15:54, Garrett Cooper wrote:
On Oct 3, 2011, at 1:52 PM, Doug Barton wrote:
On 10/03/2011 08:13, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Mon Oct 3 15:13:09 2011
New Revision: 225937
URL: http://svn.freebsd.org/changeset/base/225937
Log:
Farewall, sysinstall! You served
On Mon, Oct 3, 2011 at 3:11 PM, Craig Rodrigues wrote:
> On Mon, Oct 3, 2011 at 8:13 AM, Nathan Whitehorn
> wrote:
>> Author: nwhitehorn
>> Date: Mon Oct 3 15:13:09 2011
>> New Revision: 225937
>> URL: http://svn.freebsd.org/changeset/base/225937
>>
>> Log:
>> Farewall, sysinstall! You served
On Mon, Oct 3, 2011 at 8:13 AM, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Oct 3 15:13:09 2011
> New Revision: 225937
> URL: http://svn.freebsd.org/changeset/base/225937
>
> Log:
> Farewall, sysinstall! You served us well for many years, but 10.0 is one
> digit beyond your time.
Author: ivoras
Date: Mon Oct 3 21:48:10 2011
New Revision: 225954
URL: http://svn.freebsd.org/changeset/base/225954
Log:
Don't chop IO into small pieces, follow cp(1) and just use MAXPHYS.
Modified:
head/bin/mv/mv.c
Modified: head/bin/mv/mv.c
Author: mav
Date: Mon Oct 3 21:19:15 2011
New Revision: 225953
URL: http://svn.freebsd.org/changeset/base/225953
Log:
Revert r225875, r225877:
It is reported that on some chips (e.g. the 970MP) behavior of POW bit set
simultaneously with modifying other bits is undefined and may cause hangs
On Oct 3, 2011, at 1:52 PM, Doug Barton wrote:
> On 10/03/2011 08:13, Nathan Whitehorn wrote:
>> Author: nwhitehorn
>> Date: Mon Oct 3 15:13:09 2011
>> New Revision: 225937
>> URL: http://svn.freebsd.org/changeset/base/225937
>>
>> Log:
>> Farewall, sysinstall! You served us well for many years
On 10/03/2011 08:13, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Oct 3 15:13:09 2011
> New Revision: 225937
> URL: http://svn.freebsd.org/changeset/base/225937
>
> Log:
> Farewall, sysinstall! You served us well for many years, but 10.0 is one
> digit beyond your time.
sysinstal
Author: nwhitehorn
Date: Mon Oct 3 20:49:02 2011
New Revision: 225952
URL: http://svn.freebsd.org/changeset/base/225952
Log:
Now that its only consumer is gone (sysinstall), remove libftpio as well.
Deleted:
head/lib/libftpio/
Modified:
head/ObsoleteFiles.inc
head/lib/Makefile
Modified:
Author: nwhitehorn
Date: Mon Oct 3 20:46:36 2011
New Revision: 225951
URL: http://svn.freebsd.org/changeset/base/225951
Log:
Fix a number of platform problems in this file (mostly assuming that only
amd64 has lib32).
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: ken
Date: Mon Oct 3 20:32:55 2011
New Revision: 225950
URL: http://svn.freebsd.org/changeset/base/225950
Log:
Add descriptor sense support to CAM, and honor sense residuals properly in
CAM.
Desriptor sense is a new sense data format that originated in SPC-3. Among
other things
Author: qingli
Date: Mon Oct 3 19:51:18 2011
New Revision: 225947
URL: http://svn.freebsd.org/changeset/base/225947
Log:
A system may have multiple physical interfaces, all of which are on the
same prefix. Since a single route entry is installed for the prefix
(without RADIX_MPATH), incomin
On Mon, 26 Sep 2011, Attilio Rao wrote:
2011/9/4 Bruce Evans :
On Sun, 4 Sep 2011, Attilio Rao wrote:
Also please notice that intr enable/disable happens in the wrong way
as it is done via the MD (x86 specific likely) interface. This is
wrong for 2 reasons:
No, intr_disable() is MI. ??It is
Author: qingli
Date: Mon Oct 3 19:06:55 2011
New Revision: 225946
URL: http://svn.freebsd.org/changeset/base/225946
Log:
This patch allows ARP to work properly in the presence of
self-referencing routes. This patch is a rework of r223862.
Reviewed by: bz, zec
MFC after:5 days
Mod
Author: jkim
Date: Mon Oct 3 18:05:51 2011
New Revision: 225945
URL: http://svn.freebsd.org/changeset/base/225945
Log:
Remove a redundant check for libncp.
Submitted by: Alexander Sack (asack at niksun dot com)
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
===
Author: trasz
Date: Mon Oct 3 17:40:55 2011
New Revision: 225944
URL: http://svn.freebsd.org/changeset/base/225944
Log:
Move some code inside the racct_proc_fork(); it spares a few lock operations
and it's more logical this way.
MFC after:3 days
Modified:
head/sys/kern/kern_fork.c
Author: kib
Date: Mon Oct 3 17:01:31 2011
New Revision: 225943
URL: http://svn.freebsd.org/changeset/base/225943
Log:
Do not allow the kernel to access usermode pages without installed
fault handler. Panic immediately in such situation, on i386 and amd64.
Reviewed by: avg, jhb
MFC aft
Author: kib
Date: Mon Oct 3 16:58:58 2011
New Revision: 225942
URL: http://svn.freebsd.org/changeset/base/225942
Log:
Assert that exiting process does not return to usermode.
Reviewed by: avg, jhb
MFC after:1 week
Modified:
head/sys/kern/subr_trap.c
Modified: head/sys/kern/subr_
Author: adrian
Date: Mon Oct 3 16:30:18 2011
New Revision: 225941
URL: http://svn.freebsd.org/changeset/base/225941
Log:
Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP.
This fixes a panic on PPC.
Submitted by: novel
Obtained from:OpenBSD, sys/dev/
Author: trasz
Date: Mon Oct 3 16:23:20 2011
New Revision: 225940
URL: http://svn.freebsd.org/changeset/base/225940
Log:
Fix another bug introduced in r225641, which caused rctl to access certain
fields in 'struct proc' before they got initialized in do_fork().
MFC after:3 days
Modif
Author: trasz
Date: Mon Oct 3 15:32:15 2011
New Revision: 225938
URL: http://svn.freebsd.org/changeset/base/225938
Log:
Fix bug introduced in r225641, which would cause panic if racct_proc_fork()
returned error -- the racct_destroy_locked() would get called twice.
MFC after:3 days
M
On Sun Oct 2 11, Glen Barber wrote:
> Author: gjb (doc committer)
> Date: Sun Oct 2 16:05:19 2011
> New Revision: 225927
> URL: http://svn.freebsd.org/changeset/base/225927
>
> Log:
> Correct a typo that was introduced in 225912
>
> Submitted by: Valentin Nechayev (netch % n
Author: nwhitehorn
Date: Mon Oct 3 15:13:09 2011
New Revision: 225937
URL: http://svn.freebsd.org/changeset/base/225937
Log:
Farewall, sysinstall! You served us well for many years, but 10.0 is one
digit beyond your time.
Various sysinstall dependencies (e.g. libftpio, libdisk, libodialo
Author: attilio
Date: Mon Oct 3 14:23:00 2011
New Revision: 225936
URL: http://svn.freebsd.org/changeset/base/225936
Log:
Add some improvements in the idle table callbacks:
- Replace instances of manual assembly instruction "hlt" call
with halt() function calling.
- In cpu_idle_mwait()
Author: adrian
Date: Mon Oct 3 12:12:03 2011
New Revision: 225934
URL: http://svn.freebsd.org/changeset/base/225934
Log:
Port over the radar pulse decoding code common to the AR5416 and later
chipsets.
Obtained from:Atheros
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.
29 matches
Mail list logo