HomeSort by: relevance | last modified time | path
    Searched hist:1.585 (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/dev/usb/
usbdevs.h 1.585 Wed Aug 24 19:40:23 UTC 2011 veego Regen for the Huawei 1750 id
usbdevs_data.h 1.585 Mon Jul 25 05:33:08 UTC 2011 jruoho Regen.
usbdevs 1.585 Tue Jul 19 06:52:33 UTC 2011 jruoho Add E3C EC168 DVB-T adapter.
  /src/usr.bin/xlint/lint1/
tree.c 1.585 Sun Dec 03 00:24:49 UTC 2023 rillig lint: move function body brace to the left

No functional change.
  /src/usr.bin/make/
parse.c 1.585 Mon Dec 27 18:54:19 UTC 2021 rillig make: clean up comments
main.c 1.585 Mon Oct 10 21:17:25 UTC 2022 rillig make: change return type of unlink_file back to int

As unlink_file is a wrapper around unlink, use the same encoding for the
possible return values as in the wrapped function. This consistency is
more important than expressing all possible return values in the return
type 'bool'.

https://mail-index.netbsd.org/tech-toolchain/2022/10/06/msg004155.html

No functional change.
var.c 1.585 Sun Oct 25 13:06:12 UTC 2020 rillig make(1): replace PtrVector with Vector, which can contain any type
  /src/share/man/man4/
Makefile 1.585 Wed May 30 14:30:33 UTC 2012 nonaka Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.
  /src/sys/arch/amd64/conf/
GENERIC 1.585 Thu Mar 04 15:58:50 UTC 2021 gdt GENERIC: Tiny comment adjustment (NFC)

While making XEN3_DOM0 more like GENERIC, I noticed a few differences
where GENERIC was off -- trivial things like missing spaces in
comments, inconsistent comment workding. This fixes those, both
because they are valid fixes in their own right once noticed, and to
make the diff to XEN smaller.
  /src/sys/arch/i386/i386/
machdep.c 1.585 Wed Oct 25 13:56:15 UTC 2006 jmmv Remove the usage of Multiboot's "a.out kludge" to tell the boot loader to
reserve some more space for the BSS section than the binary says. This
trick was used to leave room after the kernel's image to copy the symbol
table following the format required by ksyms_init. (It was also used to
workaround a bug in the physical address fields of the binary, but this has
been long fixed.) Yes, the MULTIBOOT_SYMTAB_SPACE option goes away; yay!

Instead, copy the required data after the kernel in a way that avoids having
to reserve space and use the new ksyms_init_explicit function to avoid the
need to construct a minimal ELF image.

Fixes ksyms when using an "unpatched" GRUB (one that does not contain the
fix to honour the "a.out kludge" for ELF images, even when present) -- i.e.
ddb and lkms. As a side effect, the new code is much clearer to read and
digest.

Closes PR port-i386/32865.
  /src/sys/sys/
param.h 1.585 Sat Apr 06 03:06:28 UTC 2019 thorpej Overhaul the API used to fetch and store individual memory cells in
userspace. The old fetch(9) and store(9) APIs (fubyte(), fuword(),
subyte(), suword(), etc.) are retired and replaced with new ufetch(9)
and ustore(9) APIs that can return proper error codes, etc. and are
implemented consistently across all platforms. The interrupt-safe
variants are no longer supported (and several of the existing attempts
at fuswintr(), etc. were buggy and not actually interrupt-safe).

Also augmement the ucas(9) API, making it consistently available on
all plaforms, supporting uniprocessor and multiprocessor systems, even
those that do not have CAS or LL/SC primitives.

Welcome to NetBSD 8.99.37.
  /src/sys/dev/pci/
pcidevs.h 1.585 Wed Oct 22 11:31:18 UTC 2003 fvdl Regen.
pcidevs_data.h 1.585 Thu Oct 23 16:02:09 UTC 2003 fvdl Regen.
if_wm.c 1.585 Mon Sep 03 16:29:32 UTC 2018 riastradh Rename min/max -> uimin/uimax for better honesty.

These functions are defined on unsigned int. The generic name
min/max should not silently truncate to 32 bits on 64-bit systems.
This is purely a name change -- no functional change intended.

HOWEVER! Some subsystems have

#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) > (b) ? (a) : (b))

even though our standard name for that is MIN/MAX. Although these
may invite multiple evaluation bugs, these do _not_ cause integer
truncation.

To avoid `fixing' these cases, I first changed the name in libkern,
and then compile-tested every file where min/max occurred in order to
confirm that it failed -- and thus confirm that nothing shadowed
min/max -- before changing it.

I have left a handful of bootloaders that are too annoying to
compile-test, and some dead code:

cobalt ews4800mips hp300 hppa ia64 luna68k vax
acorn32/if_ie.c (not included in any kernels)
macppc/if_gm.c (superseded by gem(4))

It should be easy to fix the fallout once identified -- this way of
doing things fails safe, and the goal here, after all, is to _avoid_
silent integer truncations, not introduce them.

Maybe one day we can reintroduce min/max as type-generic things that
never silently truncate. But we should avoid doing that for a while,
so that existing code has a chance to be detected by the compiler for
conversion to uimin/uimax without changing the semantics until we can
properly audit it all. (Who knows, maybe in some cases integer
truncation is actually intended!)
pcidevs 1.585 Sat Oct 18 01:32:30 UTC 2003 lukem Remove http://members.hyperlink.net.au/~chart/pci.htm link; it doesn't
exist anymore.

Add some more ServerWorks devices
  /src/sys/arch/i386/conf/
GENERIC 1.585 Sun Dec 14 01:32:02 UTC 2003 thorpej Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).
  /src/sys/conf/
files 1.585 Mon Dec 23 17:38:19 UTC 2002 jdolecek move NTFS code from sys/ntfs to sys/fs/ntfs
  /src/doc/
CHANGES 1.585 Sat Feb 18 15:30:52 UTC 2006 jmcneill Note rasops shadowfb changes.
3RDPARTY 1.585 Sat Mar 01 23:47:28 UTC 2008 tnn Note that wpa_supplicant/hostapd 0.6.3 are available.
  /src/distrib/sets/lists/tests/
mi 1.585 Fri Aug 22 10:51:38 UTC 2014 apb sort
  /src/share/mk/
bsd.own.mk 1.585 Mon Oct 05 22:32:58 UTC 2009 haad Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386
need still one fix othervise it should be ready for testing.
  /src/distrib/sets/lists/base/
shl.mi 1.585 Sun May 29 15:17:09 UTC 2011 spz branches: 1.585.2;
merge 9.8.0-P2:
- fixes CVE-2011-1910: Large RRSIG RRsets and Negative Caching can crash named
- fixes CVE-2011-0414: bind lockup during IXFR
- return a more correct error in case of policy violation

bump version of libdns and libisc
Sun May 29 15:17:09 UTC 2011 spz branches: 1.585.2;
merge 9.8.0-P2:
- fixes CVE-2011-1910: Large RRSIG RRsets and Negative Caching can crash named
- fixes CVE-2011-0414: bind lockup during IXFR
- return a more correct error in case of policy violation

bump version of libdns and libisc
1.585.2.1 Thu Jun 23 14:18:20 UTC 2011 cherry Catchup with rmind-uvmplock merge.
mi 1.585 Wed Jan 11 00:06:38 UTC 2006 kleink Update for tzdata2005r.
  /src/distrib/sets/lists/man/
mi 1.585 Mon Jun 02 14:45:09 UTC 2003 grant add cec, cs80bus and gpib man pages (hi, gmcgarry)
  /src/distrib/sets/lists/comp/
mi 1.585 Wed Jun 25 18:58:23 UTC 2003 tshiozak - correct my last commit : ./usr/lib/i18n/*.* -> ./usr/lib/i18n/lib*.*
- correct obsolete : ./usr/lib/runemodule/*.so.4.* -> ./usr/lib/i18n

Completed in 2411 milliseconds