summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix last commit.ru2005-06-221-2/+3
| | | | Approved by: re (blanket)
* move hostapd_cli to section 8sam2005-06-172-4/+6
| | | | Approved by: re (blanket wpa)
* o move hostapd to section 8sam2005-06-173-2/+54
| | | | | | o add placeholder for hostapd.conf Approved by: re (blanket wpa)
* o move wpa_supplicant to section 8sam2005-06-173-17/+310
| | | | | | o fillin wpa_supplicant.conf.5 Approved by: re (blanket wpa)
* move wpa_cli to section 8 + minor wordsmithingsam2005-06-172-21/+29
| | | | Approved by: re (blanket wpa)
* Fixed markup.ru2005-06-161-11/+16
| | | | Approved by: re
* Markup fixes.ru2005-06-162-9/+9
| | | | Approved by: re
* Provide 32-bit runtime support on amd64 as a separate distribution, lib32.ru2005-06-166-2/+22
| | | | | | Prodded by: obrien Nodded by: peter Approved by: re
* Correctly handle an input file without a newline on the last line (anddd2005-06-151-9/+9
| | | | | | | | | avoid the confusing error message about the line being too long). This change uses fgetln to detect the right conditions, but the fixed-width line buffer is kept because too many other places in the program make assumptions about its maximum width. Approved by: re (scottl)
* Implement @noinst field which has at the moment the same meaning andkrion2005-06-145-2/+24
| | | | | | | | function as @comment has. But will be valid only for files and not for md5 sums, rcsid's and comments in the future. Submitted by: flz Approved by: re@ (scottl)
* Markup fixes.ru2005-06-149-37/+33
| | | | Approved by: re (blanket)
* Remove rexecd(8), a server that implements a particularly insecurenectar2005-06-102-4/+0
| | | | | | | method of executing commands remotely. There are no rexec clients in the FreeBSD tree, and the client function rexec(3) is present only in libcompat. It has been documented as "obsolete" since 4.3BSD, and its use has been discouraged in the man page for over 10 years.
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-9/+9
| | | | | | | | | | | | | | | | | | | | struct ifnet or the layer 2 common structure it was embedded in have been replaced with a struct ifnet pointer to be filled by a call to the new function, if_alloc(). The layer 2 common structure is also allocated via if_alloc() based on the interface type. It is hung off the new struct ifnet member, if_l2com. This change removes the size of these structures from the kernel ABI and will allow us to better manage them as interfaces come and go. Other changes of note: - Struct arpcom is no longer referenced in normal interface code. Instead the Ethernet address is accessed via the IFP2ENADDR() macro. To enforce this ac_enaddr has been renamed to _ac_enaddr. - The second argument to ether_ifattach is now always the mac address from driver private storage rather than sometimes being ac_enaddr. Reviewed by: sobomax, sam
* Remove kludges intended to support src trees with partial obj trees.des2005-06-1010-113/+34
| | | | Discussed with: ru
* o improve error msg for ioctl failuressam2005-06-091-1/+6
| | | | o zero mlme struct before use
* Update manual page after sysctl rename.pjd2005-06-091-13/+16
| | | | Corrected by: brueffer
* MFP4:jkoshy2005-06-093-135/+538
| | | | | | | | | | | | | | | | - Implement sampling modes and logging support in hwpmc(4). - Separate MI and MD parts of hwpmc(4) and allow sharing of PMC implementations across different architectures. Add support for P4 (EMT64) style PMCs to the amd64 code. - New pmcstat(8) options: -E (exit time counts) -W (counts every context switch), -R (print log file). - pmc(3) API changes, improve our ability to keep ABI compatibility in the future. Add more 'alias' names for commonly used events. - bug fixes & documentation.
* Commit some cosmetic fixes I developed some time ago, mostly style butru2005-06-091-26/+31
| | | | one functional change (fixed exit status from the "get" operation).
* Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. Thisglebius2005-06-091-1/+1
| | | | | | | made arp(8) command exit status reversed for -s and -S. Reported by: sem MFC after: 2 weeks
* Document that /etc/rc.d/ntpdate will read this file to find out a listkeramida2005-06-091-0/+11
| | | | | | | | of NTP hosts, if ntpdate_hosts is unset or empty. PR: conf/79712 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> mdoc text by: Matteo Riondato <rionda@gufi.org>
* an English grammar fixsuz2005-06-091-1/+1
| | | | | Reported by: ru MFC after: 1 day
* fixed typosuz2005-06-081-3/+3
| | | | | Obtained from: KAME MFC after: 1 day
* add EAP-TTLS to the EAPOL group; may want a separate knob latersam2005-06-071-0/+3
|
* Catch up with changes in wpa_supplicant:sam2005-06-071-37/+87
| | | | | | | | | | o reorg driver to consolidate state setup in the associate method o add set_auth_alg method o cleanup interface state on deinit o change associate to use revised MLME ioctl api so we can support ap_scan=2 methodology o cleanup associate to support WEP and no cipher cases o s/__FUNCTION__/__func__/
* hookup wpa tools to the buildsam2005-06-061-0/+1
|
* Add -R modifier for the mode when pkg_create(8) creates package filesobomax2005-06-064-9/+70
| | | | | | | | from the locally installed package. When this modifier is specified pkg_create(8) will also create package files for all packages on which that locally installed package depends. MFC after: 5 days
* freebsd pieces of hostapd supportsam2005-06-066-1/+1128
|
* freebsd pieces of wpa supplicant supportsam2005-06-059-0/+1401
| | | | Reviewed by: brooks
* - Avoid a memory leak if realloc(3) fails by using reallocf(3)ssouhlal2005-06-031-5/+2
| | | | | | Submitted by: Liam J. Foy <liamfoy@dragonflybsd.org> Approved by: mdodd (in-lieu of mentor who is away) MFC after: 1 week
* Remove libz and pppd redundancyimp2005-06-031-3/+0
|
* Use __FBSDID() over #ident.stefanf2005-05-314-4/+8
|
* Make apm(8) understand AC Line state 2 as "backup power".will2005-05-302-4/+6
| | | | Submitted by: liamfoy@sepulcrum.org
* update after import of v3.9.1-096sam2005-05-292-8/+50
| | | | Reviewed by: bms
* Even if variable is never used uninitialized by the semantic, reduce compilercharnier2005-05-291-0/+2
| | | | warning by giving an initial value in all cases.
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-292-167/+572
| | | | | | | | | | | | | | | | | | | | | 24, and 32 bit modes. To use that, syscons(4) must be built with the compile time option 'options SC_PIXEL_MODE', and VESA support (a.k.a. vesa.ko) must be either loaded, or be compiled into the kernel. Do not return EINVAL when the mouse state is changed to what it already is, which seems to cause problems when you have two mice attached, and applications are not likely obtain useful information through the EINVAL caused by showing the mouse pointer twice. Teach vidcontrol(8) about mode names like MODE_<NUMBER>, where <NUMBER> is the video mode number from the vidcontrol -i mode output. Also, revert the video mode if something fails. Obtained from: DragonFlyBSD Discussed at: current@ with patch attached [1] PR: kern/71142 [2] Submitted by: Xuefeng DENG <dsnofe at msn com> [1], Cyrille Lefevre <cyrille dot lefevre at laposte dot net> [2]
* Document 'jid' keyword for ps(1) and '-j' option for pgrep(1)/pkill(1).pjd2005-05-281-5/+20
|
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putemax2005-05-271-27/+36
| | | | | | 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8). MFC after: 3 days
* Add cross-references to iostat, systat and vmstat.keramida2005-05-271-1/+4
|
* Use clnt_create_timed() instead of clnt_create(). The former has anmux2005-05-271-6/+8
| | | | | | | | additional argument that allows us to specify a timeout, like we do for the subsequent clnt_call() calls. Submitted by: Jeremie Le Hen <jeremie@le-hen.org> MFC after: 3 weeks
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOkeramida2005-05-261-0/+1
| | | | sections, so that users of one can learn about the others easily.
* - Add further functionality to check for invalid charactersroberto2005-05-262-11/+30
| | | | | | | | | - Remove keyword 'continue' for more indepth error reporting on each line - WARNS 6 Clean Submitted by: Liam J. Foy <liamfoy@dragonflybsd.org> MFC after: 1 week
* Release maintainership. More ambitious minds have plans for the ntpsheldonh2005-05-251-2/+0
| | | | | | | docs. Last I heard, Harlan Stenn was considering using FreeBSD's pages as a starting point for the ISC NTP distribution's own pages. If that happens, everyone wins and these can go away, to be replaced by imported versions in contrib/ntp.
* No need to specify the include subdirectory. During buildworld theharti2005-05-251-1/+1
| | | | | | correct files are included from a temp. include directory. Explained by: ru
* Add an -I option to pkg_version:cperciva2005-05-244-4/+15
| | | | | | | | | | | | -I Use only the index file for determining if a package is out of date. This is much faster than using the version number from a port's Makefile, at the expense of potentially giving an incor- rect result if the index file is out of date. Without this option, the index file is only consulted if "make -V PKGNAME" cannot be used. Approved by: portmgr (krion)
* Fix a particularly egregious grammar error.adamw2005-05-241-1/+1
| | | | | Approved by: wpaul MFC after: 1 day
* This module was wrongly including header from /usr/include. Give itharti2005-05-231-1/+1
| | | | the correct path to the source headers.
* Catch up with the bsnmpd daemon's 64bit time ticks.philip2005-05-231-1/+1
|
* The ticks delivered by the SNMP daemon are now 64-bit, so make ourharti2005-05-231-1/+1
| | | | | local tick variable which is used to reduce the number of updates from kernel structures and to ensure intra-PDU consistency also 64 bit.
* Bump the shared library version number of the modules because ofharti2005-05-231-1/+1
| | | | changes in the module interface.
* Remove unused variables. int -> size_t for lenghts.charnier2005-05-202-3/+2
|
OpenPOWER on IntegriCloud