Bruce Evans
95c715795a
Fixed comparisons so that preposterously large (>= 0x80000000) brk values
...
aren't silently converted to minbrk. This stops malloc(INT_MAX) from
dumping core. Small values are still silently converted. They should
be an error. sbrk() doesn't do any range checking or conversions or
overflow checking.
Moved PIC_EPILOGUE invocation to a more natural place where it
obviously doesn't interfere with the comparison.
1996-06-25 18:54:42 +00:00
Jordan K. Hubbard
48800325a6
Make "Fake" turn off more potentially system-nuking options.
1996-06-25 18:41:10 +00:00
Jordan K. Hubbard
6a0f4b7e11
The way sendmail.cf is installed here is gross and needs to be totally
...
redone. For now, use the objlink target to give it the obj directory
it needs.
1996-06-25 18:05:58 +00:00
Søren Schmidt
ad0c0c784f
Change the way moused talk to syscons, now its only delivering mouseevents
...
via an ioctl (MOUSE_ACTION).
Fixed a couple of bugs (destructive cursor, uncut, jitter).
Now applications can use the mouse via the MOUSE_MODE ioctl, its
possible to have a signal sent on mouseevents, makeing an event loop
in the application take over mouseevents.
1996-06-25 08:54:57 +00:00
Jordan K. Hubbard
2ad5760109
Add worm to /usr/share/examples
1996-06-25 08:40:13 +00:00
Jordan K. Hubbard
d3688aae1c
Handle tabs in INDEX files.
...
Display full, un-truncated version of description in status line.
1996-06-25 04:28:23 +00:00
Alexander Langer
1746794135
Update to reflect new ipfw syntax.
1996-06-25 03:15:17 +00:00
David Greenman
b9355dedd9
Fixed end condition for clustered reads.
...
Submitted by: Kirk McKusick via Lite-2 and email
1996-06-25 03:00:44 +00:00
John Dyson
cb87c9be58
Limit the scan for preloading pte's to the end of an object.
1996-06-25 00:39:21 +00:00
John Dyson
f0e2953e5e
Fix some serious problems with limits checking in the sbrk(2)/brk(2)
...
code.
Reviewed by: bde
1996-06-25 00:36:46 +00:00
Alexander Langer
830b0d3039
Allow fragment checking to work with specific protocols.
...
Reviewed by: phk
Reject the addition of rules that will never match (for example,
1.2.3.4:255.255.255.0). User level utilities specify the policy by either
masking the IP address for the user (as ipfw(8) does) or rejecting the
entry with an error. In either case, the kernel should not modify chain
entries to make them work.
1996-06-25 00:22:20 +00:00
Gary Palmer
545f9f440b
Remove another extraneous setting of if_lastchange
1996-06-24 21:56:39 +00:00
Jordan K. Hubbard
4c4f0f7d51
Add default targets for cleandepend and objlink.
...
Submitted by: Michael Hancock <michaelh@cet.co.jp>
1996-06-24 21:33:23 +00:00
Paul Traina
22dde4b374
Start vi.recovery processing after ldconfig.
...
Closes misc/1346 which has bitten me more times than I care to remember.
1996-06-24 19:00:28 +00:00
Nate Williams
4012436276
Add the (commented out) OBJLINK hook.
1996-06-24 16:50:39 +00:00
Justin T. Gibbs
6a2631bf25
Ensure that media protection is released before attempting to eject the
...
media in all cases.
Remove SCSI_2_MAX_DENSITY_CODE definition and rely on the device to tell
us if we attempt an invalid setting.
Closes PR 1245.
Submitted by: fredriks@mcs.com a few changes by me.
1996-06-24 04:54:32 +00:00
John Dyson
a001376dc3
Remove RSS limiting until I rewrite the code to be non-recursive. The
...
code can overrun the kernel stack under very stressful conditions.
1996-06-24 04:30:24 +00:00
Jordan K. Hubbard
cd9a2f5c28
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
Jordan K. Hubbard
2388d5d1ce
Adjust docs to match reality.
1996-06-24 02:22:15 +00:00
Jordan K. Hubbard
b0016ef5b7
Adjust the reference to ftpBinary() in the (unused) TCL wrappers.
1996-06-24 02:19:27 +00:00
Wolfram Schneider
df03c82c43
update Istanbul
...
Submitted by: jhs
1996-06-24 01:28:56 +00:00
Wolfram Schneider
f421d5d87c
update E-Mail address of Julian Stacey
1996-06-24 01:21:58 +00:00
Jean-Marc Zucconi
ca3eb98721
Do not exit if ftpGetSize() returns a value < 0. You may well try to
...
fetch a whole <directory>.tar.gz on a server running wu-ftp.
1996-06-24 01:03:05 +00:00
Bill Paul
ba21c862b1
Whoops: had a couple of hardcoded instances of '/var/yp/' that shouldn't
...
have been there. Fixed to use yp_dir, which can be set on the command line.
1996-06-23 22:44:06 +00:00
Andrey A. Chernov
97f6903efd
Add moused hooks (OFF by default)
1996-06-23 20:54:42 +00:00
Alexander Langer
c06c129887
Fix address mask calculation when using ':' syntax. Allow a mask
...
of /0 to have the desired effect. Normalize IP addresses that
won't match a given mask (i.e. 1.2.3.4/24 becomes 1.2.3.0/24).
Submitted by R. Bezuidenhout <rbezuide@mikom.csir.co.za>
Code formatting and "frag" display fixes.
1996-06-23 20:47:51 +00:00
Justin T. Gibbs
356cbcce49
Fix problem with scb flag handing that crept in with the SCB paging support.
...
This only affected userland initiated device resets (using the reset command
from cdplay for instance).
Convert some spaces to tabs.
1996-06-23 20:02:37 +00:00
Andrey A. Chernov
e72a188ebc
Oops, forget the fact that LINT compiles (fixing previos PAS commi)
1996-06-23 19:46:46 +00:00
Andrey A. Chernov
5839779af2
Describe the way how to add OPL for PAS without conflict
1996-06-23 19:41:34 +00:00
Joerg Wunsch
bc22cd5f9b
Update the BUGS section, now that we've got some experience in using
...
this driver.
1996-06-23 18:27:12 +00:00
Bruce Evans
cc3d522683
Unstaticize psratio and staticize profprocs. psratio needs to be exported
...
to trap.c to fix user profiling.
1996-06-23 17:40:47 +00:00
Bruce Evans
8cd5acbce0
Don't truncate minor or major numbers in the nfsv3 client.
1996-06-23 17:19:25 +00:00
Bruce Evans
ea959743cb
Moved declarations of static functions to the correct file. This fixes
...
hundreds of warnings from -Wunused in lkm/syscons/*.
1996-06-23 17:12:05 +00:00
Bruce Evans
6fe10f76c3
Removed unused #include. Linux doesn't support SCO consoles.
1996-06-23 17:08:11 +00:00
Bruce Evans
e18efcbd6a
Run the headers through cpp -dM to find the #defines. The direct search
...
has been broken at least since 4.4Lite moved most of the #defines out of
<sys/ioctl.h>. This should be done better. Only a few headers are
searched.
Added some #includes so that ioctl.c compiles. The networking headers
have a maze of undocumented interdependencies and ioctl.c now actually
supports networking ioctls.
1996-06-23 17:05:10 +00:00
Jordan K. Hubbard
2b7fa45276
Add some examples on burning CDRs - I figured it was about time to
...
document it! :-)
1996-06-23 16:34:44 +00:00
Bruce Evans
946a489fe1
Forward-declare a struct tag so that this doesn't depend on a side effect
...
of indirectly including <i386/isa/isa_device.h>.
1996-06-23 15:02:02 +00:00
Bruce Evans
488ed21e9f
Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
...
path.
1996-06-23 14:58:14 +00:00
Bruce Evans
e0ddbefc46
Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.
...
Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
path.
1996-06-23 14:56:04 +00:00
Bruce Evans
a7d87a6714
Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by the
...
joy driver proper.
Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
path.
1996-06-23 14:52:20 +00:00
Bruce Evans
fb2604799e
Finished converting ipfw to use opt_ipfw.h.
1996-06-23 14:43:55 +00:00
Bruce Evans
5c496ee31e
Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existing
...
definition of QCAM_MODULE for everything involving LKM'ness.
Makefile:
Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
path.
1996-06-23 14:41:55 +00:00
Bruce Evans
7472e2e0f8
Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate
...
LKM'ness. ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it
only gets used until <machine/conf.h> goes away. bsd.kmod.mk should
define a better-named general macro for this. Some places use
PSEUDO_LKM. This is another bad name.
Makefile:
Added IPFIREWALL_VERBOSE_LIMIT option (commented out).
1996-06-23 14:28:02 +00:00
Bruce Evans
a24ed11695
Disabled unusable union lkm.
1996-06-23 13:31:20 +00:00
Bruce Evans
a675c0c67e
Describe MAXMEM better. Enable it by default. (It's a positive option.
...
Only negative options in LINT should be enabled.)
1996-06-23 13:28:04 +00:00
Bruce Evans
078a9c9415
Removed -g from CFLAGS.
1996-06-23 13:11:59 +00:00
Bruce Evans
7739e56802
Made strip failures fatal. This fixes PR 1328.
1996-06-23 12:59:18 +00:00
Søren Schmidt
5967c90ee7
Add moused to targets.
1996-06-23 12:13:02 +00:00
Bruce Evans
7c74df1873
Removed rubbish that stopped usr.bin/ncftp from going away.
1996-06-23 10:38:15 +00:00
Gary Palmer
0cf8755c9b
Remove an un-necessary call to microtime() to set if_lastchange
...
as it is set in the call to if_down in the line above
1996-06-23 00:51:05 +00:00