summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Updated dependenciessjg2013-02-1620-40/+0
|
* We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths.sjg2013-02-161-2/+2
|
* If MAKESYSPATH contained .../ entry resolve it so that it still workssjg2013-02-161-1/+16
| | | | | | when we launch make from obj tree. If we don't have sysroot support we need some c++ and clang specific include dirs in the stage tree.
* Latest *dirdeps.mk and meta2depssjg2013-02-163-103/+181
|
* tweak STAGE_SETSsjg2013-02-161-3/+5
|
* hook stage_* to all: only as neededsjg2013-02-161-1/+5
|
* Remove duplicate option entriessjg2013-02-161-4/+2
|
* Sync with HEAD.obrien2013-02-08145-1966/+1772
|\
| * Build clang for little-endian arm by default. Due to size issues when builtandrew2013-02-051-1/+5
| | | | | | | | with gcc disable CLANG_FULL for now.
| * - Add CHECKSUM.* support in Makefile[1].hrs2013-02-031-42/+58
| | | | | | | | | | | | | | | | | | | | | | | | - Use ln -fs to create a symlink. - Remove pkgadd for docports. - Use WITHOUT_JADETEX=yes instead of WITH_JADETEX=no. - Add {WORLD,KERNEL}_FLAGS to [BTWK]MAKE. - Use makefs(8) and gpart(8) for sparc64 ISO image[2]. - Add publisher option to makefs(8)[2]. Based on work by: gjb[1] Discussed with: marius, nwhitehorn[2]
| * Regenerate src.conf(5).dim2013-02-021-0/+7
| |
| * Regenerate src.conf(5).dim2013-02-021-4/+25
| |
| * Pull in r170135 from upstream clang trunk:dim2013-02-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user specifies not to. Dont build ASTMatchers with Rewriter disabled and StaticAnalyzer when it's disabled. Without all those three, the clang binary shrinks (x86_64) from ~36MB to ~32MB (unstripped). To disable these clang components, and get a smaller clang binary built and installed, set WITHOUT_CLANG_FULL in src.conf(5). During the initial stages of buildworld, those extra components are already disabled automatically, to save some build time. MFC after: 1 week
| * Update svn port directory in release(7).gjb2013-01-311-2/+2
| | | | | | | | Submitted by: Nikolai Lifanov
| * Fix a problem introduced in r231057: in bsd.own.mk, move the test fordim2013-01-301-4/+1
| | | | | | | | | | | | | | whether clang is enabled to just after the last place where it could have been forced to "no". MFC after: 3 days
| * - Regengabor2013-01-291-4/+12
| |
| * - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromgabor2013-01-291-0/+1
| | | | | | | | | | | | | | | | DragonflyBSD and install it as bsdpatch. WITH_BSD_PATCH makes it default and installs GNU patch as gnupatch. Submitted by: pfg Obtained from: The DragonflyBSD Project
| * Technical corrections and improvements for the previous change.pluknet2013-01-281-4/+4
| | | | | | | | Submitted by: bde
| * Update and clarify comments regarding VFS op table initializationpluknet2013-01-241-2/+4
| | | | | | | | | | | | | | | | in the man page and its header counterpart. Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (initial version) Reviewed and further improved by: bde (previous version) All bugs are: mine
| * Don't link two different things to the same paths. As tiebreaker I'vebrooks2013-01-243-4/+4
| | | | | | | | | | | | picked the link that was installed last so as to not change the behavior. The one exception is sr_YU.ISO8859-2/LC_MONETARY where a file was being replaced by a link.
| * Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set.brooks2013-01-241-1/+1
| | | | | | | | It doesn't exist.
| * Indicate a bunch of new hardware support.eadler2013-01-241-1/+9
| | | | | | | | | | | | PR: docs/173893 Submitted by: Mathieu Simon <mathieu.sim@gmail.com> Approved by: bcr (mentor)
| * add myself to committers-doc.dotdru2013-01-221-0/+4
| | | | | | | | Approved by: bcr (mentor)
| * Import new (BSDL) device tree compiler. Now built by default, so that it can'ttheraven2013-01-222-0/+4
| | | | | | | | | | | | | | | | | | | | be used on the host system (and not installed on the device, if required). The GPL'd one is still available if there are any devices that need it (make universe passes with it, including kernels that use fdt, but there may be some out-of-tree ones). WITH_GPL_DTC can be used to select the old one, for now. Probably won't be MFC'd, but we'll remove the GPL'd version in head after the new one has had a lot more testing and ship it in 10.0.
| * - Mark SUP_UPDATE as deprecated in make.conf(5), providinggjb2013-01-221-5/+6
| | | | | | | | | | | | | | | | instructions to use SVN_UPDATE or freebsd-update(8). - While here, remove bogus NO_WWWUPDATE. MFC after: 3 days
| * Install the template info directory with mode 644 instead of 444 tobrooks2013-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | allow it to be updated by its owner without resorting to privilege. This is required by upcoming changes to allow installworld to work as a non-root user. Sponsored by: DARPA, AFRL Reviewed by: ian, ray, rpaulo
| * Replace all known uses of ln in the build process with appropriatebrooks2013-01-216-9/+18
| | | | | | | | | | | | | | | | install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK variables. Sponsored by: DARPA, AFRL Reviewed by: ian, ray, rpaulo
| * Use C99 sparse initialization for struct vfsops in pseudocode.pluknet2013-01-211-16/+6
| | | | | | | | Where here, use conventional fsname.
| * Link the bhyve(4) man page to the build so the man page is actually installed.neel2013-01-201-0/+2
| | | | | | | | Pointed out by: wxs@
| * Merge projects/bhyve to head.neel2013-01-192-0/+69
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 'bhyve' was developed by grehan@ and myself at NetApp (thanks!). Special thanks to Peter Snyder, Joe Caradonna and Michael Dexter for their support and encouragement. Obtained from: NetApp
| | * IFC @ r245542neel2013-01-173-3/+4
| | |\
| | * \ IFC @ r245509neel2013-01-1714-135/+62
| | |\ \
| | * \ \ IFC @ r245178neel2013-01-0911-326/+73
| | |\ \ \
| | * | | | Add man page for bhyve(4). The project as well as the man page is aneel2013-01-071-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work-in-progress. This is the first man page I have written so apologies in advance if it offends anybody's sensibilities :-) Reviewed by: grehan Obtained from: NetApp
| | * | | | IFC @ r244983.neel2013-01-0435-187/+349
| | |\ \ \ \
| | * \ \ \ \ IFC @r243836neel2012-12-0414-81/+107
| | |\ \ \ \ \
| | * \ \ \ \ \ IFC @ r243164neel2012-11-1762-793/+512
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ IFC @ r242940neel2012-11-137-345/+345
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ IFC @ r242684neel2012-11-11155-2160/+11681
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ IFC @ r238370grehan2012-07-11201-782/+2495
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ IFC @ r234692grehan2012-04-26304-1964/+3862
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * \ \ \ \ \ \ \ \ \ \ IFC to head to catch up the bhyve branchsbruno2012-01-0454-579/+2114
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: grehan@
| | * \ \ \ \ \ \ \ \ \ \ \ IFC @ r227804grehan2011-11-2249-308/+1281
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull in the virtio drivers from head.
| | * \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r226824grehan2011-10-2736-109/+675
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r225592grehan2011-09-1543-348/+534
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sys/dev/bvm/bvm_console.c - move up to the new alt-break order.
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r224187grehan2011-07-1816-11370/+20280
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r223696 to pick up dfr's userbootgrehan2011-06-304-4/+30
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r222830grehan2011-06-2846-138/+558
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ r222256grehan2011-05-2436-247/+489
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ First cut to port bhyve, vmmctl, and libvmmapi to HEAD.jhb2011-05-151-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud