mpp
669d7c7c80
Replace "mfs" with "mount_mfs" in the NAME section.
1997-02-06 17:49:55 +00:00
mpp
0ea5c86ddd
Add a link to the quota section in the "OPTION QUOTAS" section.
1997-02-06 17:47:14 +00:00
wosch
8c41f06c7f
delete unused variable BINDIR=/usr/libexec
...
/usr/bin -> ${BINDIR}
1997-02-06 15:00:24 +00:00
kato
7a2447d3ab
Deleted ioskip member of the structure pc98_edregister. The member
...
port is always used for accessing PAR and MAR instead of constant
interval of I/O address.
1997-02-06 14:16:52 +00:00
kato
5c48b3fc6b
Cosmetic change. Sorted by function, added `1997' to copyright
...
notice, and added comment.
1997-02-06 13:38:04 +00:00
brian
51f25cb044
Incoming packets no longer have their ip_sum zero'd
1997-02-06 11:16:21 +00:00
brian
f1bef29ded
Don't zero ip->ip_sum during sum validation. This should only
...
affect programs that sit on top of divert(4) sockets. The
multicast routing code already unconditionally zeros the sum
before recalculating.
Any code that unconditionaly sums a packet without first zeroing
the sum (assuming that it's already zero'd) will break. No such
code seems to exist.
1997-02-06 11:14:22 +00:00
jkh
a45c2f2f55
Heh heh.. :-} Whoops, put this list back the way it belongs without
...
all the stuff inserted in the wrong place.
1997-02-06 11:09:16 +00:00
ache
a6b4cd1cf1
Comment out PATH_LOCALE reference
...
Should go into 2.2
1997-02-06 09:29:02 +00:00
ache
1fbffa765c
Use symbolic constants instead of hardcoded digits
...
Add range check for setrunelocale since it can be called
directly.
Remove _startup_setlocale compatibility function
Should go into 2.2
1997-02-06 09:11:06 +00:00
pst
b7c9a718d5
Fix yet another setlocale() bug.
...
Submitted by: Wojtek Pilorz <wpilorz@celebris.bdk.lublin.pl>
1997-02-06 08:31:42 +00:00
eivind
050fcc849f
Added my own name to the list of developers.
1997-02-06 06:00:59 +00:00
mpp
dd8002bd0b
Initialize the group list when we switch uids when run as
...
root with "calendar -a". Drop all privs when execing other
programs.
Obtained from: OpenBSD
1997-02-06 05:42:49 +00:00
wpaul
be04db9817
Close PR# 2645: add curly braces where my fevered brain in collusion
...
with my frantic fingers forgot to put them.
1997-02-06 05:28:52 +00:00
mpp
95281c9f3b
Add a couple of relavant man page xrefs for more information
...
on the structures time(1) displays, instead of refering
he reading to an include file.
Obtained from: NetBSD-bugs mailing list PR#3193
1997-02-06 05:21:39 +00:00
jkh
b8aa5e5da8
Eliminate the position of President from the roster.
1997-02-06 04:56:30 +00:00
wosch
33f749b773
/sbin -> ${BINDIR}
1997-02-06 01:24:43 +00:00
jkh
cb7c85b77d
Commit the mailing list charter changes.
1997-02-05 23:37:31 +00:00
julian
c2f7c3e489
Submitted by: John Birrell
...
uthreads update from the author.
1997-02-05 23:26:09 +00:00
dg
321f03c8ed
Fixed missing ioport offset from the reading/updating of the PLX
...
interrupt control/status register.
Submitted by: Brian McGovern <bmcgover@cisco.com>
1997-02-05 22:19:18 +00:00
ache
3ef0c8c52c
Add XXX comment describing potential memset non-portable issue
...
Nitpicked-by: joerg
1997-02-05 20:54:16 +00:00
wollman
37ca85c089
Some bug-fixes, clean-ups, and one new feature:
...
- Fix the bug with URIs of the form ftp://host/filename.
- Fix some more string-termination bugs in util.c.
- Use safe_malloc() rather than testing the return value of
regular malloc() in 15 places.
- Implement HTTP authentication, for both servers and proxies.
Currently only ``basic'' authentication is supported; This Is A Bug
(but less of one tjhan nmot supporting any authentication).
I think there is only one more feature which is required for full
HTTP/1.1 support, which is Transfer-Encoding: chunked; this should
not be toohard, but it isn't very important, either.
1997-02-05 19:59:18 +00:00
julian
f061fa28f5
The "-a" option for inetd specifies a specific IP address for the
...
server to bind to. This works until you send it a SIGHUP with a
new service defined ... the new service is bound to INADDR_ANY.
This patch fixes this bug (in both RELENG_2_2 and -current).
This is a 2.2 candidate..(i.e. pure bug fix)
Submitted by: Archie Cobbs (archie@whistle.com )
1997-02-05 19:50:04 +00:00
ache
984b53f184
Update the comment why range checking is not needed
...
Should go in 2.2
1997-02-05 19:22:04 +00:00
ache
b7803f6c96
Update the comment why range checking not needed
...
Fix setrunelocale fail if called directly without prior setlocale
call
Should go in 2.2
1997-02-05 19:17:10 +00:00
kato
c300efb53e
Changed document encoding system from JIS X 0208 to EUC.
1997-02-05 16:52:51 +00:00
mpp
de04e36493
Fix a bunch of man pages to stop abusing the .Nm macro, along
...
with some other minor fixes for some problems I noticed
while making these changes.
Pointed out by: bde
1997-02-05 15:07:37 +00:00
mpp
ab620d2c10
Don't force postscript output when "man -t" is specified.
...
Closes PR# 2661.
Submitted by: John-Mark Gurney <gurney_j@efn.org>
1997-02-05 14:22:13 +00:00
mpp
95348fe9d9
Change the header line to read "count" instead of "ngen" so
...
that it matched the terms used in the manual page.
Closes PR# 2663.
1997-02-05 14:17:11 +00:00
obrien
5fd3e04a07
Add the condition !defined(USG) to the logic to include <sys/param.h>
...
There is still some debate if this is yet the proper way to handle
<sys/param.h>, but this is certainly closer than what I had to start with.
Submitted by: Warner Losh <imp@village.org>
1997-02-05 11:39:48 +00:00
dg
70bc38a8e7
Killed getenv of PATH_LOCALE per Andrey's suggestion. It was intended
...
for debugging locale stuff, but was rarely if ever used...and of course
just bit a big chunk out of our collective hind-ends.
1997-02-05 09:53:25 +00:00
tg
11f714d28c
Typos.
1997-02-05 07:36:51 +00:00
ache
772103bb73
Fix misspelled variable name, -current build stopper
1997-02-05 07:23:56 +00:00
asami
a8f323140e
1MB is 1048576 bytes, not 1038476 bytes. (I can see that the original
...
committer wasn't using the MicroSlop Natural keyboard though! :)
1997-02-05 06:06:15 +00:00
jkh
b12cb65847
1. Sync ABOUT.TXT changes.
...
2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks
were just too non-functional for other things.
1997-02-05 04:29:53 +00:00
msmith
18e5b77330
Add Danny to the handbook. Wind up them expectations 8)
1997-02-05 01:09:49 +00:00
kato
2c5877c139
Deleted obsolete structure, pc98_device.
1997-02-04 22:29:50 +00:00
kato
03432e2701
Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.
1997-02-04 22:27:09 +00:00
se
9b86dcdae7
Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.h
...
This parameter is intended to allow new kernels to work with old LKM binaries,
provided the revision ID is incremented whenever the PCI LKM interface is
changed. The revision ID does not at all protect against changes in data
structures accesses by the driver.
1997-02-04 18:31:57 +00:00
phk
ffd9cd487a
Add framemaker 5.0.
...
This file could be rationalized I belive.
1997-02-04 17:06:19 +00:00
dg
635a58929b
Changed several configuration options:
...
Disabled the DMA byte counters - I had it this way originally and this is
the recommended setting.
Set crscdt to CRS only (0) since this is what it should be for an MII PHY.
Also fixed some comments.
1997-02-04 11:44:15 +00:00
dg
57ba1e0511
Do "selective" reset rather than full reset...the manual specifically
...
says not to do the full reset because it can lock up the PCI bus if the
chip is active. Added various PORT command definitions to facilitate
this.
1997-02-04 10:53:12 +00:00
dg
cc86e37011
Don't include the short-frames counter in with the input errors. This
...
counter is incremented on all short frames, including those that are
the result of collisions.
1997-02-04 07:39:28 +00:00
tg
7dabfb7657
Typo.
1997-02-04 07:06:14 +00:00
fenner
7f032dd55e
Make sure we have arguments to pass before calling ifaof_ifpforaddr
...
and ifa_ifwithroute.
This eliminates the panic seen in kern/2647, although it doesn't
address the fact that RTM_CHANGE can't change flags.
1997-02-04 03:14:35 +00:00
jkh
e82ed605ea
Talk about foreign filesystems.
...
Submitted-By: pds
1997-02-04 02:11:30 +00:00
jkh
9d970c924e
2.2 -> 3.0
1997-02-03 20:45:48 +00:00
phk
1ecb1791d7
The fact that people can't put the proper source on Kierkegaards
...
most famous insult to humanity can be forgiven, afterall, it
almost underlines the quote with irony, if one knows the context.
But to misspell the name of Alfred E. Neuman ...
1997-02-03 20:15:11 +00:00
gibbs
42aa3dbf37
Initialization of a variable got lost in the last commit when I moved
...
a piece of code into a subroutine.
1997-02-03 17:24:25 +00:00
gibbs
ba729f4a34
Fix an oversight in the handling of non-tagged abort requests. We need
...
to search the QINFIFO to remove any possible command that is waiting
otherwise our abort request may not be held up still waiting for the
first command to complete.
1997-02-03 16:29:07 +00:00