jkoshy
8d35690221
Mention that syslog.conf(5) does not log LOG_FTP messages by default.
...
PR: 5287
1998-06-05 10:31:24 +00:00
ache
2682c4a8c8
Fix handling more than 1 char with non-C locale
...
Misc. cleanup
PR: 6825
Submitted by: Sergey Gershtein <sg@mplik.ru>
1998-06-05 09:49:51 +00:00
jkoshy
9f8f6862d0
Mention that tftpd(8) also uses syslog(3).
1998-06-05 09:20:19 +00:00
ahasty
c48add87fa
Reviewed by: hasty@star-gate.com
...
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
I left out a line of code from Roger's last patch :(
1998-06-05 08:59:11 +00:00
kato
a9707ae1b4
Sync with sys/i386/isa/sio.c revision up to 1.205.
1998-06-05 08:31:01 +00:00
kato
86239ccc94
Sync with sys/i386/conf/GENERIC revision 1.110.
1998-06-05 08:29:55 +00:00
ache
bebe324aff
Add missing uu_lock_txfr() prototype
1998-06-05 08:21:33 +00:00
julian
3d018c00ec
spurious ntohs calls were stopping some packets from being recognised
...
for what they are..
Taken from the netatalk mailing list. from a NetBSD user.
1998-06-05 06:55:37 +00:00
steve
512321f97c
Fix a spelling error.
...
PR: 6857
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:09:08 +00:00
steve
260fa64a35
Fix a bunch of spelling errors.
...
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:06:07 +00:00
dfr
3879235125
Use size_t instead of u_int for sizes.
1998-06-04 17:21:39 +00:00
dfr
491642ca32
If the filesystem blocksize is less than the VM page size, use the generic
...
getpages code. This happens for filesystems with 4k pages on the alpha since
the normal alpha pagesize is 8k.
1998-06-04 17:04:44 +00:00
dfr
56e5ba84df
Don't cast a pointer to an int in DQHASH.
1998-06-04 17:03:16 +00:00
wpaul
7bed39d5b2
Darnit, that last commit was only supposed to change files in the
...
-current branch. I mistakenly checked out the 2.2.x rpc.ypxfrd into my
-current working directory. No harm done, but I got really confused
when I went to check out rpc.ypxfrd again and found the changes I
wanted to make were already there. (I'm going to fix the other 2.2.x
versions of the other programs in a minute.)
Anyway: protect errno in the signal handler, in the -current version
of rpc.ypxfrd this time.
1998-06-04 15:37:05 +00:00
peter
71fb61ca8d
Make the whereobj target print it's output without the overhead of
...
starting another make..
Besides, make -V is broken, since it will print unexpanded variables.
1998-06-04 15:31:55 +00:00
peter
8ea8c4495b
Hard coded /usr/lib reference
1998-06-04 15:15:38 +00:00
wpaul
6815553adf
Protect errno in signal handlers, like in portmap.
1998-06-04 15:11:32 +00:00
jb
08171730de
Build aout bootstrap tools only on i386.
...
`make world' now works on alpha!
1998-06-04 12:02:52 +00:00
bde
bdb33fc97a
Removed generated files. named used the wrong version of ns_parser.h.
1998-06-04 07:55:55 +00:00
bde
37827b0a00
Simplified using new yacc rules. This will fix bugs when we stop picking
...
up a possibly stale version of ns_parser.h from contrib/bind.
1998-06-04 07:25:52 +00:00
jkoshy
05b4720d37
Fix errors that crept into the previous commit.
1998-06-04 07:02:59 +00:00
charnier
40a59b8d3d
Use .Pa for filenames. Use .Bl/.El in FILES section. Remove unused #includes.
1998-06-04 06:51:14 +00:00
bde
14b705d009
Don't use beforedepend or give dependencies on generated headers explicitly.
...
Just put generated headers in SRCS.
1998-06-04 06:50:58 +00:00
charnier
9be5100a22
Add section number to .Xr. Use of .Nm. Typo. Add rcsid. Remove unused
...
#includes. Use err(3).
1998-06-04 06:49:13 +00:00
jkoshy
113bd4662a
1. ps' output now shows 3 characters in the
TT' field, not 2, after
...
rev 1.6 of "ps.c".
2. Reword description of `-f' option.
PR: 5340
Submitted by: Jorge Goncalves <j@bug.fe.up.pt>
1998-06-04 06:46:13 +00:00
charnier
b1e3b56953
Correct .Nm. Spelling. Add rcsid, remove unused #includes. Add usage(). Do not
...
dot-terminate errx() strings.
1998-06-04 06:44:18 +00:00
dfr
42bfb0ad24
Add support for baudrates higher than 37800.
1998-06-04 06:43:01 +00:00
charnier
74e9afca63
Correct use of .Nm, use .Bl/.El in FILES section. Add rcsid. Remove unused
...
#includes and make it a little more -Wall-friendly.
1998-06-04 06:41:26 +00:00
bde
65791359e8
Removed superfluous beforedepends. Their files were already in SRCS.
1998-06-04 06:38:17 +00:00
charnier
a1010ccfd6
Correct use of .Nm. Add section number to .Xr. Add rcsid, usage(). Use err(3).
1998-06-04 06:38:03 +00:00
charnier
2e78576848
Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include.
1998-06-04 06:35:12 +00:00
charnier
be63875f9c
Use .Ar instead of .ar. Correct incorrect use of .Sm (detected by Paul (pst)).
1998-06-04 06:30:50 +00:00
bde
e9928f4610
Don't use beforedepend; just put generated headers in SRCS. ldgram.h
...
was already put in SRCS by the general yacc rules. Putting ldemul-list.h
in SRCS fixes races in `make -jN' when .depend hasn't been made.
Don't forget to clean ldemul-list.h.
1998-06-04 06:26:23 +00:00
charnier
4892ab73e5
Typos.
1998-06-04 06:25:22 +00:00
bde
8c0f65d342
Don't forget to pretend that `make -n -jN' makes the targets that it
...
says it pretends to make.
This bug was apparently harmless except for normal cases involving
.ORDER statements when it made debugging of -jN using -n very
confusing. E.g., for:
.ORDER: beforedepend .depend
depend: beforedepend .depend
where beforedepend depends on something so that it is not initially
up to date, `make [-n] -j2 depend' causes `make' to wait for itself
to make beforedepend. This works fine without -n. The job to make
beforedepend has normally been started, and beforedepend is marked
as made when the job completes. However, with -n, the pseudo-job
for making beforedepend has normally completed, and in any case
there was no chance of beforedepend being marked as made. `make'
actually exited almost immediately with status 0 instead of waiting
forever.
1998-06-04 05:48:57 +00:00
bde
350f093ed2
Removed special rules for lex- and yacc- generated files. The general
...
rules work identically, except that they actually work if the yacc-
generated header somehow becomes out of date.
1998-06-04 01:09:28 +00:00
jb
91228bba9e
Fix my last commit which got caught in the cvs/cvsup cycle.
...
I'm told that I botched the tabs too. I'm not sure they are fixed now
because I find that rather tedious.
1998-06-03 22:07:26 +00:00
joerg
76360747fe
Use gethostname(3) to obtain the local host name, as opposed to uname(3).
...
Otherwise the length of the name is limited to 32 characters only.
1998-06-03 20:01:28 +00:00
peter
04e2e080ec
Missing DPADD's.
1998-06-03 18:57:59 +00:00
peter
5a5e9be6f6
Add missing DPADD's.
1998-06-03 18:01:04 +00:00
jkh
9b806b2eb5
Add the DPT driver here. It's kinda ironic that it got enabled in -stable
...
first. :)
PR: 6848
1998-06-03 13:33:34 +00:00
bde
0d80f93df9
Force success of the probe (after doing it as before except in one
...
miscconfigured case) if the port is the console. This fixes several
bugs:
- if all sioprobe()s failed, then the console driver followed null
pointers in cdevsw[].
- if the sioprobe() for the console failed but another sioprobe()
succeeded, then init hung early when the console couldn't be
opened.
- it was silly for the console to not be there after printing boot
messages on it.
Bugs introduced by this are hopefully no worse than old ones caused
by forcing the success of the `cn' level probe.
1998-06-03 12:30:10 +00:00
jb
cb304595fc
signal() returns SIG_ERR on error, not int.
...
time() requires a time_t pointer, not a long.
1998-06-03 11:33:44 +00:00
bde
e32c63389f
Fixed a printf() arg botch in the previous commit.
...
Only complain about an irq mismatch in the probe if the configured
irq doesn't become active, and then print the bitmap of irqs that
became active (including clock irqs) instead of just the first
(not including clock irqs).
Bugs reported by: msmith
1998-06-03 09:43:38 +00:00
jb
3503326bdd
No longer need the architecture specific include from libc now that
...
NetBSD syscalls are defined in sys.mk if they are being used.
1998-06-03 08:55:20 +00:00
jb
a571044c3f
Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.conf
...
so that it works all the time.
1998-06-03 08:51:39 +00:00
kato
df940d6a6d
Sync with sys/i386/i386/machdep.c revision 1.298.
1998-06-03 08:48:00 +00:00
jb
19fb1c4d76
If using NetBSD syscalls the rtprio syscall doesn't exist, so just
...
don't try to use it to set special priorities.
1998-06-03 08:12:00 +00:00
jb
81e6080c95
In the case of alpha (only), more than just libc needs to know that
...
NetBSD syscalls are being used, so spam all compiles with the define
that indicates this.
1998-06-03 08:07:31 +00:00
bde
fa3e2fa6ad
Ifdefed the netisr support.
...
PR: 6760
Reviewed by: joerg
1998-06-03 07:56:59 +00:00