Commit Graph

11539 Commits

Author SHA1 Message Date
gad
5d38947722 Add myself. Include wollman in addition to billf, because Garrett spent a
lot of time reviewing all my initial updates to lpr & friends.
2007-04-04 20:36:13 +00:00
matteo
77c98c1031 Add rpc_statd_flags and rpc_lockd_flags options to allow options to be
passed to rpc.statd and rpc.lockd

MFC after:	1 week
2007-04-04 13:16:18 +00:00
mm
daaf826b0d Add myself and my mentor -> mentee relationship.
Approved by:	garga (mentor)
2007-04-04 12:07:49 +00:00
yar
b448032305 The names of the unknown soldiers still are kept in the dusty
Handbook for 2.1.7-RELEASE.
2007-04-04 10:26:29 +00:00
yar
66e17a739c Admit my infertility in public: I had the honour of being mentored by jkh,
but I've had no mentees of my own yet.
2007-04-04 10:17:34 +00:00
danfe
37016d3a5d Add myself. 2007-04-04 07:30:34 +00:00
ru
546387bba7 Sort as requested. 2007-04-04 06:33:37 +00:00
lwhsu
1c8a725def Add myself, my mentor/mentee relationship.
Approved by:     clsung (mentor)
2007-04-04 02:24:10 +00:00
chinsan
c625b1f0c0 - Remove the leading zero from the day of month.
Noticed by:	ru@
Approved by:	delphij@ (mentor)
MFC after:	1 week
2007-04-04 00:14:36 +00:00
kan
d7b9f1a7cd Add entry for bsd.symver.mk.
Pointed out by: ru
2007-04-03 20:15:59 +00:00
pjd
0831037a0e Add myself. 2007-04-03 19:22:41 +00:00
ru
d6c8ea9c78 Kill whitespace at EOL. 2007-04-03 18:57:09 +00:00
kan
eaa82c2132 Break out Version.map generation code from bsd.lib.mk into a
separate bsd.symver.mk file. Include bsd.symver.mk in bsd.lib.mk
to maintain the status quo.
2007-04-03 18:56:05 +00:00
brian
2ea7d2a73e Add entries for myself 2007-04-03 16:56:05 +00:00
brian
36c669aff9 Sort 2007-04-03 16:50:26 +00:00
chinsan
a65de131f1 - Remove the deprecated ``/stand'' hierarchy.
PR:		docs/111137
Submitted by:	Niclas Zeising
Approved by:	delphij@ (mentor)
2007-04-03 15:23:01 +00:00
rik
e743c75b95 s/if_vlan/vlan/
Noted by: brueffer
2007-04-03 14:36:18 +00:00
leeym
2ad9753849 - add entries for me (leeym)
- fix typo for lbr
2007-04-03 09:16:20 +00:00
sem
102a7dafdc Fix a type in a second name
Reported by:	ru (Sharp-sighted Eye)
2007-04-03 06:34:58 +00:00
rik
006f27015b Add description how the filter works in case of multiple interfaces
with the same MAC.

PR:     kern/109815
MFC after:	7 days
Submitted by:	Eygene Ryabinkin
Glanced by:	rik (all pointy hats are mine)
Discussed with:	julian@, rik@
2007-04-02 22:04:21 +00:00
sem
edd99c89d9 add my mentees and comentor relation 2007-04-02 18:16:34 +00:00
wes
1d339d1f1e Add myself to the tree of life^WFreeBSD 2007-04-02 15:36:07 +00:00
brooks
85850e1f04 jlemon was my mentor and I got my commit bit in 2001. 2007-04-02 14:09:08 +00:00
gabor
f7fd4a8556 - Add some comments what these files are for and how one can generate the
graphical output

Reviewed by:	flz
2007-04-02 11:31:18 +00:00
ru
a4edce93df Oops, sort properly. 2007-04-02 10:38:51 +00:00
ru
fa0cfdbbbc Add my relashionships. 2007-04-02 10:23:27 +00:00
ache
35f47b15b4 Add myself 2007-04-02 09:59:55 +00:00
ache
855903c9a0 Add myself 2007-04-02 09:40:02 +00:00
ijliao
4158e20f81 add myself 2007-04-02 07:09:03 +00:00
yongari
014a4b1cfe Add myself 2007-04-02 00:39:29 +00:00
trhodes
eaec3fa277 Fill in what's left about myself. Noted eik, jesusr, jcamou. 2007-04-01 18:40:26 +00:00
ache
33382bb290 Add myself 2007-04-01 14:52:51 +00:00
itetcu
c584164796 Add my first (and only until now) mentee Dryice Dong Liu (dryice). 2007-04-01 13:14:38 +00:00
itetcu
e90b37f15e Add myself. 2007-04-01 13:11:50 +00:00
itetcu
54cd52c842 Add my mentor Sam Lawrance (my other mentor Tom McLaughlin is already in the
file).
2007-04-01 13:08:57 +00:00
maxim
a9ed2a9332 o Document vdropl(9) [1].
o Add an MLINK for vdropl().

Reviewed by:	des [1]
Obtained from:	wording from vgone(9)
2007-04-01 09:48:59 +00:00
ume
a80f829a74 Add Inoue-san and Shiozaki-san. 2007-04-01 08:48:00 +00:00
ume
fb19bcfb30 Add Suzuki-san and myself. 2007-04-01 05:53:52 +00:00
benno
18831acae7 Add myself and grehan. 2007-04-01 01:11:50 +00:00
imp
0e083c9c08 Fix typo 2007-04-01 00:47:08 +00:00
jhb
b0b93a3c55 Optimize sx locks to use simple atomic operations for the common cases of
obtaining and releasing shared and exclusive locks.  The algorithms for
manipulating the lock cookie are very similar to that rwlocks.  This patch
also adds support for exclusive locks using the same algorithm as mutexes.

A new sx_init_flags() function has been added so that optional flags can be
specified to alter a given locks behavior.  The flags include SX_DUPOK,
SX_NOWITNESS, SX_NOPROFILE, and SX_QUITE which are all identical in nature
to the similar flags for mutexes.

Adaptive spinning on select locks may be enabled by enabling the
ADAPTIVE_SX kernel option.  Only locks initialized with the SX_ADAPTIVESPIN
flag via sx_init_flags() will adaptively spin.

The common cases for sx_slock(), sx_sunlock(), sx_xlock(), and sx_xunlock()
are now performed inline in non-debug kernels.  As a result, <sys/sx.h> now
requires <sys/lock.h> to be included prior to <sys/sx.h>.

The new kernel option SX_NOINLINE can be used to disable the aforementioned
inlining in non-debug kernels.

The size of struct sx has changed, so the kernel ABI is probably greatly
disturbed.

MFC after:	1 month
Submitted by:	attilio
Tested by:	kris, pjd
2007-03-31 23:23:42 +00:00
gabor
7af0b4e5ce - Add retire dates for alumni where possible 2007-03-31 22:55:56 +00:00
mat
0b96b91cf7 Add myself, mentor and mentee here 2007-03-31 22:45:48 +00:00
gabor
2232891f0b - Extend incomplete entries for asmodai, bmilekic, brooks, csjp, gibbs,
jayanth, peter, ps
2007-03-31 22:42:27 +00:00
rwatson
11c7ddbfc7 Flesh in some more of my mentees. Add scottl and some other misc bits
of history.
2007-03-31 22:28:59 +00:00
gabor
eedfcf4ba0 - Fix a localized character. Please only use ASCII here, otherwise dot won't
be able to produce the output
2007-03-31 22:20:47 +00:00
gabor
ee8c38de9f - Extend the incomplete entries for knu, daichi, maho, nobutaka 2007-03-31 22:12:45 +00:00
philip
f869e4ebc0 Fix bug in njl's email address. 2007-03-31 21:56:36 +00:00
philip
b6543cacb8 Add relationship between my mentor and my grand-mentor. While here, add
brother committers marks en sepotvin.

This is fun. :-)
2007-03-31 21:50:52 +00:00
philip
31387e6228 Add my only ports mentee so far, koitsu. 2007-03-31 21:13:29 +00:00