enami
|
f002de2f5a
|
Put a whitespace after the keyword `switch'.
|
1997-10-08 01:09:02 +00:00 |
enami
|
7c92c8b774
|
Compare a return value of getopt() against -1 instead of EOF.
|
1997-10-08 01:04:31 +00:00 |
enami
|
cd2bc25e31
|
Put a whitespace after the keyword `switch'.
|
1997-10-08 01:03:00 +00:00 |
enami
|
34bbb35be5
|
Compare a return value of getopt() against -1 instead of EOF.
|
1997-10-08 01:02:00 +00:00 |
enami
|
782a241926
|
Put a whitespace after the keyword `switch'.
|
1997-10-08 01:00:41 +00:00 |
enami
|
42eb13e478
|
Compare a return value of getopt() against -1 instead of EOF.
|
1997-10-08 00:56:46 +00:00 |
christos
|
ec75ec1f8c
|
Make function declarations conform to the prototypes.
|
1997-10-08 00:52:47 +00:00 |
christos
|
e57ffbac55
|
Fix declaration of sys_errlist, add prototypes for flockfile and funlockfile
|
1997-10-08 00:35:50 +00:00 |
christos
|
eaa7838299
|
Add real prototypes
|
1997-10-08 00:33:40 +00:00 |
lukem
|
91b6547967
|
fix cutnpasto
|
1997-10-08 00:11:51 +00:00 |
pk
|
3beb1a70cf
|
In fts_alloc() copy the trailing 0 character explicitly, instead of
relying on the passed input string having a 0 character at the right spot.
Takes care of PR#4234.
|
1997-10-07 23:02:17 +00:00 |
augustss
|
7002bab845
|
Emulate setting the hiwater mark with SETFRAGMENT the right way.
Get rid of some 'register'.
|
1997-10-07 22:46:00 +00:00 |
augustss
|
4f2068ec29
|
Sanity check hi/lo water mark settings better.
|
1997-10-07 22:40:43 +00:00 |
gwr
|
38b2ba3e3f
|
typo
|
1997-10-07 20:05:00 +00:00 |
is
|
37fce9c90f
|
Oops, forgot to commit this when doing the recent 060SP Makefile change.
|
1997-10-07 19:26:11 +00:00 |
is
|
e183d29c61
|
Oops, I forgot this when doing the recent 060sp make system change.
|
1997-10-07 19:23:37 +00:00 |
gwr
|
d0febbb62c
|
Be sure to kmem_free_wakeup() the same range of address space we
got from kmem_alloc_wait() earlier. Thanks to Michael L. Hitch
and Scott Reynolds. (Fixes the sun3/sun3x part of PR#4120.)
|
1997-10-07 18:28:55 +00:00 |
gwr
|
c9d8d6ae1d
|
Use sizeof(struct ieob) instead of a sun3-specific macro,
so this driver will work on the sun3x as well. (Works!)
|
1997-10-07 18:17:19 +00:00 |
gwr
|
2240a5aa56
|
typo
|
1997-10-07 18:00:18 +00:00 |
gwr
|
b298a0b98c
|
fix warnings
|
1997-10-07 17:56:30 +00:00 |
gwr
|
35cfb77c2f
|
Sync with GENERIC
|
1997-10-07 17:50:50 +00:00 |
gwr
|
8e46a17c49
|
cosmetic
|
1997-10-07 17:49:26 +00:00 |
drochner
|
32d869340c
|
Add "console" manpage.
|
1997-10-07 17:44:22 +00:00 |
drochner
|
45a5051ee2
|
Documentation for console selection.
|
1997-10-07 17:43:29 +00:00 |
drochner
|
5b241036ec
|
Add new manpages.
|
1997-10-07 17:39:25 +00:00 |
drochner
|
6a77ffc3bf
|
Documentation for console selection options in i386/stand.
|
1997-10-07 17:38:57 +00:00 |
gwr
|
0a6d195bf0
|
Add the ie driver (and reorder some things)
|
1997-10-07 17:08:35 +00:00 |
gwr
|
0d541b4c08
|
Add dvma_malloc() for the ie driver.
|
1997-10-07 16:51:47 +00:00 |
gwr
|
31459bfd07
|
Make nfs/krpc_subr.c conditional on arp (fixes PR#4233).
|
1997-10-07 16:15:30 +00:00 |
gwr
|
5e10630004
|
Add stuff for the ie driver
|
1997-10-07 16:10:25 +00:00 |
lukem
|
87ca3b181a
|
minor KNFify
|
1997-10-07 15:00:35 +00:00 |
lukem
|
93c1ffe13c
|
use err instead of errx, so the user has some idea why the file wasn't opened
|
1997-10-07 14:59:37 +00:00 |
lukem
|
5f88ebd1a3
|
fix & simplify test for skippable lines
|
1997-10-07 14:56:11 +00:00 |
lukem
|
6ea62c3327
|
simplify test for skippable lines
|
1997-10-07 14:46:48 +00:00 |
lukem
|
0d2bc0fdb6
|
use err instead of errx, so the user has some idea why the file wasn't opened
|
1997-10-07 14:45:18 +00:00 |
lukem
|
618db68108
|
grabage collect this
|
1997-10-07 14:43:44 +00:00 |
lukem
|
55d8f20490
|
use err instead of errx, so the user has some idea why the file wasn't opened
|
1997-10-07 14:42:32 +00:00 |
lukem
|
c0495ebb45
|
nuke register & unnecessary extern's, factor out common code
|
1997-10-07 14:39:06 +00:00 |
lukem
|
dc497bdd46
|
cleanup typos, grammaros, thinkos, and misuse of mdoc macros
|
1997-10-07 14:23:50 +00:00 |
augustss
|
b217726cdc
|
Get rid of warnings.
|
1997-10-07 13:55:03 +00:00 |
mrg
|
ad681f7eae
|
WARNS?=1. RCS ids.
|
1997-10-07 13:44:03 +00:00 |
mrg
|
3d8d628a25
|
WARNS?=1. RCS ids.
|
1997-10-07 13:39:56 +00:00 |
mrg
|
cd359aa2a0
|
fix warnings on alpha.
|
1997-10-07 13:13:41 +00:00 |
mrg
|
08a6736e8b
|
WARNS?=1. RCS ids. did not merge very much of lite-2.
|
1997-10-07 13:07:44 +00:00 |
mrg
|
49a7341d45
|
make these changes to the default user.group:
- internal services run as `nobody'
- rpc.rusersd and rpc.sprayd run as `nobody'
- rpc.rstatd run as `nobody.kmem'
- rpc.rwalld run as `nobody.tty'
|
1997-10-07 12:45:32 +00:00 |
lukem
|
cb57cd9636
|
add $ipmon and $ipmon_flags, to control startup of ipmon(8)
|
1997-10-07 12:11:48 +00:00 |
mrg
|
a5a68ff5f2
|
WARNS?=1. RCS ids.
|
1997-10-07 11:28:16 +00:00 |
mrg
|
59093d44d1
|
WARNS?=1. RCS ids. cleanup a little.
|
1997-10-07 11:15:16 +00:00 |
mrg
|
51564e1ed5
|
WARNS?=1
|
1997-10-07 11:08:51 +00:00 |
mrg
|
16e14cfd8d
|
WARNS?=1. RCS ids
|
1997-10-07 10:57:08 +00:00 |