#
3a480126 |
| 24-Aug-2012 |
Baptiste Daroussin <bapt@FreeBSD.org> |
- change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8) - if not on a tty prompt about the missing pkg(8) but default on 'no' except if ASSUME_ALWAYS_YES is set
MFC after: 2 da
- change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8) - if not on a tty prompt about the missing pkg(8) but default on 'no' except if ASSUME_ALWAYS_YES is set
MFC after: 2 days
show more ...
|
#
de720122 |
| 15-Jul-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r236710 through r238467.
|
#
e18ad51c |
| 15-Jul-2012 |
Alexander Kabaev <kan@FreeBSD.org> |
Make pkg bootstrap program ask for confirmation before proceeding.
The previous behaviour was to silently download and install the pkg package, without ever telling user about what it was doing and
Make pkg bootstrap program ask for confirmation before proceeding.
The previous behaviour was to silently download and install the pkg package, without ever telling user about what it was doing and why.
Discussed with: bapt Reviewed by: kib
show more ...
|
#
b652778e |
| 11-Jul-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r238370
|
#
2d5e7d2e |
| 30-May-2012 |
Will Andrews <will@FreeBSD.org> |
IFC @ r236291. Diff reductions to the enclosure driver made in r235911.
|
#
31ccd489 |
| 28-May-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r236168.
|
#
514ead92 |
| 21-May-2012 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Add missing \n when generating pkg.conf
Reported by: beat Approved by: des (mentor) MFC after: 1 day
|
#
6a068746 |
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
2fe3761e |
| 01-May-2012 |
Baptiste Daroussin <bapt@FreeBSD.org> |
- close the open file after fetching - create a default /usr/local/etc/pkg.conf
Approved by: des (mentor)
|
#
3d328873 |
| 30-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r234834.
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
#
a6454741 |
| 16-Apr-2012 |
Baptiste Daroussin <bapt@FreeBSD.org> |
- Use _PATH_TMP instead of hardcoded /tmp - more style(9) fixes - some refactoring - better error detection - Add the DPADD to Makefile
Submitted by: Garrett Cooper <yanegomi@gmail.com> Approved by:
- Use _PATH_TMP instead of hardcoded /tmp - more style(9) fixes - some refactoring - better error detection - Add the DPADD to Makefile
Submitted by: Garrett Cooper <yanegomi@gmail.com> Approved by: des (mentor)
show more ...
|
#
3b05c2a8 |
| 15-Apr-2012 |
Baptiste Daroussin <bapt@FreeBSD.org> |
- Fix style(9) bugs + inconsistencies
Submitted by: marius Approved by: des (mentor)
|
#
ce36f45d |
| 15-Apr-2012 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Do not do double initialisation style(9) says for (;;) not while (1)
Reported by: culot Approved by: des
|
#
3aa4b42a |
| 15-Apr-2012 |
Baptiste Daroussin <bapt@FreeBSD.org> |
add usr.sbin/pkg which is a bootstrap tool for pkgng. it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if a user want to use a different API from the base one for its package
add usr.sbin/pkg which is a bootstrap tool for pkgng. it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if a user want to use a different API from the base one for its packages) it has no man page on purpose to avoid hidding the pkg(8) man page from the pkgng package. for now uses pkgbeta.FreeBSD.org as default mirror to find its package it respects MK_PKGTOOLS
Approved by: des (mentor)
show more ...
|