summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* De-orbit usbdevs(8) which hasn't worked with the new USB stack for a longuqs2010-12-043-310/+0
| | | | time now. usbconfig(8) should be an adequate replacement.
* traceroute6(8): make WARNS=3 cleanuqs2010-12-042-15/+14
|
* traceroute(8): make WARNS=3 cleanuqs2010-12-041-1/+1
| | | | Also fixes an operator precedence bug for TCP tracerouting
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-0433-4773/+1
|
* Changes the meaning of each characters '<' and '>' that it could beweongyo2010-12-031-1/+1
| | | | | | | | confused with USB OUT or USB IN packets though it just represents USB submit or done. To know the USB packet direction, the endpoint address should be referred. Requested by: jkim
* Do not hardcode (20*60), but use current ARP timeout value configuredglebius2010-11-301-1/+7
| | | | in kernel.
* Teach crashinfo(8) to look at the currently running kernel (based on thecperciva2010-11-301-1/+1
| | | | | | | | | kern.bootfile sysctl). Prior to this commit, crashinfo(8) only looks at /boot/*/kernel; this includes the usual places where kernels reside, so for most systems this will have no effect. Approved by: jhb MFC after: 3 days
* That should belong to r216075. Pointy hat on me.glebius2010-11-301-3/+3
|
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-301-4/+4
| | | | | | timeouts. Suggested by: bde
* If no floppy drive is installed kldBrowser() can generate an error early on.brucec2010-11-291-2/+2
| | | | | | | | | Initialize menu and count so the cleanup code doesn't try and use their uninitialized values. PR: bin/152270 Submitted by: Remi LAURENT <cloud at madpowah.org> MFC after: 3 days
* Update the serial port device names. They changed in 8.0 because the defaultbrucec2010-11-292-13/+13
| | | | | | | | driver is now uart(4). PR: bin/140887 Submitted by: Joe Barbish <fbsd1 at a1poweruser.com> MFC after: 3 days
* Fix fd leak in get_fontkevlo2010-11-291-0/+1
|
* Remove unused traceroute(8) contrib code from headuqs2010-11-271-1/+1
| | | | It still lives on under vendor/traceroute.
* As a refection of r215802 it should use BPF interfaces because theweongyo2010-11-241-37/+39
| | | | duplication code of USB pf is removed.
* Clarify a few details about iostat(8) behavior:yar2010-11-241-2/+16
| | | | | | | | | | | | - The default repeat count for iostat(8) is 1 unless there was a -w on the command line. - A -x display doesn't include TTY or CPU stats by default but they can be turned on with a -T or -C, respectively. Submitted by: arundel (initial version) Reviewed by: arundel MFC after: 1 week
* Remove kernbb(8) from the source tree.uqs2010-11-223-239/+0
| | | | | | | | | It's been broken for several years and with all the binutils/toolchain changes in flight, it might make more sense to put efforts into dtrace and hwpmc instead. Discussed with: phk PR: bin/83558
* Similar to mfiutil, drop local definition of powerof2() and use versionjhb2010-11-221-2/+0
| | | | from <sys/param.h> instead.
* Don't generate input() since it's not used.brucec2010-11-225-2/+5
|
* Adds usbdump(8) tool that currently it only supports the very basicweongyo2010-11-223-0/+627
| | | | | | feature set. It's not connected to the build yet. Reviewed by: hps
* dispatch_add_command:brucec2010-11-211-9/+23
| | | | | | | | | | | | | | Modify the logic so there's only one exit point instead of two. Only insert valid (non-NULL) values into the queue. dispatch_free_command: Ensure that item is not NULL before removing it from the queue and dereferencing the pointer. NULL out free'd pointers to catch any use-after-free bugs. PR: bin/146855 Submitted by: gcooper MFC after: 3 days
* Fix a typo in a comment.simon2010-11-211-1/+1
| | | | MFC after: 3 days
* Handle malloc() failures more gracefully by error'ing out rather thanjhb2010-11-193-0/+36
| | | | | | | segfaulting. Submitted by: gcooper MFC after: 1 week
* Change "wait" banner to "qlen" to be more indicative of its purpose and toivoras2010-11-172-3/+3
| | | | | | | be more inline with what gstat uses. Reviewed by: gnn Silence from: phk, keramida
* Remove references to MAKEDEV(8)dougb2010-11-152-9/+2
|
* ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.brucec2010-11-141-1/+1
|
* Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead ofbrucec2010-11-141-1/+1
| | | | | | | | variable_cmp. PR: bin/142960 Submitted by: G. Paul Ziemba <p-fbsd-bugs at ziemba.us> MFC after: 1 week
* Remove support for cpioVerbose=medium because bsdcpio doesn't support thebrucec2010-11-143-7/+2
| | | | | | | | "-V" flag. PR: bin/151821 Submitted by: Devin Teske <dteske at vicor.com> MFC after: 1 week
* ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts.brucec2010-11-144-159/+159
| | | | | | PR: bin/148350 Submitted by: Joel FAEDI <joel.faedi at gmail.com> MFC after: 1 week
* "Web" should not be all upper-case because it's not an acronym.brucec2010-11-141-1/+1
| | | | | | PR: bin/130366 Submitted by: Royce Williams <royce at alaska.net> MFC after: 1 week
* Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.brucec2010-11-141-1/+1
| | | | | | PR: bin/128587 Submitted by: Mehmet Kose <mehmet.kose at gmail.com> MFC after: 1 week
* 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
* 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
|
* 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
|
* 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.
OpenPOWER on IntegriCloud