Searched hist:2 (Results 1 - 25 of 20551) sorted by relevance

1234567891011>>

/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dprintjob.cdiff 273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
diff 273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
diff 273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
diff 273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
diff 273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
273513 Thu Oct 23 01:09:22 MDT 2014 pfg MFC r271789:

lpr: replace setpgrp(2) with setpgid(2).

setpgid(2) is more portable than setpgrp(2).
The BSD variant of setpgrp is a wrapper for
setpgid(2) anyways.
/freebsd-10-stable/tests/sys/kern/
H A Dunix_socketpair_test.c339068 Mon Oct 01 18:03:31 MDT 2018 asomers MFC r337222:

Fix LOCAL_PEERCRED with socketpair(2)

Enable the LOCAL_PEERCRED socket option for unix domain stream sockets
created with socketpair(2). Previously, it only worked with unix domain
stream sockets created with socket(2)/listen(2)/connect(2)/accept(2).

PR: 176419
Reported by: Nicholas Wilson <nicholas@nicholaswilson.me.uk>
Differential Revision: https://reviews.freebsd.org/D16350
339068 Mon Oct 01 18:03:31 MDT 2018 asomers MFC r337222:

Fix LOCAL_PEERCRED with socketpair(2)

Enable the LOCAL_PEERCRED socket option for unix domain stream sockets
created with socketpair(2). Previously, it only worked with unix domain
stream sockets created with socket(2)/listen(2)/connect(2)/accept(2).

PR: 176419
Reported by: Nicholas Wilson <nicholas@nicholaswilson.me.uk>
Differential Revision: https://reviews.freebsd.org/D16350
339068 Mon Oct 01 18:03:31 MDT 2018 asomers MFC r337222:

Fix LOCAL_PEERCRED with socketpair(2)

Enable the LOCAL_PEERCRED socket option for unix domain stream sockets
created with socketpair(2). Previously, it only worked with unix domain
stream sockets created with socket(2)/listen(2)/connect(2)/accept(2).

PR: 176419
Reported by: Nicholas Wilson <nicholas@nicholaswilson.me.uk>
Differential Revision: https://reviews.freebsd.org/D16350
339068 Mon Oct 01 18:03:31 MDT 2018 asomers MFC r337222:

Fix LOCAL_PEERCRED with socketpair(2)

Enable the LOCAL_PEERCRED socket option for unix domain stream sockets
created with socketpair(2). Previously, it only worked with unix domain
stream sockets created with socket(2)/listen(2)/connect(2)/accept(2).

PR: 176419
Reported by: Nicholas Wilson <nicholas@nicholaswilson.me.uk>
Differential Revision: https://reviews.freebsd.org/D16350
339068 Mon Oct 01 18:03:31 MDT 2018 asomers MFC r337222:

Fix LOCAL_PEERCRED with socketpair(2)

Enable the LOCAL_PEERCRED socket option for unix domain stream sockets
created with socketpair(2). Previously, it only worked with unix domain
stream sockets created with socket(2)/listen(2)/connect(2)/accept(2).

PR: 176419
Reported by: Nicholas Wilson <nicholas@nicholaswilson.me.uk>
Differential Revision: https://reviews.freebsd.org/D16350
339068 Mon Oct 01 18:03:31 MDT 2018 asomers MFC r337222:

Fix LOCAL_PEERCRED with socketpair(2)

Enable the LOCAL_PEERCRED socket option for unix domain stream sockets
created with socketpair(2). Previously, it only worked with unix domain
stream sockets created with socket(2)/listen(2)/connect(2)/accept(2).

PR: 176419
Reported by: Nicholas Wilson <nicholas@nicholaswilson.me.uk>
Differential Revision: https://reviews.freebsd.org/D16350
/freebsd-10-stable/lib/libc/gen/
H A Dpmadvise.cdiff 261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
diff 261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
diff 261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
H A Dwaitid.cdiff 281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
diff 281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
/freebsd-10-stable/lib/libc/sys/
H A Dposix_fadvise.2diff 261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
diff 261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
diff 261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
261560 Thu Feb 06 17:48:32 MST 2014 kib MFC r261080:
The posix_fallocate(2) syscall should return error number on error,
without modifying errno.

MFC r261290:
The posix_madvise(3) and posix_fadvise(2) should return error on
failure, same as posix_fallocate(2).
H A Dppoll.cdiff 281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
diff 281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
H A Dwait6.cdiff 281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
diff 281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
281981 Sat Apr 25 06:22:59 MDT 2015 kib MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
H A Dthr_suspend.2306626 Mon Oct 03 03:34:31 MDT 2016 kib MFC r306334:
Document thr_suspend(2) and thr_wake(2).

MFC r306506:
Reword the statement.
306626 Mon Oct 03 03:34:31 MDT 2016 kib MFC r306334:
Document thr_suspend(2) and thr_wake(2).

MFC r306506:
Reword the statement.
H A Dthr_wake.2306626 Mon Oct 03 03:34:31 MDT 2016 kib MFC r306334:
Document thr_suspend(2) and thr_wake(2).

MFC r306506:
Reword the statement.
306626 Mon Oct 03 03:34:31 MDT 2016 kib MFC r306334:
Document thr_suspend(2) and thr_wake(2).

MFC r306506:
Reword the statement.
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_ipc64.h104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
104893 Fri Oct 11 09:43:09 MDT 2002 sobomax - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
/freebsd-10-stable/bin/ed/test/
H A Daddr.d1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
H A Daddr.r1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
H A Daddr.t1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
H A Dg5.d1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
H A Dg5.r1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
H A Dg5.t1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1057 Mon Jan 31 22:36:28 MST 1994 alm Fixed range address bug: 1,2, == 2,2 not 2,.
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
/freebsd-10-stable/contrib/xz/src/liblzma/
H A Dliblzma.map292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
H A Dliblzma.pc.in292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
H A Dvalidate_map.sh292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
/freebsd-10-stable/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Dhardware_cputhreads.c292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
H A Dblock_buffer_encoder.h292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
H A Dmemcmplen.h292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
/freebsd-10-stable/contrib/xz/src/xz/
H A Dmytime.c292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes
H A Dmytime.h292588 Tue Dec 22 06:12:14 MST 2015 delphij MFC: xz 5.2.2.

Relnotes: yes

Completed in 303 milliseconds

1234567891011>>