Searched hist:2006 (Results 1 - 25 of 7501) sorted by relevance

1234567891011>>

/freebsd-10.2-release/share/man/man9/
H A Dconfig_intrhook.9diff 165213 Thu Dec 14 14:33:13 MST 2006 mpp Spelling fixes.
diff 164605 Sat Nov 25 22:34:01 MST 2006 imp Clarify what non-zero return values mean.
diff 162877 Sat Sep 30 17:09:59 MDT 2006 ru Revise markup.
162638 Mon Sep 25 20:12:13 MDT 2006 imp Document config_intrhook.

MFC After: 250 millifortnights
/freebsd-10.2-release/usr.sbin/nscd/
H A Dnscd.8diff 162893 Sat Sep 30 19:07:03 MDT 2006 ru Revise markup.
diff 158192 Sun Apr 30 21:31:52 MDT 2006 maxim o Sort .Xrs.
diff 158191 Sun Apr 30 21:30:25 MDT 2006 maxim o Reformat FILES section.
diff 158189 Sun Apr 30 21:22:01 MDT 2006 maxim o Add missed commas.
diff 158176 Sun Apr 30 12:40:30 MDT 2006 ceri Typo.
diff 158155 Sun Apr 30 01:53:57 MDT 2006 trhodes Reword a sentence modified in my previous commit. This new one is probably
better.

Hinted by: ceri
diff 158135 Sat Apr 29 01:34:03 MDT 2006 trhodes Follow FreeBSD mdoc(7) conventions:
- Remove hard sentence breaks;
- Avoid using double negatives or "sexist" language;
- Expand contractions;
- Remove a blank line;
- Some grammar changes.

Usually we do not "hard code" requests to submit bugs to the author, but
I will leave this go for now.
158115 Fri Apr 28 12:03:38 MDT 2006 ume - Extend the nsswitch to support Services, Protocols and Rpc
databases.
- Make nsswitch support caching.

Submitted by: Michael Bushkov <bushman__at__rsu.ru>
Sponsored by: Google Summer of Code 2005
/freebsd-10.2-release/contrib/openbsm/
H A DFREEBSD-upgradediff 161866 Sat Sep 02 09:56:28 MDT 2006 rwatson Note removal of certain contrib/openbsm/bsm include files from
FreeBSD development branches, they exist only in the vendor branch.

Obtained from: TrustedBSD Project
diff 161636 Sat Aug 26 10:35:54 MDT 2006 rwatson Update FreeBSD upgrade notes for OpenBSM.

Obtained from: TrustedBSD Project
diff 159984 Tue Jun 27 17:55:38 MDT 2006 rwatson Modify import instructions to include "-n" in the sample command line for
the CVS import, and suggest removing it for the real import, rather than
suggesting it for testing. This will hopefully prevent me (and others)
from making errors.
diff 156310 Sun Mar 05 13:30:37 MST 2006 rwatson Fix spelling error.

Submitted by: remko
diff 156288 Sat Mar 04 16:50:04 MST 2006 rwatson Update FreeBSD import instructions for OpenBSM based on the new autoconf
and automake OpenBSM world order.

Obtained from: TrustedBSD Project
diff 155363 Mon Feb 06 00:03:39 MST 2006 rwatson Correct typo in sample CVS import line: must specify full path to the
CVS repository on repoman.
155310 Sat Feb 04 18:29:51 MST 2006 rwatson Add a brief FREEBSD-upgrade file to provide direction on how to perform
OpenBSM upgrades. Right now, this is very easy, but in the future it
will probably become more complicated.
/freebsd-10.2-release/lib/librt/
H A Daio.cdiff 157078 Fri Mar 24 03:24:27 MST 2006 davidxu Implement SIGEV_THREAD notification for aio_fsync.
diff 156383 Tue Mar 07 08:28:07 MST 2006 davidxu 1. Always call user callback function in newly created thread, it seems
POSIX implies that the user callback function must be executed in clean
environment.
2. Use newly introduced pthread stubs in libc.
diff 156267 Sat Mar 04 00:18:19 MST 2006 davidxu Use a thread pool to process notification if sigev_notify_attributes
is default and caller does not require dedicated thread. timer needs
a dedicated thread to maintain overrun count correctly in notification
context. mqueue and aio can use thread pool to do notification
concurrently, the thread pool has lifecycle control, some threads will
exit if they have idled for a while.
diff 156194 Wed Mar 01 23:41:47 MST 2006 davidxu 1. Fix a race in aio_return.
2. Save and restore syscall errno correctly.
3. Style fix.
156136 Wed Mar 01 06:37:34 MST 2006 davidxu Bring in my initial version of POSIX realtime extension library.
Current the library implements mqueue, timer and aio with SIGEV_THREAD
notification supported.

Earlier version reviewed by: deischen
H A Dtimer.cdiff 156414 Wed Mar 08 00:34:54 MST 2006 davidxu Set SNF_SYNC flag for timer, as the timer notification should be
serialized.
diff 156383 Tue Mar 07 08:28:07 MST 2006 davidxu 1. Always call user callback function in newly created thread, it seems
POSIX implies that the user callback function must be executed in clean
environment.
2. Use newly introduced pthread stubs in libc.
diff 156267 Sat Mar 04 00:18:19 MST 2006 davidxu Use a thread pool to process notification if sigev_notify_attributes
is default and caller does not require dedicated thread. timer needs
a dedicated thread to maintain overrun count correctly in notification
context. mqueue and aio can use thread pool to do notification
concurrently, the thread pool has lifecycle control, some threads will
exit if they have idled for a while.
diff 156265 Sat Mar 04 00:08:24 MST 2006 davidxu save sigev_node pointer.
156136 Wed Mar 01 06:37:34 MST 2006 davidxu Bring in my initial version of POSIX realtime extension library.
Current the library implements mqueue, timer and aio with SIGEV_THREAD
notification supported.

Earlier version reviewed by: deischen
/freebsd-10.2-release/lib/libc/isc/
H A Deventlib_p.hdiff 165258 Fri Dec 15 20:59:55 MST 2006 ume Merge BIND9 9.3.3 into main chunk.

Obtained from: ISC
MFC after: 1 week
diff 162541 Fri Sep 22 01:52:26 MDT 2006 kan Do not declare __evOptMonoTime static in one place and extern
in another. GCC4 does not like that.
diff 156956 Tue Mar 21 15:37:16 MST 2006 ume - Merge our local changes.
- Exclude unnecessary functions for us.
diff 156953 Tue Mar 21 15:03:19 MST 2006 ume This commit was generated by cvs2svn to compensate for changes in r156952,
which included commits to RCS files with non-trunk default branches.
156952 Tue Mar 21 15:03:19 MST 2006 ume Vendor import of BIND 9.3.2
/freebsd-10.2-release/sys/boot/arm/at91/boot0spi/
H A Dmain.cdiff 165396 Wed Dec 20 17:50:02 MST 2006 imp MFp4: Delay a second or two after the upload before printing Done.
Add an automatic reset for remote operational luvin' goodness.
diff 164321 Thu Nov 16 00:48:53 MST 2006 imp MFp4: Improvements, including the ability to download to an arbitrary
part of the spi flash.
diff 163595 Sat Oct 21 22:43:07 MDT 2006 imp MFp4: Move to smaller code. This was somehow forgotten before.
diff 161369 Wed Aug 16 23:18:07 MDT 2006 imp MFp4:

Tidy up a bit. Make sure that the burned image matches the downloaded
one.
157917 Fri Apr 21 06:51:08 MDT 2006 imp spi flash updating boot loader. upload this file for the recovery
xmodem download. Then download the image you want in the flash.
This will burn the image into the flash. You must then reset the
unit and the new flash image will be used for booting...
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux32_syscall.hdiff 165690 Sun Dec 31 13:20:31 MST 2006 netchild regen after addition of linux_utimes and linux_rt_sigtimedwait
diff 165610 Fri Dec 29 01:17:09 MST 2006 rwatson Regenerate.
diff 163761 Sun Oct 29 14:12:44 MST 2006 netchild regen after linux_io_* backout
diff 163736 Sat Oct 28 11:24:38 MDT 2006 netchild regen (prctl addition)
diff 163380 Sun Oct 15 14:24:10 MDT 2006 netchild regen (linux AIO stuff)
diff 161666 Sun Aug 27 08:58:00 MDT 2006 netchild regen
diff 161309 Tue Aug 15 12:51:45 MDT 2006 netchild regen
diff 160799 Fri Jul 28 19:08:37 MDT 2006 jhb Regen for MPSAFE flag removal.
diff 160277 Tue Jul 11 20:55:23 MDT 2006 jhb Regen.
diff 160144 Thu Jul 06 21:43:14 MDT 2006 jhb Regen.
H A Dlinux32_sysent.cdiff 165690 Sun Dec 31 13:20:31 MST 2006 netchild regen after addition of linux_utimes and linux_rt_sigtimedwait
diff 165610 Fri Dec 29 01:17:09 MST 2006 rwatson Regenerate.
diff 163761 Sun Oct 29 14:12:44 MST 2006 netchild regen after linux_io_* backout
diff 163736 Sat Oct 28 11:24:38 MDT 2006 netchild regen (prctl addition)
diff 163380 Sun Oct 15 14:24:10 MDT 2006 netchild regen (linux AIO stuff)
diff 161666 Sun Aug 27 08:58:00 MDT 2006 netchild regen
diff 161309 Tue Aug 15 12:51:45 MDT 2006 netchild regen
diff 160799 Fri Jul 28 19:08:37 MDT 2006 jhb Regen for MPSAFE flag removal.
diff 160277 Tue Jul 11 20:55:23 MDT 2006 jhb Regen.
diff 160144 Thu Jul 06 21:43:14 MDT 2006 jhb Regen.
/freebsd-10.2-release/lib/libc/resolv/
H A Dres_state.cdiff 158792 Sun May 21 11:29:26 MDT 2006 ume Nuke some compatibility crufts of resolver for 6.X and earlier.

X-MFC after: never
diff 157594 Sat Apr 08 18:19:35 MDT 2006 ume Don't test if RES_INIT is set to see res_state structure is
initialized. Some application may reset RES_INIT. Use the
way in __res_vinit(), instead.
156956 Tue Mar 21 15:37:16 MST 2006 ume - Merge our local changes.
- Exclude unnecessary functions for us.
/freebsd-10.2-release/sbin/mca/
H A Dmca.8diff 162844 Sat Sep 30 11:12:36 MDT 2006 ru Markup nit.
diff 155565 Sun Feb 12 07:57:27 MST 2006 joel s/Februari/February/.
155557 Sat Feb 11 23:09:58 MST 2006 marcel Add a simple manpage.
/freebsd-10.2-release/contrib/libbegemot/
H A Drpoll.cdiff 165010 Fri Dec 08 14:45:15 MST 2006 harti This commit was generated by cvs2svn to compensate for changes in r165009,
which included commits to RCS files with non-trunk default branches.
diff 165009 Fri Dec 08 14:45:15 MST 2006 harti Vendor patch that adds a microsecond timer function.
diff 155420 Tue Feb 07 07:58:11 MST 2006 harti Vendor patch: remove the <CR>s that somehow crept in during initial commit.
H A Drpoll.mandiff 165010 Fri Dec 08 14:45:15 MST 2006 harti This commit was generated by cvs2svn to compensate for changes in r165009,
which included commits to RCS files with non-trunk default branches.
diff 165009 Fri Dec 08 14:45:15 MST 2006 harti Vendor patch that adds a microsecond timer function.
diff 156803 Fri Mar 17 10:04:10 MST 2006 harti This is actually a section 3 man page, not section 1. Also fix a couple
of grammatical errors.

Submitted by: jkoshy@
/freebsd-10.2-release/contrib/libreadline/
H A DNEWSdiff 165671 Sun Dec 31 09:06:30 MST 2006 ache This commit was generated by cvs2svn to compensate for changes in r165670,
which included commits to RCS files with non-trunk default branches.
diff 165670 Sun Dec 31 09:06:30 MST 2006 ache Virgin import of GNU Readline 5.2
diff 157184 Mon Mar 27 22:47:12 MST 2006 ache Virgin import of GNU Readline 5.1
/freebsd-10.2-release/contrib/libreadline/doc/
H A Drltech.texidiff 165671 Sun Dec 31 09:06:30 MST 2006 ache This commit was generated by cvs2svn to compensate for changes in r165670,
which included commits to RCS files with non-trunk default branches.
diff 165670 Sun Dec 31 09:06:30 MST 2006 ache Virgin import of GNU Readline 5.2
diff 157184 Mon Mar 27 22:47:12 MST 2006 ache Virgin import of GNU Readline 5.1
H A Drluser.texidiff 165671 Sun Dec 31 09:06:30 MST 2006 ache This commit was generated by cvs2svn to compensate for changes in r165670,
which included commits to RCS files with non-trunk default branches.
diff 165670 Sun Dec 31 09:06:30 MST 2006 ache Virgin import of GNU Readline 5.2
diff 157184 Mon Mar 27 22:47:12 MST 2006 ache Virgin import of GNU Readline 5.1
H A Drluserman.texidiff 165671 Sun Dec 31 09:06:30 MST 2006 ache This commit was generated by cvs2svn to compensate for changes in r165670,
which included commits to RCS files with non-trunk default branches.
diff 165670 Sun Dec 31 09:06:30 MST 2006 ache Virgin import of GNU Readline 5.2
diff 157184 Mon Mar 27 22:47:12 MST 2006 ache Virgin import of GNU Readline 5.1
H A Dversion.texidiff 165671 Sun Dec 31 09:06:30 MST 2006 ache This commit was generated by cvs2svn to compensate for changes in r165670,
which included commits to RCS files with non-trunk default branches.
diff 165670 Sun Dec 31 09:06:30 MST 2006 ache Virgin import of GNU Readline 5.2
diff 157184 Mon Mar 27 22:47:12 MST 2006 ache Virgin import of GNU Readline 5.1
/freebsd-10.2-release/contrib/libreadline/examples/rlfe/
H A DMakefile.indiff 165671 Sun Dec 31 09:06:30 MST 2006 ache This commit was generated by cvs2svn to compensate for changes in r165670,
which included commits to RCS files with non-trunk default branches.
diff 165670 Sun Dec 31 09:06:30 MST 2006 ache Virgin import of GNU Readline 5.2
157184 Mon Mar 27 22:47:12 MST 2006 ache Virgin import of GNU Readline 5.1
/freebsd-10.2-release/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.cdiff 164928 Wed Dec 06 00:03:42 MST 2006 davidxu initialize mutex and cv.
diff 164899 Tue Dec 05 05:31:49 MST 2006 davidxu Fix spelling.
164898 Tue Dec 05 05:14:56 MST 2006 davidxu Add a test for pthread's cv and cancellation.
/freebsd-10.2-release/sys/arm/at91/
H A Dat91_sscreg.hdiff 163680 Wed Oct 25 07:58:18 MDT 2006 imp MFp4: Status register bits
diff 163524 Fri Oct 20 07:08:15 MDT 2006 imp More register definitions.
157091 Fri Mar 24 07:42:33 MST 2006 imp Skeleton support for the SSC device, which implements I2S interfaces,
amoung others.
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DMakefilediff 164997 Thu Dec 07 22:36:17 MST 2006 syrinx Add support for RSTP (RFC4318) to the SNMP bridge monitoring module.

Approved by: bz (mentor)
164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dsnmp_hostres.3diff 162893 Sat Sep 30 19:07:03 MDT 2006 ru Revise markup.
diff 155181 Wed Feb 01 14:33:14 MST 2006 joel Expand contractions.
154133 Mon Jan 09 12:33:45 MST 2006 harti msg
/freebsd-10.2-release/tools/tools/ncpus/
H A Dncpus.cdiff 156362 Mon Mar 06 21:51:27 MST 2006 sam fixups

Submitted by: ru
MFC after: 3 days
diff 156329 Mon Mar 06 02:58:25 MST 2006 sam fix for non-i386/amd64 machines

Submitted by: marcel
MFC after: 3 days
155928 Wed Feb 22 21:51:09 MST 2006 sam test program to check cpu counting

MFC after: 1 week
/freebsd-10.2-release/usr.bin/csup/
H A Dglobtree.cdiff 156702 Tue Mar 14 03:51:13 MST 2006 mux This commit was generated by cvs2svn to compensate for changes in r156701,
which included commits to RCS files with non-trunk default branches.
diff 156701 Tue Mar 14 03:51:13 MST 2006 mux Import the latest snapshot of csup (20060313).
156230 Fri Mar 03 04:11:29 MST 2006 mux Initial import of csup.

Completed in 234 milliseconds

1234567891011>>