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
keramida
ad86bad261
Add danger, garys, pav, jim, and trhodes to the list of committers, and
...
list the first three as my mentees, and trhodes as co-mentor of danger.
2007-03-30 21:59:58 +00:00
takawata
278c2f3a11
New line for new sentense.
...
Pointed out by: brueffer
2007-03-30 21:59:55 +00:00
keramida
65fafa591d
Note that it was Nik Clayton who lured me into doc-committers.
2007-03-30 21:45:08 +00:00
takawata
c31b083e62
Hook acpi_aiboost man page and modify the man page a bit.
2007-03-30 21:19:10 +00:00
takawata
23183bccf3
Add man page for acpi_aiboost. Based on man page for NetBSD.
2007-03-30 20:35:37 +00:00
jkim
d64527e9e1
Fix more style(9) nits[1] and remove unnecessary use of '#if !defined(_KERNEL)'.
...
Pointed out by: bde[1]
2007-03-30 19:33:53 +00:00
mtm
87009ffe7d
Record rc.d/nfslocking dependency on rc.d/rpcbind.
...
PR: conf/105465
Submitted By: ru (with minor cosmetic change)
MFC-After: 1 month
2007-03-30 19:08:58 +00:00
ehaupt
5295888654
Add my mentor
2007-03-30 19:08:33 +00:00
jkim
431c0eb534
Add myself and mentor and grand-mentor. All the dates are from access log.
2007-03-30 19:01:36 +00:00
garga
da676d6814
Fix \n on clement entry
2007-03-30 18:53:15 +00:00
le
fc839f05c4
Add my two mentors, grog@ and joerg@, and myself.
...
Correct date for schweikh@.
2007-03-30 18:49:36 +00:00
mlaier
ab148fe050
Add myself + offspring, grand- and co-mentors.
2007-03-30 18:39:12 +00:00
mtm
d065735006
Some rc.d commands (such as stop|restart etc.) won't automagically work
...
if we don't explicitly set the name of the executable program.
PR: conf/104408
2007-03-30 18:36:45 +00:00
jkim
4f1754c08d
Use the same wisdom of sys/i386/i386/support.s 1.97 to remove obfuscation.
...
Pointed out by: bde
2007-03-30 18:27:57 +00:00
flz
b756d10ae0
- acardenas -> acm
...
- Sort alphabetically.
2007-03-30 18:22:53 +00:00
jmelo
cf4142561f
- Add myself and mnag.
2007-03-30 18:16:22 +00:00
sam
22fc818cc6
don't display ssid cloaking status as "ssid HIDE", use the cmd line
...
parameter like everything else
MFC after: 2 weeks
2007-03-30 18:14:04 +00:00
jhb
67753b036c
- Use PARTIAL_PICKUP_GIANT() to implement PICKUP_GIANT().
...
- Move UGAR() macro up to the comment that describes it.
- Fix a couple of typos.
2007-03-30 18:10:08 +00:00
jhb
602dd12fbc
- Drop memory barriers in rw_try_upgrade(). We don't need an 'acq' memory
...
barrier here as the earlier rw_rlock() already contained one.
- Comment fix.
2007-03-30 18:08:55 +00:00
ehaupt
907c1c074e
Add myself and db
2007-03-30 18:08:51 +00:00
julian
3f8481620d
Add some cross references to locking.9 from related pages.
2007-03-30 18:07:26 +00:00
jhb
0d7ad36cd0
- Use lock_init/lock_destroy() to setup the lock_object inside of lockmgr.
...
We can now use LOCK_CLASS() as a stronger check in lockmgr_chain() as a
result. This required putting back lk_flags as lockmgr's use of flags
conflicted with other flags in lo_flags otherwise.
- Tweak 'show lock' output for lockmgr to match sx, rw, and mtx.
2007-03-30 18:07:24 +00:00
garga
5a605acb9a
Add my 3 mentees (acm@, alepulver@ and vd@)
2007-03-30 18:05:28 +00:00
erwin
bda506c0eb
Add my mentor, edwin, and my mentees clement, lth, simon and lbr.
...
gabor already added himself.
2007-03-30 18:04:00 +00:00
jkim
5657d675b3
Use underlying structures instead of kernel_sysctlbyname() for msginfo and
...
seminfo because kernel_sysctlbyname() is slow. There is no dependency
problem since linux module depends on both sysvmsg and sysvsem and linprocfs
depends on it in turn.
Pointed out by: des
Reviewed by: des
2007-03-30 17:56:44 +00:00
julian
6f50156041
Connect the locking man page to the build.
...
Next step is to add it as a "See Also" to related man pages.
2007-03-30 17:56:19 +00:00
flz
60c76ea2e4
Add an entry for schweikh. I couldn't find the commit bit date though.
2007-03-30 17:47:04 +00:00
flz
ba3fdb63e7
Add some comments about entries formats.
...
Group by mentor, sort alphabetically, move adamw to alumni.
2007-03-30 17:42:01 +00:00
jkim
0a5bf58f0f
MFP4: Fix style(9) nits and grammar in comments.
2007-03-30 17:27:13 +00:00
gabor
ff4b6a96fc
- Add myself as keramida's mentee and sort
...
Reviewed by: flz
2007-03-30 17:24:18 +00:00
ahze
f7b92f1a62
Add tmclaughs info
2007-03-30 17:22:58 +00:00
dds
b8c2c01346
Add dds
2007-03-30 17:22:08 +00:00
gabor
2d464d773d
- Add myself as erwin's mentee
...
Reviewed by: flz
2007-03-30 17:20:22 +00:00
marck
ecd724238b
Add my mentor tree neighbours.
2007-03-30 17:19:59 +00:00
ahze
8a46183e20
Add tmclaugh to my list
2007-03-30 17:17:46 +00:00
jkim
3704568725
MFP4: 114193, 114194
...
Dont "return" in linux_clone() after we forked the new process in a case
of problems. Move the copyout of p2->p_pid outside the emul_lock coverage.
Submitted by: Roman Divacky
2007-03-30 17:16:51 +00:00
pav
f68b9b4a34
Add adamw's orphans
2007-03-30 17:12:58 +00:00
flz
73687f6a0e
Add stub files to keep track of the mentor/mentee relationships.
...
Have a look at committers-ports.dot for a start.
Simple command to generate the graph is:
$ dot -T png -o file.png file.dot
Dot can be installed via graphics/graphviz.
Discussed on: -developers
2007-03-30 16:56:38 +00:00
delphij
026d857fb3
Update with bzip2's URL.
2007-03-30 16:33:05 +00:00
delphij
29a66510eb
- Be more verbose when saying "foo" not found.
...
- In gctl_get_geom(), don't issue error when we were not
provided with an parameter, like gctl_get_provider() did.
Reviewed by: pjd
2007-03-30 16:32:08 +00:00
simokawa
83871cf425
Free tlabel in fw_xfer_done().
2007-03-30 15:43:56 +00:00