ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/include
Revision 4699 - Directory Listing - [select for diffs]
Modified Sat Mar 10 05:20:03 2012 UTC (12 years, 6 months ago) by laffer1
Diff to previous 4698
tag

Revision 4698 - Directory Listing - [select for diffs]
Modified Sat Mar 10 05:19:40 2012 UTC (12 years, 6 months ago) by laffer1
Diff to previous 4697
posix 2008 visibility

Revision 4697 - Directory Listing - [select for diffs]
Modified Sat Mar 10 05:18:43 2012 UTC (12 years, 6 months ago) by laffer1
Diff to previous 4696
fix initializer

Revision 4696 - Directory Listing - [select for diffs]
Modified Sat Mar 10 05:17:27 2012 UTC (12 years, 6 months ago) by laffer1
Diff to previous 4695
fix std path

Revision 4695 - Directory Listing - [select for diffs]
Modified Sat Mar 10 05:15:58 2012 UTC (12 years, 6 months ago) by laffer1
Diff to previous 4674
fix some visability issues with POSIX.  Clean up copyrights per ucb notice and netbsd licensing changes

Revision 4674 - Directory Listing - [select for diffs]
Modified Fri Mar 9 03:51:10 2012 UTC (12 years, 6 months ago) by laffer1
Diff to previous 4673
tag

Revision 4673 - Directory Listing - [select for diffs]
Modified Fri Mar 9 03:45:16 2012 UTC (12 years, 6 months ago) by laffer1
Diff to previous 4539
tag, fixup some definitions

Revision 4539 - Directory Listing - [select for diffs]
Modified Thu Jan 5 15:16:58 2012 UTC (12 years, 8 months ago) by laffer1
Diff to previous 4486
work around a GCC 4.2 bug.

	typeof(1.0fi) != float _Complex
	typeof((float _Complex)1.0fi) != float _Complex
	typeof((float _Complex)1.0i) == float _Complex

In other words: if casting to an equal size, GCC seems to take a
shortcut. By casting down from a double to a float, GCC doesn't take
this shortcut, yielding the proper type.

Obtained from: FreeBSD

Revision 4486 - Directory Listing - [select for diffs]
Modified Wed Dec 28 03:11:20 2011 UTC (12 years, 8 months ago) by laffer1
Diff to previous 4482
raid5 time

Revision 4482 - Directory Listing - [select for diffs]
Modified Wed Dec 28 02:55:16 2011 UTC (12 years, 8 months ago) by laffer1
Diff to previous 4458
add feature_present(3) to test for kernel features.

Revision 4458 - Directory Listing - [select for diffs]
Modified Sat Dec 24 02:53:22 2011 UTC (12 years, 9 months ago) by laffer1
Diff to previous 4351
fix security hole in ftpd/libc/

Revision 4351 - Directory Listing - [select for diffs]
Modified Fri Nov 18 01:15:50 2011 UTC (12 years, 10 months ago) by laffer1
Diff to previous 3806
Modify resolver to handle _ which is not up to spec, but many other operating systems use them now :(

Revision 3806 - Directory Listing - [select for diffs]
Modified Sun Feb 27 16:30:45 2011 UTC (13 years, 6 months ago) by laffer1
Diff to previous 3229
Add restrict keyword to pthread_sigmask prototype and manpage.

Revision 3229 - Directory Listing - [select for diffs]
Modified Sun Jan 10 18:35:28 2010 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3228
Wow, I'm forgetful today.  Add the actual spawn.h file for posix_spawn(3).

Revision 3228 - Directory Listing - [select for diffs]
Modified Sun Jan 10 18:34:47 2010 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3155
Add spawn.h for posix_spawn(3) interface.

Add new kqueue primitives required to support GCD, such as EVFILT_USER and EV_TRIGGER. (libdispatch)

Revision 3155 - Directory Listing - [select for diffs]
Modified Sat Oct 31 21:42:36 2009 UTC (14 years, 10 months ago) by laffer1
Diff to previous 3151
Switch over to uint32_t, the preferred type.

Revision 3151 - Directory Listing - [select for diffs]
Modified Sat Oct 31 20:57:27 2009 UTC (14 years, 10 months ago) by laffer1
Diff to previous 2587
include openbsd ohash header since it's already in our libc

Revision 2587 - Directory Listing - [select for diffs]
Modified Tue Jan 20 20:13:55 2009 UTC (15 years, 8 months ago) by laffer1
Diff to previous 2419
Remove FreeBSD_version definition completely.

Revision 2419 - Directory Listing - [select for diffs]
Modified Tue Dec 9 17:30:43 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1958
Sync up devices

Revision 1958 - Directory Listing - [select for diffs]
Modified Fri Oct 31 20:04:23 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1901
Merge changes.

Revision 1901 - Directory Listing - [select for diffs]
Modified Wed Oct 1 14:01:17 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1896
sync changes with freebsd.

Revision 1896 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:37:54 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1883
Note quite there yet, but let's save my work :)

Revision 1883 - Directory Listing - [select for diffs]
Modified Tue Sep 30 03:22:17 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1882
add legacy include so that old code works.

Revision 1882 - Directory Listing - [select for diffs]
Modified Tue Sep 30 03:08:19 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1881
Minimize the diff

Revision 1881 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:51:57 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1867
add gssapi

Revision 1867 - Directory Listing - [select for diffs]
Modified Mon Sep 29 21:06:22 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1125
sys/posix4 doesn't exist anymore.  Setup for new world order.  This does not work entirely but it will soon.

Revision 1125 - Directory Listing - [select for diffs]
Modified Wed Aug 1 19:31:20 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 972
Don't install umap filesystem headers.

Revision 972 - Directory Listing - [select for diffs]
Modified Fri Apr 13 21:16:04 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 877
$MidnightBSD$

Revision 877 - Directory Listing - [select for diffs]
Modified Sat Mar 24 07:56:45 2007 UTC (17 years, 6 months ago) by archite
Diff to previous 806
Importing ohash.h into includes for ohash functions.

Revision 806 - Directory Listing - [select for diffs]
Modified Mon Mar 12 23:32:12 2007 UTC (17 years, 6 months ago) by laffer1
Diff to previous 568
Add MidnightBSD_version.  Until we correct newvers.sh, this will report the FreeBSD value.  We must first remove all references to FreeBSD_version (OSRELDATE) from mports and the src tree before we can whack this.

Revision 568 - Directory Listing - [select for diffs]
Modified Sun Jan 7 23:57:13 2007 UTC (17 years, 8 months ago) by laffer1
Diff to previous 513
Decrease the value of RES_DFLRETRY from 4 to 2.

Revision 513 - Directory Listing - [select for diffs]
Modified Thu Jan 4 06:44:59 2007 UTC (17 years, 8 months ago) by laffer1
Diff to previous 510
__restrict

Revision 510 - Directory Listing - [select for diffs]
Modified Thu Jan 4 06:22:50 2007 UTC (17 years, 8 months ago) by laffer1
Diff to previous 307
Add strndup(3) to libc.

Revision 307 - Directory Listing - [select for diffs]
Modified Mon Oct 30 07:22:30 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 6
Oops.. someone forgot to add the definition for strtonum

Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 7 months ago) by laffer1
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 7 months ago) by laffer1
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.

Convenience Links