itojun
9cf18f13b5
rt->rt_ifp may not always be available. masanori kanaoka via kame
2003-05-15 14:57:58 +00:00
itojun
d25769c013
assume presense of getifaddrs(3).
2003-05-15 14:50:02 +00:00
itojun
5818b97495
assume getifaddrs(3)
2003-05-15 14:47:49 +00:00
itojun
68452c0c92
assume presense of getifaddrs(3).
2003-05-15 14:44:57 +00:00
itojun
e24f1908e1
byebye savestr. with savestr() we can't free().
2003-05-15 14:34:39 +00:00
yamt
19bdd5d1e5
acquire vmobjlock when touch pg->flags.
2003-05-15 14:34:06 +00:00
itojun
dec326ca84
64bit issue; reported by Havard Eidnes and Juergen Hannken-Illjes, sync w/
...
openssh master tree
2003-05-15 14:10:24 +00:00
fvdl
8ec5ed33f8
Adjust ramdisksize downwards to match kernels.
2003-05-15 14:02:37 +00:00
fvdl
db7d3c35bc
Decrease the ramdisk size a bit to allow for more options to be added
...
to the kernel, and still have it fit in 2.88M.
2003-05-15 14:02:00 +00:00
itojun
99c5869d56
add strl{cpy,cat} to libkern. code from lib/libc/string (originally from openbsd).
2003-05-15 13:50:35 +00:00
itojun
a5d8a0a4f6
check version before computing checksum. checksum is more expensive operation.
2003-05-15 13:46:15 +00:00
fvdl
74793a8cdd
Try a little harder to find PCI buses in the MPACPI code, in a (probably
...
futile) attempt to get quirky ACPI implementations going.
Work around a problem with quirky MP tables for ioapic interrupt routing.
2003-05-15 13:30:31 +00:00
wiz
6454d66c69
Fix typo.
2003-05-15 13:28:58 +00:00
dsl
a9fc176e82
Don't close any script files if vfork is set.
...
If a fork() is done later in order to feed a 'here' document into a pipe
then it is possible that one end of the pipe might get closed.
2003-05-15 13:26:45 +00:00
atatat
b5329c1d85
(1) Don't print the message buffer (via ddb's dmesg command) if the
...
message buffer has not yet been set up, mimicking code from the top of
the sysctl routine for retrieving the message buffer.
(2) Add a /l modifier to the trace command. This makes it print the
backtrace using printf() instead of db_printf(), which has the nice
side-effect of also putting it into the message buffer. A kernel with
ddb in it but disabled (ie, ddb.onpanic set to zero) will print a
backtrace (which ends up in the message buffer) before dumping (or
not, depending on the value of kern.dump_on_panic) and rebooting, but
if ddb is not disabled, the backtrace is not printed, and there's no
way to get it to display a backtrace such that you can retrieve it
after the dump. The backtrace printed by gdb is sometimes a little
different.
(3) Documentation for the above.
2003-05-15 13:18:18 +00:00
wiz
804526377b
Remove device nodes for obsolete olms and omms drivers.
...
Except for i386, the driver never existed for that port anyway...
2003-05-15 13:18:05 +00:00
wiz
ee6d7b94d4
Remove last traces of obsolete olms and omms drivers.
...
Ok'd by drochner and fvdl.
2003-05-15 13:13:21 +00:00
dsl
d9380c052a
Print rval[1] if non-zero and present in the trace entry.
...
To get both fd numbers for pipe().
2003-05-15 12:57:54 +00:00
dsl
88b103687c
ktrace rval[1] - in order to get both fd numbers for pipe()
2003-05-15 12:56:16 +00:00
wiz
3b82314399
Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.
...
Bump date.
Suggested by kleink.
2003-05-15 10:18:42 +00:00
kleink
affdf0b300
Change conformance reference to 1003.1-2001; the reference to 1003.1g is
...
retained in HISTORY. Spotted by Thomas Klausner.
2003-05-15 10:16:36 +00:00
wiz
ccc85581a5
Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.
...
Bump date.
Suggested by kleink.
2003-05-15 10:13:53 +00:00
dsl
49e6852272
Fix problems with parallel makes.
2003-05-15 10:13:36 +00:00
dsl
6285ef062c
Use echo instead of cat to add prologue to builtins.[ch]
...
Under some circumstances the headers got overwritten.
2003-05-15 10:11:01 +00:00
wiz
14cddbf770
Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.
...
Bump date.
Suggested by kleink.
2003-05-15 09:52:08 +00:00
dsl
341c4563e3
Incorrect sector number passed to boot1 in floppy (no mbr) case
2003-05-15 08:50:53 +00:00
dsl
259e7b9bcc
Fix typo in previous,
...
Delete some unused variables
2003-05-15 08:09:51 +00:00
grant
c41120b47b
gcc 3.3
2003-05-15 07:42:29 +00:00
wiz
abefb9582b
There are no olms or omms drivers for amd64.
2003-05-15 07:33:51 +00:00
wiz
ff96d1c6d3
Remove opms(4). Addresses PR 21578 by Felix Geller.
2003-05-15 06:14:14 +00:00
wiz
318b76a793
setup -> set up.
2003-05-15 06:01:02 +00:00
lukem
6409af4cfe
use find_file_in_dirlist() (instead of private version) when searching
...
for the ssh moduli file
2003-05-15 05:25:24 +00:00
fvdl
e3b6ff6748
Add #if NACPI around acpi attach args.
2003-05-15 02:20:51 +00:00
fair
28dbdce5de
nroff cleanups prior to answering a problem report.
2003-05-15 02:03:45 +00:00
itojun
5bce78caa7
use strlcpy
2003-05-15 01:00:07 +00:00
itojun
01b2c2d070
simplify by asprintf/strdup
2003-05-15 00:52:53 +00:00
itojun
d83368eddb
use strlcpy
2003-05-15 00:47:48 +00:00
itojun
0f0398257d
simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-ready
...
getaddrinfo).
2003-05-15 00:23:54 +00:00
itojun
6cad7b99db
simplify by using strdup. from kame
2003-05-15 00:19:30 +00:00
itojun
723a0d30ad
just for safety
2003-05-15 00:08:10 +00:00
itojun
f2bfdc2f65
traceroute.c doesn't use savestr()
2003-05-15 00:04:16 +00:00
itojun
a37f9a315d
strcpy audit (command line argument was used as src, subject to overrun)
2003-05-15 00:02:25 +00:00
itojun
b2189acdb8
whitespace fix
2003-05-14 23:58:23 +00:00
itojun
4b641df88a
strlcpy audit
2003-05-14 23:53:09 +00:00
itojun
47d22404d4
use proper #ifdef to determine behavior (__KAME__)
2003-05-14 23:36:32 +00:00
itojun
b4542a20a6
use arc4random
2003-05-14 23:16:44 +00:00
itojun
ccc2f25972
no need to compile net_osdep.c. simplify net_osdep.h conditions (remove
...
bsdi/freebsd/openbsd stuff)
2003-05-14 22:45:02 +00:00
itojun
5ebd8c7eba
remove #ifdef __FreeBSD__ (code already diverged enough)
2003-05-14 22:41:40 +00:00
he
602160f281
Add messages "mbrpart_start_special" and "mbrpart_size_special" to
...
those ports which are using the now-modified MI mbr.c file which
was recently modified to use those messages. French translation
courtesy of Manuel Bouyer, Polish copied from the i386 port.
2003-05-14 22:11:42 +00:00
thorpej
5b9c2e6257
Add support for the Intel IQ31244 reference board, based on the i80321
...
I/O processor and the i31244 PCI-X S-ATA controller.
The IQ31244 is almost identical to the IQ80321, from software's
perspective, so we share much of the code.
2003-05-14 21:41:31 +00:00