Maksim Yevmenkin
2d7f9912e0
Temporarily put ugly workaround in place to make sparc64 build happy.
...
panther is down at the moment, so better fix will follow later.
2006-09-08 15:05:38 +00:00
Maksim Yevmenkin
7aebfa93ac
Update bthidd(8) code and hook it up to the build.
...
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
2006-09-07 21:47:49 +00:00
Brian Somers
e5bec77751
Remove leading zeros
...
Suggested by: mdoc police (ru)
2006-09-06 15:58:59 +00:00
Brian Somers
d398d50285
Remove __DATE__ so that compiling the same source produces the same binary
...
(for non-static binaries at least).
2006-09-06 06:33:39 +00:00
Brian Somers
3026fd06ca
If the peer REJects our MRU request and that request is for a value
...
less than the current MTU, set our mtu to the value requested.
2006-09-06 06:23:55 +00:00
Sam Leffler
56e4b2d3cc
update for v3.9.4
...
MFC after: 1 month
2006-09-04 20:27:05 +00:00
Sam Leffler
85fb34beb0
add define's from config.h for pcap-int.h; this is a noop now
...
but will be required for libpcap 0.9.4
2006-09-04 19:30:44 +00:00
Ruslan Ermilov
405a44d326
Use a #define to refer to /etc/crontab.
2006-09-03 17:52:19 +00:00
Sam Leffler
b3f627ac81
incorporate Rui Paulo's work
...
Obtained from: netbsd
2006-09-02 17:56:24 +00:00
Colin Percival
b698a3ab22
Conform to wider English usage.
...
Submitted by: Royce Williams
2006-09-02 10:47:01 +00:00
Poul-Henning Kamp
efc88ae81d
Document that the default timeout is 16 seconds
2006-09-02 09:11:58 +00:00
Marius Strobl
d647ed4cf6
- Improve the description of gem(4); the Sun chips it supports are
...
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
2006-09-01 22:34:49 +00:00
Marius Strobl
ad3c888766
Add missing '?' in "watchdog-enable?".
...
MFC after: 1 day
2006-09-01 20:09:22 +00:00
Marius Strobl
6ca1d15e09
Fix indentation in two spots to match the rest of this file.
2006-09-01 20:07:15 +00:00
Colin Percival
444f80d54b
s/MAN8/MAN/
...
Pointed out by: ru
2006-09-01 09:49:09 +00:00
Ruslan Ermilov
458c311721
Style.
2006-09-01 09:24:28 +00:00
Ruslan Ermilov
23e8fc3aeb
It's spelled MAN.
2006-09-01 09:07:11 +00:00
Colin Percival
48ffe56ac5
Add FreeBSD Update 2.0 client code. The build code is in the projects
...
repository.
Sponsored by: FreeBSD security development fundraiser
2006-08-31 09:51:34 +00:00
Brooks Davis
0fffba68bd
When generating localhost entries in /etc/hosts, put localhost before
...
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.
2006-08-30 15:14:00 +00:00
Thomas Quinot
35a64c9f6f
Set alarm timer for grace period from the grace_period variable, instead
...
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
2006-08-23 15:59:43 +00:00
Ruslan Ermilov
2b46c64c9c
Remove alpha left-overs.
2006-08-22 08:03:01 +00:00
Marcel Moolenaar
a18003357c
Build mount_smbfs on ia64.
2006-08-22 03:31:24 +00:00
Christian Brueffer
ae277cc673
Add several missing NIC drivers, remove two obsolete ones (el, ix).
...
Approved by: rwatson (mentor)
MFC after: 1 week
2006-08-21 09:25:59 +00:00
Ruslan Ermilov
7b64620d93
Fix the output glitch.
2006-08-21 09:15:17 +00:00
Xin LI
ccb43d66aa
Use same signedness for i and matched_c. This should make
...
newsyslog(8) WARNS=6 clean.
2006-08-17 18:15:43 +00:00
Yaroslav Tykhiy
81cd89bd43
Enumerate all cases where -i is applicable.
...
MFC after: 3 days
2006-08-17 07:14:01 +00:00
Maxim Konovalov
946289a591
o Style previous.
2006-08-17 05:55:20 +00:00
Thomas Quinot
c6d0f16db1
Use setproctitle(3) to provide identification of the client and server
...
processes created by rpc.lockd.
MFC after: 1 week
2006-08-16 18:33:35 +00:00
Thomas Quinot
97a733dff0
Remove unsafe use of asynchronous I/O (the SIGIO handler could cause
...
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
2006-08-16 12:58:41 +00:00
Dima Dorfman
7d6f91e27b
Improve wording for -f and -F.
2006-08-14 08:49:08 +00:00
Ruslan Ermilov
0f9e9c60c0
Don't push a map on a master server which will fail anyway.
...
PR: bin/72881
Submitted by: thomas (slightly coloured by me)
2006-08-13 19:57:32 +00:00
Colin Percival
7773ee24f3
Undefine __DATE__ in order to avoid placing a build timestamp into
...
/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
2006-08-13 05:32:10 +00:00
Kirill Ponomarev
b041cda4ed
Fix "pkg_version -Io" coredump, if some packages have no origin at
...
all.
PR: bin/101932
Submitted by: novel, sat
MFC after: 5 days
2006-08-12 18:32:51 +00:00
Thomas Quinot
bc1f62de8d
Remove extraneous trailing \0 in string literal.
...
MFC after: 2 weeks
2006-08-11 23:03:16 +00:00
Thomas Quinot
53c651a14e
(sm_mon_1_svc): Fix debugging output: when establising a monitoring
...
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
2006-08-11 21:44:53 +00:00
Dag-Erling Smørgrav
b21860b5d0
Cosmetic: fix indentation.
2006-08-11 17:17:14 +00:00
Alexander Leidinger
98a746cfe3
Readd sade, the problem should be fixed.
2006-08-09 11:26:11 +00:00
Alexander Leidinger
d876403d1e
Remove the keymap stuff too, it is not needed in sade.
2006-08-09 11:25:10 +00:00
Alexander Leidinger
89cf3df166
Get rid of the rtermcap stuff (embedding termcaps into the program). This
...
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.
2006-08-09 09:12:01 +00:00
Xin LI
47dbd966d9
Bump WARNS level to 3.
...
Tested with: make universe
2006-08-09 08:25:21 +00:00
Xin LI
88af688c34
Unbreak sparc64 build.
...
Reported by: tinderbox
2006-08-09 08:24:46 +00:00
Xin LI
7b8fadf879
Fix PC98 build.
...
Spotted by: make universe
2006-08-09 05:33:45 +00:00
Sam Leffler
fdffd7edcc
disconnect sade until someone fixes tinderbox builds
2006-08-09 05:26:19 +00:00
Xin LI
fd596b5014
Partitions are only meaningful for i386 and amd64 architectures, so disable
...
these code on other architectures.
2006-08-08 14:28:03 +00:00
Xin LI
c7d9f7f033
Make sade(8) WARNS=3 clean.
2006-08-08 13:45:46 +00:00
Xin LI
7f557ac0a7
Typo (favour -> favor).
2006-08-08 08:51:37 +00:00
Xin LI
f5a6ba0f79
Shutdown curses when exit. While I am there, remove a stale
...
comment which does not apply to sade(8).
2006-08-08 07:51:58 +00:00
Gleb Smirnoff
eac2afced2
- Pass pointer to fd_set in ReadSockets.
...
- style(9) nits.
Submitted by: ru
2006-08-08 07:04:40 +00:00
Alexander Leidinger
41ae1d1e83
Connect sade to the build.
2006-08-07 23:37:51 +00:00
Alexander Leidinger
2e14ff0f41
Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabel part
...
of sysinstall. So sysinstall may retire now, we have the important non-install part
of it covered.
ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches
to change this and to clean it up internally are more than welcome.
Submitted by: mami@nyitolap.hu
2006-08-07 23:35:49 +00:00