summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Simplify and significantly speed up the timezone listing backend script.emaste2010-10-191-13/+4
| | | | Reviewed by: imp
* Minor cleanup, including sysctl -n instead of sed to remove the sysctlemaste2010-10-191-4/+1
| | | | | | name. Reviewed by: imp
* mdoc: drop even more redundant .Pp callsuqs2010-10-192-3/+0
| | | | | | No change in rendered output, less mandoc lint warnings. Tool provided by: Nobuyuki Koganemaru n-kogane at syd.odn.ne.jp
* Log if fopen() fails.glebius2010-10-181-1/+4
| | | | Reviewed by: brian
* Fix a grammatical error connected to the previous commit.bcr2010-10-161-1/+1
| | | | Spotted by: gjb@
* Correct some typos in comments, no functional changes.bcr2010-10-161-1/+1
|
* Enable the shared memory reference clock driver. The GPS devices areglebius2010-10-141-1/+1
| | | | | | | getting more and more popular, as source of precise time, and the gpsd daemon from ports is using the shared memory to synchronize with ntpd. Reviewed by: roberto
* Use the RFC2606 domain example.com in examples.brucec2010-10-131-2/+2
|
* Create the /bin/rmail symlink (which mailers such as postfixmarkm2010-10-121-0/+4
| | | | | | | | | and Exim can use). This is something I thought I committed MONTHS ago, but it appears that I fatfingered it and made a local commit. Pass the pointy hat, please.
* - Add support for xz compression to pkg_create, bzip2 remains the defaultflz2010-10-126-8/+36
| | | | | | | | compression algorithm. - Bump PKG_INSTALL_VERSION to 20101012. Submitted by: mm MFC after: 1 month
* Add code to print the number and type of the CPU that is present ingnn2010-10-111-0/+4
| | | | | | | the system as well has how many PMCs there are per CPU. In this code CPU and core are equivalent. MFC after: 1 day
* Fix compile with -DDEBUG by using the correct mfi_pd_ref union definitionrandi2010-10-101-2/+2
| | | | | | | | | in mfireg.h. Submitted by: gcooper Reviewed by: jhb Approved by: cperciva (mentor) MFC after: 1 week
* Report subcommand handler errors in mfiutil/mptutil so that tools thatrandi2010-10-102-6/+10
| | | | | | | | | invoke the utilities can robustly report errors. Submitted by: gcooper Reviewed by: jhb Approved by: cperciva (mentor) MFC after: 1 week
* mdoc: drop redundant .Pp calls, kill EOL whitespaceuqs2010-10-091-4/+3
|
* Initial patches to install images...imp2010-10-099-102/+305
| | | | PR: 150921
* Fix typo: thanks Kris for pointing this out.imp2010-10-091-1/+1
|
* Enable softupdate + journals support.imp2010-10-095-5/+29
| | | | | PR: 150862 Submitted by: Kris Moore
* Don't let the "available"/"not available" logs flap quite so badly. In themarkm2010-10-081-6/+17
| | | | | case of a multi-interfaced host, sub-second flapping can fill up the logs too quickly. This fixes that.
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-0818-24/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* mdoc: fix manlint warnings by unbreaking mdoc syntaxuqs2010-10-081-1/+2
|
* - Introduce WITH_GPIO knob and disable building gpioctlgonzo2010-10-051-1/+4
| | | | by default. Most systems do not need it.
* Revert the unrelated patch crept in the previous commit.jkim2010-10-051-5/+5
|
* Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changejkim2010-10-051-5/+5
| | | | after this because pmap_unmapbios() is a macro for pmap_unmapdev() on amd64.
* Revise markup, mainly.ru2010-10-051-8/+10
|
* Reconnect uathload to the build.antoine2010-10-031-0/+1
|
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasnwhitehorn2010-10-035-6/+12
| | | | | | | | | a lib32 distribution, and that the GENERIC kernel is named GENERIC64. More modifications will be required later for installations from ftp due to the shared platform name with 32-bit powerpc, but this is enough for snapshot CDs to work. Reviewed by: brucec
* Add gpioctl(8). Utility for configuring/accessing GPIO pinsgonzo2010-09-284-0/+454
|
* Protect the watchdog daemon against swap OOM killer. This is similar toemaste2010-09-261-0/+3
| | | | SVN r199804 which added protection to sshd, cron, syslogd, and inetd.
* Eliminate the --disable-ipv6 string which while technically correct indougb2010-09-221-1/+1
| | | | | terms of the arguments that configure was called with is misleading because if IPv6 support is present on the system it will be present in BIND.
* Bugfix: Reset the packet counters at the same time as the byte counts.n_hibma2010-09-181-2/+2
| | | | | Reviewed by: brian MFC after: 3 weeks
* Merge ACPICA 20100915.jkim2010-09-162-3/+4
|
* Only attempt to list extended capabilities for devices that have ajhb2010-09-161-1/+5
| | | | | | | | | PCI-express capabilities. Non-PCI-express PCI devices may simply ignore the upper bits in a config register address effectively aliasing the device ID register to 0x100 rather than returning 0xFFFFFFFF. Previously the code relied on these reads returning 0xFFFFFFFF. MFC after: 3 days
* Allow a kernel config to specify a set but empty value viaemaste2010-09-131-0/+1
| | | | | | | | 'makeoptions OPTION=' for consistency with the make commandline. Previously 'makeoptions WERROR=' would result in a syntax error; now it produces the same effect as 'makeoptions WERROR'. Both forms now result in 'WERROR=' in the generated Makefile.
* It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, butimp2010-09-131-11/+2
| | | | | | | | | costs us another copy of the transform. Revert it. # Maybe makefile.inc1 should set TARGET_CPUARCH for the cross-tools, but # it doesn't now. That would solve problems in other places too. Submitted by: jmallet@
* Ooops! Shouldn't have committed thisimp2010-09-131-528/+0
|
* Merge from tbemd: use Makefile.arch to control building.imp2010-09-139-319/+728
| | | | Reviewed by: arch@ (many times, no objection)
* Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCHimp2010-09-131-2/+11
| | | | | based on TARGET_ARCH. Use TARGET_ARCH still for a powerpc64 test. Futureproof for coming mipsel/mipseb and arm/armeb rename.
* In backup_kernel(), support backing up subdirectories and handle filesjh2010-09-121-5/+6
| | | | | | | with spaces correctly. Approved by: cperciva MFC after: 1 month
* "freebsd-update fetch -r NEWRELEASE" is meaningless and probably a typocperciva2010-09-101-2/+14
| | | | | | | | for "freebsd-update upgrade -r NEWRELEASE". Error out and suggest what the user probably meant. Submitted by: James Seward MFC after: 1 month
* Add warning about freebsd-update upgrade needing lots of disk space.cperciva2010-09-101-0/+5
| | | | | Submitted by: jpaetzel MFC after: 1 month
* Remind the user that he needs to run 'freebsd-update install' to installcperciva2010-09-101-0/+4
| | | | | | | new bits after downloading them using 'freebsd-update upgrade'. Submitted by: bapt MFC after: 1 month
* Document the format of extended capabilities in the '-c' output.jhb2010-09-091-1/+13
|
* - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' whenjhb2010-09-091-6/+6
| | | | | | | walking the capability list. - Use constants for PCI header types instead of magic numbers. MFC after: 1 week
* Add file missed in r212337, my bad...imp2010-09-091-0/+34
|
* pc-sysinstall(8) patch that allows images to be written to disksimp2010-09-0813-239/+523
| | | | | | | | | This patch creates the "image" directive for the pc-sysinstall config file. This allows disks to be configured with an image instead of partitioning. PR: 150137 Submitted by: John Hixson
* Make sure to only pickup hid_input items when parsing input reports.emax2010-09-081-1/+2
| | | | | | | | As it turns out, libusbhid(3) also picks up hic_collection items even though we explicitly requested hid_input items only. Tested by: Buganini < buganini at gmail dot com > MFC after: 1 week
* Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_seljhb2010-09-081-7/+3
| | | | | | field populated, it ignores the rest of the 'pci_sel' structure. MFC after: 1 week
* - Add register definitions related to extended capability IDs injhb2010-09-081-0/+95
| | | | | | | | | | | PCI-express. I used PCIZ_* for ID constants (plain capability IDs use PCIY_*). - Add register definitions for the Advanced Error Reporting, Virtual Channels, and Device Serial Number extended capabilities. - Teach pciconf -c to list extended as well as plain capabilities. Adds more detailed parsing for AER, VC, and device serial numbers. MFC after: 2 weeks
* Do not request SDP attributes using ranges.emax2010-09-071-2/+4
| | | | | | | Apparently some devices do not like it. MFC after: 1 week Tested by: Buganini < buganini at gmail dot com >
* When an asm location cannot be resolved to a function the costfabient2010-09-034-0/+6
| | | | | | | | will be spread as small value and then filtered by the threshold. As a first step solution display the number of event that cannot be resolved as a valid function location. MFC after: 1week
OpenPOWER on IntegriCloud