hubertf
1a23840177
Make this look ok when formatted.
...
Fixes PR 12078 by Nigel Reed <nigel@nelgin.nu>
2001-02-02 03:33:50 +00:00
garbled
25a0bdc99a
Fix handling of the backspace and delete keys when editing a field.
2001-02-01 08:43:46 +00:00
garbled
aa592358be
Add a popup message telling users how to use the multiple selection and
...
list field types, so users aren't mystified when they encounter one.
2001-02-01 08:29:46 +00:00
minoura
c87a3782c4
Add .Dd (date).
2001-02-01 00:51:58 +00:00
minoura
8ecdc3e510
Correct the `usage' message.
...
Pointed out by Tetsuya Isaki <isaki@se.hiroshima-u.ac.jp>.
2001-02-01 00:51:22 +00:00
garbled
305f1af6ff
Major cleanup:
...
Add new form keyword, iscript, which allows script generated integer fields.
This uncovered a whole host of bugs, which uncovered a whole host of memory
leaks, which hopefully I've fixed most of now (in this file at least).
2001-01-31 09:35:42 +00:00
bjh21
a9e45dc961
Put both .S and .s files in SFILES. Fixes bin/12051. Patch from Richard
...
Earnshaw via Chris Gilbert.
The right solution here is to have every port use .S, but that might take a
while...
2001-01-31 00:15:40 +00:00
jmc
5ec07d55ff
Hmm...My last change was a bit too drastic. Sun3's would never run the inner
...
bit of checksum code. Restructure #ifdef's. Really, use_openprom should just
be visible on all ports and set to 0 on sun3 or something.
2001-01-29 03:11:50 +00:00
jmc
f8c082d5a5
Cleanup last set of cleanups so this compiles on systems without
...
openprom (ala sun3).
2001-01-28 22:22:25 +00:00
itojun
ca89dc0998
minimize diffs to tcpdump.org tree, even if cosmetic.
...
changes include:
- do not chase header if ip/ip6 datagram is framgented, and it is not the
first fragment
- u_short -> u_int16_t
- buffer boundary checks, including sprintf -> snprintf
- cleanup truncated packet cases
- pull tcpdump.org enhancements/corrections for RIP, IPv6 options, ICMPv6,
OSPFv3, IPv4 options, BGP
there are a lot of local/conflicting changes. we'd gradually decrease
# of diffs by synchronizing both ends, and then move to src/dist/tcpdump
and reachover makefile.
2001-01-28 10:05:05 +00:00
itojun
3915684b18
remove extra space after typename. sync with tcpdump.org
2001-01-28 07:56:56 +00:00
itojun
b3d0e180ed
print A6, DNAME and bit string label correctly.
...
sync with tcpdump.org.
2001-01-28 07:51:33 +00:00
itojun
64a4efdbfa
for sha.o target, use decl very similar to bsd.lib.mk
2001-01-28 01:43:26 +00:00
martin
3966d2696b
Disable optimization when compiling sha.c.
...
This is a know bug (see our libc sha1 implementation and the associated
doc/hacks entry) with the toolchain used on sparc64 currently.
XXX - somebody please check/fix OBJDIR handling for this
XXX - somebody please fix the ****** toolchain
2001-01-28 00:42:20 +00:00
itojun
cd938b3400
enable DNSSEC code (using -DDNSSAFE) if MKCRYPTO=yes
2001-01-27 08:14:43 +00:00
itojun
ad5df36306
update $VER
2001-01-27 07:35:32 +00:00
itojun
1a7fc7b687
upgrade to BIND 8.2.3. the upgrade is critical (security fixes).
...
please test.
2001-01-27 07:21:56 +00:00
hubertf
6c1d54c4cb
* Make error messages from open(2) include the file/device that was
...
not open-able
* Add -v switch to dump some font-stats before loading them.
2001-01-26 20:25:25 +00:00
jlam
c5d65e2d74
Improve grammar slightly in the description for IPsec policy settings.
2001-01-25 21:49:31 +00:00
chuck
739ac42b5e
be more picky about running /etc/apm/{battery,line} in response
...
to APM_POWER_CHANGE event. some BIOS post this event periodically
while the battery is charging/discharging (no change in a/c state).
on these systems this prevents /etc/apm/{battery,line} from being
run multiple times.
2001-01-25 00:48:59 +00:00
garbled
18d0882a77
Add a function to fetch a list of different package categories that are
...
available to the user to install binary packages with.
Modify the function API so it can handle preforms like it is supposed to.
2001-01-24 09:30:30 +00:00
garbled
1dc7842166
Deal with null returns from script entry field types in a semi-sane manner
2001-01-24 08:29:56 +00:00
garbled
18e0c94727
Fix an off-by one error in run.c having to do with the down arrow, and fix
...
some minor display glitches in the form routines.
2001-01-24 07:46:23 +00:00
garbled
69f61c7f62
Fix the editing popup window so it's actually readable.
2001-01-24 07:23:51 +00:00
garbled
fdb7bdb2c0
Fix some bugs pointed out by Brett Lymn where I wasn't checking the return
...
value of field_buffer.
2001-01-24 07:17:10 +00:00
itojun
2355131777
make sure to initialize prefix information struct before use. sync with kame
2001-01-23 15:35:54 +00:00
is
083ffe26fe
This should fix PR 11865 by Petri Koistinen: modelines too short by more
...
than one entry would only be detected by a (core dumping) strtol().
2001-01-22 21:11:23 +00:00
garbled
73ffa92b18
Fix one of the bugs in the TODO list, sushi would die with a bad endpoint
...
if you hit enter on one of the blank lines in the main menu.
2001-01-22 07:12:49 +00:00
itojun
69622e75ab
sync with latest kame.
...
- make icmp6.h spec conformant to 2292bis-02, regarding to router reumbering
flag bit.
- latest rtadvd.
2001-01-21 15:39:32 +00:00
itojun
14296ba1e6
make it clearer that /etc/rtadvd.conf is optional (normally,
...
configurations were derived from kernel interface settings).
install rtadvd.conf into /usr/share/exapmles/rtadvd, instead of /etc.
sync with kame.
2001-01-21 15:01:36 +00:00
itojun
45c9804017
avoid memory leak. sync with kame
2001-01-21 07:51:17 +00:00
kleink
f46c3b8662
Teach tcpdump(8) to dump VRRP.
2001-01-19 09:10:13 +00:00
garbled
b0ee440a2f
Update the TODO list a little bit. Add a few items that were brought to
...
my attention.
2001-01-19 07:50:20 +00:00
enami
f93a8a97b8
Parse nfs file handle better on NetBSD. On little endian machine,
...
it was completely broken. On big endian machine, it was detected as SUNOS4
and thus 32bit dev_t isn't handled properly.
XXX: The auto detect code should be integrated more cleverly if possible.
XXX: In addition, it is better if there is a way to specify server os type.
2001-01-19 01:28:50 +00:00
lukem
3b32ee2ae2
this is ntpq(8) not pq(8). (conversion problem from the html???)
2001-01-19 01:25:32 +00:00
thorpej
ed7ec7c142
Make this work again for the case where there are devices
...
configured, but none of those devices happen to have locators.
2001-01-18 07:09:47 +00:00
mycroft
5087e52718
Kill .NOPATH, and fix some DPADDs.
2001-01-18 03:28:19 +00:00
scottr
acef071496
Fix the sorting introduced in rev 1.9 for the netgroup map:
...
handle entries that span multiple lines correctly.
2001-01-16 07:15:18 +00:00
cgd
d594ce939b
comment or delete text after CPP directives.
2001-01-16 02:50:27 +00:00
cgd
bcc8ec9959
include stdlib.h for prototypes (typically for exit()).
2001-01-16 02:44:43 +00:00
cgd
fdfcf1962d
labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.l
2001-01-16 02:43:37 +00:00
cgd
c338834cd9
use expr to do subtraction. shell math isn't as portable.
2001-01-16 02:42:39 +00:00
cgd
9cfe468c74
avoid C sequence point issues warned about by development version of gcc.
2001-01-16 02:41:17 +00:00
cgd
e209ced86f
include string.h for prototypes.
2001-01-16 02:38:36 +00:00
cgd
3e8fb298b1
Avoid accidental use of trigraphs. Pointed out by development version of gcc.
2001-01-16 02:37:03 +00:00
cgd
ede451d831
comment about the backslash used to avoid trigraph
2001-01-16 02:36:29 +00:00
cgd
4edf8bff8e
Don't forget the trailing newline.
2001-01-16 02:34:34 +00:00
cgd
f762cf8294
for linking, libraries should be named _after_ the libraries that need them.
...
In this case, curses should come after cdk & form.
2001-01-16 02:34:14 +00:00
martin
7d77421729
Comparing ch != -1 when ch is of type char is no good idea.
...
Fix this for ports where char is unsigned by making ch an int.
Pointed out by Matthias Pfaller.
2001-01-15 09:26:15 +00:00
itojun
a88307ab86
sync with latest kame tree.
...
- reduce chances for signal handler rae condition
- decrease chances for misconfiguration
- feedbacks from router renumbering protocol bakeoff
2001-01-15 06:14:05 +00:00