tmm
f417e2c3b6
- Add manpages for the gem and hme ethernet drivers. These were obtained
...
from NetBSD, and changed slightly to account for FreeBSD specifics.
- Hook them up to the build.
- Add them to the list of miibus-using drivers in miibus(4).
2003-06-10 18:53:15 +00:00
jmallett
25cc522581
Various cleanups of careless mistakes/omissions.
...
PR: 53149
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-06-10 18:36:16 +00:00
yar
957fe1b56f
Read gettytab(5) soon enough to fill in all necessary values.
...
Re-read gettytab(5) only if needed.
This fixes bugs introduced as long ago as in getty/main.c rev.1.15.
PR: bin/18181
MFC after: 1 month
2003-06-10 18:30:41 +00:00
jmallett
e5d76875b9
Left out the critical part of my "public domain" template, a notice saying
...
that this file is (these files are) in the public domain.
PR: 53149
2003-06-10 18:24:40 +00:00
obrien
85bd755f79
Use __FBSDID().
2003-06-10 18:14:05 +00:00
obrien
37ee58d305
Use __FBSDID().
2003-06-10 17:50:20 +00:00
obrien
25e30e56b8
Use __FBSDID().
2003-06-10 17:31:31 +00:00
obrien
e5cb815b52
Use __FBSDID().
2003-06-10 17:10:18 +00:00
obrien
8a214d6cd9
Use __FBSDID().
2003-06-10 17:02:51 +00:00
obrien
5f6e9c487e
Use __FBSDID().
2003-06-10 16:50:43 +00:00
markm
d152e35c14
Revert part of the last commit. This fixes tail for pipes.
...
Submitted by: joerg
2003-06-10 16:49:14 +00:00
yar
e46b9f99ca
Spot one more place where boolean variables were incremented
...
instead of just being assigned a truth value.
2003-06-10 16:34:03 +00:00
yar
151ea28b4a
Coding style fix: Use "foo = 1" instead of "foo++" to assign
...
the truth value to a boolean variable, especially when inside
a loop. The variable can overflow otherwise, at least in theory.
2003-06-10 15:38:35 +00:00
yar
1e04cff15e
Break sentences.
...
MFC after: 1 week
2003-06-10 15:03:35 +00:00
yar
e02d96106b
General mdoc(7) markup fixes:
...
- Use .Va, not .Em, to mark up variable-like identifiers
(capability and database entry names.)
- Stop abusing .Tn (trademark) to emphasize general phrases.
- Spot unmarked capability references.
- Add a missing line break.
Discussed with: ru
MFC after: 1 week
2003-06-10 14:46:43 +00:00
yar
e23db6df64
Improve the language and markup of the description of the pp and pl
...
capabilities:
- Mark up capability identifiers.
- Don't squeeze much text into the capability table given the options
will be described below in detail.
- Keep the capability table sorted.
- Use a consistent term for a PPP login program.
MFC after: 1 week
2003-06-10 14:20:38 +00:00
simokawa
7b62f180d5
Fix typo in the previous revision.
2003-06-10 12:08:58 +00:00
markm
59216c5be9
Clarify the telnet requirements slightly, and state an area-of-interest
...
in the crypto source. This is not a lock.
2003-06-10 12:02:46 +00:00
sheldonh
f33eceddeb
Add cross-references to pci(4) and pciconf(8).
2003-06-10 09:20:04 +00:00
ache
e88fc6c3e3
Add entry for removing deprecated locale names
...
Approved by: imp
2003-06-10 08:26:38 +00:00
ru
df0f2667b6
Tidy up the manpage.
...
Reviewed by: grog
2003-06-10 05:29:14 +00:00
obrien
592c484d7c
Use __FBSDID().
2003-06-10 05:05:54 +00:00
obrien
a4cd3eb263
Remove NOSHLIBS, users can get by with NOPIC.
...
Desired by: ru
2003-06-10 04:47:49 +00:00
gibbs
be413c7591
Sync perforce IDs.
2003-06-10 03:25:24 +00:00
simokawa
068cc62123
Decode bus_info block.
2003-06-10 02:32:22 +00:00
simokawa
d07e95246d
Fix struct bus_info on big-endian machines.
2003-06-10 02:29:10 +00:00
simokawa
fae8fb052d
Add tx_speed sysctl variable.
2003-06-10 02:27:39 +00:00
davidxu
c30bd0e029
If there are signals delivered to current thread, breaks out of loop,
...
userret() will be called again by ast() and thread_userret() will be
called again by userret().
Reported by: tegge
2003-06-10 02:21:32 +00:00
ache
a9b19bb5c6
Add (unsigned char) cast to ctype macros
2003-06-10 02:18:00 +00:00
ache
386bc52485
Use setlocale & nl_langinfo to parse locale name
2003-06-10 02:15:00 +00:00
ache
dbd5811216
Remove deprecated locale names
2003-06-10 01:54:10 +00:00
ache
4b34a4e4b4
Remove transition period hack
2003-06-10 01:26:04 +00:00
ache
7cae476f79
Old-promised removing of deprecated locale names
2003-06-10 01:22:30 +00:00
rushani
5553b15fd5
Merge the following from the English version:
...
1.38 -> 1.41 errata/article.sgml
2003-06-09 22:54:00 +00:00
phk
07cd5a08f3
Revert last commit, I have no idea what happened.
2003-06-09 22:51:36 +00:00
bmah
040d032dba
Grrr. We're going to maintain the present errata file until
...
5.2-RELEASE. Use SGML entity as we should for this version instead of
a hard-coded "5.1-RELEASE".
Pointed out by: se, ceri
2003-06-09 22:33:19 +00:00
se
8ea402b919
Remove embededded ID string which was meant to provide information
...
about the driver version in case of an error report. It conflicts with
some other variable of the same name that has been added to the kernel
just recently and there haven't been any bug reports for quite some
time now, anyway ...
2003-06-09 22:16:00 +00:00
mux
57a3d130f6
style(9).
2003-06-09 21:57:48 +00:00
phk
a93c01968a
Be consistent about module names.
2003-06-09 21:50:41 +00:00
phk
4becbd598a
Add new geom_ccd module
2003-06-09 21:49:54 +00:00
phk
940016a112
remove old CCD module
2003-06-09 21:48:12 +00:00
jhb
dc1245470e
Wait for the real interval timer callout handler to finish executing if it
...
is currently executing when we try to remove it in exit1(). Without this,
it was possible for the callout to bogusly rearm itself and eventually
refire after the process had been free'd resulting in a panic.
PR: kern/51964
Reported by: Jilles Tjoelker <jilles@stack.nl>
Reviewed by: tegge, bde
2003-06-09 21:46:22 +00:00
jhb
734fc8d52e
The issetugid() function is MPSAFE.
2003-06-09 21:34:19 +00:00
scottl
f99b05da88
Track the resource id of the memory port instead of just assuming that
...
it is 0x0. Cardbus-based sio/modem cards can now be ejected without
panic'ing.
2003-06-09 21:25:14 +00:00
markm
7c32cdbb93
Bit of modernising. Remove old KerberosIV entries, add example
...
sshd entries, sort internal services the same as everywhere
else.
2003-06-09 21:04:30 +00:00
rushani
7f6beb5e90
Merge the following from the English version:
...
1.156 -> 1.157 hardware/common/dev.sgml
2003-06-09 20:12:42 +00:00
phk
5411462454
A white-space nit I noticed.
2003-06-09 19:40:34 +00:00
rushani
a8495cc7d7
Fix some punctuation marks.
2003-06-09 19:39:12 +00:00
charnier
2d8c3025e5
Introduce options definition the standard way. command -> utility.
2003-06-09 19:37:45 +00:00
alc
99e4660fa8
Update the vm object and page locking in exec_map_first_page(). Mark the
...
one still anticipated change with XXX. Otherwise, this function is done.
2003-06-09 19:37:14 +00:00