aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* hookup wpa tools to the buildSam Leffler2005-06-061-0/+1
* Add -R modifier for the mode when pkg_create(8) creates package fileMaxim Sobolev2005-06-064-9/+70
* freebsd pieces of hostapd supportSam Leffler2005-06-066-1/+1128
* freebsd pieces of wpa supplicant supportSam Leffler2005-06-059-0/+1401
* - Avoid a memory leak if realloc(3) fails by using reallocf(3)Suleiman Souhlal2005-06-031-5/+2
* Remove libz and pppd redundancyWarner Losh2005-06-031-3/+0
* Use __FBSDID() over #ident.Stefan Farfeleder2005-05-314-4/+8
* Make apm(8) understand AC Line state 2 as "backup power".Will Andrews2005-05-302-4/+6
* update after import of v3.9.1-096Sam Leffler2005-05-292-8/+50
* Even if variable is never used uninitialized by the semantic, reduce compilerPhilippe Charnier2005-05-291-0/+2
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-292-167/+572
* Document 'jid' keyword for ps(1) and '-j' option for pgrep(1)/pkill(1).Pawel Jakub Dawidek2005-05-281-5/+20
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putMaksim Yevmenkin2005-05-271-27/+36
* Add cross-references to iostat, systat and vmstat.Giorgos Keramidas2005-05-271-1/+4
* Use clnt_create_timed() instead of clnt_create(). The former has anMaxime Henrion2005-05-271-6/+8
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOGiorgos Keramidas2005-05-261-0/+1
* - Add further functionality to check for invalid charactersOllivier Robert2005-05-262-11/+30
* Release maintainership. More ambitious minds have plans for the ntpSheldon Hearn2005-05-251-2/+0
* No need to specify the include subdirectory. During buildworld theHartmut Brandt2005-05-251-1/+1
* Add an -I option to pkg_version:Colin Percival2005-05-244-4/+15
* Fix a particularly egregious grammar error.Adam Weinberger2005-05-241-1/+1
* This module was wrongly including header from /usr/include. Give itHartmut Brandt2005-05-231-1/+1
* Catch up with the bsnmpd daemon's 64bit time ticks.Philip Paeps2005-05-231-1/+1
* The ticks delivered by the SNMP daemon are now 64-bit, so make ourHartmut Brandt2005-05-231-1/+1
* Bump the shared library version number of the modules because ofHartmut Brandt2005-05-231-1/+1
* Remove unused variables. int -> size_t for lenghts.Philippe Charnier2005-05-202-3/+2
* Add FBSDID. Add missing prototypes. Remove unused variables. Give variablePhilippe Charnier2005-05-202-14/+15
* Remove unused variable.Philippe Charnier2005-05-201-1/+0
* Remove unused variables. Shorten the path to a WARNS=6 compliance.Philippe Charnier2005-05-201-17/+20
* Remove unused variablesPhilippe Charnier2005-05-201-2/+1
* Add cases for ENOBUFS and ENETDOWN. We need to make sure that weChristian S.J. Peron2005-05-191-0/+2
* Fix problem with session termination. bthidd(8) maintains two L2CAPMaksim Yevmenkin2005-05-182-3/+4
* Update ndiscvt to handle .INF files that specify multiple entries inBill Paul2005-05-151-8/+56
* Use \033 instead of \e because \e is not a standard.Yoshihiro Takahashi2005-05-151-10/+10
* A foreground color number on pc98 console is 7 not 15.Yoshihiro Takahashi2005-05-151-6/+18
* Use \e for escape char instead of ^[ directly.Yoshihiro Takahashi2005-05-151-10/+10
* Remove symblic link kernel->dev/null creation. We don't need it in 5.x/6.xPawel Jakub Dawidek2005-05-141-2/+0
* Fix the "only wrote -1 of 32768 bytes: Input/output error" error message.Ruslan Ermilov2005-05-131-2/+5
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-132-5/+5
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-135-52/+16
* Spell out shutdown(2)'s how argument in #ifdef notdef'd code.Juli Mallett2005-05-111-1/+1
* Spell SHUT_RD as SHUT_RD not 0 as the how argument to shutdown(2).Juli Mallett2005-05-111-1/+1
* Fix support for Windows drivers that support both PCI and PCMCIA devices atBill Paul2005-05-081-13/+15
* The current NTP servers for .nl do not work with ntpdate, so switch toJohn Baldwin2005-05-062-12/+12
* The kernel doesn't need to include a tun device - the module will be loadedBrian Somers2005-05-061-7/+0
* Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe2005-05-041-2/+2
* Use libutil in DPADD as well.Max Laier2005-05-041-1/+1
* Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.Max Laier2005-05-031-7/+3
* Use static for static variables. This fixes gcc4 build.Xin LI2005-05-021-3/+2
* Use socklen_t in place of socket operations, instead of intXin LI2005-05-021-2/+2