Mike Pritchard
d905b0b639
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:49:46 +00:00
Bill Fumerola
5cd7bd7381
Grammar nit ("has not got a very good recovery" -> "does not recover well")
2000-03-24 01:41:58 +00:00
Mike Pritchard
3d647f8bbb
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:37:42 +00:00
Mike Pritchard
67839fc400
Fix some spelling errors.
2000-03-24 01:27:35 +00:00
Mike Pritchard
d105b18b22
Spelling fix.
2000-03-24 01:22:53 +00:00
Mike Pritchard
e367572bf3
mdoc style fixes.
2000-03-24 01:15:04 +00:00
Mike Pritchard
776dba5ae2
Fix a minor grammar problem.
2000-03-24 01:02:33 +00:00
Mike Pritchard
292bf7190f
Fix some spelling errors.
2000-03-24 00:58:49 +00:00
Mike Pritchard
9096f97fa1
Fix a spelling error.
2000-03-24 00:47:49 +00:00
Matthew Dillon
f1924a54f8
Fix in-kernel infinite loop in pipe_write() when the reader goes away
...
at just the wrong time.
2000-03-24 00:47:37 +00:00
Mike Pritchard
b541ae06bd
Change the usage of the .Nm macro in the NAME section to be
...
consistent with the rest of the system.
2000-03-24 00:30:30 +00:00
Bruce Evans
4a8d210268
Remove unused file.
2000-03-23 19:22:14 +00:00
Bruce Evans
83f7669eff
Fixed most disordering (almost all except for i4b and targets with
...
complicated rules).
2000-03-23 19:08:49 +00:00
Bruce Evans
822dcb81d0
Fixed most disordering (all except for targets with complicated rules).
2000-03-23 19:03:26 +00:00
Matthew Dillon
84365e2bcb
Fix parens in m_pullup() line in arp handling code. The code was
...
improperly doing the equivalent of (m = (function() == NULL)) instead
of ((m = function()) == NULL).
This fixes a NULL pointer dereference panic with runt arp packets.
2000-03-23 18:58:59 +00:00
Bruce Evans
ca04fd5f6f
Fixed my breakage of SPLASSERT() in rev.1.15. There was a stray semicolon
...
after "if ()".
2000-03-23 18:46:44 +00:00
Mike Smith
9992d96f25
Fix detection of the card-ready-for-command state. Use an ultimate
...
timeout closer to the 1-second value that AMI use in their Linux
driver, and mark the mailbox structures as volatile so that gcc
doesn't over-optimise access to them.
This should fix the "controller wedged" bug.
Submitted by: Brian Dean <brdean@unx.sas.com>
2000-03-23 18:33:19 +00:00
Hajimu UMEMOTO
9ed4e87cad
Return IPv4 native address for IPv4 mapped IPv6 address, even if
...
A RR is not found.
Reviewed by: shin
2000-03-23 17:25:00 +00:00
Ruslan Ermilov
604f4516ef
Correct instructions/examples about manual pages.
2000-03-23 16:48:04 +00:00
Ruslan Ermilov
500d826509
Check for MAN9 for consistency.
2000-03-23 16:46:20 +00:00
Ruslan Ermilov
0d01211b3a
Remove redundant SRCS.
2000-03-23 16:41:45 +00:00
Ruslan Ermilov
a1bcd53e5d
A bit of cleanup.
2000-03-23 16:40:42 +00:00
Bruce Evans
84ee83efc7
Fixed missing #include of <sys/types.h> in synopsis.
...
Fixed spelling error in prototype for inet_option_space().
Fixed syntax error in prototype for inet6_option_alloc().
2000-03-23 16:29:05 +00:00
Jeroen Ruigrok van der Werven
000033d073
Document options HZ, place it in its own section `CLOCK OPTIONS' and
...
add the undocumented CLK_* options to that section as well.
Submitted by: Mike Tancsa <mike@sentex.ca> (partially)
2000-03-23 16:22:50 +00:00
Bruce Evans
1025a2007f
Fixed missing #include of <sys/types.h> in synopsis.
2000-03-23 16:20:20 +00:00
Bruce Evans
0784615675
Fixed clean rule for font.h.
2000-03-23 15:42:24 +00:00
Bruce Evans
e92393ba2b
Fixed wrong arg type in synopsis.
2000-03-23 15:28:30 +00:00
Mark Murray
00ffb9a030
Properly separate the K5-only buld from K4.
...
Submitted by: sheldonh
2000-03-23 14:56:47 +00:00
Bruce Evans
25435b71b6
Fixed bitrot in synopsis (the third arg of vsunlock went away).
2000-03-23 14:33:14 +00:00
Sheldon Hearn
31eed39f9e
Clear the Os macro and provide an HISTORY section instead.
2000-03-23 12:05:10 +00:00
Sheldon Hearn
51bef57540
Correct grammar.
...
Rename and (where appropriate) re-order sections:
NOTES -> IMPLEMENTATION NOTES
AUTHOR -> AUTHORS
Put something useful in the BUGS section.
Only the first gammar fix in the file comes was given in the
attributed PR.
PR: 17545
Submitted by: Yoshihiro Ota <hiro@mail.advok.com>
2000-03-23 11:59:30 +00:00
David E. O'Brien
4c3ecb0f88
Switch to the new time counter code to follow the i386.
...
Assisted by: phk
2000-03-23 10:22:52 +00:00
David E. O'Brien
ac419355a1
Clean up the FreeBSD configuration files -- includes removing the usage
...
of svr4.h on the i386, and moving all the shared arch neutral bits into
the FreeBSD general config header.
2000-03-23 10:18:26 +00:00
KATO Takenori
6eeafd696c
Merged from sys/i386/isa/clock.c and sys/isa/sio.c revisions 1.150 and
...
1.292, respectively.
2000-03-23 08:55:45 +00:00
KATO Takenori
bef3dd268d
Removed B_READ and B_WRITE.
2000-03-23 08:53:15 +00:00
KATO Takenori
aad7652706
Disable fdctl_wr_foo. This feature is not supported by PC98.
2000-03-23 08:50:56 +00:00
KATO Takenori
25d654e785
Merged from sys/conf/files.i386 revision 1.310 (re-activate K6-2
...
MTRR driver).
2000-03-23 08:13:32 +00:00
Warner Losh
f8ab1dd6f0
Add entry about the isa/pci shim issue.
2000-03-23 05:57:10 +00:00
Jun Kuriyama
7b85752bdd
Move "Melco Airconnect" entry to correct place.
2000-03-23 05:06:25 +00:00
David E. O'Brien
bf7adae1e3
This is FreeBSD version 5.0.
2000-03-23 01:20:46 +00:00
Ruslan Ermilov
4049dbb5fc
"can received" -> "can receive".
2000-03-22 16:07:32 +00:00
Ruslan Ermilov
a7c8373196
Refer to the correct include file for the IPTOS_XXX constants.
2000-03-22 16:02:49 +00:00
Nick Hibma
7cbbc9fc2b
Remove the trailing zeroes on the entries for the kernel config.
...
Submitted by: Anders Andersson <anders@sanyusan.se>
2000-03-22 10:18:43 +00:00
Sheldon Hearn
962a3f4e81
IgnoreUserKnownHosts is a boolean flag, not an integer value.
...
The fix submitted in the attributed PR is identical to the one
adopted by OpenBSD.
PR: 17027
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Obtained from: OpenBSD
2000-03-22 09:36:35 +00:00
Poul-Henning Kamp
912e4ae9f7
Fix one place which knew that B_WRITE was zero.
...
Fix a stylistic mistake of mine while here.
Found by: Stephen Hocking <shocking@prth.pgs.com>
2000-03-22 08:40:13 +00:00
Yoshihiro Takahashi
9d97e36cc4
Added the joy driver (commented out).
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-22 03:19:37 +00:00
Brian Somers
5a83ad1eb1
Correct the parent notification diagnostic emitted from the child
...
process in -background mode (it should report failure if appropriate).
2000-03-22 03:02:01 +00:00
Brian Somers
5a8b6a98df
If a links LCP FSM has reached TLF and it's the last link,
...
don't bother to re-initialise the NCPs. Instead wait for
bundle_LinkClosed() to be called - IFF it actually is called.
By initialising the NCPs at this point, ppp was recursing
back into the fsm_Down() routing for the link, and losing
track of the reason that the link was being brought down.
The end result was that ``set reconnect'' would never do
anything.
Patiently pointed out by: ru
2000-03-22 03:02:00 +00:00
Brian Somers
4b567bf209
Don't bother setting the dial timer if we've closed a
...
background/foreground/direct and zero'd the redial/reconnect
counts.
2000-03-22 03:01:56 +00:00
Brian Somers
3ce91245fc
Do some vfork() trickery so that the parent can determine
...
if the childs exec() has succeeded or failed by taking advantage
of the fact that both processes share the same memory.
FWIW:
I tried to implement this by doing a pipe(), setting the
write desciptors close-on-exec flag in the child and writing
errno to the descriptor if the exec() fails. The parent can
then ``if (read()) got errno else exec worked''.
This didn't work though - the child could write() to fd[1] on
exec failure, but the parent got 0 trying to read() from fd[0] !
Is this a bug in execve() ?
2000-03-22 03:01:53 +00:00