bde
fd68a9a4e2
Fixed bitrot in the prototype for logwtmp().
1998-01-16 16:53:30 +00:00
bde
ac7024beac
Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. All
...
are in kvm_uread():
- the setting of errno before checking it in the lseek() was lost.
- EOF handling was lost. kvm_uread() retried forever on EOF. EOF is
not really an error, but report it one as in rev.1.2.
- reporting of errno after a read error was lost.
Fixed style bugs in rev.1.3 and rev.1.12.
Not fixed: errno is not reported after lseek() failures.
1998-01-16 16:45:05 +00:00
jkh
27024938d5
Adapt to new mount(2) argument syntax.
...
Submitted by: bde
1998-01-16 15:07:55 +00:00
bde
e0900ea8b7
Fixed wrong prototype for history().
...
Don't (mis)use .Fd outside of the synopsis.
1998-01-16 14:33:47 +00:00
bde
8854773755
Fixed missing #include in synopsis.
1998-01-16 13:41:28 +00:00
bde
537cf546ce
Fixed wrong prototype for clock_getres().
1998-01-16 13:39:49 +00:00
bde
1368257905
Fixed wrong prototypes. Most of the prototypes had missing return types,
...
or missing const's or `short *' instead of `[ug]id_t *' in argument types.
1998-01-16 13:33:09 +00:00
bde
4a1bdb147e
Fixed missing return type in a prototype.
1998-01-16 13:10:18 +00:00
bde
ca34bdb372
Fixed a missing #include in the synopsis.
...
Fixed some wrong prototypes.
Fixed a misspelled function name.
The owner of this file should add a copyright and an Id.
1998-01-16 13:02:58 +00:00
bde
6a7d09c6e3
Added prototypes for functions that were documented in libalias.3
...
but not prototyped here.
1998-01-16 12:56:07 +00:00
jkh
6907c09425
Benign changes to support Justin's CAM code.
1998-01-16 12:53:04 +00:00
jkh
7afbd8f11b
Non-intrusive changes to support Justin's CAM stuff.
1998-01-16 12:50:36 +00:00
bde
2249f38866
Added missing declaration of signanosleep().
1998-01-16 12:44:20 +00:00
bde
ceb22d1eaf
Fixed pedantic syntax error (trailing comma in enum).
1998-01-16 12:39:20 +00:00
bde
8e3c26a944
Removed `#pragma ident' (for a FreeBSD Id) so that the K&R support
...
isn't gratuitously broken. This also prevents ANSI compilers from
recognizing the pragma as a request to run /usr/games/hack...
FreeBSD Ids should be in comments or rcsids, not in `#pragma ident's
(which are equivalent to comments when compiled by gcc), and the
only FreeBSD change in this file seems to be adding the Id.
1998-01-16 12:28:09 +00:00
bde
41a706ae39
Commented out `#pragma ident' (for a Sun id) so that the K&R support
...
isn't gratuitously broken. This also prevents ANSI compilers from
recognizing the pragma as a request to run /usr/games/hack...
1998-01-16 12:20:41 +00:00
bde
97b0484d80
Removed redundant declarations. rpcgen generates `typedef enum foo;'
...
from `enum foo;'.
1998-01-16 12:17:55 +00:00
bde
fc0a8856c1
Made this header self-sufficent. It had unnecessary dependencies on
...
<sys/cdefs.h>, <sys/types.h>, <rpcsvc/yp_prot.h>, and on the latter's
prerequisites (5 more).
1998-01-16 12:10:13 +00:00
bde
71ff0f9823
Fixed a missing dependency.
1998-01-16 11:51:19 +00:00
bde
008de0d31f
Null change to attach the correct log message for the previous commit:
...
Added some forward struct declarations so that this file is less
self-insufficent.
Fixed an incomplete prototype.
Fixed some misformattings.
1998-01-16 11:47:51 +00:00
bde
9146faef8f
Added a forward struct declaration so that this file is less
...
self-insufficent.
1998-01-16 11:46:05 +00:00
bde
16e1efdb84
Commented out `#pragma ident' so that the K&R support isn't gratuitously
...
broken. This also prevents ANSI compilers from recognizing the pragma
as a request to run /usr/games/hack...
1998-01-16 11:37:54 +00:00
kato
12770c6212
Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patch
...
level 117.
Reviewed by: Naofumi Honda <honda@Kururu.math.sci.hokudai.ac.jp>
1998-01-16 11:32:13 +00:00
kato
92c4a079e5
Fixed bugs introduced when files were synchronized with
...
sys/i386/isa/mse.c and sio.c.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-01-16 11:20:22 +00:00
bde
3e7fdf1ee9
Translated to `C' - commented out #ident.
1998-01-16 10:31:46 +00:00
bde
7f3ce6d5a7
Fixed long lines in install rule. Fixed other bogons while I was here:
...
- removed vestigal rule for a Lite1 `.0' manpage.
- don't duplicate defaults in the `all' dependencies.
- removed bogus dependency of `setup' on monsters.asc.
- compile `setup' with the usual CFLAGS.
- create monster files at build time, not at install time.
- don't be so repetitive in the install rule.
- fixed too-global replacement of `install' by ${INSTALL}.
Long lines made disgustingly longer by: previous commit.
1998-01-16 09:43:47 +00:00
bde
b80afd24d2
Removed redundant declarations. Keymap functions are declared in
...
<readline/keymaps.h> which is included here.
1998-01-16 09:12:05 +00:00
bde
79c1dfd9a1
Use the system __CONCAT() instead of /**/ for concatenation in the
...
non-ANSI case. The system version is normally also /**/, but may
be different to support K&R compilers other than gcc -traditional.
1998-01-16 08:59:21 +00:00
bde
1a23c43091
Fixed copying of N_TXTADDR() from the system version in the previous
...
revision. N_TXTADDR() was 0x20 too high in the usual case.
Reported by: luoqi@watermarkgroup.com (Luoqi Chen)
1998-01-16 08:46:50 +00:00
bde
f180157a7a
Fixed handling of short writes. Previously, we stopped copying and
...
printed a bogus warning with a stale errno if write() returns a short
count. Now we continue copying. We still print a bogus warning if
write() returns an "impossible" short count of 0.
1998-01-16 07:37:05 +00:00
charnier
9bea718e02
Add rcsid. Remove unused vars. Use err(3) and change exit(-1).
1998-01-16 07:20:34 +00:00
charnier
8910ed3a61
Add rcsid. Change exit(-1). Use err() instead of warn()/exit().
1998-01-16 07:17:45 +00:00
bde
b21011ede8
Fixed some spelling errors.
1998-01-16 06:31:23 +00:00
ache
6add13e276
Fix wrong ---/*** names produced using -L diff option
...
CVS gurus from info-cvs agrees that previous Index: usage is bogus
1998-01-16 06:00:36 +00:00
danny
721d9998e8
PR: 5489
...
Submitted by: Steve G. Kargl <kargl@troutmask.apl.washington.edu>
Repair corrupted text.
1998-01-15 23:28:18 +00:00
jmb
de33617fab
update hub.mc to match what we are currently using:
...
both /etc/aliases and /etc/majordomo.aliases
sendmail.cw is *not* optional
command and connection timeouts
common hoststat directory for all queues
add fakenames database
clean up spam filter rules
limit the number of message processed each queue run
dont need to check Vixie's RBL in both check_relay and check_mail
1998-01-15 17:39:50 +00:00
kato
ce09eb6597
Sync with sys/i386/conf/files.i386 revision 1.185.
1998-01-15 15:09:00 +00:00
mckay
90c92913db
Return the correct errno from getcwd() even if free() or closedir()
...
overwrites it. This actually showed up when running under an old
kernel when free() called the madvise() stub which set errno, causing
getcwd() to return EOPNOTSUPP instead of ERANGE.
1998-01-15 13:52:55 +00:00
cracauer
20fa05560a
Fix typo
1998-01-15 13:42:28 +00:00
phk
488a1c7e82
spelling error.
1998-01-15 11:36:03 +00:00
helbig
bd59ac2bb4
Handle option -j correctly.
...
Synchronize usage message with man page.
PR: bin/5488
1998-01-15 10:23:34 +00:00
jb
f8f0bef69d
Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which
...
do not exist in NetBSD 1.3.
1998-01-15 09:58:08 +00:00
jb
14b5d26306
Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__
...
is defined so that this program behaves the same when built with
either set of tools. The only difference is where the pre-processor
is found. And that is a bug - it should check the CPP environment
variable and the path before just assuming that the compiled in
path is OK. I guess we should be using -Y ${WORLDPATH}/usr/bin/cpp
during a bootstrap build.
1998-01-15 08:46:58 +00:00
kato
2a24c33d43
Fix I/O port address of ed8.
...
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-15 08:17:13 +00:00
kato
71076d4e6f
Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 and
...
C-NET(9N)E NICs.
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-15 08:12:23 +00:00
gibbs
225e82ac66
Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.
...
This SWI may be useful for other, defered, VM tasks.
1998-01-15 07:34:01 +00:00
gibbs
4db8ffa12b
Implementation of Bus Space for FreeBSD-x86.
...
Obtained From: NetBSD
1998-01-15 07:32:56 +00:00
gibbs
a64cb43802
Implementation of Bus DMA for FreeBSD-x86. This is sufficient to do
...
page level bounce buffering, but there are still some issues left to
address.
1998-01-15 07:32:21 +00:00
gibbs
67f363615c
Add entry for i386/i386/busdma_machdep.c
1998-01-15 07:30:54 +00:00
alex
c3a80ae38d
Typo fix.
...
Added EOPNOTSUPP and EMLINK to errors section.
Added symlink(2) xref.
Obtained from: OpenBSD
1998-01-15 04:31:28 +00:00