fvdl
95e20d99e4
Don't try to push v6 addresses into the kernel when they're not supported.
2000-06-19 23:44:16 +00:00
thorpej
0b8498ceb3
Use the .ifmake syntax that's described in make(1).
2000-06-19 23:36:22 +00:00
eeh
245619bad4
Have separate data and text segments, make text read-only.
2000-06-19 23:30:32 +00:00
fvdl
27ddcb91ce
Handle unsupported protocols (i.e. no v6 support on the other side)
...
a tad better.
2000-06-19 23:19:20 +00:00
thorpej
fddd47312e
Version string is const.
2000-06-19 22:40:17 +00:00
eeh
4ffba8be2a
Fix uninitialized pointer bug.
2000-06-19 22:29:15 +00:00
pk
c1aec32fc0
Use `pv_pool' in non-wait mode; for now, panic if memory is exhausted.
2000-06-19 21:06:32 +00:00
thorpej
121a426cc0
Neeed -DHAVE_CONFIG_H for HOST_CPPFLAGS, too.
2000-06-19 20:53:26 +00:00
thorpej
c4dc11daa0
Const poison the version strings.
2000-06-19 20:51:53 +00:00
thorpej
14bcd313f9
Tidy this up.
2000-06-19 20:48:42 +00:00
thorpej
729192af88
Use an appropiate HOST_CPPFLAGS.
2000-06-19 20:45:13 +00:00
aymeric
a803656ec6
Correct behavior of options octal, print and noprint
...
This fixes PR #6800
2000-06-19 20:09:37 +00:00
ragge
e79e5730cc
Variable "from" must be in first block read from disk, otherwise it will be
...
overwritten on non-VMB machines.
2000-06-19 20:05:17 +00:00
is
9172c5b451
P5 board clock decoding.
2000-06-19 19:49:51 +00:00
kristerw
4c7e15910e
Disable "fancy math" the correct way (it's TARGET_DEFAULT that is used
...
for that kind of flags -- the TARGET_CPU_DEFAULT is used to choose the
cpu type to generate code for...)
Fixes PR 10357.
2000-06-19 19:48:37 +00:00
thorpej
8401bbdeaa
Gut this out; libcrypto's Makefile will set up appropriate links
...
to supply a libdes with the appropriate major/minor number.
2000-06-19 19:39:09 +00:00
tsubai
1155f3af58
Allow mmap of frame buffer registers.
2000-06-19 19:35:20 +00:00
thorpej
78d67d6053
Add print-shlib-major and print-shlib-minor targets.
2000-06-19 19:35:05 +00:00
thorpej
c55e4231ce
Sync up the LIB* list.
2000-06-19 19:00:14 +00:00
pooka
7747299e6d
Correct situation where vnode was left hanging around when trying to
...
mount a filesystem with securelevel 2. A second mount-attempt left
everything completely frozen.
Fix by Bill Sommerfeld.
2000-06-19 18:53:55 +00:00
soren
fdcd620b35
Less use for kernfs/procfs now.
2000-06-19 18:32:08 +00:00
thorpej
fc831593e0
Use a link for <kerberosIV/des.h>
2000-06-19 18:27:14 +00:00
lukem
13067569df
rewrite method of traversing facttab[]; use size of list to terminate
...
not NULL terminated entry (since we need to know the size of other
reasons...)
2000-06-19 17:08:05 +00:00
lukem
73f082e2ea
various fixes suggested by Robert Elz:
...
* implement closedataconn() and use appropriately (including in mlsd())
* only put leading space in front of MLST output (not MLSD output)
* MLSD: only output pdir and cdir entries when the type fact is requested.
* change error code for giving MLSD a non-directory from 550 to 501
* remove MLSx Type fact support for UNIX.* for now; it's not standardised yet.
* do a check_login when MLSD and MLST are given no args
* detect & complain about null facts in OPTS MLST
* cache getgroups() at login instead of calling each time in fact_perm()
other mods:
* implement cprintf(); as per fprintf() but increments total_bytes{,_out}
* implement CPUTC(); as per putc() but increments total_bytes{,_out}
* implement base64_encode()
* fact_unique() display base64 encoding of dev_t and ino_t rather than
hex output; should scale if size of those changes
* change reply() so that a negative code acts as the initial line in a reply,
code == 0 prefixes the line with 4 spaces, and code > 0 works as before.
deprecate lreply(code, ) and lreply(0, ) in favour of reply(-code, ) and
reply(0, ) respectively.
* use cprintf() and CPUTC() appropriately (often instead of printf(),
lreply(-2, ) or lreply(-1, ).
now we actually account for the data sent by MLST and MLSD.
* remove DEBUG support for sending MLSD output to control connection instead
of data connection (my ftp client now supports MLSD :-)
2000-06-19 15:15:03 +00:00
augustss
4f82723a61
Regen.
2000-06-19 14:58:37 +00:00
augustss
e38812aaad
Add XTNDAccess IrDA.
2000-06-19 14:58:02 +00:00
tsutsui
01397a64b5
Add etc/netconfig to lists.
2000-06-19 14:55:20 +00:00
tsutsui
c72204655e
mkdir -p ${RELEASEDIR}/installation/miniroot on "make release".
2000-06-19 14:39:24 +00:00
hubertf
65162fd077
be sure to set pkgdbp to NULL after closing the db.
2000-06-19 13:28:06 +00:00
simonb
8e0ec9a961
s/ouwl/outl/ in macro definition.
2000-06-19 12:19:38 +00:00
augustss
88e928528c
Unswap functiona arguments that got swapped during ANSIfication. Now
...
mixer controls work again.
2000-06-19 11:43:48 +00:00
kleink
8a7d2ae8da
+ FAQ
2000-06-19 11:27:52 +00:00
kleink
09d00231dc
+ KITA
2000-06-19 09:40:58 +00:00
msaitoh
03cf0ea64a
clear ORER, FER and PER bit of the SCSSR reg.
...
(This bits aren't cleared automatically)
2000-06-19 09:32:00 +00:00
msaitoh
4d2677e3a0
clear the ER bit of the SCSSR2 reg.
...
(This bit isn't cleared automatically)
2000-06-19 09:30:35 +00:00
matt
1293f1b88b
Rename ncr[5380] device to si to more consistent with other ports.
...
Add VAX660 to cputype.h. Remove needs-flag from si & asc entries.
2000-06-19 04:22:14 +00:00
soren
d2df3196f7
Note tr_pcmcia.
2000-06-19 04:04:46 +00:00
itohy
39c5d5c7a4
Store return value to a0 before calling CERROR function if __SVR4_ABI__.
2000-06-19 03:43:12 +00:00
itohy
db3aed16df
Fix weird macro definitions.
...
They are internal use only and the typos are no harm, you know. :)
2000-06-19 03:42:31 +00:00
matt
bf54f490b3
fix typo.
2000-06-19 01:14:34 +00:00
hubertf
f9aaf0a4e5
Allocate space & copy a string returned by a function that'll clobber it on
...
next call.
2000-06-19 00:55:11 +00:00
cyber
4f6b2833f7
dhclient support added
2000-06-18 23:57:32 +00:00
cyber
099ead3895
increase size to allow for dhclient
2000-06-18 23:53:32 +00:00
cyber
cbefbdefce
dhclient support added
...
only invoked if dhclient is present on install image
2000-06-18 23:50:02 +00:00
fvdl
51e81216d1
Rearrange previous slightly to avoid getting values that are too low;
...
the only goal here is to leave some space for the stack.
2000-06-18 23:03:45 +00:00
scottr
fbafc16812
Revert debug-related bogon that snuck in (no change in functionality).
2000-06-18 22:58:45 +00:00
matt
955a631ce4
We use opt_cputype.h now.
2000-06-18 22:47:19 +00:00
itojun
35d0fb470c
do not assume that nsaddr_list[n].sa_len is properly initialized,
...
there can be some third-party code that does not.
2000-06-18 21:41:23 +00:00
itojun
855792d5bd
recomend get{addr,name}info for scoped address support.
2000-06-18 20:30:26 +00:00
abs
2e1a21aab4
Fix netboot link - noted by ADAM Sulmicki
2000-06-18 19:36:20 +00:00