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

  /src/sys/dev/usb/
usbdevs.h 1.744 Tue Jul 10 11:21:34 UTC 2018 spz add Yubikey ids, this time more complete (thanks for the reminders)
usbdevs_data.h 1.744 Tue Jul 10 11:21:34 UTC 2018 spz add Yubikey ids, this time more complete (thanks for the reminders)
usbdevs 1.744 Fri Dec 22 13:59:32 UTC 2017 jakllsch Add RT Systems RTS-03 USB to Serial Adapter
  /src/usr.bin/make/
parse.c 1.744 Tue Apr 22 19:28:50 UTC 2025 rillig make: clean up

Replace 'unsigned int' with simply 'unsigned'.

In compat.c, skipping whitespace is not needed, as the loop above
already skips it.

In job.c, remove the unused header <sys/file.h>.

Inline the TMPPAT macro, as it is only needed in a single place.
var.c 1.744 Sun Dec 20 13:50:10 UTC 2020 rillig make(1): use FStr in VarNew
  /src/share/man/man4/
Makefile 1.744 Tue Apr 15 07:55:51 UTC 2025 nia Add a man page for radeonfb(4)
  /src/sys/arch/i386/i386/
machdep.c 1.744 Sat Feb 01 18:57:38 UTC 2014 bouyer Stopgap measure: set i386_fpu_present to 1 for XEN.
Stop a stream of
npxintr: came from nowherenpxintr: l = 0xc17ba560, curproc = 0xc177d880, fpu_present = 0
when running some ATF tests:
http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/i386/201401300920Z_anita.txt

XXX this is probably still broken for native i386, at last for older CPUs.
It looks like on newer CPUs (such as the one emulated by qemu) this code path
is not used.
  /src/sys/dev/pci/
pcidevs.h 1.744 Wed Dec 07 04:44:47 UTC 2005 jonathan regen from sys/dev/pci/pcidevs rev 1.742 (add bcm5714 et al.).
pcidevs_data.h 1.744 Fri Dec 09 10:46:00 UTC 2005 xtraeme regen
if_wm.c 1.744 Tue Jul 19 08:21:02 UTC 2022 riastradh wm(4): Use bus_dmamap_sync, not bus_space_barrier, for tx desc.

The newly written tx descriptor needs to be visible to the device
before the TDT register is set. There's no bus space mappings that
need any barriers, though -- nothing mapped prefetchable or cacheable
here. So bus_dmamap_sync (via wm_cdtxsync) is necessary, not
bus_space_barrier. By accident, bus_space_barrier implies the same
barrier instructions as bus_dmamap_sync on some architectures, but it
wouldn't work at all if we were bouncing.

ok msaitoh@, knakahara@
pcidevs 1.744 Fri Dec 09 10:45:28 UTC 2005 xtraeme Add two VMware SVGA device ids.
  /src/sys/arch/i386/conf/
GENERIC 1.744 Tue Apr 18 16:49:19 UTC 2006 rittera A number of minor changes for NDIS. (OK'd by phil)

1. Removed the makeoptions line from arch/i386/conf/GENERIC. Now
ndis_driver_data.h is simply copied into the kernel build directory instead
of editing the config file to specify its location.

2. Uncommented lines in files.i386 and files.pci related to NDIS. NDIS will
not be compiled into the kernel unless the two lines are uncommented from
GENERIC (I checked using nm), so there is no reason for this to be commented
out.

3. Added ndiscvt to usr.sbin/Makefile.
  /src/distrib/sets/lists/base/
mi 1.744 Tue Apr 15 11:17:47 UTC 2008 plunky branches: 1.744.2;
some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
Tue Apr 15 11:17:47 UTC 2008 plunky branches: 1.744.2;
some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
1.744.2.4 Tue Jun 17 09:13:32 UTC 2008 yamt sync with head.
1.744.2.3 Wed Jun 04 02:03:19 UTC 2008 yamt sync with head
1.744.2.2 Sun May 25 18:18:16 UTC 2008 peter Updates for ftp-proxy and add tftp-proxy.
1.744.2.1 Sun May 18 00:29:38 UTC 2008 yamt sync with head.
shl.mi 1.744 Sun Jul 26 15:15:31 UTC 2015 kamil Bump shlib minor for new function: ereallocarr(3)

Noted by <mrg>
  /src/sys/conf/
files 1.744 Sun Nov 27 22:18:41 UTC 2005 thorpej Move UVM files to files.uvm
  /src/doc/
CHANGES 1.744 Wed Nov 01 17:46:57 UTC 2006 tls Sigh. Screwed up previous change, can't commit. Revert while pending.
3RDPARTY 1.744 Sun Jan 10 07:37:09 UTC 2010 mlelstv new tzcode
  /src/distrib/sets/lists/tests/
mi 1.744 Sat May 20 16:35:55 UTC 2017 kre Add a test of sh syntax & parsing (first attempt anyway.)
  /src/share/mk/
bsd.own.mk 1.744 Mon Aug 12 16:17:07 UTC 2013 matt Fix MACHINE_CPU for armeb
  /src/distrib/sets/lists/man/
mi 1.744 Tue Jan 04 16:22:58 UTC 2005 spz these files should not be expected to exist if MKKERBEROS=no
Reviewed by christos
  /src/distrib/sets/lists/comp/
mi 1.744 Tue Dec 14 02:27:55 UTC 2004 lukem usr/lib/threadlib.h is now obsolete

Completed in 1795 milliseconds