itojun
b7192d086c
move WARNS to ../Makefile.inc
2000-11-08 05:14:56 +00:00
itojun
2ce9195af1
set WARNS?=1. fix error trap in rijndael test. sync with kame
2000-11-08 05:08:55 +00:00
itojun
e452bf6c6b
save a little bit of CPU time (avoid computing CBC IV we do not use).
...
sync with kame.
2000-11-08 04:57:57 +00:00
erh
1f16400706
Update the names of some unimplemented syscalls to match what linux calls them. Match const in parameters to our sys_writev.
2000-11-08 04:19:00 +00:00
itojun
20efc85de8
does not support non-IPv4.
2000-11-08 02:56:26 +00:00
lukem
e7241e79df
remove etc/disklabels; refer to /var/backups/disklabel.* instead
2000-11-08 02:48:12 +00:00
mrg
f81973bb8f
sparc & sparc64 use `long' for ptrdiff_t.
2000-11-08 02:30:22 +00:00
wiz
3f39888ac6
Install (lib)bzip2 info file, as requested by NAKAJIMA Yoshihiro in PR 7402.
2000-11-08 02:15:13 +00:00
lukem
a042616e94
minor consistency work
2000-11-08 01:37:52 +00:00
lukem
7c1334922b
use Ar instead Sy (be consistent with other files)
2000-11-08 01:36:11 +00:00
lukem
4e822259e2
minor consistency cleanup
2000-11-08 01:33:18 +00:00
lukem
ee3b51ed47
improve description of line syntax, and separate the description of
...
each field out into separate paragraphs (for readability).
2000-11-08 01:30:34 +00:00
msaitoh
3ba9161ab2
check whether SH4_PCMCIA is defined or not.
...
fixes PR. 11441.
2000-11-08 01:03:03 +00:00
msaitoh
5cb13a674a
add shpcmcia_mem*() for SH4_PCMCIA
2000-11-08 01:01:22 +00:00
wiz
63369ae96e
tsort needs an even number of nodes, not of node pairs.
...
Reported by Lloyd Parkes in PR 10788.
2000-11-08 00:56:26 +00:00
lukem
2baa698a5e
- improve description of a configuration line
...
- fix a line that got accidently moved to the wrong place when i added
the nsswitch description 2 years ago.
2000-11-08 00:52:40 +00:00
lukem
ab0df1fb72
slight clarification
2000-11-08 00:10:46 +00:00
lukem
cff6006e56
improve description of line syntax
2000-11-08 00:09:38 +00:00
wiz
29a60e8ab7
Undo last change for now.
2000-11-08 00:08:29 +00:00
matt
85567a9983
Make cd0c instead cd0d?
2000-11-07 23:17:41 +00:00
is
e242eb3cb2
For some strange reason, this doesn't work anymore with quotes using the
...
1.5_BETA tools. Fix suggested by Matt Thomas.
2000-11-07 22:10:17 +00:00
matt
d522d7acc9
Add fwlynx & fwnode.
2000-11-07 18:45:46 +00:00
matt
ef9c98579e
Need ${.CURDIR} for README.files (required when using MAKEOBJDIRPREFIX).
2000-11-07 17:41:51 +00:00
matt
4feeea4377
Reduce maxusers to 12 (this is a single user kernel after all).
...
Remove COMPAT_13 since it's not needed.
2000-11-07 17:37:07 +00:00
matt
c62b76ce87
Switch from the old yucky ncr to the new good siop driver for 53c8xx.
2000-11-07 17:01:33 +00:00
matt
7dbdd4c7bb
Make this actually work for .html
2000-11-07 16:24:04 +00:00
is
d2b5345f10
When forwarding a connection, use the right descriptor to get IP options.
...
Fixes PR 11261 my Michael Eriksson, using his patch.
2000-11-07 16:06:24 +00:00
tsutsui
b666be4488
Add more names:
...
MI: hifn, intersil7170, neo, siop_common, sysmon_envsys, sysmon_wdog
i386: mca
newsmips: dmac, spifi, xafb
2000-11-07 15:33:53 +00:00
itojun
374c623f95
show IPv6 interface address status "deprecated" (preferred lifetime = 0).
...
RFC2462. sync with kame.
2000-11-07 14:47:59 +00:00
soren
232e2c5ef9
Regen.
2000-11-07 13:53:59 +00:00
soren
0dc9fd53b9
Just print 'Intel' for their other OUI.
2000-11-07 13:53:42 +00:00
tron
68fa36f81f
Avoid segmentation fault if "dns_zone_lookup()" is called with an empty
...
string as name. Problem noted by Simon Burge.
2000-11-07 13:21:36 +00:00
ad
975795b27b
Note `neo' device.
2000-11-07 12:42:48 +00:00
ad
830d849bec
Xr intro 4
2000-11-07 12:42:22 +00:00
jdolecek
7d8eefdffc
add void *p_emuldata into struct proc - this can be used to hold per-process
...
emulation-specific data
add process exit, exec and fork function hooks into struct emul:
* e_proc_fork() - called in fork1() after the new forked process is setup
* e_proc_exec() - called in sys_execve() after the executed process is setup
* e_proc_exit() - called in exit1() after all the other process cleanups are
done, right before machine-dependant switch to new context; also called
for "old" emulation from sys_execve() if emulation of executed program and
the original process is different
This was discussed on tech-kern.
2000-11-07 12:41:52 +00:00
jdolecek
75823fcfc2
write KTR_EMUL entry on end of fork1() - primarily usable when the new
...
process never does execve(2), such as when creating a thread
2000-11-07 12:31:17 +00:00
jdolecek
04cbfb1132
add M_EMULDATA
2000-11-07 12:12:15 +00:00
blymn
c2a9885658
Added libform specific error code.
2000-11-07 10:59:27 +00:00
nisimura
dfb8c2a44f
Fix a minor typo in the previous change of tp->t_linesw introduction.
2000-11-07 09:23:21 +00:00
lukem
cce5d917e2
provide obvious example of line syntax
2000-11-07 07:20:47 +00:00
lukem
c14de03062
- provide an obvious description of the line syntax.
...
- highlight that the second argument may be an IP address (which often
makes sense on machines that have different MAC addresses for
different interfaces; the whole world ain't a Sun...)
2000-11-07 07:17:13 +00:00
lukem
9fe3074a12
provide obvious example of line syntax
2000-11-07 07:02:18 +00:00
lukem
674d9fad57
slight cleanup of line syntax
2000-11-07 07:01:54 +00:00
lukem
c96b945602
slight rework
2000-11-07 06:58:08 +00:00
lukem
1ae178427f
reorganise slightly to make it more obvious what the actual syntax of
...
a configuration line is.
2000-11-07 06:51:13 +00:00
lukem
279552d3db
fix up various .Nm abuses:
...
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
thorpej
5929990d15
Add `bktr'.
2000-11-07 06:02:24 +00:00
lukem
51ea0cba47
remove unnecessary command name after .Nm
2000-11-07 05:51:54 +00:00
lukem
87567a7fcd
use lowercase with .Nm to match actual command name
2000-11-07 05:49:31 +00:00
lukem
ebcd47ebf3
use .Xr
2000-11-07 05:44:50 +00:00