Searched +hist:1.125 +hist:2.2 (Results 1 - 23 of 23) sorted by relevance

/src/sys/dev/pci/
H A Dpcireg.h1.125 Tue Mar 28 10:47:44 GMT 2017 msaitoh Sort & indent. No functional change.
1.20 Mon Sep 27 03:20:47 GMT 1999 cgd branches: 1.20.2; 1.20.8;
add classes/subclasses new in PCI 2.2. Needs a bit of cleanup, but then,
so does everything involving configuration space headers and if i don't
get this out of my source tree i'll go insane.
1.18 Sat Nov 07 16:47:22 GMT 1998 drochner add support for "extended capabilities" (new in PCI spec 2.2)
H A Dpci.c1.125 Fri Jan 08 19:56:52 GMT 2010 dyoung branches: 1.125.2;
Expand PMF_FN_* macros.
1.125 Fri Jan 08 19:56:52 GMT 2010 dyoung branches: 1.125.2;
Expand PMF_FN_* macros.
1.40 Sat Nov 07 16:47:22 GMT 1998 drochner branches: 1.40.6; 1.40.8;
add support for "extended capabilities" (new in PCI spec 2.2)
H A Dpci_subr.c1.125 Fri Sep 05 05:29:16 GMT 2014 matt Don't use class or typename as a variable name.
1.32 Mon Sep 27 03:20:47 GMT 1999 cgd branches: 1.32.2; 1.32.8;
add classes/subclasses new in PCI 2.2. Needs a bit of cleanup, but then,
so does everything involving configuration space headers and if i don't
get this out of my source tree i'll go insane.
1.125 Fri Sep 05 05:29:16 GMT 2014 matt Don't use class or typename as a variable name.
1.32 Mon Sep 27 03:20:47 GMT 1999 cgd branches: 1.32.2; 1.32.8;
add classes/subclasses new in PCI 2.2. Needs a bit of cleanup, but then,
so does everything involving configuration space headers and if i don't
get this out of my source tree i'll go insane.
/src/sys/uvm/
H A Duvm_bio.c1.125 Sat Mar 13 15:29:55 GMT 2021 skrll branches: 1.125.2;
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
1.125 Sat Mar 13 15:29:55 GMT 2021 skrll branches: 1.125.2;
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
1.95 Sat May 19 15:13:26 GMT 2018 jdolecek change code to take advantage of direct map when available, avoiding the need
to map pages into kernel

this improves performance of UBC-based (read(2)/write(2)) I/O especially
for cached block I/O - sequential read on my NVMe goes from 1.7 GB/s to 1.9 GB/s
for non-cached, and from 2.2 GB/s to 5.6 GB/s for cached read

the new code is conditional now and off for now, so that it can be tested further;
can be turned on by adjusting ubc_direct variable to true

part of fix for PR kern/53124
/src/sys/arch/macppc/conf/
H A DINSTALL1.125 Sat Aug 23 20:26:58 GMT 2014 dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
1.52 Thu Jan 03 04:34:21 GMT 2002 mbw tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX
1.125 Sat Aug 23 20:26:58 GMT 2014 dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
1.52 Thu Jan 03 04:34:21 GMT 2002 mbw tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX
H A DGENERIC1.125 Fri Apr 12 08:11:06 GMT 2002 gmcgarry Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
1.119 Thu Jan 03 04:34:21 GMT 2002 mbw tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX
/src/distrib/sets/lists/comp/
H A Dmd.sparc641.125 Mon Sep 26 00:07:26 GMT 2011 mrg fix the spelling of libgomp_g.a.
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.125 Mon Sep 26 00:07:26 GMT 2011 mrg fix the spelling of libgomp_g.a.
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
H A Dmd.amd641.125 Sun Jul 17 20:54:31 GMT 2011 joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
1.46 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.46 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
/src/distrib/sets/lists/misc/
H A Dmi1.125 Thu Sep 29 21:06:43 GMT 2005 jmmv Add a fstab.tmpfs sample file showing simple but common sample entries.
Suggested by martti@.
1.123 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
/src/sys/dev/scsipi/
H A Dscsipiconf.h1.125 Fri Nov 25 02:23:14 GMT 2016 christos Move the #endif down to include other kernel only routines.
1.29 Tue Jan 19 10:57:11 GMT 1999 bouyer branches: 1.29.2;
Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start().
Add a SDEV_NOSTARTUNIT quirk entry for BCD-16X 1997-04-25", "", "VER 2.2"
CD-rom (from Michael Santos).
1.125 Fri Nov 25 02:23:14 GMT 2016 christos Move the #endif down to include other kernel only routines.
1.29 Tue Jan 19 10:57:11 GMT 1999 bouyer branches: 1.29.2;
Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start().
Add a SDEV_NOSTARTUNIT quirk entry for BCD-16X 1997-04-25", "", "VER 2.2"
CD-rom (from Michael Santos).
H A Dscsipi_base.c1.125 Mon Jan 31 23:06:41 GMT 2005 reinoud Part of the cleanup of sys/scsipi's use of types; rename all u_int* to
uint* and change the u_long's to uint32_t's where possible. Note that the
iocl definitions/hooks have to be ulong (or u_long) or they'll bomb out.
1.18 Tue Jan 19 10:57:11 GMT 1999 bouyer Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start().
Add a SDEV_NOSTARTUNIT quirk entry for BCD-16X 1997-04-25", "", "VER 2.2"
CD-rom (from Michael Santos).
H A Dsd.c1.139 Tue Jan 19 10:57:11 GMT 1999 bouyer Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start().
Add a SDEV_NOSTARTUNIT quirk entry for BCD-16X 1997-04-25", "", "VER 2.2"
CD-rom (from Michael Santos).
1.125 Thu Jan 15 18:59:03 GMT 1998 cgd #if some bug workaround code which only needs to be compiled if
ATAPI 'sd's are present.
/src/distrib/sets/lists/base/
H A Dmd.amd641.125 Sat Jun 25 00:42:58 GMT 2011 agc libmj major number bump
1.44 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.44 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
H A Dshl.mi1.125 Sat Mar 10 13:56:41 GMT 2001 wiz libc.so minor -> 72 for shquote()/shquotev()
1.2 Wed Jul 29 11:26:36 GMT 1998 lukem update to libedit.so.2.2
1.125 Sat Mar 10 13:56:41 GMT 2001 wiz libc.so minor -> 72 for shquote()/shquotev()
1.2 Wed Jul 29 11:26:36 GMT 1998 lukem update to libedit.so.2.2
1.125 Sat Mar 10 13:56:41 GMT 2001 wiz libc.so minor -> 72 for shquote()/shquotev()
1.2 Wed Jul 29 11:26:36 GMT 1998 lukem update to libedit.so.2.2
1.125 Sat Mar 10 13:56:41 GMT 2001 wiz libc.so minor -> 72 for shquote()/shquotev()
1.2 Wed Jul 29 11:26:36 GMT 1998 lukem update to libedit.so.2.2
H A Dmi1.566 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2;
Add MAKEDEV.8 manpage for next68k.
1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2;
Add MAKEDEV.8 manpage for next68k.
1.566 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2;
Add MAKEDEV.8 manpage for next68k.
1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2;
Add MAKEDEV.8 manpage for next68k.
1.566 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2;
Add MAKEDEV.8 manpage for next68k.
1.125 Tue Sep 21 14:20:38 GMT 1999 hubertf branches: 1.125.2;
Add MAKEDEV.8 manpage for next68k.
1.566 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
/src/sys/netinet6/
H A Din6.c1.155 Wed Apr 07 22:59:15 GMT 2010 oki ip6_sprintf: compress the zeros of representation of the IPv6 address.
see RFC4291 section 2.2 item 2.
1.125 Sun Mar 04 06:03:25 GMT 2007 christos branches: 1.125.2; 1.125.4; 1.125.6;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
1.125 Sun Mar 04 06:03:25 GMT 2007 christos branches: 1.125.2; 1.125.4; 1.125.6;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
1.125 Sun Mar 04 06:03:25 GMT 2007 christos branches: 1.125.2; 1.125.4; 1.125.6;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
1.125 Sun Mar 04 06:03:25 GMT 2007 christos branches: 1.125.2; 1.125.4; 1.125.6;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
/src/sys/compat/linux/common/
H A Dlinux_misc.c1.125 Wed Apr 21 02:37:20 GMT 2004 christos fix more statvfs1 fallout
1.82 Fri Dec 29 21:07:16 GMT 2000 fvdl Hardcode what the linux uname() calls return (Linux 2.2.5 is the current
value). A few major applications check for this (like VMware), and
there is no other way to trick them. Needs a more generic solution
eventually.
/src/bin/sh/
H A Dparser.c1.125 Tue May 09 05:14:03 GMT 2017 kre If we are going to permit
! ! pipeline
(And for now the other places where ! is permitted)
we should at least generate the logically correct exit
status:
! ! (exit 5); echo $?
should print 1, not 5. ksh and bosh do it this way - and it makes sense.
bash and the FreeBSD sh echo "5" (as did we until now.)
dash, zsh, yash all enforce the standard syntax, and prohibit this.
1.6 Wed Jul 07 01:11:59 GMT 1993 jtc IEEE 1003.2 (D11.2.2.3) requires that the system's true and false be accessed
instead of searching $PATH. The best way to satisfy this requirement is to
make them builtins.

True was allready builtin, this patch adds false.
H A Deval.c1.158 Sun Aug 19 11:16:13 GMT 2018 kre PR bin/48875

Revert the changes that were made 19 May 2016 (principally eval.c 1.125)
and the bug fixes in subsequent days (eval.c 1.126 and 1.127) and also
update some newer code that was added more recently which acted in
accordance with those changes (make that code be as it would have been
if the changes now being reverted had never been made).

While the changes made did solve the problem, in a sense, they were
never correct (see the PR for some discussion) and it had always been
intended that they be reverted. However, in practical sh code, no
issues were reported - until just recently - so nothing was done,
until now...

After this commit, the validate_fn_redirects test case of the sh ATF
test t_redir will fail. In particular, the subtest of that test
case which is described in the source (of the test) as:
This one is the real test for PR bin/48875
will fail.

Alternative changes, not to "fix" the problem in the PR, but to
often avoid it will be coming very soon - after which that ATF
test will succeed again.

XXX pullup-8
1.125 Mon May 09 21:03:10 GMT 2016 kre PR bin/48875 - avoid holding (replaced) file descriptors open when running a
command in the current shell (so they can be restored for the next command)
in cases where it is obvious that there is not going to be a following
command to use them. This fixes the problem reported in the PR (though
there are still plenty of situations where a FD could be closed but isn't,
we do not do full fd flow eveluation to determine whether a fd will be
used or not).

This is the change that was just committed and then backed out again...

OK christos@
1.4 Wed Jul 07 01:11:57 GMT 1993 jtc IEEE 1003.2 (D11.2.2.3) requires that the system's true and false be accessed
instead of searching $PATH. The best way to satisfy this requirement is to
make them builtins.

True was allready builtin, this patch adds false.
/src/sys/dev/usb/
H A Dxhci.c1.125 Wed May 20 17:32:27 GMT 2020 jakllsch Use more-semantically-correct types in xhci allocx/freex functions.
1.71 Thu Apr 13 19:54:22 GMT 2017 skrll PR/52154: xHCI Slot Context Not Include in configure endpoint process

eXtensible Host Controller Interface Specification(rev 1.1), 4.6.6:

"A0 shall be set to 1 and refer to section 6.2.2.2 for the Slot Context fields
used by the Configure Endpoint Command."
/src/
H A DMakefile1.125 Sun Jun 10 13:15:29 GMT 2001 mrg clarify some variable documentation; from cagney
1.75 Sat Dec 12 23:44:22 GMT 1998 tv GC old gcc 2.7.2.2.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.400 Fri Dec 17 00:05:24 GMT 2021 rillig lint: in GCC mode, declare alloca and variants

The prototype declarations define the correct parameter types of these
functions so that they are no longer subject to the default argument
promotions (C11 6.5.2.2p6).

The GCC builtins are only recognized in GCC mode (-g).
1.125 Mon Jan 04 21:17:31 GMT 2021 rillig lint: move dprint_node to the top of the file

It now resides right below dumpnode, which implements the same idea but
uses a fixed-size output buffer and prints everything in a single line,
which quickly gets hard to read. Maybe that's the reason why it had
been commented out since it got added in 2014.
/src/distrib/sets/lists/man/
H A Dmi1.816 Thu Aug 18 23:06:15 GMT 2005 rpaulo Added missing Postfix 2.2.5 man pages.
1.815 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.125 Thu Mar 25 16:40:18 GMT 1999 is Split off /etc/mailer.conf manual page from mailwrapper manual page.
1.816 Thu Aug 18 23:06:15 GMT 2005 rpaulo Added missing Postfix 2.2.5 man pages.
1.815 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.125 Thu Mar 25 16:40:18 GMT 1999 is Split off /etc/mailer.conf manual page from mailwrapper manual page.

Completed in 1385 milliseconds