summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Switch fstyp build to toggle ZFS support on WITHOUT_ZFS rather than WITHOUT_CDDLallanjude2015-06-233-6/+6
| | | | | | | | PR: 200976 Approved by: imp MFC after: 1 week Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D2045
* Fix the build for gcc by lowering the WARNS levelallanjude2015-06-201-1/+1
| | | | | Approved by: sbruno X-MFC-With: r284589
* add SO_REUSEADDR when starting debug port, lets you still bind whenjmg2015-06-201-0/+9
| | | | | | | a TIME_WAIT socket is still around... Reviewed by: grehan Review: https://reviews.freebsd.org/D2875
* Interim fix for "Login not found" error.dteske2015-06-192-10/+10
| | | | | | PR: bin/196514 MFC after: 3 days X-MFC-to: stable/10
* Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)allanjude2015-06-196-19/+244
| | | | | | | | | | | | Functionality is hidden behind the -u flag to avoid confusing automounters PR: 200823 Reviewed by: asomers, eadler, wblock (man page) Approved by: trasz MFC after: 10 days Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D2045
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them usetrasz2015-06-184-18/+19
| | | | | | | | | | | a single space (" ") as a CD9660 label name when no label was present. Similar problem was also present in msdosfs label recognition. PR: 200828 Differential Revision: https://reviews.freebsd.org/D2830 Reviewed by: asomers@, emaste@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
* Allow '@' in unquoted strings, such as with the "path" statement. Notetrasz2015-06-181-1/+1
| | | | | | | | that one can use any character they like by using double quotes. PR: 200895 MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-1812-51/+385
| | | | | | | | | | | | | | | | | | | | | devmem is used to represent MMIO devices like the boot ROM or a VESA framebuffer where doing a trap-and-emulate for every access is impractical. devmem is a hybrid of system memory (sysmem) and emulated device models. devmem is mapped in the guest address space via nested page tables similar to sysmem. However the address range where devmem is mapped may be changed by the guest at runtime (e.g. by reprogramming a PCI BAR). Also devmem is usually mapped RO or RW as compared to RWX mappings for sysmem. Each devmem segment is named (e.g. "bootrom") and this name is used to create a device node for the devmem segment (e.g. /dev/vmm/testvm.bootrom). The device node supports mmap(2) and this decouples the host mapping of devmem from its mapping in the guest address space (which can change). Reviewed by: tychon Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D2762 MFC after: 4 weeks
* new dependssjg2015-06-1620-31/+1
|
* syslogd: re-read the timezone when receive a SIGHUP.rpaulo2015-06-161-0/+18
| | | | | | | | | | | syslogd already re-reads the configuration file and the hostname when receiving a SIGHUP, so it makes sense to reset the timezone. Special care was taken to ensure we don't break installations running with a custom TZ variable. PR: 196905 Submitted by: Kurt Lidl <lidl pix.net> Sponsored by: Pi-Coral, Inc.
* syslogd: don't leak finet0.rpaulo2015-06-161-0/+1
| | | | | Submitted by: Kurt Lidl <lidl pix.net> Sponsored by: Pi-Coral, Inc.
* syslogd: support multiple -b options.rpaulo2015-06-162-8/+44
| | | | | | | | It's now possible to bind multiple sockets to different IP addresses. PR: 159305 Submitted by: Kurt Lidl <lidl pix.net> Sponsored by: Pi-Coral, Inc.
* Skip src component if /usr/src is empty.delphij2015-06-151-4/+12
| | | | | | | Differential Revision: https://reviews.freebsd.org/D2364 Submitted by: kczekirda Reviewed by: cperciva, delphij, nwhitehorn, allanjude MFC after: 2 weeks
* Change -Wl,-r back to -r so gcc doesn't pass --relax to the linker on sometijl2015-06-151-1/+1
| | | | | | architectures. PR: 200881
* Change the documentation to reflect where the -V option should be usedbapt2015-06-141-2/+2
| | | | Suggested by: kientzle
* Tell the compiler that -dc and -r are linker flags.tijl2015-06-141-1/+1
| | | | Reviewed by: adrian
* Fix typo - this upsets llvm/gcc-4.9, but not gcc-4.2 for some reason.adrian2015-06-141-1/+1
|
* Fix up crunchgen binary generation to work with external cross-buildadrian2015-06-131-2/+3
| | | | | | | | | | | | | tools. * Allow STRIP to be overridden by the environment * Use CC to tie things together, not LD Tested: * i386, mips32 Submitted by: kan
* Add META_MODE support.sjg2015-06-13291-0/+6238
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * Remove extra blank linessjg2015-06-101-1/+0
| |
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-08276-552/+1
| |
| * Merge sync of headsjg2015-05-27539-5747/+20181
| |\
| * | Removed from headsjg2014-11-1915-3775/+0
| | |
| * | Updated/new dependenciessjg2014-11-196-6/+4
| | |
| * | Merge from head@274682sjg2014-11-19257-3052/+10404
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-19313-1217/+5075
| |\ \ \
| * | | | New dependenciessjg2014-05-171-0/+15
| | | | |
| * | | | Updated dependenciessjg2014-05-16244-216/+44
| | | | |
| * | | | Updated dependenciessjg2014-05-10216-0/+431
| | | | |
| * | | | Merge from headsjg2014-05-0853-157/+328
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-28469-23721/+22935
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284sjg2013-10-13153-1496/+12697
| |\ \ \ \ \ \
| * | | | | | | We do want objdirsjg2013-10-136-6/+0
| | | | | | | |
| * | | | | | | Updated dependenciessjg2013-10-1314-3/+38
| | | | | | | |
| * | | | | | | New dependenciessjg2013-10-136-0/+96
| | | | | | | |
| * | | | | | | Merge headsjg2013-09-118-36/+225
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-05305-9536/+14136
| |\ \ \ \ \ \ \ \
| * | | | | | | | | New/updated dependenciessjg2013-04-145-6/+8
| | | | | | | | | |
| * | | | | | | | | sync from headsjg2013-04-12149-5223/+9575
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated dependenciessjg2013-03-11271-0/+279
| | | | | | | | | | |
| * | | | | | | | | | Updated dependenciessjg2013-02-16297-594/+14
| | | | | | | | | | |
| * | | | | | | | | | Sync with HEAD.obrien2013-02-08260-8735/+16637
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Updated/new Makefile.dependsjg2012-11-0816-1/+86
| | | | | | | | | | | |
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-04380-1989/+26246
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-22312-3/+6992
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
| * | | | | | | | | | | | | | | | MFC: r237574: crunchen uses the same make binary as the rest of the buildobrien2012-06-251-5/+11
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Get rid of some more NO_OBJssjg2015-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: D2748
* | | | | | | | | | | | | | | | | Remove NO_OBJsjg2015-06-115-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
* | | | | | | | | | | | | | | | | backout remove of -q option for pw [user|group] nextbapt2015-06-084-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the return code is broken, some corner case usage depends on the functionnality, so backout until we get better regression tests covering those corner case usage.
* | | | | | | | | | | | | | | | | Fix typobapt2015-06-081-1/+1
| | | | | | | | | | | | | | | | |
OpenPOWER on IntegriCloud