Cameron Grant
7ec3c4620e
make attempts to set unsupported speeds or formats non-sticky. this should
...
fix problems with apps that probe for a variety of settings.
Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
2001-02-13 21:57:34 +00:00
Jimmy Olgeni
cdcb6bc676
Typo police:
...
Swap for <-> the.
compatability -> compatibility.
2001-02-13 21:15:48 +00:00
Cameron Grant
9725922ed9
add power management support.
...
Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
2001-02-13 21:00:22 +00:00
Bruce A. Mah
9d04d105d8
New release notes: ipfw(8) support for dynamic IP addresses, isp(4)
...
updated, OpenSSH vunerability in SA-01:24 fixed, local support
improved, compat4x distribution, compat3x distribution update.
2001-02-13 19:27:39 +00:00
Assar Westerlund
c9e3f8cfb9
update to new heimdal libkrb5
2001-02-13 16:58:04 +00:00
Assar Westerlund
2655cbec4e
update build infrastructure for heimdal 0.3e
2001-02-13 16:57:04 +00:00
Ruslan Ermilov
df4caab40f
Do not allow non-absolute pathnames in the manpath.
2001-02-13 16:55:42 +00:00
Assar Westerlund
47085b17ae
fix conflicts in heimdal 0.3e import
2001-02-13 16:52:56 +00:00
Assar Westerlund
c25d7ab741
This commit was generated by cvs2svn to compensate for changes in r72445,
...
which included commits to RCS files with non-trunk default branches.
2001-02-13 16:46:19 +00:00
Assar Westerlund
5e9cd1ae3e
import of heimdal 0.3e
2001-02-13 16:46:19 +00:00
Ruslan Ermilov
88c033be20
Make it possible for any given locale to use different
...
groff(1) devices for localized and non-localized pages.
Currently, for *.ISO_8859-1 locales the device in both
cases is "latin1", and for KOI8-R locale it is "koi8-r"
for localized and "ascii" for non-localized pages.
Discussed with: des
2001-02-13 16:15:04 +00:00
Alexey Zelkin
39d2c772eb
catch up to __part_load_locale() interface change
2001-02-13 15:32:21 +00:00
Alexey Zelkin
fc38c1e548
add additional function parameter: bufsize_min. it's possible
...
to check two sizes per one function invocation now.
Suggested by: ache
2001-02-13 15:29:39 +00:00
KATO Takenori
107a536955
Merged from sys/conf/files.i386 revisoin 1.353.
2001-02-13 14:17:21 +00:00
Poul-Henning Kamp
bb07ec8c84
Introduce a new feature in IPFW: Check of the source or destination
...
address is configured on a interface. This is useful for routers with
dynamic interfaces. It is now possible to say:
0100 allow tcp from any to any established
0200 skipto 1000 tcp from any to any
0300 allow ip from any to any
1000 allow tcp from 1.2.3.4 to me 22
1010 deny tcp from any to me 22
1020 allow tcp from any to any
and not have to worry about the behaviour if dynamic interfaces configure
new IP numbers later on.
The check is semi expensive (traverses the interface address list)
so it should be protected as in the above example if high performance
is a requirement.
2001-02-13 14:12:37 +00:00
Brian Somers
6d110b1be0
Don't even look at af_family if accept() returns sa->sa_len == 0
2001-02-13 12:33:34 +00:00
Maxim Sobolev
c4fefc4887
Add a hook for loading of a Unicode -> char conversion routine as a kld at a
...
run-time. This is temporary solution until proper kernel Unicode interfaces
are in place and as such was purposely designed to be as tiny as possible
(3 lines of the code not counting comments). The port with conversion routines
for the most popular single-byte languages will be added later today
Reviewed by: bp, "Michael C . Wu" <keichii@iteration.net>
Approved by: bp
2001-02-13 11:48:31 +00:00
KATO Takenori
9e2930bdb1
Merged from sys/i386/isa/clock.c revision 1.169.
2001-02-13 10:35:15 +00:00
KATO Takenori
70acfed27c
Merged from sys/i386/isa/npx.c revision 1.90.
2001-02-13 10:04:32 +00:00
Ruslan Ermilov
47dec78170
mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
2001-02-13 09:56:35 +00:00
KATO Takenori
b54b3917b1
Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).
2001-02-13 09:55:20 +00:00
David E. O'Brien
eb0dde377b
In light of the dismal transfer times from ftp.FreeBSD.org, add a new
...
`PACKAGEROOT' env var which you would set to a proper mirror of
ftp.FreeBSD.org (say "export PACKAGEROOT=ftp://ftp3.FreeBSD.org"), to
fetch from an alternate place. This is easier to use than `PACKAGESITE'
for true mirrors, and can be used in your dot files across all versions
of FreeBSD.
2001-02-13 09:49:14 +00:00
Ruslan Ermilov
60f958afb7
mdoc(7) police: ... and uncompact the list.
2001-02-13 09:26:45 +00:00
Ruslan Ermilov
b65c9756d9
mdoc(7) police: replace ``.It No'' with .Pp.
2001-02-13 09:22:15 +00:00
Jordan K. Hubbard
6333b4a204
Cosmetic fix: Document targets at the top in a uniform way.
2001-02-13 07:47:41 +00:00
Peter Wemm
b36bb32876
When setproctitle() moved from libutil to libc, we forgot to back the
...
change out that made libperl.so dynamically depend on libutil.so to pick
up setproctitle() in its old location. This breaks changes involving
incomptabable libc's because ld looks for the dynamic dependency
(which it has no business doing anyway) in the wrong place - /usr/lib!
2001-02-13 05:19:56 +00:00
Warner Losh
024daae6a9
Sigh. Add note about the FILE FIASCO.
...
Also notes about FFS_ROOT and CD9660_ROOT and DEVFS cautions.
It is not a good time to live in -current.
2001-02-12 21:16:37 +00:00
Jimmy Olgeni
6c629110f9
Made some checks with ispell.
2001-02-12 18:04:20 +00:00
Robert Watson
d941d4752c
o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing by
...
one the number of variables needed for top and other setgid kmem
utilities that could only be accessed via /dev/kmem previously.
Submitted by: Thomas Moestl <tmoestl@gmx.net>
Reviewed by: freebsd-audit
2001-02-12 17:59:01 +00:00
Nik Clayton
8684bec007
Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others.
...
Add .Xr to fsck.
Prompted by: JM Jr's script that shows binaries with no whatis info
Reviewed by: adrian
2001-02-12 17:50:14 +00:00
Jimmy Olgeni
0b0068ada8
Remove spaces at end of lines (whitespace only)
2001-02-12 17:34:32 +00:00
Poul-Henning Kamp
cf92d2f010
Since we're in "everybody is hosed anyway" add an layout identifier
...
to struct kinfo_proc.
All userland/kernel shared structs should contain *both* a size and
a layout field.
I will add the code to use the field later.
2001-02-12 17:19:00 +00:00
Ruslan Ermilov
95cf33c567
mdoc(7) cleanup.
2001-02-12 15:16:24 +00:00
Søren Schmidt
df17ff7fa5
Oops, its no longer NISA its DEV_ISA, sigh....
2001-02-12 14:29:13 +00:00
Ruslan Ermilov
51b37a2355
mdoc(7) cleanup.
2001-02-12 10:56:50 +00:00
Søren Schmidt
7dd6c38875
Dont rely on isa includes to get at the std port adresses.
2001-02-12 10:18:59 +00:00
Ruslan Ermilov
6bf131c665
Sort PROT_* and MAP_* lists, logically and alphabetically respectively.
...
Suggested by: bde
General mdoc(7) cleanup.
2001-02-12 10:14:15 +00:00
Alexey Zelkin
b161fb0061
Make comparsions more clear (per style(9))
2001-02-12 08:56:39 +00:00
Alexey Zelkin
ba4a5c925a
Assume that "" passed as parameter also means "no grouping"
...
Make comparsions more clear (per style(9))
2001-02-12 08:55:12 +00:00
Alexey Zelkin
4e86238071
Rewrite __time_load_locale() using ldpart.c::__part_load_locale()
...
Reviewed by: ache
2001-02-12 08:53:33 +00:00
Alexey Zelkin
331cc8974c
Use .Rv macro instead of hardcoded message
2001-02-12 08:42:56 +00:00
Søren Schmidt
c856ce5777
Print out sensekey specifik values if set on error
2001-02-12 08:34:07 +00:00
Søren Schmidt
b6268bb5e2
Properly report the VIA '586 type.
2001-02-12 08:33:28 +00:00
Ruslan Ermilov
1a0c34f25e
"Cross references in the SEE ALSO section should be sorted by section
...
number, and then placed in alphabetical order and comma separated.",
mdoc.samples(7) said.
2001-02-12 08:30:22 +00:00
Ruslan Ermilov
9a801ec807
mmap(3) -> mmap(2).
2001-02-12 08:27:06 +00:00
Toshihiko ARAI
3fd6657490
Added the KME SCSI-CARD-001 of a SCSI card (accessory of
...
Hewlett Packard M820e CD-writer).
Pointed out by: mitchy@er.ams.eng.osaka-u.ac.jp
Submitted by: Stacy Millions <stacy@millions.ca>
2001-02-12 07:32:04 +00:00
Kris Kennaway
a09221f83c
Patches backported from later development version of OpenSSH which prevent
...
(instead of just mitigating through connection limits) the Bleichenbacher
attack which can lead to guessing of the server key (not host key) by
regenerating it when an RSA failure is detected.
Reviewed by: rwatson
2001-02-12 06:44:51 +00:00
David E. O'Brien
f1a87e83ee
Fix make depend' =>
make kernel-depend'. Using the dependancy file
...
when rebuilding it is just Wrong.
2001-02-12 05:55:33 +00:00
Gregory Neil Shapiro
712401bee7
Give some additional DNS black hole possibilities as comments.
...
Submitted by: clive
2001-02-12 05:26:11 +00:00
Peter Wemm
56f98998e9
It sounded like a good idea at the time. The previous change breaks
...
FILE *buffer = stdout;
so back it out for now.
2001-02-12 03:31:23 +00:00