Searched hist:2004 (Results 1 - 25 of 11321) sorted by relevance

1234567891011>>

/freebsd-11.0-release/share/man/man9/
H A Dg_access.9diff 131689 Tue Jul 06 08:21:12 MDT 2004 ru Tiny markup fixes.
diff 131594 Sun Jul 04 20:55:50 MDT 2004 ru Sort SEE ALSO references (in dictionary order, ignoring case).
diff 131530 Sat Jul 03 18:29:24 MDT 2004 ru Mechanically kill hard sentence breaks and double whitespaces.
diff 129381 Tue May 18 11:33:37 MDT 2004 le Update several GEOM related manual pages:

*) Fix spelling errors.
*) Better english.
*) Re-phrasing.

Not Reviewed by: pjd (one week timeout)
Approved by: grog (mentor)
diff 127372 Wed Mar 24 14:42:26 MST 2004 pjd Added a note, that g_access() function cannot failed when dc[rwe] <= 0.
diff 127371 Wed Mar 24 14:25:46 MST 2004 pjd Functions:

- g_new_geomf(),
- g_new_providerf(),
- g_new_consumer()

cannot failed (by returning NULL), so don't scare programmers.
diff 126864 Thu Mar 11 22:22:03 MST 2004 pjd mdoc(7): New sentence should start on new line.

Pointed out by: hmp
126859 Thu Mar 11 19:23:48 MST 2004 pjd Add manual page for g_access(9) GEOM function.
/freebsd-11.0-release/share/man/man4/
H A Dng_sppp.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
diff 131594 Sun Jul 04 20:55:50 MDT 2004 ru Sort SEE ALSO references (in dictionary order, ignoring case).
diff 131530 Sat Jul 03 18:29:24 MDT 2004 ru Mechanically kill hard sentence breaks and double whitespaces.
diff 131472 Fri Jul 02 19:07:33 MDT 2004 ru Removed trailing whitespace.
diff 129277 Sun May 16 14:41:20 MDT 2004 ru Kill DOS newline breaks.
127624 Tue Mar 30 15:28:09 MST 2004 rik Manual page for ng_sppp module.

Approved by: imp (mentor)
Reviewed by: julian
H A Dng_sscfu.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
diff 131726 Tue Jul 06 20:43:24 MDT 2004 ru Fixed section name.
diff 131681 Tue Jul 06 07:02:31 MDT 2004 ru Fixed the .Os call (missing or wrong).
diff 131530 Sat Jul 03 18:29:24 MDT 2004 ru Mechanically kill hard sentence breaks and double whitespaces.
diff 130857 Mon Jun 21 17:42:49 MDT 2004 mpp Spelling fixes.
/freebsd-11.0-release/share/man/man4/man4.i386/
H A Dct.4diff 132968 Sun Aug 01 19:08:04 MDT 2004 simon - Add a HARDWARE section which lists supported devices.
- Minor cleanup of the device lists when I'm here anyway.
diff 131724 Tue Jul 06 19:51:31 MDT 2004 ru mdoc(7) fixes.
diff 131530 Sat Jul 03 18:29:24 MDT 2004 ru Mechanically kill hard sentence breaks and double whitespaces.
diff 131472 Fri Jul 02 19:07:33 MDT 2004 ru Removed trailing whitespace.
diff 127942 Tue Apr 06 12:34:25 MDT 2004 rik Remove hyphen between product and company name. This may confuse peoples.

Requested by: Mark Johnston <mjohnston at skyweb dot ca>
MFC after: 1 days
127436 Fri Mar 26 06:26:45 MST 2004 non Add ct(4) man page for ct SCSI host adapter device driver and attach
it to the build.
H A Dctau.4diff 134825 Sun Sep 05 22:09:53 MDT 2004 simon Add a HARDWARE section which lists supported devices based on the
Hardware Notes.

MFC after: 3 days
diff 130860 Mon Jun 21 18:10:10 MDT 2004 rik MFCronyx: add cross-references, fix history section.
diff 130850 Mon Jun 21 15:14:27 MDT 2004 rik MFcx(4) 1.23: markup fixes by ru@.
diff 127942 Tue Apr 06 12:34:25 MDT 2004 rik Remove hyphen between product and company name. This may confuse peoples.

Requested by: Mark Johnston <mjohnston at skyweb dot ca>
MFC after: 1 days
127382 Wed Mar 24 19:28:50 MST 2004 rik Move ct.4 to ctau.4. Step two: add ct.4 as ctau.4.
Do not bother about too small history for ct.4.

Approved by: imp(mentor)
/freebsd-11.0-release/sys/dev/acpi_support/
H A Dacpi_toshiba.cdiff 138825 Mon Dec 13 23:31:46 MST 2004 njl Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
one will never be supported on the same platform, this does not hurt
debugging.

MFC after: 3 days
diff 133630 Fri Aug 13 06:22:35 MDT 2004 njl MPSAFE locking

* Serialize access to the sysctl routines and the notify handler
* Assert that the sx lock is held in any functions they call.
* Note that recursively calling to re-enable the hotkeys is sub-optimal.
diff 131284 Tue Jun 29 19:05:20 MDT 2004 njl Update for acpi_id_probe()
diff 130534 Tue Jun 15 16:49:20 MDT 2004 njl s/device_get_handle/acpi_get_handle

Submitted by: Hiroyuki Aizu
diff 130511 Tue Jun 15 02:17:23 MDT 2004 njl Catch one more use of acpi_MatchHid and update for new API.
diff 130447 Mon Jun 14 03:40:56 MDT 2004 njl Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLE
and device_t isn't caught by the compiler.
diff 129882 Sun May 30 20:34:58 MDT 2004 phk Add missing #include <sys/module.h>
diff 128223 Wed Apr 14 03:32:01 MDT 2004 njl Use METHOD_VIDEO instead of the method string itself.

Pointed out by: Andrew Thompson
diff 128207 Wed Apr 14 00:23:58 MDT 2004 njl Add support for video output switching. It appears no systems use HCI to
change the video output but use a separate device with a DSSX method
and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle
for this object and pass it to the acpi_toshiba driver.

This is untested but seems to match the Linux Toshiba driver.
diff 128036 Thu Apr 08 16:45:12 MDT 2004 njl Unify on version 1 to be similar to the rest of the tree. After 5-stable
branches, increment version on any API change visible to other modules.
/freebsd-11.0-release/include/
H A Dgetopt.hdiff 126190 Tue Feb 24 08:09:20 MST 2004 ache Add getopt_long_only()
diff 126155 Mon Feb 23 08:14:18 MST 2004 ache In the comment tell about optreset extension for NetBSD ghetopt_long()
diff 126142 Mon Feb 23 04:51:07 MST 2004 ache Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)
use it too.
diff 126141 Mon Feb 23 04:17:59 MST 2004 ache Try to better mimic GNU getopt.h which does not assume to make visible
all unistd.h functions, use _GETOPT_DECLARE define for that.
diff 126140 Mon Feb 23 03:47:28 MST 2004 ache Fix comment: GNU getopt.h to which this header tries to mimic does not declare
getsubopt/optreset
/freebsd-11.0-release/gnu/lib/libregex/
H A Dgnuregex.hdiff 126224 Wed Feb 25 10:56:54 MST 2004 ache Change warning hint to be more useful
diff 126022 Thu Feb 19 20:02:38 MST 2004 obrien Allow to compile with non-GCC compiler.
125978 Wed Feb 18 22:09:34 MST 2004 ache Install gnuregex.h as wrapper for gnu/regex.h (with warning)
/freebsd-11.0-release/contrib/ngatm/libngatm/
H A Dcccust.hdiff 133489 Wed Aug 11 12:17:54 MDT 2004 harti This commit was generated by cvs2svn to compensate for changes in r133488,
which included commits to RCS files with non-trunk default branches.
diff 133488 Wed Aug 11 12:17:54 MDT 2004 harti Virgin import of NgATM user part 1.1
131823 Thu Jul 08 16:38:36 MDT 2004 harti Virgin import of NgATM user part 1.0
/freebsd-11.0-release/contrib/binutils/binutils/
H A DChangeLog-0001diff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A DChangeLog-0203diff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
/freebsd-11.0-release/contrib/binutils/bfd/doc/
H A DChangeLog-9103diff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
/freebsd-11.0-release/contrib/binutils/ld/
H A DChangeLog-0001diff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A DChangeLog-0203diff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
/freebsd-11.0-release/contrib/binutils/ld/emulparams/
H A Delf32b4300.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Delf32bsmip.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Delf32ebmip.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Delf32elmip.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Delf32l4300.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Delf32lmip.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Delf32lsmip.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Dsh.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Dshl.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Dshlelf.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
H A Dvsta.shdiff 130562 Wed Jun 16 05:45:41 MDT 2004 obrien This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
130561 Wed Jun 16 05:45:41 MDT 2004 obrien Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.

Completed in 117 milliseconds

1234567891011>>