On Fri, Jan 11, 2013 at 03:40:35PM -0800, Peter Wemm wrote:
> On Fri, Jan 11, 2013 at 3:19 PM, Peter Wemm wrote:
> > On Fri, Jan 11, 2013 at 3:08 PM, Brooks Davis wrote:
> >
> >> -IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
> >> +IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
> >>
Author: brooks
Date: Fri Jan 11 23:44:35 2013
New Revision: 245318
URL: http://svnweb.freebsd.org/changeset/base/245318
Log:
Revert r245316. Systems with non-standard uids/gids are more prevalent
that I'd feared. Discussion is ongoing about the scope of a safer
solution.
Modified:
head/
Author: imp
Date: Fri Jan 11 23:42:24 2013
New Revision: 245317
URL: http://svnweb.freebsd.org/changeset/base/245317
Log:
MFi386: Make similar changes that were made to atkbdc in r245315.
Modified:
head/sys/pc98/cbus/pckbd.c
Modified: head/sys/pc98/cbus/pckbd.c
==
On Fri, Jan 11, 2013 at 3:19 PM, Peter Wemm wrote:
> On Fri, Jan 11, 2013 at 3:08 PM, Brooks Davis wrote:
>
>> -IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
>> +IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
>> + INSTALL="install -N ${.CURDIR}/etc" \
>> +
On Fri, Jan 11, 2013 at 3:08 PM, Brooks Davis wrote:
> -IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
> +IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
> + INSTALL="install -N ${.CURDIR}/etc" \
> + MTREE_CMD="nmtree -N ${.CURDIR}/etc"
How does this work w
Author: brooks
Date: Fri Jan 11 23:08:19 2013
New Revision: 245316
URL: http://svnweb.freebsd.org/changeset/base/245316
Log:
Use the -N option to install and nmtree to eliminate the need for the
checks for missing users and groups.
Sponsored by: DARPA, AFRL
Modified:
head/Makefile.inc1
Author: imp
Date: Fri Jan 11 21:42:23 2013
New Revision: 245315
URL: http://svnweb.freebsd.org/changeset/base/245315
Log:
Pass the device_t into atkbd_{probe,attach}_unit and get the
controller unit and keyboard unit from there. It will be needed
for other things in the future as well...
Mo
Author: imp
Date: Fri Jan 11 21:19:45 2013
New Revision: 245314
URL: http://svnweb.freebsd.org/changeset/base/245314
Log:
style(9) changes before I do more real changes.
Modified:
head/sys/dev/atkbdc/atkbd.c
Modified: head/sys/dev/atkbdc/atkbd.c
==
Author: brooks
Date: Fri Jan 11 21:11:01 2013
New Revision: 245313
URL: http://svnweb.freebsd.org/changeset/base/245313
Log:
Bump __FreeBSD_version for install -N and (belatedly) nmtree.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
Author: brooks
Date: Fri Jan 11 20:53:28 2013
New Revision: 245312
URL: http://svnweb.freebsd.org/changeset/base/245312
Log:
Implement the -N option which allows an alternate passwd and
group file to be used. This is useful for installing on systems where
a user or group does not currently
Author: brooks
Date: Fri Jan 11 20:51:02 2013
New Revision: 245311
URL: http://svnweb.freebsd.org/changeset/base/245311
Log:
Add pwcache(3) and vis(3) to libegacy as install(1) is about to grow a
dependency on them.
Sponsored by: DARPA, AFRL
Modified:
head/tools/build/Makefile
Modifie
Author: mav
Date: Fri Jan 11 19:11:56 2013
New Revision: 245310
URL: http://svnweb.freebsd.org/changeset/base/245310
Log:
- Add missig xpt_schedule() call for cases when requested immediate CCB
priority is lower then payload/TUR one.
- Reduce TUR priority and avoid sending them if there a
Author: brooks
Date: Fri Jan 11 18:37:51 2013
New Revision: 245309
URL: http://svnweb.freebsd.org/changeset/base/245309
Log:
Use find -exec to install zoneinfo instead of requiring xargs to be an
install tool.
Suggested by: delphij
Modified:
head/Makefile.inc1
head/share/zoneinfo/Mak
Author: brooks
Date: Fri Jan 11 17:51:03 2013
New Revision: 245308
URL: http://svnweb.freebsd.org/changeset/base/245308
Log:
Add contrib/libc-vis to the include path so we reliably pick up the right
version of vis.h.
Reported by: dim
Modified:
head/lib/libc/gen/Makefile.inc
Modified:
On 01/11/2013 05:38, Jayachandran C. wrote:
> On Tue, Jan 8, 2013 at 3:12 AM, Andre Oppermann wrote:
>> On 07.01.2013 20:32, Alan Cox wrote:
>>> On 01/07/2013 12:47, Oleksandr Tymoshenko wrote:
On 12/27/2012 6:46 PM, Oleksandr Tymoshenko wrote:
> On 12/18/2012 1:59 AM, Alan Cox wrote:
>>>
Author: obrien
Date: Fri Jan 11 17:34:30 2013
New Revision: 245307
URL: http://svnweb.freebsd.org/changeset/base/245307
Log:
Add support for Lua 5.2.
Submitted by: skreuzer
Modified:
head/contrib/file/Magdir/lua
Modified: head/contrib/file/Magdir/lua
Author: mav
Date: Fri Jan 11 16:10:11 2013
New Revision: 245306
URL: http://svnweb.freebsd.org/changeset/base/245306
Log:
Do not schedule periph for payload/TUR requests if reprobe is in progress
to avoid sending extra READ CAPACITY requests by dastart(). Schedule periph
again on reprobe co
Author: brooks
Date: Fri Jan 11 15:50:01 2013
New Revision: 245305
URL: http://svnweb.freebsd.org/changeset/base/245305
Log:
In r244401 I accidently moved strunvis and strunvisx from version 1.0 to
1.3 breaking the libc ABI. Revert that change (breaking the ABI again
for users who updated af
Author: theraven
Date: Fri Jan 11 15:05:55 2013
New Revision: 245304
URL: http://svnweb.freebsd.org/changeset/base/245304
Log:
Merge new version of libcxxrt. This brings in three fixes:
- Don't treat pointers to members as pointers in catch blocks (they're usually
fat pointers).
-
On Tue, Jan 8, 2013 at 3:12 AM, Andre Oppermann wrote:
> On 07.01.2013 20:32, Alan Cox wrote:
>>
>> On 01/07/2013 12:47, Oleksandr Tymoshenko wrote:
>>>
>>> On 12/27/2012 6:46 PM, Oleksandr Tymoshenko wrote:
On 12/18/2012 1:59 AM, Alan Cox wrote:
>
> On 12/17/2012 23:40, Oleksand
Author: delphij
Date: Fri Jan 11 10:22:09 2013
New Revision: 245297
URL: http://svnweb.freebsd.org/changeset/base/245297
Log:
Add ID for Nuvoton WPCM450RA0BX found on Supermicro X9SCA-F motherboards.
While I'm there, also make this driver to attach to devices that have
an unknown device I
Author: zont
Date: Fri Jan 11 09:58:35 2013
New Revision: 245296
URL: http://svnweb.freebsd.org/changeset/base/245296
Log:
- Improve readability of sys_obreak().
Suggested by: alc
Reviewed by: alc
Approved by: kib (mentor)
MFC after:1 week
Modified:
head/sys/vm/vm_unix.c
Mod
On 2013-01-09, Warner Losh wrote:
> > I do not object, but IMHO having names with the spaces in /dev is weird
> > and possibly problematic.
I agree and my my preference was also to disallow spaces. However I
expected that someone might complain.
> > This was the reason of my initial request to
>
23 matches
Mail list logo