Searched hist:16 (Results 176 - 200 of 29227) sorted by relevance

1234567891011>>

/freebsd-11.0-release/lib/libc/db/man/
H A Ddbm.3diff 300999 Mon May 30 16:59:11 MDT 2016 ed Let dbm's datum::dptr use the right type.

According to POSIX, it should use void *, not char *. Unfortunately, the
dsize field also has the wrong type. It should be size_t. I'm not going
to change that, as that will break the ABI.

Reviewed by: pfg
Differential Revision: https://reviews.freebsd.org/D6647
diff 157795 Sun Apr 16 16:33:26 MDT 2006 maxim o dbm_close(3) returns void not zero or anything else. Touch .Dd.

PR: docs/80070
Submitted by: Aleksej Saushev
MFC after: 2 weeks
diff 157795 Sun Apr 16 16:33:26 MDT 2006 maxim o dbm_close(3) returns void not zero or anything else. Touch .Dd.

PR: docs/80070
Submitted by: Aleksej Saushev
MFC after: 2 weeks
diff 84306 Mon Oct 01 16:09:29 MDT 2001 ru mdoc(7) police: Use the new .In macro for #include statements.
diff 81773 Thu Aug 16 11:09:00 MDT 2001 ru mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.
diff 72414 Mon Feb 12 15:16:24 MST 2001 ru mdoc(7) cleanup.
/freebsd-11.0-release/lib/libc/gen/
H A Dsem_open.3diff 131465 Fri Jul 02 16:45:56 MDT 2004 ru Markup tidying.
diff 124530 Wed Jan 14 20:54:16 MST 2004 ru - libc/sys/sem.c was repocopied to libc/gen/sem.c.
- sem_*(3) manpages were repocopied from libc_r.

Reviewed by: deischen
Repocopy by: markm
diff 84306 Mon Oct 01 16:09:29 MDT 2001 ru mdoc(7) police: Use the new .In macro for #include statements.
diff 81588 Mon Aug 13 16:33:00 MDT 2001 ru Spell "FreeBSD" with "F" and "BSD" in uppercase.
diff 73093 Mon Feb 26 15:16:43 MST 2001 ru Use ``.St -p1003.1-96''.
57260 Wed Feb 16 19:31:53 MST 2000 jasone Add man pages for the sem_*() functions.

Approved by: jkh
H A Dsem_post.3diff 131465 Fri Jul 02 16:45:56 MDT 2004 ru Markup tidying.
diff 124530 Wed Jan 14 20:54:16 MST 2004 ru - libc/sys/sem.c was repocopied to libc/gen/sem.c.
- sem_*(3) manpages were repocopied from libc_r.

Reviewed by: deischen
Repocopy by: markm
diff 84306 Mon Oct 01 16:09:29 MDT 2001 ru mdoc(7) police: Use the new .In macro for #include statements.
diff 81588 Mon Aug 13 16:33:00 MDT 2001 ru Spell "FreeBSD" with "F" and "BSD" in uppercase.
diff 73093 Mon Feb 26 15:16:43 MST 2001 ru Use ``.St -p1003.1-96''.
57260 Wed Feb 16 19:31:53 MST 2000 jasone Add man pages for the sem_*() functions.

Approved by: jkh
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII.hdiff 294507 Thu Jan 21 16:18:23 MST 2016 harti Fill the ifAlias leaf of the ifXTable with the interface description
if there is one available and it fits into the maximum size (64 characters).
diff 200063 Thu Dec 03 16:18:07 MST 2009 syrinx Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded system.
Instead of constantly calling the mibII_idle function when the server is not busy
call the function only once every 10 seconds to avoid bsnmpd constantly doing
gettimeofday syscalls. Make the idle polling interval confugurable via
begemotIfDataPoll.

Reported and tested by: misho (at) aitbg (dot) com
Oked by: harti
MFC after: 1 week
diff 156067 Mon Feb 27 16:16:18 MST 2006 harti This commit was generated by cvs2svn to compensate for changes in r156066,
which included commits to RCS files with non-trunk default branches.
diff 156067 Mon Feb 27 16:16:18 MST 2006 harti This commit was generated by cvs2svn to compensate for changes in r156066,
which included commits to RCS files with non-trunk default branches.
diff 156066 Mon Feb 27 16:16:18 MST 2006 harti Virgin import of bsnmpd 1.12
diff 156066 Mon Feb 27 16:16:18 MST 2006 harti Virgin import of bsnmpd 1.12
H A DmibII_interfaces.cdiff 294507 Thu Jan 21 16:18:23 MST 2016 harti Fill the ifAlias leaf of the ifXTable with the interface description
if there is one available and it fits into the maximum size (64 characters).
diff 156067 Mon Feb 27 16:16:18 MST 2006 harti This commit was generated by cvs2svn to compensate for changes in r156066,
which included commits to RCS files with non-trunk default branches.
diff 156067 Mon Feb 27 16:16:18 MST 2006 harti This commit was generated by cvs2svn to compensate for changes in r156066,
which included commits to RCS files with non-trunk default branches.
diff 156066 Mon Feb 27 16:16:18 MST 2006 harti Virgin import of bsnmpd 1.12
diff 156066 Mon Feb 27 16:16:18 MST 2006 harti Virgin import of bsnmpd 1.12
diff 128237 Wed Apr 14 16:20:14 MDT 2004 harti Import of bsnmpd 1.6
/freebsd-11.0-release/sys/netsmb/
H A Dsmb.hdiff 107940 Mon Dec 16 16:20:06 MST 2002 robert Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
_KERNEL scope from "src/sys/sys/mchain.h".

Replace each occurrence of the above in _KERNEL scope with the
appropriate macro from the set of hto(be|le)(16|32|64) and
(be|le)toh(16|32|64) from "src/sys/sys/endian.h".

Tested by: tjr
Requested by: comment marked with XXX
diff 107940 Mon Dec 16 16:20:06 MST 2002 robert Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
_KERNEL scope from "src/sys/sys/mchain.h".

Replace each occurrence of the above in _KERNEL scope with the
appropriate macro from the set of hto(be|le)(16|32|64) and
(be|le)toh(16|32|64) from "src/sys/sys/endian.h".

Tested by: tjr
Requested by: comment marked with XXX
diff 107940 Mon Dec 16 16:20:06 MST 2002 robert Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
_KERNEL scope from "src/sys/sys/mchain.h".

Replace each occurrence of the above in _KERNEL scope with the
appropriate macro from the set of hto(be|le)(16|32|64) and
(be|le)toh(16|32|64) from "src/sys/sys/endian.h".

Tested by: tjr
Requested by: comment marked with XXX
diff 107940 Mon Dec 16 16:20:06 MST 2002 robert Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
_KERNEL scope from "src/sys/sys/mchain.h".

Replace each occurrence of the above in _KERNEL scope with the
appropriate macro from the set of hto(be|le)(16|32|64) and
(be|le)toh(16|32|64) from "src/sys/sys/endian.h".

Tested by: tjr
Requested by: comment marked with XXX
diff 103389 Mon Sep 16 09:26:07 MDT 2002 bp Add more constants for future use in kernel and userland.

Obtained from: Darwin
diff 91021 Thu Feb 21 16:10:42 MST 2002 bp Add subfunction definition for future use.

MFC after: 2 weeks
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Dasllookup.cdiff 285797 Wed Jul 22 16:36:34 MDT 2015 jkim Merge ACPICA 20150717.
diff 243347 Tue Nov 20 21:16:20 MST 2012 jkim Merge ACPICA 20121114.
diff 212761 Thu Sep 16 20:11:46 MDT 2010 jkim Merge ACPICA 20100915.
diff 199337 Mon Nov 16 21:53:21 MST 2009 jkim Merge ACPICA 20091112.
diff 193529 Fri Jun 05 18:58:16 MDT 2009 jkim Import ACPICA 20090521.
118611 Thu Aug 07 16:38:31 MDT 2003 njl Import compiler/ files from acpica 0619
/freebsd-11.0-release/usr.bin/ctags/
H A Dprint.cdiff 299355 Tue May 10 11:23:16 MDT 2016 bapt Rename getline with get_line to avoid collision with getline(3)

When getline(3) in 2009 was added a _WITH_GETLINE guard has also been added.
This rename is made in preparation for the removal of this guard

Obtained from: NetBSD
diff 81783 Thu Aug 16 16:18:14 MDT 2001 mikeh Print a space between the function name and line number.

PR: bin/10980
MFC after: 2 weeks
diff 81783 Thu Aug 16 16:18:14 MDT 2001 mikeh Print a space between the function name and line number.

PR: bin/10980
MFC after: 2 weeks
diff 81782 Thu Aug 16 16:16:07 MDT 2001 mikeh Add $FreeBSD$

MFC after: 2 weeks
diff 81782 Thu Aug 16 16:16:07 MDT 2001 mikeh Add $FreeBSD$

MFC after: 2 weeks
diff 81782 Thu Aug 16 16:16:07 MDT 2001 mikeh Add $FreeBSD$

MFC after: 2 weeks
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dsaf1761_otg.cdiff 275468 Wed Dec 03 22:03:53 MST 2014 hselasky Optimise the bit searching loops, by quickly skipping the 16 first set
bits if all the 16 first bits are set. This way the worst case
searching time is reduced from 32 to 16 cycles.
diff 275468 Wed Dec 03 22:03:53 MST 2014 hselasky Optimise the bit searching loops, by quickly skipping the 16 first set
bits if all the 16 first bits are set. This way the worst case
searching time is reduced from 32 to 16 cycles.
diff 275468 Wed Dec 03 22:03:53 MST 2014 hselasky Optimise the bit searching loops, by quickly skipping the 16 first set
bits if all the 16 first bits are set. This way the worst case
searching time is reduced from 32 to 16 cycles.
diff 266892 Fri May 30 16:55:28 MDT 2014 hselasky It appears the ISP/SAF1761 sometimes is busy when reading the status
word of the PTD and simply returns a value of zero. Retry a few times
before giving up.

Sponsored by: DARPA, AFRL
diff 266812 Wed May 28 16:38:19 MDT 2014 hselasky Fixes for ISP/SAF1761 host mode:
- Make the USB hardware skip PTDs which are not allocated.
- Peek host memory twice. Sometimes the PTD status is incorrectly
returned as zero.
- Ensure the host channel is always freed when software TD
is completing.
- Add correct configuration of interrupt polarity and type.
- Set CERR to 2 for asynchronous traffic to avoid having to
reactivate the PTD when a NAK token is received.
- Fix detection of STALL PID.

Sponsored by: DARPA, AFRL
diff 266741 Tue May 27 10:05:12 MDT 2014 hselasky Multiple fixes and improvements:
- Put "_LE_" into the register access macros to indicate little endian
byte order is expected by the hardware.
- Avoid using the bounce buffer when not strictly needed. Try to move
data directly using bus-space functions first.
- Ensure we preserve the reserved bits in the power down mode
register. Else the hardware goes into a non-recoverable state.
- Always use 32-bit access when writing or reading registers or FIFOs,
because the hardware is 32-bit oriented and don't really understand 8-
and 16-bit access.
- Correct writes to the memory address register. There is no need to
shift the register offset.
- Correct interval for interrupt endpoints.
- Optimise 90ns internal memory buffer read delay.
- Rename PDT into PTD, which is how the datasheet writes it.
- Add missing programming for activating host controller PTDs.

Sponsored by: DARPA, AFRL
diff 266262 Fri May 16 16:48:44 MDT 2014 hselasky Enable host controller interrupts.

Sponsored by: DARPA, AFRL
diff 266262 Fri May 16 16:48:44 MDT 2014 hselasky Enable host controller interrupts.

Sponsored by: DARPA, AFRL
diff 266246 Fri May 16 16:00:44 MDT 2014 hselasky Fix a compile warning about unused variable.

Sponsored by: DARPA, AFRL
diff 266246 Fri May 16 16:00:44 MDT 2014 hselasky Fix a compile warning about unused variable.

Sponsored by: DARPA, AFRL
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dinstall-shdiff 72446 Tue Feb 13 16:46:19 MST 2001 assar This commit was generated by cvs2svn to compensate for changes in r72445,
which included commits to RCS files with non-trunk default branches.
72445 Tue Feb 13 16:46:19 MST 2001 assar import of heimdal 0.3e
H A Dmissingdiff 72446 Tue Feb 13 16:46:19 MST 2001 assar This commit was generated by cvs2svn to compensate for changes in r72445,
which included commits to RCS files with non-trunk default branches.
72445 Tue Feb 13 16:46:19 MST 2001 assar import of heimdal 0.3e
H A Dmkinstalldirsdiff 72446 Tue Feb 13 16:46:19 MST 2001 assar This commit was generated by cvs2svn to compensate for changes in r72445,
which included commits to RCS files with non-trunk default branches.
72445 Tue Feb 13 16:46:19 MST 2001 assar import of heimdal 0.3e
/freebsd-11.0-release/contrib/sendmail/src/
H A Derr.cdiff 168520 Mon Apr 09 01:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 132946 Sun Aug 01 01:16:16 MDT 2004 gshapiro Resolve conflicts from sendmail 8.13.1 import
diff 132946 Sun Aug 01 01:16:16 MDT 2004 gshapiro Resolve conflicts from sendmail 8.13.1 import
diff 111367 Sun Feb 23 21:58:16 MST 2003 gshapiro Follow the (good) trend of returning import files to vendor versions
where possible for easier future imports.
diff 98125 Tue Jun 11 21:16:51 MDT 2002 gshapiro Resolve conflicts from sendmail 8.12.4 import
diff 95157 Sat Apr 20 20:34:16 MDT 2002 gshapiro Resolve conflicts from import of post-8.12.3 bug fixes.
diff 64565 Sat Aug 12 22:19:16 MDT 2000 gshapiro Fix conflicts from merge of sendmail 8.11.0.

PR: bin/11552 misc/18512 bin/15088
diff 40497 Sat Oct 17 16:04:28 MDT 1998 bde Fixed printf format errors.
H A Dmailq.1diff 168520 Mon Apr 09 01:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 132946 Sun Aug 01 01:16:16 MDT 2004 gshapiro Resolve conflicts from sendmail 8.13.1 import
diff 132946 Sun Aug 01 01:16:16 MDT 2004 gshapiro Resolve conflicts from sendmail 8.13.1 import
diff 111367 Sun Feb 23 21:58:16 MST 2003 gshapiro Follow the (good) trend of returning import files to vendor versions
where possible for easier future imports.
diff 98125 Tue Jun 11 21:16:51 MDT 2002 gshapiro Resolve conflicts from sendmail 8.12.4 import
diff 95157 Sat Apr 20 20:34:16 MDT 2002 gshapiro Resolve conflicts from import of post-8.12.3 bug fixes.
diff 68858 Fri Nov 17 16:30:34 MST 2000 ru Return to the stock version of this file as local FreeBSD mods
to it have been made in mdoc(7) format, but now it is again in
man(7) format, and the vendor apparently incorporated our mods.
diff 64565 Sat Aug 12 22:19:16 MDT 2000 gshapiro Fix conflicts from merge of sendmail 8.11.0.

PR: bin/11552 misc/18512 bin/15088
/freebsd-11.0-release/contrib/openpam/lib/
H A DMakefile.amdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A DMakefile.indiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_asprintf.cdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A Dopenpam_asprintf.hdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A Dopenpam_cred.hdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A Dopenpam_dlfunc.hdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A Dopenpam_strlcat.cdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A Dopenpam_strlcpy.cdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A Dopenpam_vasprintf.cdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
H A Dopenpam_vasprintf.hdiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..
/freebsd-11.0-release/contrib/openpam/
H A Dmkpkgng.indiff 255393 Sun Sep 08 16:59:28 MDT 2013 des MFV (r255387): undo autoprop damage

Approved by: re (glebius)
255365 Sat Sep 07 16:18:11 MDT 2013 des Vendor import of OpenPAM Nummularia..

Completed in 148 milliseconds

1234567891011>>