sommerfeld
9a908dc67f
Don't put (target-oriented) CPPFLAGS into HOST_CPPFLAGS in bulk - instead,
...
add the same things to HOST_CPPFLAGS as to CPPFLAGS
This is necessary to cross-compile egcs.
1999-10-09 16:10:19 +00:00
hubertf
4fa18183d7
Install example dhcpd.conf into /usr/share/examples/dhcp
1999-10-09 15:33:36 +00:00
jdolecek
105c2e3075
ntfs_nt{get|put|rele}() really are necessary, since ntnode may be
...
shared by several fnodes when the file is simultaneonsly opened by
several callers and different "attributes" (a.k.a. resource forks)
are requested. They have been converted to use lockmgr()-style locking.
1999-10-09 14:29:36 +00:00
jdolecek
cfb7bf7fca
* convert ntfs_nt{get|put|rele}() to lockmgr()-style locking and
...
guard the setting and checking of i_usecount by simplelock; as
situation where there would be several users of same ntnode is
extremery rare, it's not worth the efford to change the code to
hold the (exclusive) lock only when it's needed
* in struct fnode, g/c f_dev & f_type (former is already in ntnode,
latter is in parent vnode), move f_devvp from struct fnode into
struct ntnode (no reason this should be copied in each fnode)
1999-10-09 14:27:42 +00:00
lukem
afb965e778
allow a second SIGINT during the "xfer aborted. waiting for remote to finish abort."
...
stage. if this occurs, just call lostpeer() to close the connection. whilst this
might be considered brutal, it's also extremely handy if you're impatient or there's
lossage at the remote end.
1999-10-09 12:48:12 +00:00
erh
622b465872
Delay clearing of RTF_UP until after deleting rt_gwroute. Otherwise, if rt_gwroute is the same as the original route it will get freed twice. It can end up the same because of unusual "route" commands (PR4561) or certain icmp redirects (PR4827).
1999-10-09 08:13:00 +00:00
lukem
a53d7d57a9
* use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter
...
don't save the signal mask on some foreign systems.
* ensure signal handlers don't use stdio and do reset errno if they
don't exit with siglongjmp()
* use a common SIGINT handler for {send,recv}request()
1999-10-09 03:00:55 +00:00
jtk
3917d8b9e7
fix comment regarding when we attempt to seek
1999-10-09 00:43:32 +00:00
pk
8c06f48e15
Sprinkle some `const's in DEBUG bracketed code.
1999-10-08 21:10:44 +00:00
cgd
c3d5267629
Don't burst into flame when a QUEUE FULL message is received. Also,
...
do a gross hack which allows seemingly-broken quantum drives to function
with this driver. The gross hack is to disable tagged queueing completely
when QUEUE FULL is received. That costs performance on drives which
do tagged queueing properly and which return QUEUE FULL, but given the way
this driver works it's seems to be the only thing short of significant
recoding which will make it function with the quantum drives in question.
1999-10-08 20:43:45 +00:00
msaitoh
0fcbe067c6
s/ the the / the /
1999-10-08 20:13:42 +00:00
msaitoh
e73ef7c8bf
s/ a a / a /
1999-10-08 19:55:43 +00:00
msaitoh
759d929514
s/ as as / are as /
1999-10-08 18:13:16 +00:00
minoura
6ef8563aed
Remove softcar from the example setting for dialup (commented).
...
(Thanks to Shuuichi Suyama <ghe02376@nifty.ne.jp> and msaitoh)
Use ttye0 for ITE instead of console.
1999-10-08 14:21:58 +00:00
drochner
6b98862760
forgot to comment out the orphaned "scsibus"
1999-10-08 13:53:00 +00:00
itohy
e72ef17380
- a.out header is not a part of text segment in NMAGIC.
...
- Fix section alignment code.
Patch supplied by Izumi Tsutsui, PR #8575 .
1999-10-08 03:55:06 +00:00
nisimura
72de8abb0c
Arrange loop invariants and fix comment description error.
1999-10-08 02:08:15 +00:00
soren
5db156a589
NFS over TCP is more common these days.
1999-10-07 23:50:58 +00:00
sato
6afd48d017
fix typo about checking RB_POWERDOWN.
1999-10-07 22:15:22 +00:00
perseant
64846ce5dc
Don't complain that we can't fstat the Ifile, if it's because the filesystem
...
has been unmounted. (I.e., don't give errors every time an LFS is unmounted.)
1999-10-07 18:26:58 +00:00
msaitoh
37f310e7d1
- set pagesize to 4K
...
- fix script template for COFF (LIB_SEARCH_DIRS and segment alignments)
1999-10-07 18:05:17 +00:00
msaitoh
8b2c663a45
gcc for sh3
1999-10-07 17:27:35 +00:00
shin
0d2c3cfa67
Add md part of hpcmips
1999-10-07 13:00:10 +00:00
hubertf
3b21dce24e
Add some help on when to use USE_X11BASE.
1999-10-07 12:45:38 +00:00
msaitoh
afa3556d7f
gas.new for sh3
1999-10-07 12:00:59 +00:00
msaitoh
2cf9cd31f6
add csu for sh3
1999-10-07 11:56:28 +00:00
ad
033a99c5ae
Note some ideas from Toru Nishimura.
1999-10-07 09:04:10 +00:00
itohy
2b98e16426
Oops! Make it compile again.
1999-10-07 08:16:51 +00:00
itohy
a44328a50e
Fix power-related init code.
...
Change the default mixer setting to make wave and OPL3 volume even.
Mute the chip during attach not to make noise.
1999-10-07 03:28:56 +00:00
simonb
7d7c6d9f66
Minor nit - don't append a '/' to tmpdir if it already ends in a '/'.
1999-10-07 02:05:22 +00:00
sjg
ed00b4ca01
install_sets(): If Default_sets_dir is set to a directory that contains
...
THESETS then set local_sets_dir to it so that install_from_mounted_fs()
gets called straight away.
install_from_mounted_fs(): if the passed dirname contains THESETS
don't bother/confuse the user by asking him where they are.
1999-10-07 00:10:03 +00:00
sjg
e8c3ee0f50
make sure . install.sub etc work regardless of PATH
1999-10-07 00:07:05 +00:00
ad
0d7e968d86
Enable large cursor by default (at least on i386 for the moment), in
...
response to result of poll on tech-kern.
1999-10-06 23:01:45 +00:00
ad
1acb6189fd
Default terminal type of /dev/console is 'rcons'.
1999-10-06 22:47:58 +00:00
ad
4f06983e9b
The PX series of boards are supported.
1999-10-06 22:37:29 +00:00
ad
993ac32fff
Final chown user.group -> chown user:group changes.
1999-10-06 22:26:14 +00:00
ad
0cb212b1fe
More user.group -> user:group pedantry (these are the loose ends).
1999-10-06 22:05:25 +00:00
ad
9438e96c3b
More root.wheel -> root:wheel pedantry.
1999-10-06 22:01:56 +00:00
ad
7713e57181
The user:group field is optional, so put it in brackets like the other
...
optional fields.
1999-10-06 21:59:50 +00:00
ad
6933332596
Use a colon to seprate user and group name pairs.
1999-10-06 21:55:54 +00:00
ad
d3f47cfba9
A colon is the preferred way to split a user and group name pair; make this
...
possible and depreciate the use of dot.
1999-10-06 21:54:10 +00:00
fvdl
a4e89ca2a1
Define CPU_FPU_PRESENT sysctl value.
1999-10-06 20:04:53 +00:00
fvdl
7c0b0a7b1c
Add machdep.fpu_present sysctl.
1999-10-06 20:04:26 +00:00
fvdl
7bae87cae4
Set variable i386_fpu_present to 1 if a functional FPU was detected. For
...
later retrieval by sysctl.
1999-10-06 20:03:51 +00:00
kleink
a0ff6a4960
Base the definition of MAXLOGNAME on LOGIN_NAME_MAX.
1999-10-06 18:53:55 +00:00
msaitoh
e49b15da29
add GNU_ARCH.sh3=sh
1999-10-06 18:24:00 +00:00
jdolecek
fe8fb7d2da
add signal(7)
1999-10-06 17:22:25 +00:00
jdolecek
a12da43ac4
xref signal(7)
1999-10-06 17:19:09 +00:00
jdolecek
1baa9b08ef
remove the list of signals and xref signal(7) instead
1999-10-06 17:17:26 +00:00
jdolecek
7db4bda538
xref signal(7)
1999-10-06 17:16:56 +00:00