Semen Ustimenko
b4b8aedf57
Added ntfs subdirectory.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:18:25 +00:00
Semen Ustimenko
52e93a35a3
Added vnode tag for NTFS.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:12:36 +00:00
Semen Ustimenko
16ee760296
First version.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:07:38 +00:00
Semen Ustimenko
012c9fb3bb
First version.
...
Reviewed by: David O'Brien
1999-02-03 04:01:27 +00:00
Semen Ustimenko
4aabb2de22
Primary version.
...
Reviewed by: David O'Brien
1999-02-03 03:51:19 +00:00
Matthew Dillon
4112823fc7
Submitted by: Alan Cox
...
The vm_map_insert()/vm_object_coalesce() optimization has been extended
to include OBJT_SWAP objects as well as OBJT_DEFAULT objects. This is
possible because it costs nothing to extend an OBJT_SWAP object with
the new swapper. We can't do this with the old swapper. The old swapper
used a linear array that would have had to have been reallocated, costing
time as well as a potential low-memory deadlock.
1999-02-03 01:57:17 +00:00
Brian Somers
7686a20048
Encode & Decode the PROTOCOMP fields correctly.
...
When NAKing the peer, get as close as we can to what
he REQd.
When the peer NAKs us, get as close as we can to what
they NAKd with on our next REQ.
1999-02-02 20:27:12 +00:00
Garrett Wollman
239e57d031
Add a `default' feature to tzsetup for use in script-driven installation
...
(if someone writes the other half). Also rewrite the man page in a more
appropriate (formal) style.
1999-02-02 20:26:31 +00:00
Garrett Wollman
4bfc8e1571
Merge from vendor branch. Includes functional updates for:
...
Egypt, Cyprus, Israel, Japan, Australia, Fiji, Brazil,
Mexico, Nicaragua
PR: 8632
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999b
1999-02-02 19:12:22 +00:00
Doug Rabson
f422bef257
Use the bsd.kern.mk from the source tree rather than the installed one
...
if possible.
1999-02-02 18:34:23 +00:00
KATO Takenori
f19a38101a
Added braces around initializsers and in if-statements.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-02-02 17:26:03 +00:00
KATO Takenori
524d2ab047
Sync with sys/dev/syscons/syscons.c revision 1.294.
1999-02-02 17:21:33 +00:00
Jordan K. Hubbard
5d5c8f3b7b
List palm pilot category.
1999-02-02 16:57:55 +00:00
Jordan K. Hubbard
86784dbcd2
Show dependencies in package menu.
...
PR: 7454
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1999-02-02 15:57:14 +00:00
Eivind Eklund
2c39ae659c
Merge from NetBSD: cut.1 rev 1.6 to 1.8
...
cut.c rev 1.9 to 1.13
* Man page internal cleanups
* 8-bit characters cast to unsigned for is*()
* Misc cleanups for egcs -Wall compatibility
1999-02-02 15:48:04 +00:00
Eivind Eklund
5183fb5330
Bring in use of strsep() to handle bad input better, and clean up
...
some text.
Obtained from: Merge from OpenBSD
(cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6)
1999-02-02 14:56:55 +00:00
Eivind Eklund
d51c662504
Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. This
...
makes us conform to IEEE Std1003.2-1992 (``POSIX.2'').
Obtained from: NetBSD (but with slight modifications).
1999-02-02 14:26:39 +00:00
Bruce Evans
bb25f0dd23
Check for signals while reading /dev/urandom. Reading 10MB from
...
/dev/urandom takes about 38 seconds on a P5/133. It is useful
to be able to kill such reads almost immediately. Processes
doing such reads are now scheduled so their denial of service
is no worse than that of processes looping in user mode.
1999-02-02 14:14:05 +00:00
Bruce Evans
8b6ca0359b
Switch context before doing some i/o operations that might block if
...
context would be switched on return to user mode. This fixes some
denial of service problems.
1999-02-02 12:11:01 +00:00
Brian Somers
ed0e926999
Don't allow root to specify non-existent labels on
...
the command line.
Revise the error diagnostics so that invalid labels
are reported immediately.
1999-02-02 09:35:30 +00:00
Brian Somers
aceaed9283
Reimplement the previous fix (no response to PAP requests)
...
at the authentication layer rather than at the PAP layer
so that it also applies to CHAP (no response to CHAP
challenges).
1999-02-02 09:35:17 +00:00
Bruce Evans
79a2501238
Added a hopefully-machine-independent macro for determining if a
...
reschedule is pending.
1999-02-02 09:08:23 +00:00
Bill Fenner
8f70ac3e02
Fix the port of the NetBSD 19990120-accept fix. I misread a piece of
...
code when examining their fix, which caused my code (in rev 1.52) to:
- panic("soaccept: !NOFDREF")
- fatal trap 12, with tracebacks going thru soclose and soaccept
1999-02-02 07:23:28 +00:00
Andrey A. Chernov
04d04825cc
Add -R for .RU domains
1999-02-02 01:49:14 +00:00
Garrett Wollman
9112ae0f0e
Sigh. Fix capitalization bogon. Who had the pointy hat?
1999-02-02 01:04:51 +00:00
Matthew Dillon
f7f62e7b56
Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently
...
snuck in during the big -Wall commit and wasn't supposed to be in there.
1999-02-02 00:28:29 +00:00
Mike Pritchard
a04dd7481b
Fix some spelling errors.
1999-02-01 22:55:54 +00:00
Bill Paul
e8354668bd
Remember to initialize ifp->if_snd.ifq_maxlen.
1999-02-01 21:25:52 +00:00
Mark Newton
240c6baa11
Nuke some prototypes that really shouldn't be here.
1999-02-01 21:22:30 +00:00
Archie Cobbs
2fa6610f1e
Add new option '-p pattern' for splitting files based on matching lines in
...
the file with a regular expression. Useful for e.g. 'cvs diff' output.
Also compile cleanly with -Wall and fix a few style bugs.
PR: bin/9405
1999-02-01 21:16:45 +00:00
Mark Newton
9cbac9cee4
Moved prototypes for soo_{read,write,close} into socketvar.h where they
...
belong.
Suggested by: bde
1999-02-01 21:16:31 +00:00
Wolfram Schneider
57a476899d
Added xref to nologin(5)
1999-02-01 21:04:15 +00:00
Wolfram Schneider
a1c1a4e918
Added xref to nologin(5).
1999-02-01 21:02:38 +00:00
Wolfram Schneider
1c669fdb34
Added xref to nologin(8).
1999-02-01 21:00:24 +00:00
Poul-Henning Kamp
e0ea20bcca
Print a message if the driver didn't initialize ifq_maxlen.
...
Drivers should be updated if they get flagged by this message.
(The reason this is important is because we do not have a way
to catch this mistake for interfaces added after ifinit() runs.)
1999-02-01 20:03:27 +00:00
Garrett Wollman
4f92720c08
Observe -U flag again, and use it in preference to getlogin(), if
...
the user is privileged.
I believe this should address both concerns in PR 9729, and may also
provide the desired behavior from PR 9485.
1999-02-01 19:53:08 +00:00
Garrett Wollman
2712c396cb
Update the -d flag to use the new .MIL NIC address (from PR 9802)
...
and add a -g flag to use the new .GOV NIC. Also convert the
SEE ALSO reference into a proper bibliographic one.
PR: 9802 (in part)
1999-02-01 19:22:27 +00:00
Jordan K. Hubbard
f248b38722
Whoops, don't break the alpha release build in copying the boot
...
images - be smarter about it.
1999-02-01 18:08:07 +00:00
Jordan K. Hubbard
750eba274b
Man, was I ever smoking crack when I wrote this. Don't free()
...
values I'm going to use again. :-}
1999-02-01 16:35:40 +00:00
Brian Somers
8db502bbfd
If we receive no answer from the server when sending PAP
...
requests, give up (don't sit there indefinitely).
1999-02-01 13:42:25 +00:00
Mark Newton
4a735ee8b0
Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorder
...
includes so proc.h knows the right type for 'em).
Suggested by: bde
1999-02-01 13:26:13 +00:00
Mark Newton
c4ca2670b8
Fix bogus line breaks in declarations for soo_read() and soo_write()
...
Suggested by: Pedant Central :-)
1999-02-01 13:24:39 +00:00
Mark Newton
895259716e
Declare M_ZOMBIE so the svr4 emulator doesn't need to.
...
Suggested by: bde
1999-02-01 13:23:18 +00:00
Jordan K. Hubbard
cf9f8234bb
Make directories unconditionally to deal with the empty directory
...
case.
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-01 12:45:03 +00:00
Jordan K. Hubbard
ff834009ea
Oops. Missed this in the last commit.
...
Submitted by: Daniel C. Sobral <dcs@newsguy.com>
1999-02-01 12:32:37 +00:00
Matthew Dillon
b406c0f55c
This patch eliminates a pointless test from appearing twice
...
in vm_map_simplify_entry. Basically, once you've verified that
the objects in the adjacent vm_map_entry's are the same, either
NULL or the same vm_object, there's no point in checking that the
objects have the same behavior.
Obtained from: Alan Cox <alc@cs.rice.edu>
1999-02-01 08:49:30 +00:00
Matthew Dillon
06fd697d15
The alternate B_PAGING path for vnstrategy() is used for VM faults
...
as well as swap I/O now. This path failed to properly set bp->b_resid
on I/O completion.
1999-02-01 08:36:02 +00:00
Jordan K. Hubbard
ae84df99c4
Whoops! Forgot to include Mr. Sobray's more command in the last set
...
of commits.
Submitted by: Daniel C. Sobral <dcs@newsguy.com>
1999-02-01 06:08:21 +00:00
Greg Lehey
5b3c6cedf5
Move CFLAGS to God's Own Position
...
Remove white space between CFLAGS and +=
Remove unneeded options
Implied-by: bde
1999-02-01 00:52:51 +00:00
Greg Lehey
ebf1694990
Correct include paths
...
Remove unnecessary additional CFLAGS
Remove BINGRP and BINMODE
1999-01-31 23:25:22 +00:00