pst
aa0bf1e119
fwopen() argument type mis-described
...
Obtained from: NetBSD lib/2751 (der Mouse)
1996-09-13 19:14:12 +00:00
pst
3499a65964
Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP]
...
to "keepidle". this should not occur unless the connection has
been established via the 3-way handshake which requires an ACK
Submitted by: jmb
Obtained from: problem discussed in Stevens vol. 3
1996-09-13 18:47:03 +00:00
bde
f230d30a1e
Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5
...
and a no-op for gcc >= 2.6.
1996-09-13 09:20:15 +00:00
tg
7828a97470
Update Bernd Rosauers e-mail address
1996-09-13 08:11:51 +00:00
bde
c1594eca6f
Made debugging code (pmap_pvdump()) compile again so that I can test LINT.
...
I don't know if it actually works.
1996-09-13 07:10:00 +00:00
bde
9e30ff4772
Removed another devconf leftover.
...
Fixed a new #include style bug.
Removed an unused #include.
1996-09-13 06:48:21 +00:00
bde
8469336aaf
Don't compile a 256-byte unused table in the pca driver.
...
The other 256-byte table in ulaw.h still gets duplicated if both
pca and snd are configured.
1996-09-13 06:29:30 +00:00
bde
71f29bc747
Added undocumented option SPX_HACK.
1996-09-13 05:54:39 +00:00
dyson
22eb6874d5
A modification that allows the driver strategy to modify the
...
B_ASYNC flag broke things pretty bad (freeing buffer already on
queue or other wierd buffer queue errors.) The broken code is
left in commented out, but this makes the problem go away for
now.
1996-09-13 03:15:45 +00:00
pst
5aedb845c9
Add hylafax
1996-09-13 01:52:49 +00:00
roberto
649b7543f4
Add a section about how to access the GNATS base from WWW.
...
Add a section on what to do in order to recompile the latest BIND from ISC.
Change a & into a more proper & as LaTeX shoked on it.
Obtained from: Usenet
1996-09-12 23:01:21 +00:00
adam
ee00aff02c
Mend 'exit' without breaking 'exit 1'
...
*blush* %-\
Pointed out by: bruce
1996-09-12 12:41:46 +00:00
asami
0d4dba7ce0
Back out typo introduced by latest commit.
...
Corrected by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1996-09-12 11:36:09 +00:00
asami
eb29d43f47
Another round of merge/update.
...
(1) Add PC98 support to apm_bios.h and ns16550.h, remove pc98/pc98/ic
(2) Move PC98 specific code out of cpufunc.h (to pc98.h)
(3) Let the boot subtrees look more alike
Submitted by: The FreeBSD(98) Development Team
<freebsd98-hackers@jp.freebsd.org>
1996-09-12 11:12:18 +00:00
asami
0db650cebc
Changed Mr. Mita's e-mail address.
1996-09-12 09:53:53 +00:00
asami
46ab452a2e
Add share/dict, following the lead of BSD.usr.dist.
1996-09-12 09:50:38 +00:00
jkh
9deee4c309
Use relative path to eign.
...
Submitted-by: Dan Walters <hannibal@cyberstation.net>
1996-09-12 08:29:14 +00:00
asami
dad8cc5566
Fix gaffe in comment. DISTNAME "v3.3beta021.src" corresponds to
...
PKGNAME "tiff-3.3", not "jpeg-5a".
Submitted by: y-koga@ccs.mt.nec.co.jp
1996-09-12 05:00:53 +00:00
dyson
20bde07066
Primarily a fix so that pages are properly tracked for being
...
modified. Pages that are removed by the pageout daemon were
the worst affected. Additionally, numerous minor cleanups,
including better handling of busy page table pages. This
commit fixes the worst of the pmap problems recently introduced.
1996-09-12 04:54:55 +00:00
bde
318d275f52
Use `install -C' instead of lots of shell commands to install ld.so
...
as atomically as possible.
(Immutable targets can't be renamed without opening a window when
neither the source nor the target is immutable. Perhaps there
should be a rename_immutable syscall to do this if unsetting the
immutable flags would work.)
1996-09-12 03:42:54 +00:00
bde
c7aeb11bfa
Added a struct tag `fsid' for fsid_t so that sysproto.h can declare
...
prototypes for the lfs syscalls without having to include <sys/mount.h>
and its nested spam.
1996-09-12 03:16:34 +00:00
bde
5639f058b9
Fixed handling of `!=' assignment. Don't warn if the shell's output is
...
null, but warn if there was an error reading it.
1996-09-12 03:03:25 +00:00
bde
073456f615
Backed out last change. It broke even `exit 1'.
1996-09-12 02:23:33 +00:00
jfieber
7c3ec65d08
Add missing tmac.lj4 (for PCL driver)
1996-09-11 22:16:59 +00:00
phk
5c73cf79b9
Make userconfig two (default: on) options:
...
USERCONFIG to enable
VISUAL_USERCONFIG to get the gui stuff too.
Requested by: pst
1996-09-11 19:53:45 +00:00
phk
a04f5409f4
The intended usage is:
...
cat /usr/mdec/rawboot /sys/compile/FOO/kernel | fdwrite
That should explain it all :-)
1996-09-11 19:25:12 +00:00
phk
e7f1441535
Add #ifdef for RAWBOOT.
...
remove some #if 0 stuff.
1996-09-11 19:23:11 +00:00
phk
8af428fba2
Add "rawboot", sort the subdirs.
1996-09-11 19:22:21 +00:00
ache
be986a9f95
Fix latin1 guessing
...
Add koi8-r guessing
1996-09-11 17:55:20 +00:00
nate
2c516f982c
Added Bill Kish for his fix to the if_zp driver.
1996-09-11 16:47:30 +00:00
jfieber
72a6ba08d7
wcd0 is a device, not a controller.
...
Submitted by: Utsumi Syunichi <utsumi@mdo.sps.mot.com>
1996-09-11 16:11:51 +00:00
nate
76bcbe1033
Fixed so that the card will go into promiscuous mode for BPF.
...
Submitted by: Bill Kish <kish@osf.org>
1996-09-11 16:11:21 +00:00
julian
8094829bdc
bzero the entire at_ifaddr struct we malloc, not just the first part of it..
1996-09-11 09:38:52 +00:00
jkh
3ed54b5319
Make passwords no longer echo or display. Because of this, we now also
...
ask for matching confirmation. I'm sure there is a clever direct-from-perl
ioctl way of putting the terminal into noecho mode, but I don't feel like
learning perl so I just used system. [yes, I'll put stty on the installation
boot floppy as necessary]
1996-09-11 08:36:54 +00:00
julian
c60a92f885
fix the ability of the VFS to reclaim devfs nodes correctly..
...
(was resulting in panics, especially when DIAGNOSTIC was set.)
1996-09-11 07:52:18 +00:00
pst
457abb0654
Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers,
...
not two 8 bit values. This conforms to industry standard.
These changes have been sent back to LBL.
1996-09-11 06:18:26 +00:00
julian
9fff8b7ea3
chnages to bring atlak a bit more into the BSD4.4 world and to
...
(more) properly keep track of the allocation and freeing of
interface address structures.
1996-09-11 04:56:24 +00:00
dyson
ed2deb3bea
A minor fix to the new pmap code. This might not fix the global problems
...
with the last major pmap commits.
1996-09-11 03:46:41 +00:00
pst
4ff1c6aa9b
Close bin/2747: rdist accesses free()d memory
1996-09-11 01:39:55 +00:00
pst
9c9470d340
bootpd.dump is in /tmp
1996-09-11 01:37:24 +00:00
bde
0b687c9c86
Fixed non-removal of old libresolv_p.a.
...
Cleaned up formatting.
1996-09-11 01:23:11 +00:00
bde
2984bf864a
Restored a non-devconf comment that was removed with devconf.
1996-09-10 23:37:52 +00:00
bde
4b1a7c107d
Removed more devconf leftovers.
1996-09-10 23:31:13 +00:00
bde
059cd92bee
Removed bogus LARGMEM code and option. The code paniced when
...
biosextmem > 65536, but biosextmem is a 16-bit quantity so it is
guaranteed to be < 65536. Related cruft for biosbasemem was
mostly cleaned up in rev.1.26.
1996-09-10 23:07:04 +00:00
dyson
57b4b6ac98
Fix a problem with child inheritance of sysv shm. Problem brought
...
to my attention by Brad Lineberger <bil@mpgn.com> and Rob Miracle.
1996-09-10 22:35:25 +00:00
bde
d2fd439eb5
Fixed spelling of new SC_KBD_PROBE_WORKS option in options.i386.
...
It worked because it is spelled correctly in LINT.
Added old obscure syscons options MAXCONS, SLOW_VGA and XT_KEYBOARD.
This file should be sorted both alphabetically and on the module
name by using a consistent prefix for each module, but there is no
consistency in the old options. E.g., MAXCONS is spelled PCVT_NSCREENS
for pcvt.
1996-09-10 21:38:47 +00:00
adam
99c3be59a5
YY --> CC
1996-09-10 21:19:56 +00:00
phk
5d362ede6f
Rather than adding more gunk here, clean some of it up:
...
devread() had a bogus interface, cleaned up.
Bread() did an unneeded bcopy(), don't.
Saves 80 bytes and some time.
1996-09-10 21:18:40 +00:00
phk
fe6f3f9eab
Add -c flag to fmt to center lines.
1996-09-10 19:50:23 +00:00
jkh
ccd8fb4fad
Remove the code which has restart looking at the modtime. That's just
...
moronic! We don't care about the time in restart mode, only the size.
It's *mirror* mode which cares about modtimes.
1996-09-10 19:49:41 +00:00