share and pc-sysinstall: adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual
share and pc-sysinstall: adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.Commit these apart because compile testing doesn't guarantee I didn't madesome nasty mistake. No functional change intended.
show more ...
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Export some new busdma stats via sysctl for armv6. Added: hw.busdma.tags_total: 46 hw.busdma.maps_total: 1302 hw.busdma.maps_dmamem: 851 hw.busdma.maps_coherent: 849 hw.busdma.maploads_total:
Export some new busdma stats via sysctl for armv6. Added: hw.busdma.tags_total: 46 hw.busdma.maps_total: 1302 hw.busdma.maps_dmamem: 851 hw.busdma.maps_coherent: 849 hw.busdma.maploads_total: 1568812 hw.busdma.maploads_bounced: 16750 hw.busdma.maploads_coherent: 920 hw.busdma.maploads_dmamem: 920 hw.busdma.maploads_mbuf: 1542766 hw.busdma.maploads_physmem: 0
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Add support to pc-sysinstall's create-part feature, to create non MBR type partitions,such as GPT and others.PR: bin/154684Submitted by: kmooreApproved by: kib (mentor, implicit)
mdoc: drop redundant .Pp and .LP callsThey have no effect when coming in pairs, or before .Bl/.Bd
mdoc: fix manlint warnings by unbreaking mdoc syntax
pc-sysinstall(8) patch that allows images to be written to disksThis patch creates the "image" directive for the pc-sysinstall configfile. This allows disks to be configured with an image instead
pc-sysinstall(8) patch that allows images to be written to disksThis patch creates the "image" directive for the pc-sysinstall configfile. This allows disks to be configured with an image instead ofpartitioning.PR: 150137Submitted by: John Hixson
Indent things consistentlyPR: 149926Submitted by: John Hixson
Added "-m" option to "disk-list" to list memory disks along withstandard disks.PR: 149749Submitted by: John Hixson
Some cleanup, changed some echo's to echo_log, check for PROGDIR sothat different PROGDIR's can be set.PR: 148806Submitted by: John Hixson
Various updates to support new pc-sysinstall directive"installPackages" that will install packages and all packagedependencies.PR: 148606Submitted by: John Hixon
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whiletranslating these manual pages. Minor corrections by me.Submitted by: Nobuyuki Koganemaru <[email protected]>
Add support for packages.PR: 148584Submitted by: John Hixon
A few patches from Ed Maste by way of Kris Moore1. Change detect-vmware to detect-emulation2. improve laptop detection3. better, network descriptions
Properly inherit variables from src/usr.sbin/Makefile.inc forsubdirectories of pc-sysinstall. Back out explicit setting inpc-sysinstall/pc-sysinstall/Makefile.
Update pc-sysinstall to output list of FTP mirrors as well as someinstallation information. Export architecture to install.PR: 148184Submitted by: John Hixson
Spell iXsystems, Inc properlySubmitted by: delphij@
Fix a stray PC-BSDism, on FreeBSD, we install these things into /usr/share
Makefile overlooked in r2095137
Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisshell script is the back end logic necessary for an installer. Itcontains both query routines to allow a front-end installer to p
Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisshell script is the back end logic necessary for an installer. Itcontains both query routines to allow a front-end installer to presentreasonable choices to the user and also action routines which allowthe front end installer to put a FreeBSD distribution onto a disk. Itsupports installing onto the usual suspects, as well as advancedfeatures like Mirroring, ZFS, Encryprion and GPT labels.While this is only the back-end of the installer, it can do unattendedscripted installations. In PC-BSD's world view, all installations arescripted and all the front-end does is write the script. As such, itis useful in its own right.This has been extensively tested over the past several releases ofPC-BSD. However, differences between that environment and FreeBSDsuggest there will be a period of shake-out while those differencesare discovered and corrected.A text-based front-end is in the works. For the GUI-based front-end,you can use the PC-BSD distribution.Kris' BSDcan paper on pc-sysinstall is linked off his talk on theBSDcan site: http://www.bsdcan.org/2010/schedule/events/173.en.htmlThe man page is written by Josh Paetzel, and I wrote the Makefiles forthe FreeBSD integration. Kris wrote the rest.This represents version r7010 in the PC-BSD repo.http://svn.pcbsd.org/pcbsd/current/pc-sysinstallSubmitted by: kris@Sponsored by: iX Systems