summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* o Fix groupadd getopt line and make 'pw groupadd -o' work.maxim2006-09-181-1/+1
| | | | | | PR: bin/100684 Submitted by: Devon H. O'Dell MFC after: 3 weeks
* Listen to a control socket on an IPv4 as well throughume2006-09-181-0/+7
| | | | | | | | an IPv4-mapped IPv6 address. Reported by: Julian H. Stacey <jhs__at__flat.berklix.net> Test by: Julian H. Stacey <jhs__at__flat.berklix.net> MFC after: 1 week
* Make op parameter to mux_keyboard() u_int instead of int.emax2006-09-151-2/+2
| | | | | | | | | This should fix sparc64 messages like Sep 15 11:17:39 peahi kernel: WARNING pid 5477 (kbdcontrol): ioctl sign-extension ioctl ffffffff80244b45 PR: sparc64/96798 MFC after: 1 week
* 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
| | | | panther is down at the moment, so better fix will follow later.
* Update bthidd(8) code and hook it up to the build.emax2006-09-0714-462/+642
| | | | | | | | | | bthidd(8) now was integrated with vkbd(4) and supports multiple keyboards via vkbd(4)/kbdmux(4). The code was tested with Apple Bluetooth keyboard and SE k700i cell phone (remote control feature). MFC after: 1 month
* Remove leading zerosbrian2006-09-061-1/+1
| | | | Suggested by: mdoc police (ru)
* Remove __DATE__ so that compiling the same source produces the same binarybrian2006-09-062-4/+5
| | | | (for non-static binaries at least).
* If the peer REJects our MRU request and that request is for a valuebrian2006-09-061-0/+3
| | | | less than the current MTU, set our mtu to the value requested.
* update for v3.9.4sam2006-09-041-4/+4
| | | | MFC after: 1 month
* add define's from config.h for pcap-int.h; this is a noop nowsam2006-09-041-0/+4
| | | | but will be required for libpcap 0.9.4
* Use a #define to refer to /etc/crontab.ru2006-09-031-2/+2
|
* incorporate Rui Paulo's worksam2006-09-021-2/+156
| | | | Obtained from: netbsd
* Conform to wider English usage.cperciva2006-09-021-2/+2
| | | | Submitted by: Royce Williams
* 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
| | | | | | | | | | | termed ERI and GEM rather than GMAC. - Bring the description of le(4) in line with the current le(4); it was still refering to the old i386 ISA-only le(4) which was nuked along with ISA_COMPAT while HEAD was FreeBSD 5. - Add an entry for hme(4). - Remove the obsolete entry for lnc(4). MFC after: 1 day
* Add missing '?' in "watchdog-enable?".marius2006-09-011-2/+2
| | | | MFC after: 1 day
* 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
| | | | Pointed out by: ru
* 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
| | | | | | repository. Sponsored by: FreeBSD security development fundraiser
* When generating localhost entries in /etc/hosts, put localhost beforebrooks2006-08-301-2/+2
| | | | | | localhost.domain so that naive users of gethost* think 1:: and 127.0.0.1 are "localhost" which is what the user expects. This also matches the sample hosts file in src/etc/hosts.
* Set alarm timer for grace period from the grace_period variable, insteadthomas2006-08-231-1/+1
| | | | | | | | of hard-coding a value of 10 seconds. Command line flag -g is thus now correctly taken into account. PR: bin/102176 MFC after: 1 week
* 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
| | | | | Approved by: rwatson (mentor) MFC after: 1 week
* Fix the output glitch.ru2006-08-211-1/+1
|
* Use same signedness for i and matched_c. This should makedelphij2006-08-171-1/+2
| | | | newsyslog(8) WARNS=6 clean.
* Enumerate all cases where -i is applicable.yar2006-08-171-2/+3
| | | | MFC after: 3 days
* o Style previous.maxim2006-08-171-2/+2
|
* Use setproctitle(3) to provide identification of the client and serverthomas2006-08-161-0/+2
| | | | | | processes created by rpc.lockd. MFC after: 1 week
* Remove unsafe use of asynchronous I/O (the SIGIO handler could causethomas2006-08-161-118/+46
| | | | | | | | | | | | | | incorrect reentrant calls to the libc memory manager). Add missing error handling: * for an incoming response with an incorrect tid; * for a failure to register the response RPC program, Fix error handling for failure to malloc job descriptor (this needs to be done before the transient RPC program is registered). PR: bin/102143 MFC after: 2 weeks
* Improve wording for -f and -F.dd2006-08-141-12/+11
|
* Don't push a map on a master server which will fail anyway.ru2006-08-131-1/+11
| | | | | PR: bin/72881 Submitted by: thomas (slightly coloured by me)
* Undefine __DATE__ in order to avoid placing a build timestamp intocperciva2006-08-131-0/+3
| | | | | | | | /usr/sbin/{named, lwresd}. Note that POSIX / C99 doesn't technically allow __DATE__ to be (un|re)defined, but gcc does what we mean anyway. Approved by: dougb MFC after: 1 month
* Fix "pkg_version -Io" coredump, if some packages have no origin atkrion2006-08-121-1/+1
| | | | | | | | all. PR: bin/101932 Submitted by: novel, sat MFC after: 5 days
* Remove extraneous trailing \0 in string literal.thomas2006-08-111-2/+1
| | | | MFC after: 2 weeks
* (sm_mon_1_svc): Fix debugging output: when establising a monitoringthomas2006-08-111-2/+3
| | | | | | | | | request, correctly report the location (usually localhost) to which a callback will be made when a notification is received for the monitored host. Previsouly, the name of the monitored host was reported instead. MFC after: 2 weeks
* Cosmetic: fix indentation.des2006-08-111-2/+2
|
* Readd sade, the problem should be fixed.netchild2006-08-091-0/+1
|
* Remove the keymap stuff too, it is not needed in sade.netchild2006-08-094-152/+2
|
* Get rid of the rtermcap stuff (embedding termcaps into the program). Thisnetchild2006-08-095-119/+5
| | | | | | | is needed in sysinstall on boot, but not in sade on a fully working system. After this change I noticed no change in behavior on a vty when TERM is not set.
* Bump WARNS level to 3.delphij2006-08-091-0/+1
| | | | Tested with: make universe
* Unbreak sparc64 build.delphij2006-08-091-3/+3
| | | | Reported by: tinderbox
* Fix PC98 build.delphij2006-08-091-1/+1
| | | | Spotted by: make universe
* disconnect sade until someone fixes tinderbox buildssam2006-08-091-1/+0
|
* Partitions are only meaningful for i386 and amd64 architectures, so disabledelphij2006-08-085-45/+8
| | | | these code on other architectures.
OpenPOWER on IntegriCloud