Searched hist:8281 (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/usr.sbin/sade/
H A Dwizard.c8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dmsg.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Ddisks.c8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A DMakefilediff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Ddevices.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dinstall.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dmenus.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dsade.hdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dwizard.c8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dmsg.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Ddisks.c8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A DMakefilediff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Ddevices.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dinstall.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dmenus.cdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
H A Dsysinstall.hdiff 8281 Thu May 04 21:36:23 MDT 1995 jkh Everything but the partition editor is done. This commit is for MBR testing.
/freebsd-9.3-release/include/
H A Dpthread.hdiff 54731 Fri Dec 17 05:48:22 MST 1999 jasone Note that the PR associated with the previous log message is i386/7426,
not bin/8281.
diff 54699 Thu Dec 16 19:53:39 MST 1999 jasone Move POSIX feature constants from pthread.h to unistd.h, as required by
1003.1c-1995.

Undefine _POSIX_THREAD_SAFE_FUNCTIONS, since we do not implement all of the
necessary interfaces. At least getgrgid_r(), getrnam_r(), getpwuid_r(),
getpwnam_r(), getc_unlocked(), getchar_unlocked(), putc_unlocked(),
and putchar_unlocked() are missing. Due to a likely typo in 1003.1c-1995,
we are not technically allowed to define _POSIX_THREADS without defining
_POSIX_THREAD_SAFE_FUNCTIONS, but either way we're non-compliant, so I'm
leaving _POSIX_THREADS defined.

PR: bin/8281
/freebsd-9.3-release/sys/sys/
H A Dunistd.hdiff 54731 Fri Dec 17 05:48:22 MST 1999 jasone Note that the PR associated with the previous log message is i386/7426,
not bin/8281.
diff 54699 Thu Dec 16 19:53:39 MST 1999 jasone Move POSIX feature constants from pthread.h to unistd.h, as required by
1003.1c-1995.

Undefine _POSIX_THREAD_SAFE_FUNCTIONS, since we do not implement all of the
necessary interfaces. At least getgrgid_r(), getrnam_r(), getpwuid_r(),
getpwnam_r(), getc_unlocked(), getchar_unlocked(), putc_unlocked(),
and putchar_unlocked() are missing. Due to a likely typo in 1003.1c-1995,
we are not technically allowed to define _POSIX_THREADS without defining
_POSIX_THREAD_SAFE_FUNCTIONS, but either way we're non-compliant, so I'm
leaving _POSIX_THREADS defined.

PR: bin/8281
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_writev.cdiff 54701 Thu Dec 16 20:35:40 MST 1999 jasone Avoid an infinite loop if the last element of the iov array passed to
writev() has an iov_len of 0.

PR: bin/8281

Completed in 924 milliseconds