ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/include
Revision 5876 - Directory Listing - [select for diffs]
Modified Thu Apr 18 01:20:22 2013 UTC (11 years ago) by laffer1
Diff to previous 5875
sync from freebsd

Revision 5875 - Directory Listing - [select for diffs]
Modified Thu Apr 18 01:17:42 2013 UTC (11 years ago) by laffer1
Diff to previous 5716
merge from freebsd.

Revision 5716 - Directory Listing - [select for diffs]
Modified Thu Jan 24 01:52:43 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5715
tag

Revision 5715 - Directory Listing - [select for diffs]
Modified Thu Jan 24 01:52:21 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5714
improve comment

Revision 5714 - Directory Listing - [select for diffs]
Modified Thu Jan 24 01:51:14 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5669
duh...

Revision 5669 - Directory Listing - [select for diffs]
Modified Sun Jan 13 17:51:14 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5454
sync with freebsd

Revision 5454 - Directory Listing - [select for diffs]
Modified Thu Dec 20 03:44:11 2012 UTC (11 years, 4 months ago) by laffer1
Diff to previous 5255
remove advertising clause, tag and fix dump protocol

Revision 5255 - Directory Listing - [select for diffs]
Modified Sat Oct 20 17:17:25 2012 UTC (11 years, 6 months ago) by laffer1
Diff to previous 5181
sync with libc, pthread, and time code changes

Revision 5181 - Directory Listing - [select for diffs]
Modified Thu Aug 30 13:15:15 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5041
tag, add sizeof function.

Revision 5041 - Directory Listing - [select for diffs]
Modified Sat Jul 14 15:17:00 2012 UTC (11 years, 9 months ago) by laffer1
Diff to previous 5025
Partially revert previous commit with path additions and termios.h. This should partially unbreak world.

Revision 5025 - Directory Listing - [select for diffs]
Modified Sun Jul 8 15:16:35 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 5010
Introduce 3 new functions into libc
stpncpy(3), strnlen(3) and memrchr(3).

Revision 5010 - Directory Listing - [select for diffs]
Modified Fri Jul 6 02:22:25 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 5008
add termios.h

Revision 5008 - Directory Listing - [select for diffs]
Modified Fri Jul 6 01:32:14 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 4978
Make a few modifications for iconv support

Revision 4978 - Directory Listing - [select for diffs]
Modified Sun Jul 1 15:46:31 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 4778
Update include paths on x86

Revision 4778 - Directory Listing - [select for diffs]
Modified Sun Apr 1 01:42:33 2012 UTC (12 years, 1 month ago) by laffer1
Diff to previous 4702
revert some changes to pthread.h and dirent.h

fixup symbols for libc and add fcntl / __fcntl interface.

remove some of the solaris src hacks for zfs.

Revision 4702 - Directory Listing - [select for diffs]
Modified Sat Mar 10 23:56:35 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4700
POSIX 2008 ify scandir and alphasort

Revision 4700 - Directory Listing - [select for diffs]
Modified Sat Mar 10 05:36:14 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4699
more license and visibility fixes

Revision 4699 - Directory Listing - [select for diffs]
Modified Sat Mar 10 05:20:03 2012 UTC (12 years, 2 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, 2 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, 2 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, 2 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, 2 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, 2 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, 2 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, 4 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, 4 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, 4 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, 4 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, 5 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, 2 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, 4 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, 4 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, 6 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, 6 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, 3 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, 5 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, 6 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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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 (16 years, 9 months 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 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, 1 month 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, 2 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, 4 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, 4 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, 4 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, 6 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, 2 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, 2 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