ume
a3738aa5cf
reduce #ifdef.
...
MFC after: 1 week
2003-08-11 15:51:54 +00:00
ume
44f95bb1cf
use strlcpy() and snprintf().
...
Obtained from: KAME
MFC after: 1 week
2003-08-11 15:49:47 +00:00
njl
b984cea442
Remove the band-aid to make these compile on amd64/ia64.
2003-08-11 15:49:14 +00:00
ume
8fcac13acd
use int64_t instead of long long.
...
Obtained from: KAME
MFC after: 1 week
2003-08-11 15:46:37 +00:00
das
72617c8745
Instead of unconditionally refusing to install if no swap partitions
...
are specified, prompt the user with a yes/no box.
2003-08-10 01:04:05 +00:00
marcel
e97cb4c9d9
Apparently I limited my testing of the ductape and bubblegum solution
...
to acpidb. The same problem exists in iasl. Add JIT patching there
too.
Add a comment to both makefiles to increase the chance that both
kludges are removed when a real solution is committed.
2003-08-09 19:11:20 +00:00
marcel
af63867e64
Perform first-aid: unbreak the build for amd64 and ia64 by patching
...
osunixxf.c on the fly. This avoids having to pull it from the vendor
branch or otherwise pollute the repository with new short-lived files.
This should hold until the real fix arrives.
2003-08-09 07:06:09 +00:00
ume
59b29c0142
Drop MIP6 code. We don't support MIP6 yet.
...
MFC after: 1 week
2003-08-08 20:14:28 +00:00
ume
958362f6a8
KNF, correct typos and cleanup spaces.
...
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:56:01 +00:00
ume
0820e437dc
drop the code for the environment where getifaddrs(3) is not
...
supported.
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:52:31 +00:00
ume
bf86284d6c
stop use of register.
...
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:47:06 +00:00
ume
02ba92cc97
Process the "O bit."
...
If the value of OtherConfigFlag changes from FALSE to TRUE, the
host should invoke the stateful autoconfiguration protocol,
requesting information.
[RFC 2462 Section 5.5.3]
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:42:37 +00:00
ume
52b4a696e0
__FUNCTION__ --> __func__
...
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:38:23 +00:00
ru
ee1d0e21ba
Fix a bug that caused i386 to produce broken binaries for big-endian
...
64-bit platforms. (size_t is 32bit on i386, but Elf_Shdr.sh_size is
64bit on SPARC64.)
2003-08-08 15:44:17 +00:00
njl
4b26ed59de
Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It will
...
be going away after a short while but still available in ports.
2003-08-08 03:20:59 +00:00
njl
29ad90976f
Add man pages for acpidb and iasl
2003-08-07 18:09:17 +00:00
njl
c425e70132
Add the acpidb and iasl utilities. This is not yet hooked up to the build.
...
Obtained from: acpicatools port by Iwasaki-san
2003-08-07 16:51:50 +00:00
imp
f9723b9c2e
No need to define externs for getopt interface.
2003-08-07 05:47:49 +00:00
simon
48f920ff70
Add a reference to config(5) in the SEE ALSO section.
...
Suggested by: dcs
Approved by: ceri (mentor)
2003-08-06 21:41:35 +00:00
ume
324045a3c2
introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure to
...
control whether to accept RAs per-interface basis.
the new stuff ensures the backward compatibility;
- the kernel does not accept RAs on any interfaces by default.
- since the default value of the flag bit is on, the kernel accepts RAs
on all interfaces when net.inet6.ip6.accept_rtadv is 1.
Obtained from: KAME
MFC after: 1 week
2003-08-05 14:57:11 +00:00
simokawa
23d1d988ed
- Use /dev/fwX.Y rather than /dev/fwX.
...
- Add option -u to specify bus number.
- Try to open the device only if it's necessary.
2003-08-05 03:26:14 +00:00
ache
26ffc627d8
LANG->LC_ALL
...
Pointed by: ru
2003-08-04 21:31:53 +00:00
ache
c104713460
Use LANG=C before egrep A-Z and tr A-Z
...
Note: this is POSIX requirement, c-c ranges are portable only in POSIX locale
Strip [] for tr ranges
2003-08-04 15:57:01 +00:00
ache
8e2cd94d40
Fix problem differently, use
...
LANG=C tr 'a-z' 'A-Z'
for hypotetical case that script may generate non-ascii characters
2003-08-04 15:29:09 +00:00
ache
c63e547aed
Use tr '[:lower:]' '[:upper:]' to work with any locale
2003-08-04 14:32:56 +00:00
dougb
0181812367
Use the actual build target (all), since relying on the build as a
...
side effect of the distribution target was apparently just good luck
all these years.
Submitted by: ru
2003-08-04 10:23:45 +00:00
bmilekic
33d30c1ba8
Backout 1.14, it seems to be causing problems with libxml build
...
and I don't have time to investigate this code in much detail right
now.
2003-08-04 03:02:36 +00:00
imp
991dd8e163
Go ahead and allow ports as high as 0xfff to be used for pccard
...
devices. Only some devices support above 0x400, but since you have to
explicitly enable this range, you are assumed to know what you are
doing.
2003-08-03 06:17:06 +00:00
ume
697f428114
Always put an entry for ::1. It may avoid useless DNS lookup
...
for localhost.
MFC after: 3 days
2003-08-03 05:55:21 +00:00
gad
ff880b993e
Fix an 'bad file descriptor' error which would come up when using
...
the 'C' flag on an entry that also specifies 'user:group' info.
Submitted by: Riccardo Torrini <riccardo@torrini.org> in -current
MFC after: 4 days
2003-08-02 23:03:37 +00:00
peter
120ded5cfe
Hoo sed I kan spel?
2003-08-02 01:58:33 +00:00
peter
fa1757a156
Dump the HPET information block.
...
What is the HPET I hear you ask? It is the High Precision Event Timer
that is supposed to supplement and eventually replace the 8254 timer and
the RTC periodic interrupts. Among other things, it is 64 bit (can be
run in 32 bit mode for 32 bit cpus), and is suitable as a replacement for
the ACPI timer on SMP systems (the specs are much better) and as a
replacement for the ITC based synthetic clock for on ia64 systems.
It seems IA64 and AMD64 systems tend to have this. It is likely to start
showing up in i386 systems if it isn't already on some of them.
2003-08-02 01:55:03 +00:00
bmilekic
25665981dd
Use strncmp() and not strcmp() here to properly match
...
installed ports.
Submitted by: Harold Gutch <logix@foobar.franken.de>
2003-08-01 17:26:41 +00:00
gad
aecc2d68ea
Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3
2003-08-01 00:06:41 +00:00
phk
7059dc3883
Remove options processing for dumping swapdevice radix map.
2003-07-31 21:20:08 +00:00
phk
9d4e12540e
When dumping swap information, drop the "Type" field which displays
...
a constant string of little information these days.
This removes the need to #include <vm/swap_pager.h> which is due to
become a kernel only include file.
2003-07-31 20:46:33 +00:00
hm
89d973129e
Fix bug in find_matching_entry_incoming(): the loop checking the allowed
...
incoming remote telephone numbers and subaddresses ignored the configured
list completely since it was always terminated by a break at the end of
the first run (which was a leftover from the implementation of subaddresses).
Submitted by: Christian Ullrich <chris@chrullrich.de>
2003-07-31 09:13:22 +00:00
suz
83d78951a7
fixed wrong parameter descriptions
...
Obtained from: KAME
MFC after: 1 day
2003-07-30 07:33:10 +00:00
harti
788dcc5596
Use a size_t for variables that need to hold buffer lengths.
2003-07-29 13:40:52 +00:00
yar
0b9b671342
Minor grammar, punctuation, and wording fixes
...
for the paragraph on the -e option.
2003-07-29 13:25:56 +00:00
njl
1e480ac87f
Allow sleep states to be specified as S1, S2, ...
...
This is used by zzz(8).
2003-07-28 16:22:45 +00:00
pb
ff06e11f55
Fix "write from stdin".
...
Reviewed by: sos
MFC after: 1 week
2003-07-26 12:14:58 +00:00
peter
b8872d23e6
Make this 64 bit clean. Use size_t for sysctl() length pointer args.
2003-07-25 20:56:57 +00:00
peter
5084d1a5f5
Fix amd64 build by deleting trailing whitespace. Doh!
2003-07-25 18:22:53 +00:00
njl
ea4a3f488d
Fix output from an error message.
...
Use sysctl -n instead of sed
Submitted by: Scott Lambert <lambert@lambertfam.org>
2003-07-25 17:11:15 +00:00
mckay
d47c06ea35
Make the example "too large" message in the manual match the updated one
...
actually sent by ctm_smail since rev 1.13.
2003-07-25 00:48:29 +00:00
markm
6df3498483
Hide more crypto from being crunched at release time.
2003-07-24 20:20:16 +00:00
markm
bb00e849b7
Turn on the extended syntax, which TCP_wrappers has by default, as
...
distributed.
2003-07-24 19:58:56 +00:00
markm
376c7c030b
Don't check for the existance of src/crypto/ for building items that
...
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.
2003-07-24 18:30:25 +00:00
peter
061f5a13ac
Add mount_nwfs/mount_smbfs to the build for amd64.
2003-07-24 02:07:14 +00:00