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
pk
d982283952
vme4_dmamap_[un]load: ensure enough DVMA space is allocated to cover the
...
buffer and store that amount in the DMA map to avoid re-computation.
Also add a cache flush as the bus_dmamap_sync() don't do that yet.
2000-06-18 19:30:21 +00:00
pk
5f887c484e
The sparc clients of this driver (si & sw) now use bus_space_*().
2000-06-18 19:22:33 +00:00
pk
a29dc4045f
Conversion to bus_space*().
2000-06-18 19:19:53 +00:00
castor
512723f616
Fix integer overflow in calculation of VM_MAX_KERNEL_BUF.
2000-06-18 18:29:04 +00:00
hubertf
112d4ac068
* Add some cut&paste ready commands for installing this
...
* Move audioplay to a shell function, to have one location where to
change the noise-making
* use /etc/rc.d/dhclient instead of doing it manually
* when going line->battery and vice versa, adjust idle timeouts of
harddisk (atactl), and add noatime,nodevmtime mount options.
Inspired by htdocs/Documentation/power-mgmt/
2000-06-18 16:16:34 +00:00
hubertf
2c8ac0d812
don't worry about non-existing files when deleting obsolete files
...
in the upgrade-case. just skip them silently.
2000-06-18 13:40:41 +00:00
minoura
bdb99fed93
Reduce the size to fit with a single floppy.
...
Still too large by 20KB. ...give up IPv6?
2000-06-18 10:33:18 +00:00
minoura
fa85bf07cd
Enable INET6.
2000-06-18 10:30:35 +00:00
mrg
e1f4b1c95e
use ${MAKE} not make
2000-06-18 10:11:25 +00:00
mrg
cafc122317
catch up with fpu changes.
2000-06-18 08:13:45 +00:00
mrg
f44ba0a4dc
back out part of previous.
2000-06-18 08:13:26 +00:00
mrg
94dde80b07
remove unused crap.
2000-06-18 07:20:15 +00:00