Commit Graph

131617 Commits

Author SHA1 Message Date
mjacob
3c2bc3b40f Fix compilation problem (add a const) for pre-7.0 compiles. 2007-03-31 21:01:35 +00:00
jhb
aae7e3492c Forced commit to note that the previous commit log was wrong for this
file.  The previous commit fixed a bug in pci_pending_msix() where it
mis-calculated the word in the PBA to read to see if a message was
pending.  Nothing actually uses pci_pending_msix() yet though, so this
didn't result in any visible problems.

MFC after:	1 week
2007-03-31 20:59:11 +00:00
jhb
c112f34363 - Add missing constants for subclasses.
- Add a few progif constants as well.
2007-03-31 20:41:00 +00:00
bmah
83630794dc Link myself up with my mentors. 2007-03-31 20:27:31 +00:00
gshapiro
58223f6ed7 Add myself 2007-03-31 20:18:32 +00:00
imp
60bbdc4281 Move dg back to the active list
Use 'alumni' jkh entry for active jkh (he's stilla round)
move my alumni mentees to that section
sort alumni section
2007-03-31 20:09:44 +00:00
rwatson
c6a7cbffcb A few more chicken-scratchings. 2007-03-31 19:53:08 +00:00
phk
4e6c503f4f Add a pseudo-entry for "Birth of FreeBSD"
Add entries for the six persons listed in the first version of
commit.allow in the old FreeBSD 1 CVS repo.
Correct joergs date, and link him to jkh.
Add my own entry.
2007-03-31 19:44:27 +00:00
rwatson
e72ed409cd Flesh out some information on my mentees and indirect mentees. Flesh out
jake's family tree a bit also, since he's inactive these days but
mentored quite a few interesting people.
2007-03-31 19:36:51 +00:00
imp
348648c0ef Add all my mentees, both formal as well as the ones that I may have
just been the trigger man for core@'s approval in access.  Who knew
there were 21 of them...
2007-03-31 19:21:43 +00:00
des
7759c88eb1 Toss in my two bits. 2007-03-31 19:18:22 +00:00
keramida
348b4efee8 Add blackend to the team too, as mentored by me 2007-03-31 19:17:24 +00:00
imp
7c687aece9 Add myself and my mentor apparent (jkh), although there was no mentoring
at the time, as such.  I'll add my mentees as soon as I can tease that
information from cvs.
2007-03-31 18:52:29 +00:00
mjacob
e994f7e84b Add my bits. 2007-03-31 18:46:23 +00:00
rwatson
bf5d456ba6 Fix bug in matteo entry. 2007-03-31 17:32:47 +00:00
wilko
bdbb9c66fb add myself 2007-03-31 17:28:45 +00:00
rwatson
4551c283ad Fix a typo in rrs's entry.
Document eivind's grand-mentorships unto the second generation via me, as
well as some related loose ends.
2007-03-31 17:26:54 +00:00
rwatson
76104e0492 Rather than ignoring any error return from getnewvnode() in nameiinit(),
explicitly test and panic.  This should not ever happen, but if it does,
this is a preferred failure mode to a NULL pointer dereference in kernel.

Coverity CID:	1716
Found with:	Coverity Prevent(tm)
2007-03-31 16:08:50 +00:00
wkoszek
1463edcf11 We don't need spinning locks here. Change them to the adaptive mutexes. This
change should bring no performance decrease, as it did not in my tests.

Reviewed by:	julian, glebius
Approved by:	cognet (mentor)
2007-03-31 15:43:06 +00:00
nork
bc12d14a68 Add myself and knu mafia I know:-). 2007-03-31 15:16:38 +00:00
bmah
b8e515c9fa Add myself. nik@ was my doc/ mentor, I never had a mentor for my
now-returned ports/ commit bit, and my src/ mentors (imp / rwatson)
aren't in committers-src.dot yet.
2007-03-31 14:29:39 +00:00
delphij
dfadb6fbb8 Add murray@ 2007-03-31 14:24:06 +00:00
delphij
8182f19c1d Add myself and chinsan@ 2007-03-31 14:20:56 +00:00
netchild
f695603376 Tell interested readers of the source that the return value is not
checked by intend.

Found by:	Coverity Prevent (tm)
CID:		55
Reviewed by:	ariff
2007-03-31 13:38:12 +00:00
dwmalone
768062b2e7 Fill in a bit of the tree around me and iedowse. 2007-03-31 13:05:32 +00:00
ale
98537963c7 Add myself. 2007-03-31 12:56:07 +00:00
tdb
9bbfa7b295 - Add myself. 2007-03-31 11:48:18 +00:00
rrs
9afebb96fc - Found bug in min split point bundling which caused
incorrect, non-bundlable fragmentation.
- Added min residual to better control split points for
  both how big a msg must be as well as how much needs
  to be left over.
- With our new algo in place, we need to implicitly
  set "end of msg" on the sp-> structure otherwise we
  end up with "hung" associations.
- Room reserved up front in IP header by pushing IP
  header to back of mbuf.
- Fix so FR's peg count of retransmissions needed.
- Fix so an unlucky chunk that never gets across
  will kill the assoc via the kill timer and send an
  abort too.
- Fix bug in sctp_input which can result in a crash.
- Do not strip off IP options anymore.
- Clean up sctp_calculate_rto().
- Get rid of unused sysctl.
- Fixed so we discard all M-Cast
- Fixed so port check done AFTER checksum
- Fixed bug in fragmentation code that prevented
  us from fragmenting a small complete message when
  we needed to.
- Window probes were not marked back to unsent and
  flight adjusted when a sack came in with no
  window change or accepting of the probe data.
  We now fix this with having a mark on the net and
  the chunk so we can clear it out when the sack arrives
  forcing it to retran just like it was "new" this
  improves the handling of window probes, which were
  dropped by the receiver.
- Tighten AUTH protocol error checks during INIT/INIT-ACK exchange
2007-03-31 11:47:30 +00:00
netchild
897ccc3f10 Add my mentees bsam and ariff, my mentors steve (date not determined) and
joerg (to the ports file only, he is already listed in the src one) and
myself.
2007-03-31 11:40:36 +00:00
rrs
cf322ff4ef Add myself. 2007-03-31 11:33:32 +00:00
cperciva
04b5ff28d3 Split the append_archive function (used for processing @<archive> directives)
into separate append_archive and append_archive_filename functions; the first
takes a "struct archive *" as input, while the second takes a filename, opens
the archive, and calls the first.

There should be no changes in behaviour as a result of this commit; it simply
reorganizes code to make more sense.  At some point in the future it may be
possible to share code between append_archive and read_archive, but not yet.

Discussed with:	kientzle
2007-03-31 10:14:03 +00:00
yar
307e4679c3 Make the comment for cspace() match reality. 2007-03-31 09:08:22 +00:00
mtm
f8b82000b4 Make subroutine names more conformant with other scripts in rc.d.
MFC After: 2 weeks
2007-03-31 09:03:38 +00:00
rse
c2f2c894d0 Add my entry as a src committer 2007-03-31 07:38:26 +00:00
simon
acdd2be08f Back out last commit, which should not have been committed in the first
place.

Note to self: Do not commit when not really awake yet.

Pointy hat to:	simon
2007-03-31 07:28:53 +00:00
clsung
679fce992e - add myself
- my mentor is not there, yet.
2007-03-31 07:23:22 +00:00
simon
544b7121bb - Add myself. 2007-03-31 07:12:56 +00:00
simon
8a6844c80f - Use my (almost) full name. My old mentor should have learned that
by now... ;-).
- Add my mentees (josef and remko).
- Sort names.
2007-03-31 06:58:35 +00:00
marcus
5926701b1d Add myself and my three mentees, bland, eik, and jmallett. 2007-03-31 06:18:15 +00:00
joel
88359ddf88 Add myself. 2007-03-31 06:09:10 +00:00
matteo
526347884f Add grand-mentor (njl), mentor (philip), me (matteo) and the other
philip's mentee (jls)
2007-03-31 06:03:01 +00:00
jkim
19c0211d4d Correct BB-profiling and adjust comments.
Pointed out by:	bde
Reviewed by:	bde
2007-03-31 01:47:37 +00:00
rafan
0b07299b2a - Add myself and my mentor
- While I'm here, add my grand-mentor in ports
2007-03-31 01:47:17 +00:00
jkim
cfce99a4a7 Fix off-by-4 error in address validation for i386, reduce PCB reloading, and
fix more style(9) nits.

Pointed out by:	bde
Discussed with:	kib
Reviewd by:	bde
2007-03-30 23:19:08 +00:00
andre
68e1929a87 Add myself and my former mentee qingli. Sort. 2007-03-30 23:06:13 +00:00
mnag
a994214893 - Fix my name. 2007-03-30 23:03:49 +00:00
simokawa
9ccf8975f6 Teardown interrupt only when sc->ih is not NULL.
MFC after: 3 days
2007-03-30 22:25:26 +00:00
krion
673ad56aae Add myself, fjoe, sergei, sem, sat, miwi, brooks and philip. 2007-03-30 22:25:17 +00:00
le
2a0ff9154e Add dates for joerg@ and obrien@. 2007-03-30 22:20:43 +00:00
ceri
f81f810d66 Add my mentor and mentees.
Add a comment clarifying the date format as it wasn't immediately
obvious from the current entries.
2007-03-30 22:06:56 +00:00