des
ff33912301
"If I only had a brain..."
...
MFC after: 3 weeks
2007-01-17 14:54:53 +00:00
des
0252cc4d0f
Correct errors in previous commit. I didn't realize that ${CPUTYPE} is
...
passed unmodified to gcc. Therefore, "prescott" should be used for Prescott,
Nocona, Core and Core 2 CPUs when building 32-bit code, and "nocona" should
be used for Prescott, Nocona and Core 2 CPUs when building 64-bit code.
MFC after: 3 weeks
2007-01-17 14:49:13 +00:00
joel
7aa8d3d573
- Add a small section on boot-time configuration.
...
- Add more Xrefs.
- Fix minor nits.
Reviewed by: ru
2007-01-17 14:27:03 +00:00
des
ef3eb6c935
On i386, make "prescott" an alias for "nocona" (instead of the other way
...
around), and introduce "core", along with the alias "core2". All of these
enable SSE3.
On amd64, add "core2" (enables SSE3).
MFC after: 3 weeks
2007-01-17 12:43:06 +00:00
murray
088287aea8
Add French dvorak keymap that supports accents. Based on Francis
...
Leboutte's french layout.
Submitted by: Clement Pillias <clementpillias@nerim.net>
MFC after: 1 week
2007-01-16 10:47:56 +00:00
rrs
af870dbd2e
Reviewed by: rwatson
...
Approved by: gnn
Add a new function hashinit_flags() which allows NOT-waiting
for memory (or waiting). The old hashinit() function now
calls hashinit_flags(..., HASH_WAITOK);
2007-01-15 15:06:28 +00:00
maxim
bca9f253e7
o Add FreeBSD 6.2, bump copyright years.
2007-01-15 06:14:50 +00:00
brueffer
845bc250ed
Sync the hardware list with the driver and with what I could find on
...
the Areca website.
Also remove the module from the FILES section, it's already covered in
the SYNOPSIS.
MFC after: 3 days
2007-01-10 12:57:46 +00:00
glebius
0f316bc65f
Document recent changes about supported compression and encryption modes.
...
Wording by: rwatson
2007-01-09 15:00:01 +00:00
imp
9aa901e25f
Julian says that he doesn't need the advertising clause, so out it goes.
2007-01-09 04:17:20 +00:00
delphij
ebdf3cb9d1
Document that we supported Intel PRO/100 VM Network Connection.
2007-01-07 20:30:27 +00:00
brueffer
3503c09581
Document Marvell 6101/6145 support.
2007-01-04 18:50:52 +00:00
brueffer
876ba7f8b0
New supported JMicron, ALI and ServerWorks chipsets.
...
MFC after: 3 days
2007-01-04 09:12:03 +00:00
danger
5ad1e547fd
- Do not claim that ipfw is the only firewall package available
...
in FreeBSD.
Approved by: trhodes (mentor), keramida (mentor)
2007-01-01 21:16:42 +00:00
jmg
116c92a81c
Some how the d slipped out in the last commit, add it back...
...
Pointed out by: mdoc-police (ru)
2006-12-29 22:30:10 +00:00
glebius
cbd305868f
Build bits for ng_deflate(4) and ng_pred1(4).
2006-12-29 13:16:43 +00:00
glebius
b85d5220b0
Manual page for Predictor-1 PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:47:26 +00:00
glebius
4aca8e1f31
Manual page for Deflate PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:46:15 +00:00
jmg
9a3d3a4e50
bump doc date and fix spelling...
...
Pointed out by: mdoc-police (ru)
2006-12-28 22:28:28 +00:00
jmg
3f705f7765
document that locks must not be aquired in f_event... (and where they
...
can be safely aquired)
Reminded by: kib (by LOR #193 )
MFC: 3 days
2006-12-28 19:15:12 +00:00
yar
5ec2f453ec
MFp4:
...
Document my recent changes to rc.subr(8):
- there is $required_modules now;
- $required_* are checked before invoking a custom start method, too.
MFC after: 1 month
2006-12-27 13:22:41 +00:00
ru
78c3656e3e
Fix markup.
2006-12-26 22:25:58 +00:00
ru
d92f719c6a
Nitpicking: <sysexits.h> defines exit codes.
2006-12-24 10:25:23 +00:00
pjd
bb91ae1dcc
Document MTX_NOPROFILE flag.
2006-12-21 22:42:18 +00:00
joel
df7ef8bfdc
Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section.
2006-12-17 16:48:26 +00:00
rwatson
39ebd13c80
Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),
...
ithread(9), msleep(9), ucred(9) from socket(9).
Partly suggested by: julian
2006-12-16 10:32:10 +00:00
rwatson
1d3d170d84
Add a basic man page for the socket(9) kernel programming interface used
...
by the NFS client and server, netsmb, netncp, etc.
Reviewed by: ru
Fixed by: ru
2006-12-15 23:35:15 +00:00
n_hibma
c98f016084
Align the interfaces for the various watchdogs and make the interface
...
behave as expected.
Also:
- Return an error if WD_PASSIVE is passed in to the ioctl as only
WD_ACTIVE is implemented at the moment. See sys/watchdog.h for an
explanation of the difference between WD_ACTIVE and WD_PASSIVE.
- Remove the I_HAVE_TOTALLY_LOST_MY_SENSE_OF_HUMOR define. If you've
lost your sense of humor, than don't add a define.
Specific changes:
i80321_wdog.c
Don't roll your own passive watchdog tickle as this would defeat the
purpose of an active (userland) watchdog tickle.
ichwd.c / ipmi.c:
WD_ACTIVE means active patting of the watchdog by a userland process,
not whether the watchdog is active. See sys/watchdog.h.
kern_clock.c:
(software watchdog) Remove a check for WD_ACTIVE as this does not make
sense here. This reverts r1.181.
2006-12-15 21:44:49 +00:00
jkoshy
0798d56531
Document extended program header numbering.
2006-12-15 16:12:07 +00:00
mpp
675ebda1f6
Spelling fix.
2006-12-14 17:03:46 +00:00
mpp
d398e83b8a
Spelling fix.
2006-12-14 16:57:35 +00:00
mpp
3d052ce611
Spelling fixes.
2006-12-14 16:40:57 +00:00
mpp
c87e2e0408
Expand abbreviation. techref -> technical reference.
2006-12-14 16:37:11 +00:00
mpp
7cd24a641f
Spelling fixes.
2006-12-14 14:33:13 +00:00
mpp
5748ac9909
Spelling fixes.
2006-12-14 13:37:08 +00:00
mpp
f1d202878f
Don't use abbreviations for some descriptions / minor spelling fixes.
2006-12-14 13:35:59 +00:00
mpp
5cd76c6b38
Spelling fixes.
2006-12-14 12:49:04 +00:00
mpp
aab7be62cc
Spelling fix.
2006-12-14 11:57:39 +00:00
brueffer
72566f2efb
Add Xref to msk(4).
2006-12-13 08:56:15 +00:00
brueffer
c08bb7cdca
Correct sort msk(4).
2006-12-13 08:55:20 +00:00
brueffer
ae557a1cb0
Misc fixes, also sort the hardware list alphabetically and add more history.
2006-12-13 08:51:40 +00:00
ru
d79a6bd715
- Fix prototype of bpf_filter().
...
- Document what passing it a zero buflen argument means.
2006-12-13 06:27:20 +00:00
yongari
6c1a7ad1dd
Add msk(4) to the list of device drivers use the miibus interface.
2006-12-13 02:46:32 +00:00
yongari
af6ffc8ef3
Add msk(4) to the list of devices supporting full VLAN processing
...
in the hardware.
2006-12-13 02:42:01 +00:00
yongari
801a858e21
Add msk(4) to the list of drivers supporting ALTQ.
2006-12-13 02:40:06 +00:00
yongari
2f9b06d375
Hook up msk(4) to the build.
2006-12-13 02:37:48 +00:00
yongari
caf14e772e
Add a man page for msk(4).
2006-12-13 02:37:01 +00:00
julian
2df82cb38b
Explicitly emphasize a facet of m_pullup() that some people seem to
...
frequently forget. i.e. that you can not keep using pointers to
within the old chain.
2006-12-08 23:44:30 +00:00
ru
a43cccb7c1
Update the URL for the list of supported products.
2006-12-07 10:56:27 +00:00
mjacob
4c7c1ef385
Regenerate per the instructions.
2006-12-07 05:41:59 +00:00