Searched hist:2004 (Results 76 - 100 of 11321) sorted by relevance

1234567891011>>

/freebsd-11.0-release/lib/libc/stdlib/
H A Dgetopt_long.cdiff 131710 Tue Jul 06 13:58:45 MDT 2004 ache Keep it sync with OpenBSD:
An optional argument cannot start with '-', even if permutation is
disabled.

Obtained from: OpenBSD getopt_long.c v1.17
diff 127734 Thu Apr 01 22:32:28 MST 2004 ache Simplify one condition in prev. commit:
short_too already assumes FLAG_LONGONLY
diff 127733 Thu Apr 01 22:09:07 MST 2004 ache Fix parsing of ambiguous options, whole loop must be processed
diff 126692 Sat Mar 06 14:24:10 MST 2004 ache Make GNU-compatible following case:
single '-' in command line and '-' (non-first) in options
diff 126535 Wed Mar 03 08:29:00 MST 2004 ache Make return code in noarg case GNU-compatible
diff 126518 Wed Mar 03 03:05:21 MST 2004 ache Be more GNU-compatible in diagnostics
diff 126452 Mon Mar 01 17:57:05 MST 2004 ache Improve GNU compatibility in several places, use internal GNU_COMPATIBLE
define for it.
Don't catch POSIXLY_CORRECT env. into static variable, it can be changed
on the fly by program.
Use P1003.2 standartized illoptchar[]
diff 126438 Mon Mar 01 10:03:34 MST 2004 ache Change "-"-started options when POSIX_CORRECTLY is set handling
in favour of GNU instead of NetBSD, because configure's use us and
expect GNU.
diff 126189 Tue Feb 24 08:07:26 MST 2004 ache Add getopt_long_only() from OpenBSD and other OpenBSD cleanups

PR: 63173
Submitted by: Marius Strobl <marius@alchemy.franken.de>
diff 126039 Fri Feb 20 11:55:14 MST 2004 ru Unbreak the upgrade path from 4.9 after removal of GNU getopt and
<gnuregex.h>.
/freebsd-11.0-release/sbin/geom/core/
H A DMakefilediff 139112 Tue Dec 21 09:59:45 MST 2004 ru NOSHARED -> NO_SHARED
diff 133570 Thu Aug 12 13:15:52 MDT 2004 pjd The geom(8) utility needs dynamic linker functionality to work, so it can't
be staticaly linked.
This fixes problems on systems compiled with NO_DYNAMICROOT.
diff 133005 Mon Aug 02 09:05:29 MDT 2004 pjd Don't use version number in library name. The library version is checked
after dlopen() anyway, so we should be safe.

Suggested by: ru
diff 132982 Sun Aug 01 22:24:07 MDT 2004 pjd After changing LIBDIR to SHLIBDIR, because of dependencies problems,
new problem shows up: symblic links (<libname>.so) are created under
/usr/lib/ now, instead of under /lib/geom/ where geom(8) looks for them.
Introduce a workaround to fix this by teaching geom(8) to open libraries
via /lib/geom/<libname>.so.<major_number> instead of /lib/geom/<libname>.so.
diff 130535 Tue Jun 15 17:31:35 MDT 2004 pjd Connect geom(8) to the build.

Reminded by: des
diff 129754 Wed May 26 17:51:53 MDT 2004 pjd Fix order.
diff 129745 Wed May 26 11:08:35 MDT 2004 pjd Print provider's size in human-readable form as well.
diff 129512 Thu May 20 20:12:17 MDT 2004 pjd Various style.Makefile(5) improvements.

Inspired by: ru
diff 129494 Thu May 20 14:59:41 MDT 2004 pjd Fix supposed compilation problem, using LIBDIR here can confuse core/
compilation.
129470 Thu May 20 10:09:56 MDT 2004 pjd Bring in geom(8) utility. It is an universal utility for operating on
GEOM classes. It works by loading a shared library via dlopen(3) mechanism
with class-specific code, it is also responsible for communicating with
GEOM via libgeom(3).
Per-class shared libraries are going to be stored in /lib/geom/ directory.
It provides also few standard commands like 'list', 'load' and 'unload'
for existing classes which aren't aware of geom(8).
More info will be send on freebsd-current@ mailing list.

Supported by: Wheel - Open Technologies - http://www.wheel.pl
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dia64-tdep.cdiff 134800 Sun Sep 05 06:17:25 MDT 2004 marcel Abstract the handling of dirty stacked registers in ia64_read_reg() and
ia64_write_reg() and call these whenever we read or write registers from
and to memory. This way we correctly read registers from addresses in
the register cache and thus fixes backtraces when the saved registers
(such as rp and ar.pfs) are in dirty stacked registers.
diff 132685 Tue Jul 27 03:54:16 MDT 2004 marcel Various improvements for ia64:
o s/TARGET_XFER_DIRTY/NATIVE_XFER_DIRTY/g to be conformant,
o Handle TARGET_OBJECT_DIRTY for core files. Required on Linux,
o Replace ia64_fbsd_supply_fpregs() and ia64_fbsd_supply_gregs()
with supply_fpregset() and supply_gregset() resp. Needed to
support libthread_db.
o For target_read_partial(), pass the address of bspstore as the
annex instead of bspstore itself. This fixes crossbuilds. The
annex is a pointer, while bspstore is a ULONGEST.
o In ia64_frame_prev_register(), handle dirty stacked registers.
diff 131083 Fri Jun 25 05:19:25 MDT 2004 marcel This commit was generated by cvs2svn to compensate for changes in r131082,
which included commits to RCS files with non-trunk default branches.
diff 131082 Fri Jun 25 05:19:25 MDT 2004 marcel Add support for ia64. This code will be contributed to GDB as soon
as the legal prerequisites are met. To avoid future merge conflicts,
this is added to the vendor branch. The changes are seperately kept
in FREEBSD-diffs for easy reference.
diff 130803 Sun Jun 20 18:26:14 MDT 2004 marcel Import of GDB version 6.1.1 (stripped; see FREEBSD-Xlist rev. 1.6).
/freebsd-11.0-release/sys/arm/arm/
H A Duio_machdep.cdiff 176886 Thu Mar 06 22:27:35 MST 2008 cognet MFi386:
revision 1.6
date: 2004/08/21 18:50:34; author: alc; state: Exp; lines: +3 -1
Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or
copyout fails.

Obtained from: DragonFlyBSD

Spotted out by: Mark Tinguely
MFC After: 3 days
diff 135658 Thu Sep 23 22:25:20 MDT 2004 cognet Use sf_bufs for uiomove_fromphys().
diff 130028 Thu Jun 03 10:22:47 MDT 2004 tjr Remove checks for curthread == NULL - it can't happen.
diff 130023 Thu Jun 03 01:47:37 MDT 2004 tjr Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid
having to acquire sched_lock when manipulating it in lockmgr(), uiomove(),
and uiomove_fromphys().

Reviewed by: jhb
129198 Fri May 14 11:46:45 MDT 2004 cognet Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videotron.ca>
Most of this comes from NetBSD.
/freebsd-11.0-release/sbin/sconfig/
H A Dsconfig.8diff 139423 Thu Dec 30 01:48:12 MST 2004 brueffer Fix typos.

PR: 75616
Submitted by: n-kogane@syd.odn.ne.jp
diff 138195 Mon Nov 29 15:32:31 MST 2004 rik Fix typo.

Submitted by: Janusz Muc'ka (Defacto) <gdef at cvd dot pl>
MFC after: 3 days
diff 129500 Thu May 20 16:40:06 MDT 2004 ru Clean up language.

Reviewed by: rik
diff 129378 Tue May 18 07:23:37 MDT 2004 ru Markup overhaul.
diff 124784 Wed Jan 21 13:24:38 MST 2004 ru Mark this manpage as i386-only.
/freebsd-11.0-release/share/man/man4/
H A Dncv.4diff 133456 Tue Aug 10 22:17:01 MDT 2004 simon Add a HARDWARE section which lists supported devices.
diff 131789 Thu Jul 08 07:09:57 MDT 2004 ru Markup fixes.
diff 126205 Wed Feb 25 00:13:43 MST 2004 non o Use `I-O DATA' instead of `IO DATA' as the vendor uses the former
on its own site (http://www.iodata.jp/).
o Add a missing cross reference to cardbus(4).

Submitted by: rushani
diff 126192 Tue Feb 24 15:00:03 MST 2004 brueffer Wordsmithing
diff 126183 Mon Feb 23 23:47:50 MST 2004 non PAO's work has been merged into FreeBSD not removed.
So remove the line.

Reviewed by: trhodes
H A Dng_sscop.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 131472 Fri Jul 02 19:07:33 MDT 2004 ru Removed trailing whitespace.
H A Dng_uni.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.
H A Dumct.4diff 134016 Thu Aug 19 13:41:06 MDT 2004 maxim Remove an unnecessary .It.

Reviewed by: ru
diff 133290 Sat Aug 07 23:45:04 MDT 2004 sanpei Add support for Belkin F5U409 serial-usb adapter

PR: kern/69804
Submitted by: Dan Nelson <dnelson@allantgroup.com>
diff 131809 Thu Jul 08 12:48:16 MDT 2004 ru Use the commonly used list type to enumerate supported devices.
diff 131530 Sat Jul 03 18:29:24 MDT 2004 ru Mechanically kill hard sentence breaks and double whitespaces.
126426 Mon Mar 01 03:49:05 MST 2004 scottl Add a manual page for the umct(4) driver.
H A Dng_atm.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 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 130857 Mon Jun 21 17:42:49 MDT 2004 mpp Spelling fixes.
/freebsd-11.0-release/share/man/man9/
H A Daltq.9diff 136220 Thu Oct 07 12:10:25 MDT 2004 mlaier Add a minimal altq.4 manpage to tell about the kernel options and where to
find more information. Also move the "SUPPORTED DEVICES" section from altq.9
to altq.4, where is belongs.

Requested by: green
MFC after: 2 days
diff 136039 Fri Oct 01 20:44:48 MDT 2004 mlaier dc(4) is now supported as well. While here sort the list and remove awi,
which isn't yet supported.
diff 134301 Wed Aug 25 18:49:32 MDT 2004 mlaier Document supported devices here (for lack of a better place). Users
interested in ALTQ are likely to type in "man altq" at some point and maybe
they will scroll down to the bottom as well.

MFC after: 3 days
diff 133386 Mon Aug 09 15:58:39 MDT 2004 mlaier mdoc(7) and english grammar makeover.

Submitted by: ru
133265 Sat Aug 07 12:35:56 MDT 2004 mlaier Add altq(9) explaining about the IFQ_* and IFQ_DRV_* macros in if_var.h and
how to convert drivers.

Obtained from: NetBSD (with changes)
Reviewed by: josef
H A Dg_provider_by_name.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 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 126861 Thu Mar 11 19:53:22 MST 2004 pjd Add reference to the g_access(9) manual page.
125699 Wed Feb 11 10:06:18 MST 2004 pjd Added first part of GEOM kernel API manuals pages.
Documented function and macros are:
- DECLARE_GEOM_CLASS(),
- g_attach(),
- g_detach(),
- g_new_bio(),
- g_clone_bio(),
- g_destroy_bio(),
- g_new_consumer(),
- g_destroy_consumer(),
- g_read_data(),
- g_write_data(),
- g_post_event(),
- g_waitfor_event(),
- g_cancel_event(),
- g_new_geomf(),
- g_destroy_geom(),
- g_new_providerf(),
- g_destroy_provider(),
- g_error_provider(),
- g_provider_by_name(),
- g_wither_geom().
and more to come.

I want to thanks following people for help with those documents:
Slawek Zak <zaks@prioris.mini.pw.edu.pl>
Simon L. Nielsen <simon@FreeBSD.org>
Pieter de Boer <g.p.de.boer@st.hanze.nl>
and of course
Poul-Henning Kamp <phk@FreeBSD.org>

Reviewed by: phk, scottl
Approved by: phk, scottl (mentor)
H A Dutopia.9diff 131736 Wed Jul 07 07:56:58 MDT 2004 ru Sweep formatting and assorted fixes.
diff 131681 Tue Jul 06 07:02:31 MDT 2004 ru Fixed the .Os call (missing or wrong).
diff 131540 Sat Jul 03 22:53:50 MDT 2004 ru Merge junk.
diff 131530 Sat Jul 03 18:29:24 MDT 2004 ru Mechanically kill hard sentence breaks and double whitespaces.
diff 130843 Mon Jun 21 14:11:45 MDT 2004 mpp Spelling fixes.
H A Dg_bio.9diff 133142 Wed Aug 04 21:35:05 MDT 2004 pjd - Add two fields to bio structure: 'bio_cflags' which can be used by
consumer and 'bio_pflags' which can be used by provider.
- Remove BIO_FLAG1 and BIO_FLAG2 flags. From now on new fields should be
used for internal flags.
- Update g_bio(9) manual page.
- Update some comments.
- Update GEOM_MIRROR, which was the only one using BIO_FLAGs.

Idea from: phk
Reviewed by: phk
diff 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 130843 Mon Jun 21 14:11:45 MDT 2004 mpp Spelling fixes.
diff 129387 Tue May 18 12:36:12 MDT 2004 le These hyphens don't need to be escaped.

Pointed out by: pjd@
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 126861 Thu Mar 11 19:53:22 MST 2004 pjd Add reference to the g_access(9) manual page.
diff 125714 Wed Feb 11 18:36:31 MST 2004 pjd Document g_print_bio() function.

Approved by: scottl (mentor)
125699 Wed Feb 11 10:06:18 MST 2004 pjd Added first part of GEOM kernel API manuals pages.
Documented function and macros are:
- DECLARE_GEOM_CLASS(),
- g_attach(),
- g_detach(),
- g_new_bio(),
- g_clone_bio(),
- g_destroy_bio(),
- g_new_consumer(),
- g_destroy_consumer(),
- g_read_data(),
- g_write_data(),
- g_post_event(),
- g_waitfor_event(),
- g_cancel_event(),
- g_new_geomf(),
- g_destroy_geom(),
- g_new_providerf(),
- g_destroy_provider(),
- g_error_provider(),
- g_provider_by_name(),
- g_wither_geom().
and more to come.

I want to thanks following people for help with those documents:
Slawek Zak <zaks@prioris.mini.pw.edu.pl>
Simon L. Nielsen <simon@FreeBSD.org>
Pieter de Boer <g.p.de.boer@st.hanze.nl>
and of course
Poul-Henning Kamp <phk@FreeBSD.org>

Reviewed by: phk, scottl
Approved by: phk, scottl (mentor)
H A Dg_data.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 130843 Mon Jun 21 14:11:45 MDT 2004 mpp Spelling fixes.
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 126861 Thu Mar 11 19:53:22 MST 2004 pjd Add reference to the g_access(9) manual page.
125699 Wed Feb 11 10:06:18 MST 2004 pjd Added first part of GEOM kernel API manuals pages.
Documented function and macros are:
- DECLARE_GEOM_CLASS(),
- g_attach(),
- g_detach(),
- g_new_bio(),
- g_clone_bio(),
- g_destroy_bio(),
- g_new_consumer(),
- g_destroy_consumer(),
- g_read_data(),
- g_write_data(),
- g_post_event(),
- g_waitfor_event(),
- g_cancel_event(),
- g_new_geomf(),
- g_destroy_geom(),
- g_new_providerf(),
- g_destroy_provider(),
- g_error_provider(),
- g_provider_by_name(),
- g_wither_geom().
and more to come.

I want to thanks following people for help with those documents:
Slawek Zak <zaks@prioris.mini.pw.edu.pl>
Simon L. Nielsen <simon@FreeBSD.org>
Pieter de Boer <g.p.de.boer@st.hanze.nl>
and of course
Poul-Henning Kamp <phk@FreeBSD.org>

Reviewed by: phk, scottl
Approved by: phk, scottl (mentor)
H A Dg_event.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 126861 Thu Mar 11 19:53:22 MST 2004 pjd Add reference to the g_access(9) manual page.
125699 Wed Feb 11 10:06:18 MST 2004 pjd Added first part of GEOM kernel API manuals pages.
Documented function and macros are:
- DECLARE_GEOM_CLASS(),
- g_attach(),
- g_detach(),
- g_new_bio(),
- g_clone_bio(),
- g_destroy_bio(),
- g_new_consumer(),
- g_destroy_consumer(),
- g_read_data(),
- g_write_data(),
- g_post_event(),
- g_waitfor_event(),
- g_cancel_event(),
- g_new_geomf(),
- g_destroy_geom(),
- g_new_providerf(),
- g_destroy_provider(),
- g_error_provider(),
- g_provider_by_name(),
- g_wither_geom().
and more to come.

I want to thanks following people for help with those documents:
Slawek Zak <zaks@prioris.mini.pw.edu.pl>
Simon L. Nielsen <simon@FreeBSD.org>
Pieter de Boer <g.p.de.boer@st.hanze.nl>
and of course
Poul-Henning Kamp <phk@FreeBSD.org>

Reviewed by: phk, scottl
Approved by: phk, scottl (mentor)
/freebsd-11.0-release/tools/tools/genericize/
H A Dgenericize.pldiff 135520 Mon Sep 20 15:22:57 MDT 2004 des Don't forget to check defined() before testing the value.
diff 135480 Sun Sep 19 21:21:26 MDT 2004 des Recognize options with values. If an option is present in both GENERIC
and the custom kernel, but its value has been modified, it will now be
kept in its correct spot instead of being moved to the bottom.
diff 135278 Wed Sep 15 21:10:46 MDT 2004 des Comment lines may have leading whitespace.

PR: 71773
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
diff 134494 Sun Aug 29 19:45:50 MDT 2004 des Add -c option to preserve comments from GENERIC in the output.
134439 Sat Aug 28 13:36:16 MDT 2004 des Add genericize, a Perl script that converts a kernel config into something
more easily diffable against GENERIC.
/freebsd-11.0-release/usr.sbin/watchdogd/
H A Dwatchdog.8diff 131754 Wed Jul 07 19:57:16 MDT 2004 ru mdoc(7) fixes.
diff 130454 Mon Jun 14 07:27:27 MDT 2004 phk Document -d flag
diff 130420 Sun Jun 13 18:03:44 MDT 2004 ru Assorted markup, grammar, and spelling fixes.
diff 128644 Sun Apr 25 14:13:48 MDT 2004 simon mdoc(7) janitor:
- Sort SEE ALSO by section number.
- Remove redundant ','.
126383 Sat Feb 28 20:56:35 MST 2004 phk Rename the WATCHDOG option to SW_WATCHDOG and make it use the
generic watchdoc(9) interface.

Make watchdogd(8) perform as watchdog(8) as well, and make it
possible to specify a check command to run, timeout and sleep
periods.

Update watchdog(4) to talk about the generic interface and add
new watchdog(8) page.
/freebsd-11.0-release/contrib/pf/authpf/
H A Dauthpf.cdiff 130617 Wed Jun 16 23:39:33 MDT 2004 mlaier Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).
diff 127082 Tue Mar 16 17:24:06 MST 2004 obrien Fix $FreeBSD$ ids.
diff 127024 Mon Mar 15 13:41:17 MST 2004 mlaier Fix some style(9) related issues after discussion with/education from bde:
- Add <sys/param.h> and <limits.h> where required (do not depend on other
headers pulling it in).
- __dead -> __dead2
- #if defined() -> #ifdef
- Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast.

All changes looped back to OpenBSD (where applicable) for easier sync in the
future.

Requested by: bde
Approved by: bms(mentor)
diff 126355 Sat Feb 28 17:32:53 MST 2004 mlaier Apply diff from the port.
Rather small diff for the userland (in contrast to the kernel):
- Some header file location/differences
- Clean compilation on 64bit arch (identified by bento a long time ago)
- ALTQ not (yet) available. Leave a switch for patchsets and future ...
- most files can be used from the vendor branch

Approved by: bms(in general)
diff 126354 Sat Feb 28 16:52:45 MST 2004 mlaier This commit was generated by cvs2svn to compensate for changes in r126353,
which included commits to RCS files with non-trunk default branches.
126353 Sat Feb 28 16:52:45 MST 2004 mlaier Vendor import of OpenBSD's pf userland as of OpenBSD 3.4

Approved by: bms(mentor), core(in general)
/freebsd-11.0-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.cdiff 130617 Wed Jun 16 23:39:33 MDT 2004 mlaier Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).
diff 127082 Tue Mar 16 17:24:06 MST 2004 obrien Fix $FreeBSD$ ids.
diff 127024 Mon Mar 15 13:41:17 MST 2004 mlaier Fix some style(9) related issues after discussion with/education from bde:
- Add <sys/param.h> and <limits.h> where required (do not depend on other
headers pulling it in).
- __dead -> __dead2
- #if defined() -> #ifdef
- Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast.

All changes looped back to OpenBSD (where applicable) for easier sync in the
future.

Requested by: bde
Approved by: bms(mentor)
diff 126355 Sat Feb 28 17:32:53 MST 2004 mlaier Apply diff from the port.
Rather small diff for the userland (in contrast to the kernel):
- Some header file location/differences
- Clean compilation on 64bit arch (identified by bento a long time ago)
- ALTQ not (yet) available. Leave a switch for patchsets and future ...
- most files can be used from the vendor branch

Approved by: bms(in general)
diff 126354 Sat Feb 28 16:52:45 MST 2004 mlaier This commit was generated by cvs2svn to compensate for changes in r126353,
which included commits to RCS files with non-trunk default branches.
126353 Sat Feb 28 16:52:45 MST 2004 mlaier Vendor import of OpenBSD's pf userland as of OpenBSD 3.4

Approved by: bms(mentor), core(in general)
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.hdiff 137019 Thu Oct 28 16:11:31 MDT 2004 des Resolve conflicts
diff 128460 Tue Apr 20 09:46:41 MDT 2004 des Resolve conflicts.
diff 126277 Thu Feb 26 10:52:33 MST 2004 des Resolve conflicts.
diff 124696 Sun Jan 18 22:31:30 MST 2004 des Work around removal of EAI_NODATA from netdb.h.
diff 124209 Wed Jan 07 11:10:17 MST 2004 des This commit was generated by cvs2svn to compensate for changes in r124208,
which included commits to RCS files with non-trunk default branches.
124208 Wed Jan 07 11:10:17 MST 2004 des Vendor import of OpenSSH 3.7.1p2.
/freebsd-11.0-release/sys/i386/i386/
H A Duio_machdep.cdiff 134127 Sat Aug 21 18:50:34 MDT 2004 alc Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or
copyout fails.

Obtained from: DragonFlyBSD
diff 130028 Thu Jun 03 10:22:47 MDT 2004 tjr Remove checks for curthread == NULL - it can't happen.
diff 130023 Thu Jun 03 01:47:37 MDT 2004 tjr Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid
having to acquire sched_lock when manipulating it in lockmgr(), uiomove(),
and uiomove_fromphys().

Reviewed by: jhb
diff 128019 Wed Apr 07 20:46:16 MDT 2004 imp Remove advertising clause from University of California Regent's
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.

Approved by: core, peter, alc, rwatson
diff 127788 Sat Apr 03 09:16:27 MST 2004 alc In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it
should not. Add a new parameter so that the caller can specify which is
the case.

Reported by: dillon
127282 Sun Mar 21 20:28:36 MST 2004 alc Add an implementation of uiomove_fromphys() for i386. This implementation
uses sf_buf_alloc() and sf_buf_free() to create and destroy the necessary
ephemeral mappings.
/freebsd-11.0-release/lib/libsdp/
H A Dsdp.3diff 131637 Mon Jul 05 17:38:08 MDT 2004 ru Make whatis(1) happy about the NAME section.
Slightly fix markup and grammar.
diff 131504 Fri Jul 02 23:52:20 MDT 2004 ru Mechanically kill hard sentence breaks.
diff 131472 Fri Jul 02 19:07:33 MDT 2004 ru Removed trailing whitespace.
diff 124758 Tue Jan 20 20:48:26 MST 2004 emax Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.
Extend libsdp(3) API to allow service registration and removal.
Fix uninitialized variable bug in sdpcontrol(8).

Reviewed by: imp (mentor)
No objection: ru
diff 124317 Fri Jan 09 22:44:28 MST 2004 emax Change sdp_open_local(3) API. It now takes a path to a control socket
Teach sdpcontrol(8) how to talk to the local SDP server
Update man pages
s/u_int/uint

Reviewed by: imp (mentor), ru
diff 124305 Fri Jan 09 18:19:12 MST 2004 emax Prepare libsdp(3) for the upcoming sdpd import
Also while i'm here s/u_int/uint

Reviewed by: imp (mentor), ru
/freebsd-11.0-release/sys/dev/acpi_support/
H A Dacpi_panasonic.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 137365 Sun Nov 07 23:18:23 MST 2004 njl Add power profile support so that the LCD changes brightness levels based
on the AC line state.

Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org>
MFC after: 1 week
diff 134258 Tue Aug 24 17:53:25 MDT 2004 njl Be sure to always unlock the sx lock when exiting the sysctl function.

MFC after: 3 days
diff 133629 Fri Aug 13 06:22:31 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.
diff 132611 Sat Jul 24 20:40:02 MDT 2004 njl Whitespace cleanup and move static variables together.
132501 Wed Jul 21 14:47:54 MDT 2004 nyan Add the ACPI Panasonic extras driver.

Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org> and nyan
/freebsd-11.0-release/release/doc/share/misc/
H A Ddev.archlist.txtdiff 139404 Wed Dec 29 14:38:37 MST 2004 brueffer Autogenerate device listings for bktr(4).

MFC after: 1 week
diff 138985 Fri Dec 17 18:37:58 MST 2004 brueffer Autogenerate device listings for umass(4).

MFC after: 3 days
diff 138967 Fri Dec 17 10:31:00 MST 2004 brueffer Autogenerate device listings for ng_bt3c(4).

MFC after: 3 days
diff 138872 Tue Dec 14 22:21:51 MST 2004 simon - Auto generate device listings for the pst(4) and vpo(4) device
drivers.

MFC after: 1 week
diff 138850 Tue Dec 14 16:23:38 MST 2004 simon Auto generate device listings for the snd_maestro(4) and snd_maestro4(4)
device drivers.

MFC after: 1 week
diff 138846 Tue Dec 14 13:12:29 MST 2004 simon Add snd_audiocs(4).
diff 138133 Sat Nov 27 13:57:22 MST 2004 simon Auto generate device listings for the snd_ich(4) driver.

MFC after: 1 week
diff 137927 Sat Nov 20 02:44:47 MST 2004 brueffer Add hptmv(4)
diff 137407 Mon Nov 08 19:52:21 MST 2004 brueffer gx(4) is gone, remove any references
diff 135829 Sun Sep 26 19:06:17 MDT 2004 simon Add ulpt(4) and urio(4).

MFC after: 3 days

Completed in 176 milliseconds

1234567891011>>