wrstuden
4d9bcc23d6
Add overlay.h, mount_overlay, and mount_overlay.[08] to lists.
2000-01-20 19:26:43 +00:00
wrstuden
9f1512654d
Add mount_overlay.
2000-01-20 19:22:08 +00:00
wrstuden
87e1b0f9b7
Add overlay to kernel configs.
2000-01-20 19:12:28 +00:00
wrstuden
fab192f2d2
Add overlay, a layered file system which overlays itself on
...
the underlying fs, rather than exporting it to another part of the
directory name space.
2000-01-20 19:06:13 +00:00
kleink
02867b49c9
Nuke the assembly version, which has been unused for > 2 years and is actually
...
identical to GCC's output from processing abs.c.
2000-01-20 18:28:33 +00:00
mjacob
e1598bac13
fix misspelling
2000-01-20 17:16:25 +00:00
mjacob
c6459da685
add SES device
2000-01-20 17:13:27 +00:00
mjacob
015af0db9d
add a (currently unused) option reference to isp_target mode
2000-01-20 17:12:34 +00:00
mjacob
56196ffa4e
Nobody said no to adding a pointer to original scsi inquiry data
...
to the scsibus attach args. Make sure it's nulled for ATAPI. Also,
for scsiconf.c, modify SENA's quirk entry.
2000-01-20 17:10:18 +00:00
mjacob
3bcc285367
add SES driver
2000-01-20 17:07:41 +00:00
christos
c6b70bdfe2
Use .PATH.c not .PATH otherwise builds without objdirs fail from biosboot_com0.
...
Reported by Tron.
2000-01-20 16:51:01 +00:00
mjacob
a8f0034523
add SES device
2000-01-20 16:07:43 +00:00
drochner
8395a5e928
like com.c, raise DTR/RTS in console initialisation
2000-01-20 15:22:57 +00:00
jsm
be7d4de5f0
Report scores as auto-bot or not correctly.
...
Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
2000-01-20 13:24:11 +00:00
lukem
b5a4e862d8
complete_ambiguous(): be consistent about completing unambiguous matches; if
...
the word is already complete then return CC_REFRESH so that the higher layer
may append a suffix if necessary. Fix from Launey Thomas <ljt@alum.mit.edu>.
2000-01-20 13:19:46 +00:00
enami
b7868a436d
Don't overwrite cfe->flags.
2000-01-20 08:47:59 +00:00
enami
747ef6745c
If server name field is overloaded for other purpose, or it just contains
...
NULL string, don't use it as server name.
2000-01-20 08:34:52 +00:00
itojun
57f7502caf
inet_pton() error must be checked with 1. see inet_pton(3).
...
will notify the original author.
2000-01-20 04:55:52 +00:00
enami
3ff6bc9f03
Default value for -s option is ARG_MAX - 4096, not - 2048.
2000-01-20 04:22:05 +00:00
itojun
7f4bafc7bd
add "-n" to netstat -i to avoid reverse query and better audit.
...
print IPv6 interface stat by netstat -inv separately.
comments from: hubertf and others
2000-01-20 04:13:54 +00:00
enami
9d51226cc3
fix typo in comment.
2000-01-20 03:19:27 +00:00
enami
10749faeb1
- To detect realloc failure, need to check the value just returned by it.
...
- Free storage on realloc failure.
- Some cosmetic changes.
2000-01-20 03:15:04 +00:00
mycroft
66aa5b00fe
Use strtol() to check validity of numeric values, rather than
...
hand-coding it.
2000-01-20 02:53:46 +00:00
mycroft
a3db771521
Oops; remove unused variables.
2000-01-20 02:50:54 +00:00
mycroft
9f93f79f25
Just use setmode(3); don't special-case numeric values.
2000-01-20 02:49:41 +00:00
mycroft
3809e348e0
Fix data comparison to not overrun array bounds.
2000-01-20 01:04:41 +00:00
thorpej
aa1aaac03e
Allow abolute pathnames as prefixes.
2000-01-20 00:08:08 +00:00
matt
5d5b2822ec
Don't need to include opt_vax8600.h. Always defined the 8600 specific bits.
2000-01-20 00:07:49 +00:00
christos
4cd25afac7
Create temporary files carefully, to avoid security problems. Idea borrowed
...
from the botched FreeBSD implementation...
2000-01-19 23:39:37 +00:00
hubertf
9d0c5bb4ee
FTP wildcard depends code, initial commit.
...
Modulo some code cleanup, this gives NetBSD full wildcard support not
only in pkgsrc, but esp. for binary packages installed from local disk
and via FTP. For more information, see:
http://www.feyrer.de/NetBSD/wildcards.html
2000-01-19 23:28:28 +00:00
thorpej
e92c1387ea
G/c unused variable.
2000-01-19 23:06:06 +00:00
perseant
88d28e9b98
Fix frag -> fsize typo
2000-01-19 21:27:08 +00:00
christos
716b39b67a
PR/9245: Feico Dillema: ip6 support in pppd doesn't compile/work
2000-01-19 20:23:46 +00:00
thorpej
a0397a2573
Move callout initialization to a single location; no need to duplicate
...
that code all over the place.
2000-01-19 20:05:30 +00:00
jsm
5c54ba1b0d
Ensure correct prompt asking about another game is given at the end of
...
each game.
Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
2000-01-19 19:43:42 +00:00
jsm
a645bf0f29
Typo fix in unknown option message (from Malcolm Parsons
...
<malcolm@bits.bris.ac.uk>).
2000-01-19 19:19:43 +00:00
jsm
27bcd0d70a
Remove definition of __cputchar.
2000-01-19 19:02:27 +00:00
mycroft
8493d15a0c
Fix a glitch with handling files larger than 2GB.
2000-01-19 18:41:23 +00:00
christos
6c14e6198e
PR/9244: Kevin Schoedel: libedit dumps bindings inconsistently
2000-01-19 18:31:10 +00:00
christos
b2309a74ae
PR/9243: Kevin Schoedel: libedit ignores repeat count
2000-01-19 18:30:19 +00:00
tsutsui
bdfb1f79c9
STRIP -> STRIPPROG
2000-01-19 16:40:10 +00:00
tsutsui
e61f177ab1
STRIP -> STRIPPROG
2000-01-19 16:29:54 +00:00
tsutsui
995d49ac90
Add #include <machine/cpu.h>
2000-01-19 16:13:50 +00:00
itojun
1061ba6b37
another possible PR9189 issue (panic on sparc).
2000-01-19 15:59:14 +00:00
abs
b6796d5dd4
add an extra card to HARDWARE from Bob Nestor
2000-01-19 14:54:13 +00:00
tsutsui
644b514c39
Change STRIPFLAGS=-g for cross-toolchains.
2000-01-19 14:44:58 +00:00
itojun
85a3a12c88
/usr/sbin/sysctl does not exist any more (now /sbin/sysctl)
2000-01-19 14:16:58 +00:00
cjs
b54595a488
Make sure that everything in GENERIC is in ALPHA, and that the two files
...
have config lines in the same order to make diffing easier.
2000-01-19 13:53:47 +00:00
leo
7396daca2b
No longer abuse cf_unit. This broke with the latest autoconf changes.
2000-01-19 13:23:14 +00:00
leo
4911054546
Allow storage-space to be passed to the alloc_bus_space_tag() functions. This
...
permits static tags to be used during early console init.
2000-01-19 13:12:54 +00:00