Ruslan Ermilov
ff4cd97f60
Update for version 4.6 import.
2003-06-18 13:30:44 +00:00
Yaroslav Tykhiy
b19ab1ce69
- Use the initial terminal mode instead of the current mode
...
as the source of defaults for terminal device parameters.
- Do duplucate code reduction and simplification enabled by
the above.
Reviewed by: green
MFC after: 1 month
2003-06-18 13:22:44 +00:00
Ruslan Ermilov
dff7225a08
Update for texinfo 4.6.
2003-06-18 13:02:27 +00:00
Ruslan Ermilov
7acf5f7d48
Merge texinfo 4.6 changes onto the trunk.
2003-06-18 13:02:02 +00:00
Ruslan Ermilov
24cb3cb6cc
Use stock (FSF) version of this file.
2003-06-18 13:01:38 +00:00
Ruslan Ermilov
615de0446a
This commit was generated by cvs2svn to compensate for changes in r116528,
...
which included commits to RCS files with non-trunk default branches.
2003-06-18 13:01:08 +00:00
Ruslan Ermilov
f82e2b21e8
This commit was generated by cvs2svn to compensate for changes in r116525,
...
which included commits to RCS files with non-trunk default branches.
2003-06-18 12:57:43 +00:00
Ruslan Ermilov
c332585b53
Import of stripped down GNU texinfo 4.6
2003-06-18 12:57:43 +00:00
Joerg Wunsch
0eecaa8d98
Preserve an involunteerily joke SunCheckup has been providing.
...
(NB: the space before the colon in the second line is authentic, please
don't remove.)
2003-06-18 12:46:20 +00:00
Hartmut Brandt
92fe9ad65b
Now that most of this file is new, stylify the rest and correct the
...
style bugs (space/tab) introduced by me.
2003-06-18 10:53:49 +00:00
Poul-Henning Kamp
44be139bbb
Sleep on "-" in our normal state to simplify debugging.
2003-06-18 10:33:09 +00:00
Dag-Erling Smørgrav
a2e903ace6
This commit was generated by cvs2svn to compensate for changes in r116520,
...
which included commits to RCS files with non-trunk default branches.
2003-06-18 09:44:09 +00:00
Dag-Erling Smørgrav
901243b303
Avoid side effects in macro arguments (perforce change #33323 )
...
Submitted by: Dmitry V. Levin <ldv@altlinux.org>
2003-06-18 09:44:09 +00:00
Hartmut Brandt
1329537b7a
Style: __FBSDID().
2003-06-18 09:31:37 +00:00
Poul-Henning Kamp
22db1e9ff5
Add "GEOM_FOX", a class which detects and selects between multiple
...
redundant paths to the same device.
This class reacts to a label in the first sector of the device,
which is created the following way:
# "0123456789abcdef012345..."
# "<----magic-----><-id-...>
echo "GEOM::FOX someid" | dd of=/dev/da0 conv=sync
NB: Since the fact that multiple disk devices are in fact the same
device is not known to GEOM, the geom taste/spoil process cannot
fully catch all corner cases and this module can therefore be
confused if you do the right wrong things.
NB: The disk level drivers need to do the right thing for this to
be useful, and that is not by definition currently the case.
2003-06-18 09:29:28 +00:00
Michael Reifenberger
bdf5603500
Add (optional, default off) support to kerberos5 for supporting openldap.
...
Tests with openldap20 where successful whereas openldap21 didn't like
the way hdb-ldap accessed openldap (doesn't like non-bind access).
To activate the support put a USE_OPENLDAP=yes in your make.conf.
The OPENLDAPBASE is also optional and points to /usr/local as default.
Approved by: markm
MFC after: 2 weeks
2003-06-18 09:11:34 +00:00
Poul-Henning Kamp
777ca648ab
Add missing */
2003-06-18 06:49:28 +00:00
David Xu
eb90369fa6
Don't lock scheduler lock twice.
2003-06-18 06:08:03 +00:00
Matthew N. Dodd
7227105f74
Include libmap.h for prototypes.
2003-06-18 05:31:08 +00:00
Alan Cox
31953be936
Lock the vm object when freeing a vm page.
2003-06-18 04:27:18 +00:00
Matthew N. Dodd
da9f245470
- Add support for DT_FLAGS.
...
- Define various things from the most recent ELF spec.
2003-06-18 03:34:29 +00:00
Alan Cox
40ebf3e43a
Fix a performance bug in all of the various implementations of
...
uma_small_alloc(): They always zeroed the page regardless of what the
caller requested.
2003-06-18 02:57:38 +00:00
Jake Burkholder
95343ec2e8
Handle recursion on the vm_page_queue_mtx manually in pmap_qenter and
...
pmap_qremove, in order to avoid making the mutex recursable.
Discussed with: alc
2003-06-17 23:22:35 +00:00
Christian Brueffer
121095fdfc
Remove another reference to ffsinfo.8
2003-06-17 22:47:11 +00:00
Doug Barton
da14abebe4
More correctly spell "-static" as "NOSHARED?=YES"
2003-06-17 20:07:49 +00:00
Bruce A. Mah
ba972000fb
Whitespace around last commit. Translators kindly ignore.
2003-06-17 20:06:13 +00:00
Bruce A. Mah
f8de220dca
Bring the matcd(4) driver back to the hardware notes.
2003-06-17 20:05:15 +00:00
Bruce A. Mah
a04fd905b2
New release notes: matcd(4), BIND 8.3.6, lukemftp 20030615.
...
Modified release notes: Mention the old OpenPAM version when noting
the update.
2003-06-17 20:01:49 +00:00
Philippe Charnier
d4d2557dc5
Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().
...
Use err().
2003-06-17 19:58:33 +00:00
Hiten Pandya
32c4d090ab
Add MLINK for busdma(9) to bus_dma(9).
...
This resolves confusion for at least 10 people.
Suggested by: Bruce M. Simpson <bms@spc.org>
Approved by: des (mentor)
2003-06-17 19:50:59 +00:00
Jeff Roberson
d07ac847ef
- Use a more robust mechanism for determining whether or not a kse is on a
...
kseq.
2003-06-17 19:49:18 +00:00
Christian Brueffer
6ff8ac45ad
Remove references to ffsinfo(8) for now. It was disconnected from
...
the build almost a year ago.
2003-06-17 19:21:43 +00:00
Scott Long
04d2f20f6b
Drop the proc lock around SYSCTL_OUT in the no-threads case.
...
Submitted by: truckman
2003-06-17 19:14:00 +00:00
Hartmut Brandt
1ebb6f8748
Reference the hatm(4) driver man page.
2003-06-17 16:15:47 +00:00
Hartmut Brandt
104d36fc36
The man page for the Fore/Marconi HE155/622 driver.
2003-06-17 16:14:31 +00:00
Hartmut Brandt
c594298bee
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
...
busdma and has extensively been tested on i386 and sparc64.
2003-06-17 16:12:50 +00:00
Paul Saab
fe5c322931
Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.
...
Shamed into fixing by: John Cagle <john.cagle@hp.com>
2003-06-17 15:02:28 +00:00
Tim J. Robbins
2a4ad25895
Send the close request to the SMB server in smbfs_inactive(), instead of
...
smbfs_close(). This fixes paging to and from mmap()'d regions of smbfs
files after the descriptor has been closed, and makes thttpd, GNU ld,
and perhaps more things work that depend on being able to do this.
PR: 48291
2003-06-17 12:58:02 +00:00
Warner Losh
04fd143fa8
Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer or
...
product ID, so we have to use the CIS strings to ID it.
dmesg by: Christian Laursen
2003-06-17 12:33:53 +00:00
Warner Losh
6da5aafdda
Sync to 1.53
2003-06-17 12:29:49 +00:00
Yaroslav Tykhiy
ec754f0964
Improve the manpage language a bit.
...
A PPP login program is started _automatically_ (i.e., without
human intervention) even with the "pl" capability unset, as soon
as a PPP frame is detected. But with "pl" set, a PPP login program
is started independently of the result of PPP detection (which is
rendered unnecessary then,) i.e. _unconditionally_.
2003-06-17 12:29:36 +00:00
Warner Losh
bd65adef88
Add FREECOM PCCARD-IDE
2003-06-17 12:29:20 +00:00
Hartmut Brandt
19050bee21
Add definitions for the ioctls that are used by netgraph and harp to open
...
and close VCCs.
2003-06-17 11:51:30 +00:00
Jeff Roberson
7cd0f83355
- Temporarily patch a problem where the interact score could be negative
...
because the run time exceeds the largest value a signed int can hold.
The real solution involves calculating how far we are over the limit.
To quickly solve this problem we loop removing 1/5th of the current value
until it falls below the limit. The common case requires no passes.
2003-06-17 10:21:34 +00:00
Maxim Sobolev
b49349cfce
Xref police: chmod(8) -> chmod(1).
2003-06-17 09:53:03 +00:00
Maxim Sobolev
a5a1c411b0
Xref police: ntp.conf(8) -> ntp.conf(5).
2003-06-17 09:51:17 +00:00
Maxim Sobolev
e2ff474cac
Xref policy: exit(2) -> _exit(2).
2003-06-17 09:36:47 +00:00
Doug Barton
e44548554b
Give an example of the more efficient conflict resolution command
...
suggested by the version of the commit message that's mailed out
as opposed to the more error prone version that will be suggested
when doing the actual import.
2003-06-17 09:20:16 +00:00
Poul-Henning Kamp
1ff15c57ef
String the timecounter paper into the build.
2003-06-17 09:14:34 +00:00
Poul-Henning Kamp
e76c239428
Compile sunlabel on all archs.
2003-06-17 09:12:42 +00:00