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
Mark Murray
26e19bc736
As init/Makefile now 'knows' how to build secure code if necessary, clean
...
out the .if (<building secure>) / .endif
1995-10-01 15:15:09 +00:00
Joerg Wunsch
6aee553317
Make the mkinit internal command issue an #undef for each #define, to
...
avoid "duplicate definition" warnings.
1995-10-01 15:13:31 +00:00
Mark Murray
090bf93cd1
Make this make work the same way as passwd and xntpd. Here it will allow
...
secure/sbin/init to be cleaned out, and sbin/Makefile to be tidied up.
1995-10-01 15:12:47 +00:00
Joerg Wunsch
6d753bdd67
Posixize:
...
sh -c [-aCefinuvx] command_string [ command_name [argument ...] ] 1
4.56.3 Options
-c Read commands from the command_string operand. Set the
value of special parameter 0 (see 3.5.2) from the value of
the command_name operand and the positional parameters
($1, $2, etc.) in sequence from the remaining argument
operands.
Pointed out by: Kaleb Keithly (kaleb@x.org )
1995-10-01 15:11:42 +00:00
Peter Dufault
5dde8b2750
Support the 1542CP by recognizing the new ID. Try to make future
...
1542 revs work by assuming the next few sequential ID codes are
new Adaptec boards and enabling them after printing a warning.
Conditionalize the informational boot messages with "if (bootverbose)".
1995-10-01 15:09:51 +00:00
Mark Murray
05d2e241d0
Define CRYPTOBJDIR if secure is being built
1995-10-01 15:04:42 +00:00
Mark Murray
6cef1ad675
Define CRYPTOBJDIR if secure is being built
1995-10-01 14:55:06 +00:00
Mark Murray
670e751a63
ed/Makefile is able to 'decide' for itself whether to build secure or
...
unceumbered ed. Remove the superfluous .if (...) / .endif
1995-10-01 14:24:01 +00:00
Mark Murray
6eb5c24ff8
Use the same make technique as passwd and xntpd for the secure ed(1). This
...
will allow the secure/bin/ed directory to be cleaned out and the bin/Makefile
to be cleaned up.
1995-10-01 14:17:29 +00:00
David Greenman
7329854ac4
Two critical bugfixes:
...
1) "obj" was't initialized properly, resulting in an important vm_page_lookup
always failing (resulting in a panic).
2) busy pages could be put on the cache queue or freed (resulting in a panic).
1995-10-01 05:50:27 +00:00
John Fieber
1a44ab0cf5
Added a very complete new chapter on printing.
...
This brings the printed handbook to ~275 pages.
Submitted by: Sean Kelly <kelly@fsl.noaa.gov>
1995-10-01 04:43:15 +00:00
Peter Wemm
373efd489b
Catch the case where the children can die too soon causing wait3()
...
to return ECHILD, which causes the while loop to run forever.
(eg: when accidently running nfsiod on a slow system with a kernel
without NFS support...)
Obtained from: NetBSD; Frank van den Linden <frank@struis.fwi.uva.nl>
1995-10-01 03:23:13 +00:00
Peter Wemm
b3c66dae6f
Cosmetic fix: The usage message was wrong.. One of the commands (mstate)
...
was listed as taking no args, when in fact it needs a port.
1995-10-01 03:13:33 +00:00
Andrey A. Chernov
f86d82c8e8
Change non-existent /usr/lib/uucp to /usr/libexec/uucp
1995-09-30 17:50:32 +00:00
Andrey A. Chernov
d54d4366c8
Refle
1995-09-30 17:20:27 +00:00