Searched hist:po (Results 1 - 25 of 54) sorted by relevance

123

/src/sys/arch/amiga/stand/loadkmap/pl_din/
H A Dpl_din-kbdmap.c1.1 Fri Apr 05 00:55:06 GMT 2002 heinz branches: 1.1.2; 1.1.8;
add polish keymaps created by Pawel Chwalowski <pch@polo.po.opole.pl>

H A DMakefile1.1 Fri Apr 05 00:55:06 GMT 2002 heinz branches: 1.1.2; 1.1.8; 1.1.204;
add polish keymaps created by Pawel Chwalowski <pch@polo.po.opole.pl>

/src/sys/arch/amiga/stand/loadkmap/pl_us/
H A Dpl_us-kbdmap.c1.1 Fri Apr 05 00:55:07 GMT 2002 heinz branches: 1.1.2; 1.1.8;
add polish keymaps created by Pawel Chwalowski <pch@polo.po.opole.pl>

H A DMakefile1.1 Fri Apr 05 00:55:07 GMT 2002 heinz branches: 1.1.2; 1.1.8; 1.1.204;
add polish keymaps created by Pawel Chwalowski <pch@polo.po.opole.pl>

/src/lib/libc/rpc/
H A Drpc_clnt_create.31.12 Tue May 17 03:35:39 GMT 2011 enami Use Pq or Po macro for better output rather than putting raw open paren
at the end of line.

/src/lib/libc/stdio/
H A Dungetwc.31.2 Fri Dec 07 00:36:40 GMT 2001 wiz branches: 1.2.2;
Avoid Po/Pq.

/src/sys/arch/amiga/stand/loadkmap/
H A DMakefile1.11 Fri Apr 05 01:05:03 GMT 2002 heinz Add polish keymaps pl_din and pl_us by Pawel Chwalowski <pch@polo.po.opole.pl>.
This solves part of PR port-amiga/15980

/src/share/man/man4/man4.x86/
H A Dimcsmb.41.5 Sun Feb 25 00:51:33 GMT 2018 uwe .Po/.Pc are not appropriate for enclosing sentences.

/src/share/man/man4/
H A Dtun.41.6 Thu Aug 10 02:34:50 GMT 2000 tv Work around some .Po/.Pc bogons to make this format properly.

1.3 Wed May 06 00:03:02 GMT 1998 ross Untangle botched .Po .Pc at the end.

/src/lib/libpuffs/
H A Dpaths.c1.6 Tue May 01 15:58:00 GMT 2007 pooka Introduce PUFFS_FLAG_HASHPATH, which for PUFFS_FLAG_BUILDPATH file servers
creates a hash of the node's path into po->po_hash to avoid a full pathcmp
every time.

/src/sys/lib/libkern/
H A DMakefile1.74 Thu Aug 25 08:55:42 GMT 2005 uebayasi Redo previous; don't add mcount.po to POBJS when MKPROFILE=no.
1.73 Thu Aug 25 08:34:50 GMT 2005 uebayasi Create mcount.po only when MKPROFILE != no.
1.43 Sun Jul 19 18:35:16 GMT 1998 drochner branches: 1.43.2;
Make the combination "profiled kernel" and "${KERN_AS} == "library""
work too. (mcount.po was forgotten)
1.27 Fri May 10 21:27:32 GMT 1996 scottr Make sure we clean up libkern.o and libkern.po, too. Closes PRs 1951
and 2387.
1.11 Sat May 21 03:22:42 GMT 1994 cgd be careful about mcount.po
/src/sys/dev/hid/
H A Dhidkbdmap.c1.15 Wed Sep 22 17:37:32 GMT 2021 nia branches: 1.15.4; 1.15.10;
wscons: add definitions for BÉPO, a standardized, Dvorak-style optimized
keyboard layout for French

/src/lib/libc/gen/
H A Dctype_guard.h1.5 Sun Mar 30 16:17:05 GMT 2025 riastradh ctype(3): Actually conditionalize guard page on shared libc.

Apparently we build the libc .o files with -fPIC too (I guess this is
so that libc.a works in position-independent executables? but why
don't they just use libc_pic.a?), so use a purpose-built cpp macro
_CTYPE_DYNAMIC for this instead of using __PIC__.

Now this shows the right symbol sizes:

$ readelf -s ctype_.pico | grep _C_ctype_tab_guarded_
3: 0000000000000000 4610 OBJECT LOCAL DEFAULT 11 _C_ctype_tab_guarded_
$ readelf -s ctype_.po | grep _C_ctype_tab_guarded_
3: 0000000000000000 514 OBJECT LOCAL DEFAULT 7 _C_ctype_tab_guarded_
$ readelf -s ctype_.o | grep _C_ctype_tab_guarded_
3: 0000000000000000 514 OBJECT LOCAL DEFAULT 7 _C_ctype_tab_guarded_

PR lib/58208: ctype(3) provides poor runtime feedback of abuse
H A Dvis.31.26 Tue May 17 03:35:38 GMT 2011 enami Use Pq or Po macro for better output rather than putting raw open paren
at the end of line.
/src/share/man/man9/
H A Ddriver.91.22 Mon May 18 08:58:54 GMT 2009 wiz Avoid Po/Pc when not needed (i.e. most of the time, always here).
Mark up some defined values with .Dv.
/src/sys/dev/pci/
H A Dif_vrreg.h1.10 Fri Jan 03 19:01:09 GMT 2003 lha branches: 1.10.2;
From freebsd if_vr.c:1.43,1.56 and if_vrreg.h:1.11,1.14

- Windows put the chip in suspended mode, make sure we unsuspend
it. 1.43, by Takefumi SAYO <stake@po.shiojiri.ne.jp>

- Detect the revision of the Rhine chip we're using, and force reset
when the chip supports it. 1.65, by silby@freebsd.org

/src/usr.sbin/paxctl/
H A Dpaxctl.81.4 Sat May 19 14:18:33 GMT 2007 wiz Sort sections. Use Po/Pc to avoid weird Xr arguments.

/src/lib/libc/stdlib/
H A Djemalloc.c1.58 Fri Oct 13 20:57:30 GMT 2023 ad Convert to use Matt Thomas's rbtree, which the env code probably already
pulls into libc. amd64 object size before and after:

text data bss dec hex filename
21001 88 365 21454 53ce jemalloc.po
14991 184 429 15604 3cf4 jemalloc.po

libmicro on AMD Athlon Silver 3050e comparing this and the revision before
previous (i.e. the old code, versus arena changes + rbtree changes):

exit_10_nolibc 135.168300 128.07790[ +5.5%]
fork_100 180.539040 149.63721[ +20.7%]
fork_1000 200.421650 167.09660[ +19.9%]
mallocT2_10 0.132920 0.13317[ -0.2%]
mallocT2_100 0.136350 0.13635[ +0.0%]
mallocT2_100k 0.258690 0.26641[ -3.0%]
mallocT2_10k 0.223340 0.22733[ -1.8%]
mallocT2_1k 0.137170 0.14254[ -3.9%]
malloc_10 0.100540 0.10849[ -7.9%]
malloc_100 0.107290 0.10753[ -0.2%]
malloc_100k 0.193560 0.19355[ +0.0%]
malloc_10k 0.173250 0.17454[ -0.7%]
malloc_1k 0.113490 0.11335[ +0.1%]
1.58 Fri Oct 13 20:57:30 GMT 2023 ad Convert to use Matt Thomas's rbtree, which the env code probably already
pulls into libc. amd64 object size before and after:

text data bss dec hex filename
21001 88 365 21454 53ce jemalloc.po
14991 184 429 15604 3cf4 jemalloc.po

libmicro on AMD Athlon Silver 3050e comparing this and the revision before
previous (i.e. the old code, versus arena changes + rbtree changes):

exit_10_nolibc 135.168300 128.07790[ +5.5%]
fork_100 180.539040 149.63721[ +20.7%]
fork_1000 200.421650 167.09660[ +19.9%]
mallocT2_10 0.132920 0.13317[ -0.2%]
mallocT2_100 0.136350 0.13635[ +0.0%]
mallocT2_100k 0.258690 0.26641[ -3.0%]
mallocT2_10k 0.223340 0.22733[ -1.8%]
mallocT2_1k 0.137170 0.14254[ -3.9%]
malloc_10 0.100540 0.10849[ -7.9%]
malloc_100 0.107290 0.10753[ -0.2%]
malloc_100k 0.193560 0.19355[ +0.0%]
malloc_10k 0.173250 0.17454[ -0.7%]
malloc_1k 0.113490 0.11335[ +0.1%]
/src/sys/lib/libkern/arch/powerpc/
H A DMakefile.inc1.32 Sat Jul 24 05:29:26 GMT 2021 rin For evbppc, use C version of memcpy(3), memcmp(3), and memmove(3)
consistently for *.{po,pico,go} (for RUMP), in order to avoid
alignment faults for 403.

/src/lib/libc/regex/
H A Dregex.31.22 Tue May 17 03:35:38 GMT 2011 enami Use Pq or Po macro for better output rather than putting raw open paren
at the end of line.
/src/sys/dev/pckbport/
H A Dwskbdmap_mfii.c1.35 Wed Sep 22 17:37:31 GMT 2021 nia branches: 1.35.4; 1.35.10;
wscons: add definitions for BÉPO, a standardized, Dvorak-style optimized
keyboard layout for French

/src/usr.bin/mkdep/
H A Dmkdep.c1.22 Mon Jan 26 21:47:04 GMT 2004 dsl Redo code that expands the 'xxx.o' to 'xxx.o xxx.so xxx.po xxx.ln' so that
is doesn't care which of the wanted suffixes are in the input file.
Needed for my autodepend code where you don't know which compilation ran last.

/src/bin/pax/
H A Dpax.11.16 Sun Mar 07 22:40:18 GMT 1999 mycroft Do the previous is a slightly different way, to avoid .Po/.Pc.
/src/share/tmac/
H A Ddoc2html1.7 Sun Mar 07 08:48:48 GMT 1999 mycroft Make Pq, Po, Pc, Oo, Oc callable.
/src/share/mk/
H A Dbsd.lib.mk1.251 Sun Apr 18 13:11:31 GMT 2004 lukem Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules:
- support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>}
(deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>)
- use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S})
- don't support AINC anymore; append to AFLAGS instead

Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>
1.251 Sun Apr 18 13:11:31 GMT 2004 lukem Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules:
- support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>}
(deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>)
- use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S})
- don't support AINC anymore; append to AFLAGS instead

Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>
1.251 Sun Apr 18 13:11:31 GMT 2004 lukem Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules:
- support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>}
(deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>)
- use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S})
- don't support AINC anymore; append to AFLAGS instead

Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>
1.228 Mon Jul 28 04:08:47 GMT 2003 lukem Overhaul how the .{c,cc,cpp,cxx,C,f,m.S}.{o,po,so} rules are implemented:
only list the (often complicated) ${COMPILE.*} rules once always building
to ${.TARGET}.tmp. Then, depending on whether *OPTS has -g, either
"mv ${.TARGET}.tmp ${.TARGET}" or "${LD} -[xX] -r ${TARGET}.tmp -o ${.TARGET}"
as appropriate.
This can prevent inconsistency that could occur between "echo ${COMPILE.*:Q}"
and "${COMPILE.*}", such as the problem in rev 1.226. (There were still
examples of this in .cc.so and .m.so !!!)

Remove `@' from most non-echo rules, so that we can actually see what's
happening. This helps debugging problems, such as that fixed by rev 1.226.

Always remove all possible temp files that might occur because of the above.

Be consistent about ${CC} instead of $(CC)
1.226 Mon Jul 28 00:51:47 GMT 2003 lukem fix typo (insert botch? :) in previous, which broke .cxx.po
1.118 Tue Oct 28 00:40:16 GMT 1997 lukem add default rules for Objective C sources (`.m' suffix):
- sys.mk:
add ${OBJC} and ${OBJCFLAGS} (equivalent to ${CC} and
${CFLAGS} respectively), and ${COMPILE.m} and ${LINK.m} rules
- bsd.sys.mk:
add .m, .m.o, and .m.ln rules (as per the C rules in sys.mk).
it's here, rather than in sys.mk, because `.m' isn't
exclusively used for Objective C files.
- bsd.lib.mk:
add .m.o, .m.po, .m.so, and .m.ln rules (as per C)
1.79 Fri Dec 20 16:36:56 GMT 1996 cgd change the afterdepend target so that its sed script adds <filename>.ln
for each <filename>.o as an object file which has the given dependencies
(in addition to <filename>.po and <filename>.so, which were already there).
1.14 Wed Jun 02 14:56:16 GMT 1993 cgd get make depend right, so that it depends .po's too.
1.251 Sun Apr 18 13:11:31 GMT 2004 lukem Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules:
- support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>}
(deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>)
- use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S})
- don't support AINC anymore; append to AFLAGS instead

Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>
1.251 Sun Apr 18 13:11:31 GMT 2004 lukem Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules:
- support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>}
(deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>)
- use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S})
- don't support AINC anymore; append to AFLAGS instead

Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>
1.251 Sun Apr 18 13:11:31 GMT 2004 lukem Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules:
- support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>}
(deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>)
- use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S})
- don't support AINC anymore; append to AFLAGS instead

Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>

Completed in 143 milliseconds

123