jmg
4875bdb76e
Document requirements to calling rman_init... (Hmmm, maybe we should make
...
these areguments to rman_init?)
MFC after: 1 week
2007-04-29 19:46:33 +00:00
deischen
2c6a6b8718
Use CPP to preprocess version map files so we can conditionalize symbols.
2007-04-29 14:00:58 +00:00
jmg
eac96af0bf
Complete removal of restriction about overlaps to rman_manage_region:
...
remove comment and man page verbage...
Document return values for rman_init and rman_manage_region..
MFC after: 1 week
2007-04-28 07:37:49 +00:00
araujo
d78d6e9358
- Add my mentor stas and my comentor itetcu.
...
Approved by: itetcu (comentor)
2007-04-27 18:19:59 +00:00
nemoliu
13ff2a251e
add myself.
...
Approved by: delphij (mentor)
2007-04-25 11:59:10 +00:00
emax
ffd5021ec7
Retire /usr/share/examples/netgraph/bluetooth/rc.bluetooth.
...
MFC after: 1 week
2007-04-24 16:58:54 +00:00
trasz
761bff4058
- Add myself as miwi's mentee.
...
Approved by: miwi (mentor)
2007-04-24 12:06:59 +00:00
yar
d36c1f8546
Having finished with vlan(4) for today, touch .Dd.
2007-04-24 11:48:49 +00:00
yar
36d1315ab8
We shouldn't say that most Ethernet drivers don't support long frames,
...
as it's no longer true.
2007-04-24 11:40:52 +00:00
yar
3a3608ddab
"Long frame" is the well-known term found in h/w documentation
...
from several vendors, so prefer it over other synonyms.
2007-04-24 11:35:47 +00:00
yar
f64dce605e
Now that we list hardware that supports vlan(4) natively,
...
we don't need to repeat that for each device listed.
2007-04-24 11:22:27 +00:00
yar
1edfd06b2c
xl(4) can support long frames on all chip revisions now.
2007-04-24 11:06:35 +00:00
yar
e9be8ccaeb
de(4) ceased to support the BIG_PACKET hack.
2007-04-24 11:03:53 +00:00
yar
67b5103f29
tl(4) in fact has no signs of long frame support.
2007-04-24 10:51:48 +00:00
yar
d20c01926b
vr(4) gained VLAN_MTU support.
2007-04-24 10:49:56 +00:00
phk
a38896f0e6
Bump .Dd
...
(which seems to have been redefined by the doc-mafia while I wasn't
paying attention :-)
2007-04-24 07:10:10 +00:00
phk
f4e7ffb595
Manpage update for extended led(4) api
2007-04-24 06:30:23 +00:00
deischen
9172c87258
When generating the version map file, order versions oldest
...
first to make it easier for rtld to choose the oldest version
of a symbol.
Sumbitted by: kan
2007-04-23 03:24:33 +00:00
erwin
5b7440b907
Clement has stepped down from portmgr.
...
Thanks for all your work!
Reminded by: brueffer
2007-04-22 21:11:46 +00:00
tmclaugh
d613b021e9
Trace my mentor lineage as far back as I can determine.
...
Not really sure how to handle committers who no longer have a ports
commit bit but are still active in other repos. Maybe a new node
definition? *shrug*
2007-04-22 02:36:08 +00:00
cperciva
642778cb21
Fix sorting in previous commit.
...
Pointed out by: brueffer
Pointy hat to: cperciva
2007-04-22 00:44:51 +00:00
cperciva
0ba02219ce
Add myself. Edwin was my "mentor", even though he released me from
...
mentorship before approving a single commit.
2007-04-22 00:12:10 +00:00
tmclaugh
2e108c677e
mezz was my co-mentor
2007-04-21 23:47:09 +00:00
tmclaugh
9261e1b494
Add xride who was mentored by me and co-mentored by garga
2007-04-21 23:44:36 +00:00
yar
edda503ffe
Add a missing link: if_edsc.4 -> edsc.4 .
...
Network interface manpages should have such links.
2007-04-21 03:00:19 +00:00
brueffer
a1cba020dd
Bah, sorting alphabetically is hard.
2007-04-21 00:25:05 +00:00
brueffer
9c97982fc8
Add markus.
2007-04-21 00:18:37 +00:00
brueffer
9efc16eab1
Remove useless FILES section.
...
MFC after: 3 days
2007-04-21 00:05:35 +00:00
brueffer
2df123e4e2
Spring cleaning: Remove worm(4) manpage, the driver was removed pre-3.0.
2007-04-20 23:47:30 +00:00
brueffer
0beeeb1864
Xref linsysfs(5).
...
MFC after: 3 days
2007-04-20 15:38:06 +00:00
adrian
ced7bf5a9f
NanoBSD modifications:
...
* Break out the boot0 loader selection into a variable - NANO_BOOTLOADER -
so people like me with VGA consoles can override the default (which is
to use boot0sio)
* Put the boot0 configuration options in NANO_BOOT0CFG in case you want
to override the defaults.
* Modify nanobsd.8 to reflect the changes and hint the console default is
serial.
MFC after: 2 weeks
2007-04-20 07:21:09 +00:00
trhodes
aa1721f6a4
Quick kill posix4 directory.
...
Submitted by: rodrigc (BSD.include.dist).
2007-04-18 10:16:43 +00:00
brueffer
2e34524b6f
Bump date for the previous revision and the driver renaming.
2007-04-17 07:09:23 +00:00
brueffer
2c580427a2
To avoid confusion, mention that the driver was originally called trunk
...
in OpenBSD.
2007-04-17 07:08:18 +00:00
thompsa
376a2df29a
Link trunk(4) to lagg(4)
2007-04-17 00:57:54 +00:00
thompsa
5fc175b7b4
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
...
The name trunk is misused as the networking term trunk means carrying multiple
VLANs over a single connection. The IEEE standard for link aggregation (802.3
section 3) does not talk about 'trunk' at all while it is used throughout IEEE
802.1Q in describing vlans.
The lagg(4) driver provides link aggregation, failover and fault tolerance.
Discussed on: current@
2007-04-17 00:35:11 +00:00
gabor
d52d824cd8
- Add another graph about the organization of the FreeBSD Project
2007-04-16 19:04:18 +00:00
blackend
5953cee02a
Elexol USB MOD1 is supported by the uftdi driver.
2007-04-14 13:51:51 +00:00
ru
3f5535c193
Add ports-net-im, ports-net-p2p and ports-ports-mgmt collections.
2007-04-14 12:54:38 +00:00
ru
9fe3c63603
Add src-cddl and src-rescue.
2007-04-14 12:53:37 +00:00
ahze
6ec7141d61
Pav and marcus co-mentored me for a few weeks while adamw was busy in school
2007-04-13 14:29:38 +00:00
julian
3e40f10d80
Found the right date for davidxu
2007-04-12 20:43:57 +00:00
julian
b6dcf59f38
Add myself and some others according to my dusty memory.
...
I may have other mentees that I have forgotten...
2007-04-12 20:39:55 +00:00
mav
1829f3dd6b
Add myself and glebius.
...
Approved by: glebius (mentor)
2007-04-12 19:14:09 +00:00
stefan
d18e68d6ab
Add myself and my mentor, arved.
2007-04-12 15:45:30 +00:00
ticso
974e289f93
Add myself plus a template for Andrew Gallatin for the mentor link.
2007-04-11 17:53:29 +00:00
brueffer
bda6bd3e38
Bump date to the day of the import.
2007-04-11 08:55:04 +00:00
keramida
9de00d802e
Add a pfsync_syncpeer option to /etc/defaults/rc.conf and rc.conf(5),
...
which can be used to turn off multicast pfsync support, and enable
the transmission of directed PFSYNC (IP protocol: 240) packets to
a specific "sync peer" host.
PR: conf/111225
Submitted by: Bas van Beek <bas@tobin.nl>
Approved by: mtm, mlaier
MFC after: 2 weeks
2007-04-10 16:42:14 +00:00
thompsa
994b9b86e7
Hook trunk(4) up to the build.
2007-04-10 00:35:31 +00:00
thompsa
0f00c64853
Add the trunk(4) driver for providing link aggregation, failover and fault
...
tolerance. This driver allows aggregation of multiple network interfaces as
one virtual interface using a number of different protocols/algorithms.
failover - Sends traffic through the secondary port if the master becomes
inactive.
fec - Supports Cisco Fast EtherChannel.
lacp - Supports the IEEE 802.3ad Link Aggregation Control Protocol
(LACP) and the Marker Protocol.
loadbalance - Static loadbalancing using an outgoing hash.
roundrobin - Distributes outgoing traffic using a round-robin scheduler
through all active ports.
This code was obtained from OpenBSD and this also includes 802.3ad LACP support
from agr(4) in NetBSD.
2007-04-10 00:27:25 +00:00