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

1 2

  /src/sys/arch/i386/conf/
XEN3PAE_DOM0 1.13.4.1 Fri Aug 09 15:59:52 UTC 2019 martin Pull up following revision(s) (requested by rin in ticket #35):

sys/arch/amd64/conf/ALL: revision 1.121
sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.168
sys/arch/i386/conf/GENERIC: revision 1.1210
sys/arch/amd64/conf/GENERIC: revision 1.534

xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9

GENERIC 1.534 Thu Jan 02 00:36:51 UTC 2003 tron Add commented out entry for acpi(4).
1.1208.2.1 Fri Aug 09 15:59:52 UTC 2019 martin Pull up following revision(s) (requested by rin in ticket #35):

sys/arch/amd64/conf/ALL: revision 1.121
sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.168
sys/arch/i386/conf/GENERIC: revision 1.1210
sys/arch/amd64/conf/GENERIC: revision 1.534

xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9
  /src/distrib/notes/common/
main 1.534 Fri Mar 10 04:13:43 UTC 2017 salazar branches: 1.534.2;
add my name to distrib/notes/common/main
Fri Mar 10 04:13:43 UTC 2017 salazar branches: 1.534.2;
add my name to distrib/notes/common/main
1.534.2.1 Fri May 19 00:22:51 UTC 2017 pgoyette Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
  /src/sys/kern/
init_main.c 1.534 Sat Dec 05 18:17:01 UTC 2020 thorpej branches: 1.534.2;
Refactor interval timers to make it possible to support types other than
the BSD/POSIX per-process timers:

- "struct ptimer" is split into "struct itimer" (common interval timer
data) and "struct ptimer" (per-process timer data, which contains a
"struct itimer").

- Introduce a new "struct itimer_ops" that supplies information about
the specific kind of interval timer, including it's processing
queue, the softint handle used to schedule processing, the function
to call when the timer fires (which adds it to the queue), and an
optional function to call when the CLOCK_REALTIME clock is changed by
a call to clock_settime() or settimeofday().

- Rename some fuctions to clearly identify what they're operating on
(ptimer vs itimer).

- Use kmem(9) to allocate ptimer-related structures, rather than having
dedicated pools for them.

Welcome to NetBSD 9.99.77.
Sat Dec 05 18:17:01 UTC 2020 thorpej branches: 1.534.2;
Refactor interval timers to make it possible to support types other than
the BSD/POSIX per-process timers:

- "struct ptimer" is split into "struct itimer" (common interval timer
data) and "struct ptimer" (per-process timer data, which contains a
"struct itimer").

- Introduce a new "struct itimer_ops" that supplies information about
the specific kind of interval timer, including it's processing
queue, the softint handle used to schedule processing, the function
to call when the timer fires (which adds it to the queue), and an
optional function to call when the CLOCK_REALTIME clock is changed by
a call to clock_settime() or settimeofday().

- Rename some fuctions to clearly identify what they're operating on
(ptimer vs itimer).

- Use kmem(9) to allocate ptimer-related structures, rather than having
dedicated pools for them.

Welcome to NetBSD 9.99.77.
1.534.2.1 Sat Apr 03 21:45:00 UTC 2021 thorpej Sync with HEAD.
vfs_syscalls.c 1.534 Sun Sep 15 20:51:03 UTC 2019 christos Prevent O_EXEC for mq_open(2), and O_EXEC with a writable fd for open(2).
  /src/sys/arch/amd64/conf/
ALL 1.120.2.1 Fri Aug 09 15:59:52 UTC 2019 martin Pull up following revision(s) (requested by rin in ticket #35):

sys/arch/amd64/conf/ALL: revision 1.121
sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.168
sys/arch/i386/conf/GENERIC: revision 1.1210
sys/arch/amd64/conf/GENERIC: revision 1.534

xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9
XEN3_DOM0 1.167.2.1 Fri Aug 09 15:59:52 UTC 2019 martin Pull up following revision(s) (requested by rin in ticket #35):

sys/arch/amd64/conf/ALL: revision 1.121
sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.168
sys/arch/i386/conf/GENERIC: revision 1.1210
sys/arch/amd64/conf/GENERIC: revision 1.534

xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9
GENERIC 1.534 Fri Aug 09 08:01:06 UTC 2019 rin xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9
1.531.2.1 Fri Aug 09 15:59:52 UTC 2019 martin Pull up following revision(s) (requested by rin in ticket #35):

sys/arch/amd64/conf/ALL: revision 1.121
sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.168
sys/arch/i386/conf/GENERIC: revision 1.1210
sys/arch/amd64/conf/GENERIC: revision 1.534

xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9
  /src/usr.bin/xlint/lint1/
cgram.y 1.534 Sun Jan 11 18:11:38 UTC 2026 rillig lint: support 128-bit integer types unconditionally

Previously, 128-bit integer types were restricted to 64-bit platforms,
which was unnecessary and cluttered the code. The actual computations
are not affected, as lint performs all integer operations in 64-bit
mode.
tree.c 1.534 Fri Jun 30 08:48:38 UTC 2023 rillig lint: use NULL for null pointer constants

No binary change.
  /src/sys/dev/usb/
usbdevs.h 1.534 Tue Jan 12 14:51:43 UTC 2010 jakllsch regen.
usbdevs_data.h 1.534 Sat Dec 12 14:30:59 UTC 2009 cherry regen properly for usbdevs, 1.538, _after_ commit
usbdevs 1.534 Mon Oct 12 22:28:15 UTC 2009 wiz Add vendor and product ID for Meizu M6.
  /src/sys/dev/pci/
if_wm.c 1.539 Tue Sep 26 08:25:56 UTC 2017 msaitoh - Correct NVM word size check in wm_nvm_version() to prevent
"EERD polling failed" error on attach. if_wm.c rev. 1.534 was not perfect.
Reported by ozaki-r@.
- Print NVM offset and word count when EERD polling failed.

XXX pullup-8.
1.534 Fri Jul 28 09:12:40 UTC 2017 msaitoh Qemu's e1000e emulation (82574L)'s SPI has only 64 words. I've never seen on
real 82574 hardware with such small SPI ROM. Check sc->sc_nvm_wordsize before
accessing higer address words to prevent timeout.
1.508.4.3 Sun Oct 15 20:18:17 UTC 2017 snj Pull up following revision(s) (requested by msaitoh in ticket #306):
sys/dev/pci/if_wm.c: revision 1.539
- Correct NVM word size check in wm_nvm_version() to prevent
"EERD polling failed" error on attach. if_wm.c rev. 1.534 was not perfect.
Reported by ozaki-r@.
- Print NVM offset and word count when EERD polling failed.
pcidevs.h 1.534 Sat Jun 07 05:08:45 UTC 2003 ichiro regen.
pcidevs_data.h 1.534 Sat Jun 07 09:15:33 UTC 2003 wiz regen (Add some Brooktree device IDs).
pcidevs 1.534 Sat Jun 07 09:07:12 UTC 2003 wiz Add ATI Radeon 9100, 9600TX, 9500/9700.
  /src/usr.bin/make/
parse.c 1.534 Sat Jan 30 20:53:29 UTC 2021 rillig make(1): split Buf_Destroy into Buf_Done and Buf_DoneData

In all cases except one, the boolean argument to Buf_Destroy was
constant. Removing that argument by splitting the function into two
separate functions makes the intention clearer on the call site. It
also removes the possibility for using the return value of Buf_Done,
which would have made no sense.

The function Buf_Done now pairs with Buf_Init, just as in HashTable and
Lst.

Even though Buf_Done is essentially a no-op, it is kept as a function,
both for symmetry with Buf_Init and for clearing the Buffer members
after use (this will be done only in CLEANUP mode, in a follow-up
commit).
main.c 1.534 Sat Apr 03 11:08:40 UTC 2021 rillig make: use C99 bool type instead of defining its own

No functional change.
var.c 1.534 Tue Sep 22 20:23:57 UTC 2020 rillig make(1): condense code in Var_Subst
  /src/share/man/man4/
Makefile 1.534 Mon Nov 15 21:52:47 UTC 2010 pooka Exploit the fact that wizd is currently running and add a manpage
for the rump virtif.
  /src/sys/arch/i386/i386/
machdep.c 1.534 Sat Sep 06 22:08:14 UTC 2003 christos SA_SIGINFO changes.
  /src/sys/net/
if.c 1.534 Thu Jun 05 06:32:44 UTC 2025 ozaki-r if: remove unused ifa_ifwithaf()
  /src/sys/sys/
param.h 1.534 Thu Mar 30 09:16:53 UTC 2017 hannken Locking a layer vnode is racy as it may become reclaimed before
calling the operation on the lower vnode.

Replace vi_lock with a rw_obj and change layered file systems
to share the lock with the lower vnode.

Layered file systems now use genfs_lock()/_unlock/_islocked().

Welcome to 7.99.67
  /src/sys/conf/
files 1.534 Mon Jun 17 16:24:57 UTC 2002 christos systrace support.

Completed in 1351 milliseconds

1 2