bde
6334056b87
Added -mno-486 to CFLAGS to force smaller code in case someone compiles
...
with CC="cc -m486". This doesn't fix PR2381, since PR2381 is for 2.1.x.
1997-03-05 15:43:03 +00:00
joerg
87a2ee48a6
Now that we can read from a worm device, handle their permissions as
...
we do for other disk devices, too.
1997-03-05 14:04:00 +00:00
bde
20c91658b4
Force null termination after 2 errant strncpy()s.
1997-03-05 12:08:44 +00:00
bde
8f4ea9b776
Fixed wrong magic numbers in scaling. hypotf() was very broken for large
...
and small values:
hypotf(2.3819765e+38, 2.0416943e+38) was NaN instead of 3.1372484e+38
hypotf(-3.4028235e+38, 3.3886450e+38) was NaN instead of Inf
hypotf(-2.8025969e-45, -2.8025969e-45) was 0 instead of 4.2038954e-45
Found by: ucbtest
1997-03-05 11:54:00 +00:00
julian
6ba0dbd35a
make the netatalk output routine matcy the prtotype used in the
...
protocol structure. Silences a warning from Gcc.
1997-03-05 09:17:38 +00:00
tg
e564f03613
Add Dan Cross for his bsvc port.
1997-03-05 08:33:23 +00:00
bde
26c38c0acc
Only print clock calibration messages if the system was booted with -v.
...
Submitted by: partly by gpalmer
1997-03-05 08:08:48 +00:00
julian
5b5d5406a4
add a bunch of comments to describe what's going on.
...
This is some of the worst code I've had to wade through in
ages and I don't want to have to start from scratch again next time.
(I have a 2.2 version of these comments, can I commit them?)
1997-03-05 08:01:28 +00:00
imp
b3456b411a
Add cities from Minnesota
...
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
1997-03-05 07:01:59 +00:00
dg
1a326a5d28
Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixed
...
differently by me.
1997-03-05 04:54:54 +00:00
msmith
6210151cea
Supply the mount point given to mfs_mount when getting a vnode for the
...
mount. This may have been a contributor to the 'null v_mount in
fsync()' problem
This is another, perhaps slightly less urgent, 2.2 last-minute candidate.
Reviewed by: sef
1997-03-05 01:57:54 +00:00
msmith
7b27305852
Check that vp->v_mount is non-null in fsync() before dereferencing it to
...
obtain the mountpoint's MNT_ASYNC flag.
This is a Very Definite Last-Minute 2.2 Bugfix Candidate.
Reviewed by: sef
1997-03-05 01:42:14 +00:00
gpalmer
5d25456e48
Back out the patch to break up the clock probe lines. Instead, follow
...
Bruce's suggestion of deleting "relative to mc146818A clock ",
thus shortening the line ...
1997-03-05 00:54:00 +00:00
imp
227366adfe
Fix typo introduced in 1.17.
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1997-03-04 22:05:49 +00:00
wosch
a4bb57d303
Add CVS II: Parallelizing Software Development PSD:28
1997-03-04 20:35:32 +00:00
bde
33ce378808
Fixed connection of vfs.ffs node to the sysctl tree.
1997-03-04 18:35:15 +00:00
bde
61a92b4f52
Attach vfs_sysctl() one level lower so that only the levels below
...
VFS_GENERIC aren't done in the FreeBSD way. The previous commit
broke the nfs sysctls.
1997-03-04 18:31:56 +00:00
wosch
4d01bbdf71
Install RCS and CVS documents.
1997-03-04 18:21:07 +00:00
wosch
72bf6bd3e1
Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. ..
1997-03-04 17:06:23 +00:00
dfr
2095d960d6
Formatting tweaks.
1997-03-04 10:02:44 +00:00
tg
af162fbc40
Add Matthew Hunt for his angband port.
1997-03-04 09:40:42 +00:00
gpalmer
8806be3d90
Split the rather long and line-wrapping clock probe messages on boot.
...
(2.2?)
Submitted by: Mathew Dood <winter@jurai.net>
1997-03-04 09:24:01 +00:00
danny
1ec65d54b1
Typo fix 'and' -> 'an'.
...
This is a 2.2 candidate.
1997-03-04 07:55:43 +00:00
kato
054afb4c7e
Fixed devfs code. Old code remained in pc98 tree.
...
Submitted by: URATA Shuichiro <s-urata@nmit.tmg.nec.co.jp>
1997-03-04 06:39:02 +00:00
kato
0821bb9e0d
Synchronize with sys/i386/isa/syscons.c revision 1.205.
1997-03-04 06:25:54 +00:00
mpp
e725b5966a
Typo police.
1997-03-04 06:20:48 +00:00
hanai
103fe2262b
Sync with the original.
1997-03-04 04:50:07 +00:00
alex
2194c5e96a
Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported
...
at this time.
Reviewed by: John Birrell <jb@cimlogic.com.au>
1997-03-04 01:30:50 +00:00
ache
264293aa5c
Big usernames fixes
1997-03-04 00:33:56 +00:00
ache
b51638da37
Remove words about lower limit needed (from BUGS section), we have
...
precise limit now
1997-03-03 23:50:55 +00:00
ache
3d43c6e015
Oops, fix typo.
1997-03-03 23:02:43 +00:00
ache
a06fb05366
Don't copy more than MAXLOGNAME bytes in getlogin() syscall,
...
it is stricter than padded s_login size check was there.
1997-03-03 22:46:16 +00:00
bde
4f809e5a27
Improved description of the device names.
1997-03-03 18:47:38 +00:00
bde
970b0dd485
Updated descriptions of minor numbers and files.
...
Refer to pstat.
Don't attempt to list all the model numbers.
1997-03-03 18:38:37 +00:00
dfr
7e67e1e732
This is the current draft of my filesystem manpages. Some files are
...
incomplete and some are just placeholders but I wanted to try to get
something at least into 2.2 on the grounds that what I have is a lot
better than nothing. I also wanted to commit something which documents
the interfaces in 2.2 before I start updating the documentation for 3.0.
This is a definite 2.2 candidate and is also relavent to 2.1 if people
still care about that branch.
1997-03-03 18:01:01 +00:00
bde
6c38eceeb9
Fixed handling of input failure by the scanf family.
...
- 0 was returned instead of EOF when an input failure occured while
skipping white-space after 0 assignments. This fixes PR2606. The
diagnosis in PR2606 is wrong.
- EOF was returned instead of 0 when an input failure occurred after
zero assignments and nonzero suppressed assignments.
- EOF was spelled -1.
This should be in 2.2.
1997-03-03 17:53:02 +00:00
bde
1b71c44ec9
Don't export kernel interfaces to applications. msdosfs_mount probably
...
didn't compile before this change.
Added idempotency ifdef.
1997-03-03 17:36:11 +00:00
bde
50810d80a2
Added missing #include, cleaned up #includes.
...
Print VFCF_UNICODE flag in the unlikely event that it is set.
1997-03-03 17:21:57 +00:00
bde
2a670d60f7
Fixed struct access bug and style bugs in previous revision. The same
...
fix as for syscons did not work because pcvt uses a struct where syscons
uses a struct pointer.
1997-03-03 16:33:41 +00:00
bde
f0abbb2b2d
Removed unused flag IN_RECURSE and unused struct member i_lockcount.
1997-03-03 16:25:46 +00:00
bde
064d53aea0
Removed useless setting of IN_RECURSE. The (anti) locking for this needs
...
to be done in a different way, if at all.
1997-03-03 16:23:15 +00:00
bde
55030479cb
Merged Cortex frame grabber entry from 2.2.
1997-03-03 16:13:35 +00:00
imp
f8a5871d89
Use .Sq Li \&\e0 rather than NUL to describe the character with no bits
...
set, as suggested by Garrett Wollman. This is more consistant with how
things like strncpy are done, as well as harder to confuse NUL and NULL.
1997-03-03 15:39:06 +00:00
bde
7de8df2b4b
Updated mount_msdos to use the Lite2 getvfsbyname() interface.
1997-03-03 13:23:54 +00:00
bde
1d929b9ddb
Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname()
...
for now so that we don't lose library compatibility. Applications should
define _NEW_VFSCONF and use getvfsbyname() instead of new_getvfsbyname()
if they want the new vfsconf interface. Parts of the old interface
(enough to load vfs modules, I hope) are still available.
1997-03-03 13:08:33 +00:00
bde
5fc94677bd
Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD's
...
(phk's) sysctl framework, and I needed special code to disambiguate
the VFS_GENERIC node from the VFS_VFSCONF leaf, so I only converted
the leaves to the FreeBSD framework. The error handling isn't quite
right. CSRGS's sysctls seem to return ENOTDIR too much and FreeBSD's
sysctls don't agree with the man page.
1997-03-03 12:58:20 +00:00
asami
2d87f1b6fa
Add Itsuro Saito <saito@miv.t.u-tokyo.ac.jp> and Makoto Matsushita
...
<matusita@ics.es.osaka-u.ac.jp> for their recent port submissions.
1997-03-03 12:07:53 +00:00
bde
d66c414650
Fixed the getvfsbyname macro hack.
1997-03-03 11:55:47 +00:00
ache
c030a5f0b6
Use MAXLOGNAME for stricter size check in setlogin() syscall instead of
...
sizeof of padded s_login array
1997-03-03 10:15:48 +00:00
ache
deb10b28e8
Use stricter MAXLOGNAME now
1997-03-03 09:52:26 +00:00