Bruce Evans
eaa86f9d7f
Don't use __dead or __pure in user code. They were obfuscations
...
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
1996-09-14 03:00:32 +00:00
Satoshi Asami
09c9a90bfd
Add ports-chinese.
...
While I'm here add src-release and src-tools. Also describe src-all and
ports-all.
1996-09-14 02:32:30 +00:00
Satoshi Asami
548f3aa425
Add ports-chinese.
1996-09-14 02:24:25 +00:00
Bruce Evans
8b3fb3e16d
Removed another devconf leftover. A fat devconf support function was
...
still being used just to support printing of the device name in the
probe. Restored the method used in rev.1.6 and changed it to print
the same strings as the previous revision.
Reviewed by: Paul Richards
1996-09-14 01:26:16 +00:00
Bruce Evans
d966b8d1c4
Fixed Id.
1996-09-14 01:04:18 +00:00
Paul Traina
561c2ad31c
Move TCPCTL_KEEPINIT to end of MIB list (sigh)
1996-09-13 23:54:03 +00:00
Paul Traina
7b40aa327d
Make the misnamed tcp initial keepalive timer value (which is really the
...
time, in seconds, that state for non-established TCP sessions stays about)
a sysctl modifyable variable.
[part 1 of two commits, I just realized I can't play with the indices as
I was typing this commit message.]
1996-09-13 23:51:44 +00:00
Paul Traina
e295af15d1
fwopen() argument type mis-described
...
Obtained from: NetBSD lib/2751 (der Mouse)
1996-09-13 19:14:12 +00:00
Paul Traina
7ff19458de
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
Bruce Evans
fc0b1dbf68
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
Thomas Gellekum
2d108ce146
Update Bernd Rosauers e-mail address
1996-09-13 08:11:51 +00:00
Bruce Evans
c254b6e8db
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
Bruce Evans
fddbd6ddb8
Removed another devconf leftover.
...
Fixed a new #include style bug.
Removed an unused #include.
1996-09-13 06:48:21 +00:00
Bruce Evans
5a175c1c5d
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
Bruce Evans
cefdbb0448
Added undocumented option SPX_HACK.
1996-09-13 05:54:39 +00:00
John Dyson
9fc1279b79
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
Paul Traina
ebcb9161de
Add hylafax
1996-09-13 01:52:49 +00:00
Ollivier Robert
b789faa9c1
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 David
5ff36b379e
Mend 'exit' without breaking 'exit 1'
...
*blush* %-\
Pointed out by: bruce
1996-09-12 12:41:46 +00:00
Satoshi Asami
07aacf5723
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
Satoshi Asami
0e408c25a1
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
Satoshi Asami
3fa11fe3b5
Changed Mr. Mita's e-mail address.
1996-09-12 09:53:53 +00:00
Satoshi Asami
2fc8f6751d
Add share/dict, following the lead of BSD.usr.dist.
1996-09-12 09:50:38 +00:00
Jordan K. Hubbard
1b3e7a155f
Use relative path to eign.
...
Submitted-by: Dan Walters <hannibal@cyberstation.net>
1996-09-12 08:29:14 +00:00
Satoshi Asami
2623d3aa30
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
John Dyson
dba940b46e
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
Bruce Evans
87d0dcafca
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
Bruce Evans
caa05533fb
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
Bruce Evans
d25a64252b
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
Bruce Evans
4d55cbc522
Backed out last change. It broke even `exit 1'.
1996-09-12 02:23:33 +00:00
John Fieber
29c8b5b52b
Add missing tmac.lj4 (for PCL driver)
1996-09-11 22:16:59 +00:00
Poul-Henning Kamp
96fc6efbe3
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
Poul-Henning Kamp
078e82404e
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
Poul-Henning Kamp
b679d552d3
Add #ifdef for RAWBOOT.
...
remove some #if 0 stuff.
1996-09-11 19:23:11 +00:00
Poul-Henning Kamp
8b5d3828b2
Add "rawboot", sort the subdirs.
1996-09-11 19:22:21 +00:00
Andrey A. Chernov
e81918b728
Fix latin1 guessing
...
Add koi8-r guessing
1996-09-11 17:55:20 +00:00
Nate Williams
c6e29b8926
Added Bill Kish for his fix to the if_zp driver.
1996-09-11 16:47:30 +00:00
John Fieber
0ec71f5da2
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 Williams
aa5167c963
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 Elischer
99e76479b5
bzero the entire at_ifaddr struct we malloc, not just the first part of it..
1996-09-11 09:38:52 +00:00
Jordan K. Hubbard
79b69435d9
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 Elischer
99892d2317
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
Paul Traina
36c6738a68
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 Elischer
04812bca5a
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
John Dyson
690db31d04
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
Paul Traina
172e05288c
Close bin/2747: rdist accesses free()d memory
1996-09-11 01:39:55 +00:00
Paul Traina
86ca32cd60
bootpd.dump is in /tmp
1996-09-11 01:37:24 +00:00
Bruce Evans
3f82e3eaac
Fixed non-removal of old libresolv_p.a.
...
Cleaned up formatting.
1996-09-11 01:23:11 +00:00
Bruce Evans
28eda575a7
Restored a non-devconf comment that was removed with devconf.
1996-09-10 23:37:52 +00:00
Bruce Evans
b568ea4e01
Removed more devconf leftovers.
1996-09-10 23:31:13 +00:00