ache
ca30ae9dd4
Add commented out common INSTALL and FORCE_PKG_REGISTER knobs
1998-04-16 08:21:24 +00:00
ache
4030e2a5bd
Add missing commented out MOTIF_STATIC example
1998-04-16 08:01:27 +00:00
peter
a1bb161dc4
When the softdep conversion took place, the periodic vfs_msync() from
...
update got lost. This is responsible for ensuring that dirty mmap() pages
get periodically written to disk. Without it, long time mmap's might not
have their dirty pages written out at all of the system crashes or isn't
cleanly shut down. This could be nasty if you've got a long-running
writing via mmap(), dirty pages used to get written to disk within 30
seconds or so.
1998-04-16 03:31:26 +00:00
ache
bc5a6e9a9b
Add some easy to implement XSI macros including attr_get
1998-04-15 23:13:36 +00:00
phk
8a4252919b
If ping write fails with short packet count, the
...
error message prints the two numbers backwards.
PR: 6313
Reviewed by: phk
Submitted by: Archie Cobbs
1998-04-15 19:55:14 +00:00
bde
23694650fb
Finish supporting compiling with gcc -ansi'. Fix missing
volatile's
...
in __asm() statements while I'm here.
1998-04-15 18:58:09 +00:00
tegge
eb926b31ca
Unlock mountlist_slock if the mount point was busy (unmount in progress)
...
during the attempt at lazy fsync.
1998-04-15 18:37:49 +00:00
msmith
632701e8f5
Allow the CVS modules from which the source, doc and ports collections are
...
checked out to be overridden.
PR: misc/6309
Submitted by: "Greg A. Woods" <woods@zeus.leitch.com>
1998-04-15 18:28:27 +00:00
dima
0788ce04bd
Use 0440 root.kmem kermissions on kernel instead of
...
0555 root.wheel.
Reviewed by: freebsd-security
1998-04-15 17:53:32 +00:00
bde
b598f559b2
Support compiling with `gcc -ansi'.
1998-04-15 17:47:40 +00:00
bde
37b60f29dd
Support compiling with gcc -ansi'. Fix missing
volatile's in __asm()
...
statements while I'm here.
1998-04-15 17:26:17 +00:00
phk
b7f7670c8a
In pre-devfs days, /dev/psm0 had always been a non-blocking
...
device. But with devfs, currently, /dev/psm0 is the blocking device
and /dev/npsm0 is the non-blocking one.
DEVFS must stay consistent with the older behaviour.
PR: 6260
Reviewed by: phk
Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
1998-04-15 17:06:52 +00:00
phk
1ceef06f41
Better RFC1918 network protection
...
PR: 6278
Reviewed by: phk
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-04-15 16:41:14 +00:00
phk
2e0f496de3
In light of the fact that several widespread sendmail alternatives exists
...
is reason enough to make the compilation & installation of sendmail an
make.conf option. I know that you hate negative options Bruce.
PR: 6284
Reviewed by: phk
Submitted by: Adrian Colley <aecolley@world.std.com>
1998-04-15 16:37:42 +00:00
bde
3904536736
Fixed bitrot in the non-softdep case of ufs_dirremove():
...
- restored async mount support. The first entry in a block is still
always written synchronously, although it probably shouldn't be in
the async case.
- restored use of BWRITE() instead of bowrite() for the DOWHITEOUT
case, although bowrite() is probably better.
Broken by: merge of softdep changes (rev.1.22).
Found by: lmbench2 delete-file benchmarks.
1998-04-15 12:27:31 +00:00
bde
f91e8eb4a2
Fixed breakage of fork accounting in previous commit. A fork benchmark
...
reported about 15 times as much sys time as real time. getmicroruntime()
is confusing name.
1998-04-15 11:10:28 +00:00
dt
90321d41cb
Add a missing LK_RETRY.
...
Noticed by: Bruce (almost 2 monts ago)
Remove a debugging printf.
1998-04-15 11:04:53 +00:00
jmb
417ae6b3e6
rotate sendmail statistics file weekly.
...
keep the last ten weeks of data.
Submitted by: jmb
1998-04-14 23:08:29 +00:00
danny
fdf7addba7
PR: 4866
...
Submitted by: fenner
Make man page reflect reality.
1998-04-14 22:08:48 +00:00
kato
630b424dc0
Fix page fault panic by probing NE200 compatible PCI card.
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1998-04-14 13:51:19 +00:00
peter
88d08c78f7
Add mktemp directory
1998-04-14 07:40:47 +00:00
peter
9996027f00
Bring in an old faithful tool I've been using for just over 4 years now
...
(originally on a different OS without mkstemp()), albeit somewhat
bashed and hacked into something that doesn't look too much like
the original any more. It should be upwardly compatable with
OpenBSD's mktemp(1) but does a couple of extra things.
I've taken OpenBSD's mktemp.1 man page and adapted it to suit.
1998-04-14 07:39:57 +00:00
peter
9da325cc05
Fix a nasty flaw as a result of using the arc4random() pre-seeding of
...
leading XXX's. It could wrap an uppercase character through chars
like: [ \ ] ^ _ ` in between Z and a. The backslash and back tick
might be particularly nasty in a shell script context. Also, since
we've been using upper-case generated values for a while now, go with
the flow and use them in the pathname search rotation.
1998-04-14 07:25:05 +00:00
phk
ced7ca4b35
Better SYNOPSIS
...
PR: 6294
Reviewed by: bde, phk
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-04-14 06:42:18 +00:00
phk
72bef97abd
add strings(1) to what(1) "SEE ALSO"
...
PR: 6289
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
1998-04-14 06:31:23 +00:00
phk
34d62002ae
Fix a minor mbuf leak created by the previous change.
...
Reviewed by: phk
Submitted by: pb@fasterix.freenix.org (Pierre Beyssac)
1998-04-14 06:24:43 +00:00
jmb
b7b2f9aa24
use extended error codes as noted in rfc1893.
...
retain additional message in check_relay ruleset,
the message is written into the maillog.
this is useful to a site's postmaster.
Reviewed by: jmb
Submitted by: Ruslan Ermilov ru@ucb.crimea.ua
1998-04-14 02:09:23 +00:00
steve
c056e50072
Document the use of sendmail options on the commandline.
...
PR: 4778
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-04-14 00:59:29 +00:00
steve
e7ef89f59e
Don't let secs variable wrap if <= 2.
...
PR: 6290
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-04-14 00:23:54 +00:00
wosch
8814b5ac8b
Add tutorials directories.
1998-04-13 21:44:46 +00:00
sos
de5804bdbb
Added EIDRM & ENOMSG errno in translation table.
1998-04-13 17:52:41 +00:00
sos
ca4ad743cf
Added EIDRM & ENOMSG to errno translation table.
1998-04-13 17:49:51 +00:00
msmith
0dd728f28c
Don't use INTR when only one device supports it.
...
Submitted by: Satoh Junichi <junichi@astec.co.jp>
1998-04-13 17:45:56 +00:00
sos
3106e713d8
Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.
1998-04-13 17:45:00 +00:00
phk
808bee281c
Wrong header length used for certain reassembled IP packets.
...
PR: 6177
Reviewed by: phk, wollman
Submitted by: Eric Sprinkle <eric@ennovatenetworks.com>
1998-04-13 17:27:08 +00:00
bde
731782c1da
Finished previous commit. Just revert to rev.1.9.
...
Bruce
1998-04-13 15:05:43 +00:00
wollman
e131b51194
Document the requirement for TCPMUX to also be enabled as an internal
...
service if any external TCPMUX servers are desired.
PR: 826
1998-04-13 15:05:14 +00:00
semenu
125ab926d1
Fixed autonegotiation. Card registers are now accessed via memory
...
not i/o space.
1998-04-13 14:15:40 +00:00
peter
9527a97222
-pg was causing a link with -lc_r... :-]
...
Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
PR: 6287
1998-04-13 14:12:34 +00:00
dfr
72618c7990
Fixes for using amd with non-NFSv3 servers and for choosing the right address
...
for a multihomed server.
PR: bin/6231, bin/4678
Submitted by: Mika Nystrom <mika@cs.caltech.edu
1998-04-13 12:11:24 +00:00
kato
0996fc2e05
Sync with sys/i386/isa/wd.c revision 1.156.
1998-04-13 08:35:37 +00:00
jb
ef5ac44e80
Format changes in an attempt to address some of Bruce's comments
...
about spaces and tabs.
The externs in the static inline functions remain 'cause (a) they're
required; and (b) I can't find any gcc -W* cases where they generate
warnings.
1998-04-12 20:29:24 +00:00
jkh
19752a54b2
Fix dependent-package loading when pkg_adding with an FTP URL. I broke
...
this when I changed the playpen code to disallow recursion. I know
this fixes a PR someplace but I can't seem to find it with the GNATs
search tool.
1998-04-12 16:01:10 +00:00
jkh
272a96cddb
Fix comment.
...
Scolded by: bde
1998-04-12 14:02:33 +00:00
sos
3da360fe42
omehow Jordan got 07.lpd in -current enabled again...
1998-04-12 12:33:59 +00:00
phk
88fadd65a0
Aic APM driver support for e.g. Toshiba T2400 notebook with internal
...
Adaptec SCSI (aic6360/aha152x) controller.
PR: 5382
Reviewed by: phk
Submitted by: Oliver Breuninger <ob@seicom.NET>
1998-04-12 12:11:31 +00:00
phk
1e9e791cf2
openlog() needs to have LOG_NDELAY added, or else the syslog() calls after
...
the chroot will not get sent to syslogd.
PR: 4910
Reviewed by: phk
Submitted by: Jim Mercer <jim@komodo.reptiles.org>
1998-04-12 11:15:54 +00:00
phk
47df445492
Remove these copies, they now live the right place.
1998-04-12 10:45:11 +00:00
phk
bc1d47f23b
Change noc-tun to nos-tun after Peter did the repository copy to cover
...
up the tracks of my blunder.
1998-04-12 10:44:24 +00:00
markm
88d6397093
Enable the SecureRPC bits in rc.conf, if the Administrator wants them.
1998-04-12 09:47:43 +00:00