summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-148-170/+165
|
* Sync: merge r215189 through r215272 from ^/head.dim2010-11-146-2/+379
|\
| * Add ftp4.se.freebsd.org to the set of mirrors.brucec2010-11-131-0/+2
| | | | | | | | | | | | PR: bin/150552 Submitted by: Niclas Zeising <zeising at lysator.liu.se> MFC after: 3 days
| * We still support PLIP devices, so mention them in addition to ethernet.brucec2010-11-132-2/+2
| |
| * Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.emax2010-11-124-0/+375
| | | | | | | | | | | | | | Hardware donated by: Rusty Nejdl rnejdl at ringofsaturn dot com Tested by: Rusty Nejdl rnejdl at ringofsaturn dot com Tested by: Andrzej Tobola ato at iem dot pw dot edu dot pl MFC after: 3 weeks
* | Sync: merge r214895 through r215140 from ^/head.dim2010-11-1137-572/+6775
|\ \ | |/
| * Add a man page for usb_quirk module, plus references in other man pages,n_hibma2010-11-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | and updated comments in the usb_quirk.h header file. The main purpose of this is to expose the quirks for ejecting 3G modules. usb_modeswitch in Linux does a great job of collecting information on these, and with the quirks module people can try out the modeswitch config file entries on FreeBSD, hence the SCSI strings in the man page. MFC after: 2 weeks
| * Typo fix in a comment.bcr2010-11-101-1/+1
| | | | | | | | Reviewed by: cperciva
| * When we switched to the gpart backend, and provided selection betweenimp2010-11-101-1/+4
| | | | | | | | | | | | | | | | MBR & GPT, the MBR full-disk init failed to stamp boot1, and results in a boot not found error. This patch fixes the issue. PR: 151990 Submitted by: Kris Moore
| * - Save errno values before calling warn(3) so that errors are correctlyjhb2010-11-097-184/+253
| | | | | | | | | | | | | | | | reported. - Check for malloc() failures. Submitted by: gcooper MFC after: 1 week
| * Fix typos.brucec2010-11-091-1/+1
| | | | | | | | | | PR: bin/148894 Submitted by: olgeni
| * Sync with the latest version from NetBSD. It notably addds ISO9660 support.cognet2010-11-0725-383/+6510
| | | | | | | | Submitted by: bapt
| * Remove extraneous Aq.joel2010-11-071-1/+1
| |
* | Sync: merge r214649 through r214894 from ^/head.dim2010-11-068-396/+310
|\ \ | |/
| * Put string in quotes, like is done everywhere.uqs2010-11-061-1/+1
| |
| * Fix typo.bcr2010-11-041-1/+1
| |
| * Adapt for wpa_supplicant / hostapd 0.7.3.rpaulo2010-11-035-392/+306
| |
| * Give the user a hint as to what config(8) is unhappy with.obrien2010-11-021-2/+2
| |
* | Sync: merge r214353 through r214648 from ^/head.dim2010-11-0114-420/+2122
|\ \ | |/
| * Actually remove the HAVE_CAST_H define this time.dim2010-10-301-1/+1
| |
| * Regenerate our usr.sbin/tcpdump/tcpdump/config.h for tcpdump 4.1.1, anddim2010-10-302-54/+41
| | | | | | | | remove unused HAVE_RC5_H and HAVE_CAST_H defines from CFLAGS.
| * Add print-ipnet.crpaulo2010-10-291-1/+1
| | | | | | | | Submitted by: dim
| * Remove support for creating the 'machine' symlink as well as creating thejhb2010-10-291-27/+0
| | | | | | | | | | | | | | | | | | extra MACHINE_ARCH symlink for certain platforms (such as pc98). The support for creating these symlinks was added to sys/conf/kern.post.mk in changeset 152964. The intention of that commit was to remove this code from config(8), but config(8) was never updated. Approved by: imp
| * Fix another "string" typo.uqs2010-10-281-1/+1
| | | | | | | | MFC after: 3 days
| * Fix CPU load reporting independent of scheduler used.uqs2010-10-281-204/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Sample CPU usage data from kern.cp_times, this makes for a far more accurate and scheduler independent algorithm. - Rip out the process list scraping that is no longer required. - Don't update CPU usage sampling on every request, but every 15s instead. This makes it impossible for an attacker to hide the CPU load by triggering 4 samplings in short succession when the system is idle. - After reaching the steady-state, the system will always report the average CPU load of the last 60 sampled seconds. - Untangling of call graph. PR: kern/130222 Tested by: Julian Dunn <jdunn@aquezada.com> Gustau Pérez <gperez@entel.upc.edu> Jürgen Weiß <weiss@uni-mainz.de> MFC after: 2 weeks I'm unsure if some MIB standard states this must be the load average for, eg. 300s, it looks like net-snmp isn't even bothering to implement the CPU load reporting at all.
| * Update for the new tcpdump 4.1.1. The man page is a result of runningrpaulo2010-10-282-2/+1724
| | | | | | | | tcpdump's autoconf on FreeBSD.
| * Correct a typo.bz2010-10-281-1/+1
| | | | | | | | MFC after: 3 days
| * Turns out we need functions.sh in this file for convert_to_megabytes call.imp2010-10-281-1/+1
| |
| * - Save errno values before calling warn(3) so that errors are correctlyjhb2010-10-267-129/+225
| | | | | | | | | | | | | | | | reported. - Use powerof2() from <sys/param.h> rather than a copy and paste version. Submitted by: gcooper MFC after: 1 week
* | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',dim2010-11-011-2/+2
|/ | | | and similarly 'elf64-sparc-freebsd' instead of 'elf64-sparc'.
* Remove stray semicolon.hselasky2010-10-241-1/+1
| | | | Submitted by: arundel
* More simplificationsimp2010-10-222-23/+7
| | | | Submitted by: Alex Kozlov
* Remove unnecessary variable.imp2010-10-221-2/+0
| | | | Submitted by: Alex Kozlov
* Fix two typosimp2010-10-211-2/+2
| | | | Submitted by: Benedict Reuschling
* More support for IMAGE installationsimp2010-10-211-1/+9
|
* Minor tweaks in compression support:imp2010-10-211-9/+9
| | | | | | | | o We need an eval here to get the right expansion of the command o bs=128k doesn't work in some cases, so eliminate it and cope with the minor performance hit. Submitted by: john hixson
* Left over from prior patch removed.imp2010-10-211-11/+0
| | | | | Submitted by: John Hixon PR: 151442 (but the patch was backwards there)
* This patch will only list components if the directory exists. Theimp2010-10-211-18/+19
| | | | | | | directory exist on PC-BSD but not FreeBSD, so an extra check is made. Submitted by: John Hixson PR: 151461
* This is an updated patch to the last patch to do this which fixes aimp2010-10-211-60/+44
| | | | | | | | local variable issue. This patch decompresses compressed images to the stdout when writing to a device to avoid running out of space issues. Submitted by: John Hixson Pr: 151049
* This small patch updates the "geli setkey" flags pc-sysinstall usesimp2010-10-211-1/+1
| | | | | | | | when saving a users passphrase, to make it work in HEAD with recent geli improvements. Submitted by: Kris Moore PR: 151002
* mdoc: make pages render with mandocuqs2010-10-211-1/+1
| | | | | | It's a bit more pedantic regarding .Bl list elements. This has an added benefit of unbreaking the ipfw(8) manpage, where groff was silently skipping one list element.
* Enable copyback and system PD states.pluknet2010-10-211-0/+4
| | | | | | | Reviewed by: jhb Approved by: avg (mentor) MFC after: 1 week X-MFC-After: r214130
* Fix printing of files located on ZFS filesystem with an st_dev oredwin2010-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | st_ino larger than 2**31. From the PR: Printing from a ZFS filesystem using 'lp' fails and returns an email reporting "Your printer job was not printed because it was not linked to the original file". In order to protect against files being switched when files are printed using 'lp' or 'lpr -s', the st_dev and st_ino values for the original file are saved by lpr and verified by lpd before the file is printed. Unfortunately, lpr prints both values using '%d' (although both fields are unsigned) and lpd(8) assumes a string of decimal digits. ZFS (at least) generates st_dev values greater than 2^31-1, resulting in negative values being printed - which lpd cannot parse, leading it to report that the file has been switched. A similar problem would occur with large inode numbers. How-To-Repeat: Find a file with either st_dev or st_ino greater than 2^31-1 (stat(1) will report both numbers) and print it with 'lpq -s'. This should generate an email reporting that the file could not be printed because it was not linked to the original file PR: bin/151567 Submitted by: Peter Jeremy <Peter.Jeremy@alcatel-lucent.com> MFC after: 1 week
* 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
OpenPOWER on IntegriCloud