Peter Wemm
216b9a0d22
Make a link-time warning for the use of gets().
...
IMHO, the run-time warning should come out, but I'm not game to start that
fight yet... This uses a feature of the gnu linker.
Inspired by: NetBSD
1995-10-04 18:29:01 +00:00
Satoshi Asami
7283aacac2
Add Chet Ramey (chet@odin.INS.CWRU.Edu) for his contributions on the
...
bash patch (he's the even original author!) and Juergen Lock
(nox@jelal.hb.north.de ) for the afio port.
1995-10-04 17:33:01 +00:00
Poul-Henning Kamp
bf529a66d9
Calling sbrk(2) with zero argument doesn't need to generate a syscall.
...
Reviewed by: bde
1995-10-04 15:58:57 +00:00
Jordan K. Hubbard
83bd9af30f
General cleanup - sanitize use of variables.
...
Do more rational things in a number of other instances.
1995-10-04 12:08:27 +00:00
Satoshi Asami
af95783f13
Attempt to sound more civilized by adding a missing period to
...
"Attempting to fetch from $${site}."
Why it was in PATCHFILES and not in DISTFILES, I have no idea.
1995-10-04 11:13:52 +00:00
Julian Elischer
56c3ab883e
find some way of letting a node know where in its parent's directory structure
...
it was referenced from.. stops a rather annoying panic, but
introduces a rather interesting but "I can live with it" bug
`ln a b ; mv a b; echo ?`
returns a rather than b..
I know why but I need to think of the 'correct' answer. at least this is 'safe'
1995-10-04 11:05:09 +00:00
Jordan K. Hubbard
5b8015dad2
o Search much more aggressively for distributions in all extraction
...
methods. This should make the process rather more robust in the face
of entropy.
o Let tape cpio extract guess type of tape format.
o Hide cursor better in options screen.
1995-10-04 10:34:08 +00:00
Peter Wemm
7b47e45310
Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.
...
Closes PR#441, but with a more generic method.
1995-10-04 09:33:39 +00:00
Julian Elischer
4c1a35b2a6
fix REALLY STUPID bug/typo
...
don't look at the diffs.. it's too embarassing :)
1995-10-04 08:58:00 +00:00
Jordan K. Hubbard
dce7e5c9d4
Add the kernel config file (only for 2.1) that I'll be using
...
to generate my special IDE CDROM installation boot floppy.
1995-10-04 08:25:24 +00:00
Jordan K. Hubbard
17a1ed9860
Bring changes forward from 2.1.
1995-10-04 08:19:09 +00:00
Jordan K. Hubbard
9040e32d5e
Make the release name to load a configurable parameter.
...
Don't gratuitously shutdown network after NFS or FTP install.
Centralize release version string to one location included by everyone.
Bring in new options screen.
1995-10-04 07:55:05 +00:00
Julian Elischer
00c6cadad3
Submitted by: Juergen Lock <nox@jelal.hb.north.de>
...
Obtained from: other people on the net ?
1. stepping over syscalls (gdb ni) sends you to DDB, and returned
to the wrong address afterwards, with or without DDB. patch in
i386/i386/trap.c below.
2. the linux emulator (modload'ed) still causes panics with DIAGNOSTIC,
re-applied a patch posted to one of the lists...
1995-10-04 07:08:04 +00:00
Joerg Wunsch
16b04b6ae7
Hide the "input/output timeout" messages behind the bootverbose case.
...
This message has been confusing innocent ft users.
It should go into 2.1 as well, it's a very simple fix.
1995-10-04 07:01:23 +00:00
Julian Elischer
2f5585d1ac
add the file kern_conf.c so it can be compiled in when needed
...
for testing.. (for cdevsw_add and bdevsw_add)
make the lkm code use the new generic devsw add routines (if so required)
define these routines in conf.h so we can use them
1995-10-04 03:43:18 +00:00
Julian Elischer
d8af1be3d9
add the file kern_conf.c so it can be compiled in when needed
...
for testing.. (for cdevsw_add and bdevsw_add)
make the lkm code use the new generic devsw add routines (if so required)
1995-10-04 03:42:39 +00:00
Julian Elischer
ec477e8b5e
add the file kern_conf.c so it con be compiled in when needed
...
for testing.. (for cdevsw_add and bdevsw_add)
1995-10-04 03:41:38 +00:00
Satoshi Asami
9963e78485
Added dirk@hal.in-berlin.de (Dirk Froemberg) for his patch to make
...
changing password work from within pine.
1995-10-04 02:10:38 +00:00
Jean-Marc Zucconi
6f399d34ed
Added myself to the contributors list
1995-10-04 01:07:04 +00:00
Satoshi Asami
ead6d2944d
Added Steve Passe (smp@csn.net) for his contribution of moxftp patch.
1995-10-03 23:20:52 +00:00
John Fieber
e5b28dd2ba
Document the new freebsd-isp mailing list.
1995-10-03 21:38:20 +00:00
Joerg Wunsch
5f5555b1ea
Add man pages for the SYSV shm* and sem* functions.
...
This partially closes PR # docs/177.
This should probably also go into 2.1.
Submitted by: daveho@infocom.com (David Hovemeyer)
1995-10-03 19:17:21 +00:00
Garrett Wollman
e79adb8ed6
Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbers
...
to make ISS-guessing spoofing attacks harder.
1995-10-03 16:54:17 +00:00
Mark Murray
2f67cae6ef
Correctly build the secure ed(1) only if secure/ exists.
...
Pointed out by: bde
1995-10-03 15:44:50 +00:00
Bruce Evans
7d2c66ed67
Fix $Id$.
1995-10-03 15:11:11 +00:00
Bill Paul
b6e1531773
Make swapgeneric.c compile and (sort of) work again.
...
This is really just a token gesture at this point. We can't really turn
on swapping here anymore because (I think) we need to do a namei() lookup
in order to get a vnode which we can pass to swaponvp(). But to do a
namei(), we need a properly initialized proc structure, and we don't
have one. (I was hopping to toss it proc0, but that isn't initialized
until later.) We could conceiveably fabricate a dummy proc structure
to make namei() happy, but that's too much work for too little payoff.
For now, swapgeneric's only remaining saving grace is that it lets
you set the root device with -a.
1995-10-03 14:49:38 +00:00
Bruce Evans
eca0f5097e
Preserve sticky bit for cp -pR'. It was already preserved for
cp -R'.
...
This also fixes loss of the sticky bit for `mv' across file systems.
1995-10-03 12:55:01 +00:00
Bruce Evans
001aff9ffc
Fix exit status. `cat no-such-file >/dev/null' exited with status 0.
...
This has been broken since cat's own err() function was sloppily
replaced by the library functions warn() and err().
1995-10-03 12:46:37 +00:00
Bruce Evans
9d7f79dc98
Enable sasc.
1995-10-03 12:29:28 +00:00
Julian Elischer
ba3551df6e
remove the calls to DIOCWLABEL, as it isn't supported any more
...
and the error message confuses the user.
(just commented out foe now)
1995-10-03 11:12:50 +00:00
Joerg Wunsch
7c4f0a18ff
Finally applied the fix from PR # 701 for the broken prxyarp option of
...
pppd(8).
Reviewed by: several people on -hackers, and me
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-10-03 10:50:42 +00:00
Satoshi Asami
fa9d0501d1
Updated description of *_DEPENDS. Changed "ldconfig" to "/sbin/ldconfig"
...
in examples.
1995-10-03 07:11:51 +00:00
Jordan K. Hubbard
8e4115484c
Whoops, I misunderstood this. IRQ *12* is a better GUS default.
1995-10-03 01:12:59 +00:00
Satoshi Asami
90594ed60e
Use full pathname for ldconfig (/sbin/ldconfig).
...
Hinted by: joerg
1995-10-02 22:12:47 +00:00
Joerg Wunsch
a7f096115f
Make the options for newfs'ing floppies more specific; the prvious
...
example without optios would create floppies that waste half of their
space in i-node areas. :) (Comment only)
Add a sample entry for a Sony 650 MB MOD.
1995-10-02 21:31:21 +00:00
Garrett Wollman
973f098aab
Compress manual pages (if desired) in the obj directory rather
...
than in the installation destination. Should make release-building
substantially faster. The msun Makefile changes simple adapt to the new
scheme.
1995-10-02 20:02:05 +00:00
Garrett Wollman
401a157932
Make cc1plus smaller and faster as was done for cc1 by linking static.
1995-10-02 16:37:16 +00:00
Garrett Wollman
782f2c1be5
Don't start lines with a period to work around problems in the SGML->nroff
...
conversion.
1995-10-02 15:59:53 +00:00
David Greenman
ee709c2f32
Check for failure to map the interrupt. Not doing so will guarantee that
...
the machine will wedge later.
1995-10-02 14:04:33 +00:00
David Greenman
df31aac551
Fixed bug where wrong thing was being checked for NULL before calling
...
free(), resulting in a panic. This happend whenever an irq had already
been allocated by another device (like something on the ISA bus).
1995-10-02 13:43:11 +00:00
Julian Elischer
c4bc3d3ffa
Obtained from: /sys/sys/types.h
...
make types.5 match the actual file..
quite easy really as it just includes it..
1995-10-02 11:08:51 +00:00
Julian Elischer
f8a760b32a
actually compiles.. (previous commit was to just get it into the tree)
1995-10-02 10:15:40 +00:00
Julian Elischer
26453f354f
Obtained from: well it has a relationship with the LKM code..
...
This is a place for all things to do with conf.c and conf.h
that are not machine specific.
Other things that are at present in i386/isa/conf.c might
migrate into here..
It's the first small step in cleaning up the device interface
to make it more dynamic and to assist in more modular drivers
(i.e. both loadable via LKMs and linked in..
e.g able to add a device without having to edit conf.c)
this code is not yet used and the whole thing will be conditionally
compiled in for a while till proven useful :)
1995-10-02 09:24:44 +00:00
Ugen J.S. Antsilevich
32f637aa8d
Just fixed my email..
1995-10-01 22:33:46 +00:00
John Fieber
3f95ad4fe0
Fix an incorrect cross reference.
...
Submitted by: Sean Kelly <kelly@fsl.noaa.gov>
1995-10-01 22:16:19 +00:00
Ugen J.S. Antsilevich
5a9bab798e
Support IP Option smatching in grammar and listing.
...
TcpSyn option removed and will be shortly repoaced by support of all
TCP Flags including syn and ack...
1995-10-01 21:54:05 +00:00
Ugen J.S. Antsilevich
37afa1e829
Well..finally..this is the first part..it should take care of
...
matching IP options..Check and test this - i made only a couple
of rough tests and this could be buggy.. Ipaccounting can't use
IP Options (and i don't see any need to cound packets with specific
options either..)
More to come...
1995-10-01 21:52:50 +00:00
David Greenman
1661971e0f
Build cc1 nonshared. This actually results in it consuming 40K *less* disk
...
space and improves compile times by a few percent.
1995-10-01 20:16:27 +00:00
David Greenman
23e56ee8d7
Insert zeroed pages at the head of the zero queue rather than at the tail.
...
A measurable performance improvement results from the potential for the
page to be partially cached when it is eventually used.
1995-10-01 20:10:20 +00:00
Peter Dufault
84f1508aea
Say so if a sense code is vendor specific.
1995-10-01 15:19:05 +00:00