Searched hist:1.547 (Results 1 - 25 of 27) sorted by relevance

12

/src/tests/usr.bin/xlint/lint1/
H A Dmsg_247_portable.c1.3 Sat Jul 08 15:26:25 GMT 2023 rillig lint: do not use portable type sizes in integer constraints

This reverts the change from tree.c 1.547 from 2023-07-03. Back then, I
didn't know that the actual value from a type's 'portable size in bits'
was not supposed to be used.

H A Dplatform_ilp32_long.c1.4 Sat Jul 08 15:26:25 GMT 2023 rillig lint: do not use portable type sizes in integer constraints

This reverts the change from tree.c 1.547 from 2023-07-03. Back then, I
didn't know that the actual value from a type's 'portable size in bits'
was not supposed to be used.

/src/distrib/notes/common/
H A Dmain1.547 Tue Jun 26 10:49:54 GMT 2018 martin branches: 1.547.2;
Replace references to i386 install media for Rawrite32 with
links to the homepage.
1.547 Tue Jun 26 10:49:54 GMT 2018 martin branches: 1.547.2;
Replace references to i386 install media for Rawrite32 with
links to the homepage.
/src/sys/dev/usb/
H A Dusbdevs1.547 Sun Mar 14 08:44:46 GMT 2010 explorer branches: 1.547.2;
add device id and quirks for iPhone 3GS (just copy the 3G ones)
1.547 Sun Mar 14 08:44:46 GMT 2010 explorer branches: 1.547.2;
add device id and quirks for iPhone 3GS (just copy the 3G ones)
H A Dusbdevs.h1.547 Fri Jun 11 18:23:57 GMT 2010 tnn regen
H A Dusbdevs_data.h1.547 Sun Jun 06 23:02:31 GMT 2010 jakllsch Regenerate.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.553 Sat Jul 08 15:26:25 GMT 2023 rillig lint: do not use portable type sizes in integer constraints

This reverts the change from tree.c 1.547 from 2023-07-03. Back then, I
didn't know that the actual value from a type's 'portable size in bits'
was not supposed to be used.
1.547 Mon Jul 03 21:36:16 GMT 2023 rillig lint: consistently use portable type size in integer constraints

Since tree.c 1.546 from 2023-07-03, lint no longer warned about possible
loss of accuracy when converting from 'long' to 'int' on an ILP32
platform that uses 'unsigned long' for size_t, when run in portable mode
(-p), which is enabled by default in the NetBSD build.

The integer constraints avoid false-positive warnings by looking at the
actual values an expression can take. The function can_represent is
guarded by a condition that uses the portable_size_in_bits, but then
internally used the opposite size_in_bits, which led to inconsistent
results.

The warning looks confusing though, as on an ILP32 platform, 'int' and
'long' have the same size and representation, therefore there cannot be
an actual loss of accuracy. The warning may need to be reworded to
explicitly mention the portability mode, in which sizeof(int) is assumed
to be 3 instead of 4, to catch possible loss of accuracy on other
platforms.
/src/doc/
H A D3RDPARTY1.547 Mon Aug 06 00:34:13 GMT 2007 joerg branches: 1.547.2;
Note update of libarchive-2.2.6.
1.547 Mon Aug 06 00:34:13 GMT 2007 joerg branches: 1.547.2;
Note update of libarchive-2.2.6.
/src/sys/kern/
H A Dinit_main.c1.547 Wed Jan 17 10:18:41 GMT 2024 hannken Protect kernel hooks exechook, exithook and forkhook with rwlock.
Lock as writer on establish/disestablish and as reader on list traverse.

For exechook ride "exec_lock" as it is already take as reader when
traversing the list. Add local locks for exithook and forkhook.

Move exec_init before signal_init as signal_init calls exechook_establish()
that needs "exec_lock".

PR kern/39913 "exec, fork, exit hooks need locking"
/src/sys/arch/amd64/conf/
H A DGENERIC1.547 Wed Nov 20 09:37:45 GMT 2019 hikaru Add opencrypto driver for Intel QuickAssist.
/src/share/man/man4/
H A DMakefile1.547 Wed Jan 26 11:25:51 GMT 2011 nisimura introduce sandpoint satmgr(4) and altboot(8) man page entries.
/src/sys/dev/pci/
H A Dpcidevs.h1.547 Sun Jul 06 14:59:54 GMT 2003 tron Regen.
H A Dpcidevs_data.h1.547 Sun Jul 06 17:12:36 GMT 2003 simonb Regen: Trailing white-space and TABs nits.
H A Dpcidevs1.547 Sun Jul 06 17:07:38 GMT 2003 simonb Fill out E7505 devices.
Fix E7500 HI_D descriptions.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.547 Tue Dec 30 00:33:22 GMT 2003 pk Replace the traditional buffer memory management -- based on fixed per buffer
virtual memory reservation and a private pool of memory pages -- by a scheme
based on memory pools.

This allows better utilization of memory because buffers can now be allocated
with a granularity finer than the system's native page size (useful for
filesystems with e.g. 1k or 2k fragment sizes). It also avoids fragmentation
of virtual to physical memory mappings (due to the former fixed virtual
address reservation) resulting in better utilization of MMU resources on some
platforms. Finally, the scheme is more flexible by allowing run-time decisions
on the amount of memory to be used for buffers.

On the other hand, the effectiveness of the LRU queue for buffer recycling
may be somewhat reduced compared to the traditional method since, due to the
nature of the pool based memory allocation, the actual least recently used
buffer may release its memory to a pool different from the one needed by a
newly allocated buffer. However, this effect will kick in only if the
system is under memory pressure.
/src/distrib/sets/lists/base/
H A Dshl.mi1.547 Mon Jul 26 16:23:31 GMT 2010 pooka setlist lottery for nfs tests
H A Dmi1.547 Sun Apr 17 15:15:48 GMT 2005 lukem Move /etc/postinstall (and the etc.tgz set) to /usr/sbin/postinstall
(and the base.tgz set).
/src/usr.bin/make/
H A Dmain.c1.547 Wed Dec 15 00:58:01 GMT 2021 rillig make: format comments according to /usr/share/misc/style

Assisted by indent(1), with manual corrections due to its many remaining
bugs.

No functional change.
H A Dparse.c1.547 Fri Feb 05 04:41:17 GMT 2021 rillig make: add shortcut Global_Delete for deleting a global variable
H A Dvar.c1.547 Mon Sep 28 20:55:20 GMT 2020 rillig make(1): make debug logging in var.c compatible to C90

The ... ellipsis for macros is only available since C99.
1.547 Mon Sep 28 20:55:20 GMT 2020 rillig make(1): make debug logging in var.c compatible to C90

The ... ellipsis for macros is only available since C99.
/src/sys/sys/
H A Dparam.h1.547 Tue Oct 10 17:20:42 GMT 2017 jdolecek bump kernel version for SATA NCQ branch merge
1.547 Tue Oct 10 17:20:42 GMT 2017 jdolecek bump kernel version for SATA NCQ branch merge
/src/sys/arch/i386/conf/
H A DGENERIC1.547 Tue Feb 18 20:13:03 GMT 2003 jdolecek add file-system SMBFS and pseudo-device nsmb, uncommented, marked as
experimental
/src/distrib/sets/lists/man/
H A Dmi1.547 Sun Feb 16 14:12:41 GMT 2003 augustss Add uax(4).
/src/distrib/sets/lists/tests/
H A Dmi1.547 Sun Oct 27 09:27:23 GMT 2013 apb sort
1.547 Sun Oct 27 09:27:23 GMT 2013 apb sort
/src/share/mk/
H A Dbsd.own.mk1.547 Wed Nov 12 00:35:54 GMT 2008 ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Completed in 1934 milliseconds

12