summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus casts of valid integer ioctl() arguments.ru2006-09-261-2/+2
* Behave as documented when reading fields saying "X/Y" where X != *brian2006-09-261-1/+3
* Oops. Catch up on the last couple of releases and prepare for the nextkensmith2006-09-261-0/+3
* Catch up with share/mk/bsd.sys.mk rev. 1.38.obrien2006-09-261-1/+0
* auditreduce now requires OpenBSM's config/config.h, so add that to therwatson2006-09-251-0/+2
* De-orbit burn tcpslice.bms2006-09-247-1702/+0
* Disconnect tcpslice from build.bms2006-09-241-1/+1
* Fix our ancient tcpslice for >2GB limits.bms2006-09-233-16/+23
* Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS.kan2006-09-211-1/+1
* Pacify new GCC4 warnings.emax2006-09-213-4/+4
* Get rid of extra const to pacify new GCC4 warnings.emax2006-09-212-30/+30
* Use socklen_t instead of int32_t where appropriate to pacify new GCC4emax2006-09-215-7/+12
* Do not use int where socklen_t is expected.kan2006-09-211-1/+2
* Silence GCC4 signed/unsigned pointer mismatch warning.kan2006-09-212-2/+2
* Do not use int where socklen_t is expected.kan2006-09-211-1/+2
* o Fix groupadd getopt line and make 'pw groupadd -o' work.maxim2006-09-181-1/+1
* Listen to a control socket on an IPv4 as well throughume2006-09-181-0/+7
* Make op parameter to mux_keyboard() u_int instead of int.emax2006-09-151-2/+2
* Removed T/TCP bits.ru2006-09-143-26/+3
* initialize unitialized variables (WARNS=6)charnier2006-09-141-2/+6
* compile under WARNS=6charnier2006-09-132-5/+3
* Temporarily put ugly workaround in place to make sparc64 build happy.emax2006-09-081-12/+12
* Update bthidd(8) code and hook it up to the build.emax2006-09-0714-462/+642
* Remove leading zerosbrian2006-09-061-1/+1
* Remove __DATE__ so that compiling the same source produces the same binarybrian2006-09-062-4/+5
* If the peer REJects our MRU request and that request is for a valuebrian2006-09-061-0/+3
* update for v3.9.4sam2006-09-041-4/+4
* add define's from config.h for pcap-int.h; this is a noop nowsam2006-09-041-0/+4
* Use a #define to refer to /etc/crontab.ru2006-09-031-2/+2
* incorporate Rui Paulo's worksam2006-09-021-2/+156
* Conform to wider English usage.cperciva2006-09-021-2/+2
* Document that the default timeout is 16 secondsphk2006-09-022-0/+2
* - Improve the description of gem(4); the Sun chips it supports aremarius2006-09-011-3/+3
* Add missing '?' in "watchdog-enable?".marius2006-09-011-2/+2
* Fix indentation in two spots to match the rest of this file.marius2006-09-011-3/+2
* s/MAN8/MAN/cperciva2006-09-011-1/+1
* Style.ru2006-09-011-4/+4
* It's spelled MAN.ru2006-09-011-1/+1
* Add FreeBSD Update 2.0 client code. The build code is in the projectscperciva2006-08-314-0/+2076
* When generating localhost entries in /etc/hosts, put localhost beforebrooks2006-08-301-2/+2
* Set alarm timer for grace period from the grace_period variable, insteadthomas2006-08-231-1/+1
* Remove alpha left-overs.ru2006-08-223-11/+1
* Build mount_smbfs on ia64.marcel2006-08-221-0/+1
* Add several missing NIC drivers, remove two obsolete ones (el, ix).brueffer2006-08-211-2/+7
* Fix the output glitch.ru2006-08-211-1/+1
* Use same signedness for i and matched_c. This should makedelphij2006-08-171-1/+2
* Enumerate all cases where -i is applicable.yar2006-08-171-2/+3
* o Style previous.maxim2006-08-171-2/+2
* Use setproctitle(3) to provide identification of the client and serverthomas2006-08-161-0/+2
* Remove unsafe use of asynchronous I/O (the SIGIO handler could causethomas2006-08-161-118/+46
OpenPOWER on IntegriCloud