wiz
85172e5f7e
Bump date for previous, formatting nit.
...
Fix typo (I think).
2006-07-09 09:24:44 +00:00
wiz
e3fc3c2ffa
Remove trailing space.
2006-07-09 09:21:35 +00:00
tsutsui
fb2badbe15
- add a reference to RFC 1144
...
- put an author's name of RFC 1055
2006-07-09 02:30:50 +00:00
tsutsui
d901da2e66
Use spelling Jacobson rather than Jacobsen, as per RFC 1144.
...
(I guess it's oe umlaut so both may be okay)
2006-07-08 20:51:35 +00:00
tsutsui
835463e99a
Misc fixes for sl(4) and slattach(8) man pages:
...
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
(rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs
Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.
2006-07-08 17:22:14 +00:00
skrll
849f87f3e9
Some section 9 man page edits:
...
- Update ctxsw(9) to reflect reality a little better
- chooselwp doesn't exist in the kernel so remove the man page.
- Remove the references to chooseproc which existed briefly.
2006-07-08 17:17:30 +00:00
christos
022420c883
PR/33672: Hauke Fath: sl(4) manpage does not document link[0-2]
2006-07-08 16:36:53 +00:00
matt
49decd4131
Switch vax to GCC 4
2006-07-08 00:32:08 +00:00
wiz
7affbf72ab
Bump date for previous.
...
Remove superfluous word.
2006-07-06 06:20:52 +00:00
nisimura
000497ee3b
Fix a spell error and mention to UDP4CSUM HW bug which is common
...
among KSZ8842 and KS8695P.
2006-07-06 03:00:25 +00:00
wiz
ba0c83431c
Bump date for previous.
2006-07-05 16:45:00 +00:00
wiz
8df51986ae
End sentence with a dot.
2006-07-05 16:44:54 +00:00
tnozaki
d1116a2478
fix wrong alias, s/iso646-gb/iso646-cn/ is correct.
2006-07-05 15:31:50 +00:00
tnozaki
2a35d342e7
added fallback U+2015 -> 1-1-29.
2006-07-05 15:27:53 +00:00
martin
63ab94f2a7
Add man page for ugensa
2006-07-05 10:17:20 +00:00
wiz
f0acf8b126
Bump date for previous.
2006-07-02 01:36:24 +00:00
wiz
b74d2650ce
New sentence, new line. Various other fixes.
2006-07-02 01:34:33 +00:00
mrg
252f1af0f5
-std=gnu99 can be applied with GCC>=3, not MACHINE != vax.
2006-07-01 06:02:51 +00:00
mrg
878c667fb1
vax needs NOPIC for >= GCC3 not just == GCC3.
2006-07-01 06:02:01 +00:00
xtraeme
40a89559d7
Enable kse(4).
2006-06-30 23:12:48 +00:00
wiz
d45f9162e9
Sort sections. New sentence, new line. English improvements.
2006-06-30 21:25:59 +00:00
nisimura
4a671d8f4a
Have kse(4) man page.
2006-06-30 17:27:11 +00:00
wiz
717d3757fa
Split [] expression for better grepability.
2006-06-30 17:19:18 +00:00
xtraeme
93a63d1398
Mention IT8211.
2006-06-30 17:02:53 +00:00
chap
9631f044f6
woops, meant to change .Nx version, thanks xtraeme
2006-06-30 16:18:09 +00:00
chap
710af63468
Ankh-Morpork, we have a MIDI driver....
...
Merge from chap-midi branch, after
~month for review
Comments by thorpej@ drochner@ and Alexandre Ratchov
Incorporated: points by thorpej@ drochner@; preliminary support for
a stats-collecting ioctl suggested by martin@ from comments by A.R.
PR kern/32441 kern/32442 kern/32567 kern/32588 kern/32694 kern/33590
kern/33614 and one instance of kern/32651
ok martin@
2006-06-30 13:56:25 +00:00
mrg
72ccefa820
powerpc64 is big endian.
2006-06-30 05:46:33 +00:00
wiz
fc140c0e39
Bump date for previous, slightly improve markup.
2006-06-29 22:16:45 +00:00
dogcow
b6f3fd3b9d
note the 1GB problem with bce, and workaround.
2006-06-29 20:31:11 +00:00
christos
83fa6c2aad
Explain that the terse error message descriptions can be found in mbr.8
2006-06-29 20:24:13 +00:00
xtraeme
084b0f8cdc
Mention new suppported controllers: PDC20775 and PDC40518.
2006-06-29 05:08:22 +00:00
jdc
73d9096de7
netstat(1,) -> netstat(1),
2006-06-28 21:09:51 +00:00
peter
61307ac1a3
Add man4.hpcarm. Pointed out by Hisashi T Fujinaka.
2006-06-27 21:43:26 +00:00
rpaulo
89e2703366
Sync with FreeBSD v1.105.
2006-06-27 18:19:12 +00:00
peter
37b481fc07
Add intro(4) manual page for port hpcarm.
2006-06-27 14:55:07 +00:00
mrg
9db1a19397
don't install crypto files with MKCRYPTO=no. with these changes, a
...
MKCRYPTO=no build completes.
2006-06-26 19:50:56 +00:00
drochner
c89713e730
switch alpha to gcc4
2006-06-26 15:30:05 +00:00
lukem
9dde4120d5
Don't invoke LD with LDFLAGS, since the latter is for CC.
...
If we need similar support for LD, we can implement another variable.
I couldn't find any obvious need for LDFLAGS by users of <bsd.kmod.mk>.
2006-06-26 04:07:34 +00:00
lukem
6be844e18e
support MAKEVERBOSE
2006-06-25 15:17:22 +00:00
lukem
9e21440fb1
Move LDFLAGS to the CC section instead of the LD section.
2006-06-25 15:04:31 +00:00
wiz
b6aca06c61
Remove a superfluous comma.
2006-06-25 13:48:38 +00:00
kent
19880a7e53
- remove a sentence about no support for S/PDIF
...
- add supported codec names
- bump date
2006-06-25 13:44:37 +00:00
wiz
83b25f2177
Various minor improvements.
2006-06-25 13:24:45 +00:00
yamt
54460ad919
document kmem_alloc, kmem_free, kmem_zalloc.
2006-06-25 13:07:49 +00:00
mrg
d1d848dac8
put hppa in to the list of working but not switched to GCC4 platforms.
2006-06-25 05:14:36 +00:00
wiz
5a6a71279e
Moved to othersrc/usr.sbin/sushi, where the program now lives.
2006-06-24 21:12:19 +00:00
wiz
1018f0f979
New sentence, new line. Remove trailing whitespace and empty BUGS section.
2006-06-24 18:43:08 +00:00
wiz
7dcb52b3b2
Comment out "/usr/share/doc/papers/timecounter.ascii.gz", since we do not
...
have this in NetBSD (yet?)
2006-06-24 18:41:37 +00:00
kardel
0013820b0f
move geodecntr.4 into i386 section where it actually belongs
2006-06-24 12:22:52 +00:00
kardel
7186fdff87
document new attachment due to coexistence with geodecntr
2006-06-24 12:20:19 +00:00