Matthew Dillon
e53c5e2053
Make systat -swap use new kvm_swapinfo() function
1999-01-22 10:53:13 +00:00
Matthew Dillon
782f8687be
Make pstat use new kvm_getswapinfo() libkvm call.
1999-01-22 10:36:48 +00:00
Matthew Dillon
e92324a21e
Implement kvm_getswapinfo() libkvm function. Will be used by
...
pstat, top, and systat.
1999-01-22 10:36:04 +00:00
David Greenman
8ab2fa0073
Gutted softdep_deallocate_dependencies and replaced it with a panic. It
...
turns out to not be useful to unwind the dependencies and continue in
the face of a fatal error.
Also changed the log() to a printf() in softdep_error() so that it will
be output in the case of a impending panic.
Submitted by: Kirk McKusick <mckusick@mckusick.com>
1999-01-22 09:07:32 +00:00
David Greenman
33ce4218c6
Don't throw away the buffer contents on a fatal write error; just mark
...
the buffer as still being dirty. This isn't a perfect solution, but
throwing away the buffer contents will often result in filesystem
corruption and this solution will at least correctly deal with transient
errors.
Submitted by: Kirk McKusick <mckusick@mckusick.com>
1999-01-22 08:59:05 +00:00
Eivind Eklund
48b4c7d553
__FreeBSD_version -> 400000
...
Forgotten by: Some anonymous release engineer
Reminded by: bde
1999-01-22 08:39:58 +00:00
Archie Cobbs
14112159be
Fix bug where 'ipfw list' would choke if there were a large number of rules.
1999-01-22 01:46:32 +00:00
Brian Somers
abac9a9ee3
Typo police.
1999-01-22 01:43:25 +00:00
Nick Hibma
1f7b3fe5be
forgotten in previous commit: Lowered default debug level
1999-01-22 01:02:24 +00:00
Nick Hibma
ab521a755e
Fixed disconnect for umouse
1999-01-22 00:59:52 +00:00
Nick Hibma
066f67b1ac
Make uhub mandatory in usb config (msmith)
1999-01-22 00:57:47 +00:00
Nick Hibma
235dddd4ea
Textual changes
1999-01-22 00:51:12 +00:00
Nick Hibma
5602b5091c
Fixed bug in disconnect handling in uhub.c
1999-01-22 00:44:31 +00:00
Nick Hibma
a2a2fd2ce4
Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's
1999-01-22 00:36:46 +00:00
Nick Hibma
cf4e36da61
Fixed bug that made UHCI controllers fail to start.
1999-01-21 23:31:58 +00:00
Garrett Wollman
129a627970
Update for 4.0 by adding the first two major changes and deleting a lot
...
of irrelevant (2.x/3.x) content.
1999-01-21 23:26:34 +00:00
Nick Hibma
88a610db55
Cleaning up, improving _detach, removing ominous warning (msmith)
1999-01-21 23:06:02 +00:00
Nick Hibma
f8c31e6fac
Added ioctl interface
1999-01-21 22:56:10 +00:00
Mike Smith
4291c3b7ad
Add 'set tunables' help, list the kernel tunable values that can currently
...
be overridden.
1999-01-21 22:03:16 +00:00
John Polstra
a397d09e64
Revert my last change, "Rename some globals to reduce namespace
...
pollution." Unfortunately, some of these globals are used by ftpd,
and I broke make world. Pointy hat, please.
1999-01-21 22:02:31 +00:00
Garrett Wollman
1ec5f457c5
Merge the 1999a revision of the timezone data files. There are a number
...
of important changes to European and South and Central American countries
which should be back-ported to 3.x.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999a.tar.gz
1999-01-21 21:55:55 +00:00
Mike Smith
8de6e8e102
Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuning
...
value *completely* overrides any value precalculated by the kernel.
1999-01-21 21:54:32 +00:00
Garrett Wollman
24650a3ceb
This commit was generated by cvs2svn to compensate for changes in r43009,
...
which included commits to RCS files with non-trunk default branches.
1999-01-21 21:35:08 +00:00
Garrett Wollman
883bec94a9
Try this import again, this time on the correct (sic) vendor branch.
1999-01-21 21:35:08 +00:00
Garrett Wollman
193b768188
This commit was generated by cvs2svn to compensate for changes in r43007,
...
which included commits to RCS files with non-trunk default branches.
1999-01-21 21:31:40 +00:00
Garrett Wollman
f3af33c272
1999a revision of timezone data from Arthur Olson and friends.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata1999a.tar.gz
1999-01-21 21:31:40 +00:00
Garrett Wollman
15d1bc9ece
I don't know how this happened since I know I compiled this on my machine.
...
Fix braino oflag -> uflag (or perhaps I should have gone the other way).
1999-01-21 21:09:56 +00:00
Warner Losh
3652181c67
Nits.
1999-01-21 20:16:24 +00:00
Warner Losh
8cd37f69fd
Add notes about:
...
vinum changes
Matt Dillon's massive changes to vm_*.c
The great RELENG_3 branch event
1999-01-21 20:13:41 +00:00
Archie Cobbs
6f206f2ef2
Fix misleading wording in ipfw(8) man page.
...
PR: docs/9603
1999-01-21 19:51:04 +00:00
Warner Losh
78d7efaa73
Euro support, part 2.
...
This should be merged into RELENG_3 and a similar patch may be needed
for RELENG_2_2, should that deemed necessary.
Make world succeeded with these patches in my tree.
Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
1999-01-21 19:41:38 +00:00
Garrett Wollman
c3cfaed405
Add the new code for Palestine, with the comment that we don't know
...
what its correct numeric is. Although Hong Kong (HK) was deleted at
about the same time, it remains in wide use so we leave it in.
1999-01-21 19:09:15 +00:00
Kazutaka YOKOTA
325fca905e
Add VESA mode support. If the VESA support is compiled into the kernel
...
or the VESA KLD is preloaded by the boot loader, you can load a 256 color
BMP file larger than 320x200.
1999-01-21 18:29:33 +00:00
Garrett Wollman
5b7f6bf978
Merge changes from vendor branch (tzcode1999a), plus the following additional
...
changes:
- Finish migrating zic to its own private.h.
- Fix zic.8 so that it really is written in -mdoc.
- Add four new flags to zic (&document):
-D don't create directories
-u change ownership of newly-created files to user
-g change ownership of newly-created files to group
-m change mode of newly-created files to modespec
These, once proven, can be used to clean up the installation.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz (partially)
1999-01-21 17:46:19 +00:00
Garrett Wollman
32b2240b31
This commit was generated by cvs2svn to compensate for changes in r42994,
...
which included commits to RCS files with non-trunk default branches.
1999-01-21 17:33:32 +00:00
Garrett Wollman
7765d84cde
First stage in giving zic/zdump its own version of private.h so that they
...
are decoupled somewhat from libc/stdtime's version.
1999-01-21 17:33:32 +00:00
Garrett Wollman
7e3ce9032d
Remove two files replaced with HTML by vendor.
1999-01-21 17:32:37 +00:00
Garrett Wollman
ace01ac29e
Updated timezone compiler from Arthur Olson.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz
1999-01-21 17:31:43 +00:00
Garrett Wollman
948760979c
This commit was generated by cvs2svn to compensate for changes in r42991,
...
which included commits to RCS files with non-trunk default branches.
1999-01-21 17:31:43 +00:00
Peter Wemm
17cdafdef8
Oops, I accidently had devfs enabled in the vn module..
1999-01-21 17:23:30 +00:00
Garrett Wollman
6efae010ca
Merge from vendor branch: timezone file structure changes and doco.
...
Fix localtime.c to deal with new magic number field.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz
1999-01-21 17:22:59 +00:00
Peter Wemm
7ed6908ffd
Add vn module to build list.
1999-01-21 17:19:56 +00:00
Peter Wemm
ff598d17ce
Build a vn module. I've lost count of the number of times I could have
...
used vn but didn't have it compiled in.
1999-01-21 17:18:34 +00:00
Garrett Wollman
7807f372ee
Update timezone file description to match new zic (coming soon).
...
Update man page to reflect reality.
1999-01-21 17:18:06 +00:00
Peter Wemm
b453f58fcc
Convert vn.c into a module (loadable and static).
1999-01-21 17:17:02 +00:00
Peter Wemm
334fab0d48
Typo: s/mdev/bdev/, added in rev 1.47 (must fix in RELENG_3 too)
1999-01-21 16:15:53 +00:00
Brandon Gillespie
5287069da8
Removed from the secure/lib/libcrypt area, because of the rewrite to how
...
the Makefile handles des support by just including the single .c file.
Reviewed by: Mark Murray
1999-01-21 13:51:49 +00:00
Brandon Gillespie
6bf154696d
Moved from the old secure/lib/libcrypt area, because of the rewrite to how
...
the Makefile handles des support by just including the single .c file.
Reviewed by: Mark Murray
1999-01-21 13:51:04 +00:00
Brandon Gillespie
da5c7089a3
Rewrite of crypt library to be more modular, and addition of the
...
Secure Hashing Algorithm - 1 (SHA-1), along with the further
refinement of what $x$salt$hash means. With this new crypt the
following are all acceptable:
$1$
$MD5$
$SHA1$
Note: $2$ is used by OpenBSD's Blowfish, which I considered adding
as $BF$, but there is no actual need for it with SHA-1. However,
somebody wishing to add OpenBSD password support could easilly add
it in now.
There is also a malloc_crypt() available in the library now, which
behaves exactly the same as crypt(), but it uses a malloced buffer
instead of a static buffer. However, this is not standard so will
likely not be used much (at all).
Also, for those interested I did a brief speed test Pentium 166/MMX,
which shows the DES crypt to do approximately 2640 crypts a CPU second,
MD5 to do about 62 crypts a CPU second and SHA1 to do about 18 crypts
a CPU second.
Reviewed by: Mark Murray
1999-01-21 13:50:09 +00:00
Peter Wemm
a102abb259
Typo: s/bpreassignbuf/pbreassignbuf/ so the prototype matches it's function
1999-01-21 13:41:12 +00:00