bde
c19ef73557
Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updated
...
to do Lite2 locking and vfs_unmountall() wasn't as simple as the Lite2
version.
1997-02-26 15:35:42 +00:00
bde
26d93ee7e1
Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It
...
should now work as (un)well as before the Lite2 merge.
1997-02-26 14:23:16 +00:00
jkh
c2cd734530
Bring in Argentina, Denmark, Poland.
1997-02-26 11:07:24 +00:00
jkh
8118ad4216
Poland now has a proper hostmaster in charge of pl.freebsd.org
1997-02-26 10:58:49 +00:00
mpp
91da5c1099
Remove the -lrpclib, since it causes the build of these examples
...
to fail.
Closes PR# 2359
Submitted by: Pedro A M Vazquez <vazquez@IQM.Unicamp.BR>
1997-02-26 06:56:57 +00:00
imp
00bfe049f9
Buffer overflow from DNS name information which could cause root access
...
when called from lpd.
Reviewed by: jkh, pst
Submitted by: Oliver Friedrichs <oliver@secnet.com>
1997-02-26 06:12:34 +00:00
mpp
00300384a2
Silence -Wall when SYSLOG_NAMES is defined.
...
Submitted by: davidn
1997-02-26 06:03:20 +00:00
mpp
9e28b13e66
If an administrator somehow manages to break the hardlinks
...
on chpass & passwd and turn the links into individual files
with the schg flag set, make install will fail to install all
of the proper links.
Fixed by removing the schg flag on all of the links before installing.
Closes PR# 2040.
Submitted by: Ph. Charnier <charnier@xp11.frmug.org>
1997-02-26 05:31:52 +00:00
dyson
96d17830f3
Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaim
...
instead of ffs_reclaim.
1997-02-26 05:08:18 +00:00
hanai
e2464e0916
Sync with the original.
...
Submitted by: Hidetoshi Shimokawa <simokawa@jp.FreeBSD.ORG>
1997-02-26 04:49:47 +00:00
mpp
1cccbbea72
Fix an off by one error when determing the default job name for
...
the banner page.
Closes PR# 1986.
Submitted by: Mark Valentine <mark@linus.demon.co.uk>
1997-02-26 02:22:45 +00:00
mpp
2e0efc5be6
Larn needs /var/games/larn to exist so that it can create its scorefile.
...
Closes PR# 1944.
1997-02-26 01:17:49 +00:00
wosch
3dfb2449e6
Add timedef for Austria. The only difference to the German timedef is
...
the full month name for January.
1997-02-25 21:01:52 +00:00
bde
4f04146c67
Merged some missing locking from Lite2:
...
- getnewvnode() and vref() were missing one simple_unlock() each.
- the Lite2 locking changes weren't merged at all in
printlockedvnodes() or sysctl_vnode(). Merging these undid
some KNF style regressions.
1997-02-25 19:33:23 +00:00
kato
44b6077163
Synchronize with sys/i386/i386/machdep.c revision 1.229.
1997-02-25 16:36:48 +00:00
hanai
8c01fadfb7
Sync with the original.
...
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-02-25 14:24:28 +00:00
brian
4a576feefd
osreldate.h stuff suggested by: Eivind Eklund
...
Remove #include's from sig.h and get dependant modules to include them
themselves. Make inclusion of if_var.h depend on __FreeBSD_version so
that the -current version of ppp can be used with 2.1.*
2.2 Candidate ?
1997-02-25 14:05:17 +00:00
hanai
9558dcc2c3
Sync with the original.
1997-02-25 09:31:39 +00:00
tg
1bf2057fd2
Add joel Sutton for his xgs port.
1997-02-25 09:08:06 +00:00
hanai
4d49d49acb
Synchronize the ``Original revision'' field with the original.
1997-02-25 08:04:56 +00:00
asami
918927b9fc
Update section about __FreeBSD_version. Add 2.1.7R (same as 2.1.6R), and
...
change 2.2R to 220000 and 3.0-current to 300000.
1997-02-25 07:51:19 +00:00
jkh
c87151df5a
Close PR#2459
1997-02-25 07:22:23 +00:00
hanai
a346bc8ffa
Sync with the original.
1997-02-25 07:02:40 +00:00
jdp
03717b3d4f
A maintainer's e-mail address changed.
1997-02-25 06:41:08 +00:00
mpp
136fab770c
Don't set the umask until after we have processed the arguments
...
and opened the archive file. This allows "cpio -o -O output_file"
to create the output file with the callers proper umask.
Closes PR# 1391.
1997-02-25 06:11:19 +00:00
hanai
b93535330d
``Original revision'' fields are changed to synchronize with
...
the original handbook.
1997-02-25 04:59:30 +00:00
gibbs
fa7eed70e8
Make it clearer how the termination settings from the PCI probe are used by
...
the ahc_init routine.
1997-02-25 03:06:19 +00:00
gibbs
776a1609d4
Fix numerous problems with the abort/recovery code. Highlights include fixing
...
a race condition in how SDTR and WDTR negotiation are handled, fixes for multi-lun
non-tagged device recovery, and ensuring that the timedout scbs in the waiting queue
are cleaned up.
Fix a problem with SCB paging that caused bogus residuals to be reported.
1997-02-25 03:05:35 +00:00
gibbs
3d9663354c
Leave reselections on all the time.
...
If we are aborting an SCB from findSCB, don't add it back to the free list -
the kernel driver will do this for us.
1997-02-25 03:02:58 +00:00
mpp
142f2a38ff
Don't include /usr/X11R6/man in the makewhatis search path if
...
it doesn't exist. Closes PR# 326.
1997-02-25 02:56:13 +00:00
imp
17cf792b06
Fix a minor problem with restore from tapes from big endian machines.
...
This finishes the closing of PR2446 which J"org Wunsch pointed out to
me after I closed it.
Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no>
1997-02-25 02:25:02 +00:00
mpp
28e9c6477d
Added calendar entries from OpenBSD and NetBSD that we were missing.
1997-02-25 01:20:28 +00:00
mpp
4aefb4bc22
Add the date of Carl Sagan's death, since we list his birthday.
...
Obtained from: NetBSD PR# 3235
1997-02-25 00:45:24 +00:00
mpp
75dbc4794f
Add a missing period in the -o option description.
...
Document the depreciated -g option.
Inspired by: OpenBSD PR# 119
1997-02-25 00:26:53 +00:00
mpp
a56ebd551c
Add a missing "the".
1997-02-24 23:20:49 +00:00
ache
524a72e3d1
Holiday renamed
...
Should go into 2.2
1997-02-24 22:52:52 +00:00
wollman
716930b533
Use new sysctl(3) interface to mbuf statistics. While we're at it,
...
count free mbufs correctly.
1997-02-24 20:59:03 +00:00
wollman
dc73a48dfc
Use the new sysctl(3) interface to mbuf statistics rather than
...
groveling about in kmem.
1997-02-24 20:40:40 +00:00
guido
a174a13af3
When group wheel is empty, allow everyone to su to root. This has normally
...
no conseqeunces as we ship with a non-empty wheel.
Closes PR/1882
Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no>
1997-02-24 20:32:24 +00:00
wollman
501901f78f
Add new kern.ipc MIB branch constants and mbuf stats.
1997-02-24 20:32:10 +00:00
wollman
816378c693
Fix #include order.
1997-02-24 20:31:25 +00:00
wollman
a6e3c2a3ce
Create a new branch of the kernel MIB, kern.ipc, to store
...
all of the configurables and instrumentation related to
inter-process communication mechanisms. Some variables,
like mbuf statistics, are instrumented here for the first
time.
For mbuf statistics: also keep track of m_copym() and
m_pullup() failures, and provide for the user's inspection
the compiled-in values of MSIZE, MHLEN, MCLBYTES, and MINCLSIZE.
1997-02-24 20:30:58 +00:00
bde
139936b34a
Use the C library version of log10() instead of the inaccurate formula
...
log10(x) = log10e * log(x). This fixes some small (one or two ULP)
inaccuracies.
Found by: ucbtest
1997-02-24 17:44:08 +00:00
bde
9e266561b3
Oops, I thought I was fixing the double precision lg10 in the
...
previous revision. Use log10f() instead of log10(). log10f() is
currently slightly slower than log10() on P5's, but it is potentially
significantly faster.
Fixed declaration of the C function used in the (unused?) KR_headers
case.
1997-02-24 17:35:33 +00:00
bde
124250ac4c
Use Lite2's stub locking vops instead of nullop.
1997-02-24 17:08:49 +00:00
bde
652d0883c7
Fixed procfs's locking vops. They were missed in the Lite2 merge,
...
partly because the #define's for them were moved to a different
file. At least the null VOP_LOCK() no longer works, since vclean()
expects VOP_LOCK( ..., LK_DRAIN | LK_INTERLOCK, ...) to clear the
interlock. This probably only matters when simple_lock() is not
null, i.e., when there are multiple CPUs or SIMPLELOCK_DEBUG is
defined.
1997-02-24 16:44:11 +00:00
obrien
aa03d66ddb
Undo rev 1.4 of freebsd.h and 1.2 freebsd-elf.h, where I added
...
_BSD4_4 as a predefined symbol. People on the lists generally didn't care
for it.
1997-02-24 13:19:34 +00:00
hanai
c7390ff5db
Correction of mistranslated sentences.
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-02-24 03:37:49 +00:00
alex
99ec56bf1d
Typo police.
1997-02-24 00:37:43 +00:00
mpp
67b46541d3
Allow fortune to use /dev/urandom if available to obtain its random
...
numbers. If /dev/urandom is unavailable, it will fall back to
using the random() function.
I did this because I'm sick of seeing the same handful of fortunes
over and over, and I've seen the exact same fortune one too many times
when starting up two login shells at the same time.
2.2 safe.
1997-02-23 23:03:47 +00:00