Searched hist:1.534 (Results 1 - 25 of 26) sorted by relevance

12

/src/distrib/notes/common/
H A Dmain1.534 Fri Mar 10 04:13:43 GMT 2017 salazar branches: 1.534.2;
add my name to distrib/notes/common/main
1.534 Fri Mar 10 04:13:43 GMT 2017 salazar branches: 1.534.2;
add my name to distrib/notes/common/main
/src/sys/kern/
H A Dinit_main.c1.534 Sat Dec 05 18:17:01 GMT 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 Sat Dec 05 18:17:01 GMT 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.

/src/sys/dev/usb/
H A Dusbdevs1.534 Mon Oct 12 22:28:15 GMT 2009 wiz Add vendor and product ID for Meizu M6.
H A Dusbdevs.h1.534 Tue Jan 12 14:51:43 GMT 2010 jakllsch regen.

H A Dusbdevs_data.h1.534 Sat Dec 12 14:30:59 GMT 2009 cherry regen properly for usbdevs, 1.538, _after_ commit
/src/sys/net/
H A Dif.c1.534 Thu Jun 05 06:32:44 GMT 2025 ozaki-r if: remove unused ifa_ifwithaf()

/src/sys/arch/amd64/conf/
H A DGENERIC1.534 Fri Aug 09 08:01:06 GMT 2019 rin xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9
/src/share/man/man4/
H A DMakefile1.534 Mon Nov 15 21:52:47 GMT 2010 pooka Exploit the fact that wizd is currently running and add a manpage
for the rump virtif.

/src/sys/dev/pci/
H A Dpcidevs.h1.534 Sat Jun 07 05:08:45 GMT 2003 ichiro regen.
H A Dpcidevs_data.h1.534 Sat Jun 07 09:15:33 GMT 2003 wiz regen (Add some Brooktree device IDs).
H A Dpcidevs1.534 Sat Jun 07 09:07:12 GMT 2003 wiz Add ATI Radeon 9100, 9600TX, 9500/9700.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.534 Fri Jun 30 08:48:38 GMT 2023 rillig lint: use NULL for null pointer constants

No binary change.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.534 Sat Sep 06 22:08:14 GMT 2003 christos SA_SIGINFO changes.
/src/distrib/sets/lists/base/
H A Dshl.mi1.534 Mon Apr 12 22:34:17 GMT 2010 pooka add rumpdev_fss to setlists
H A Dmi1.534 Mon Mar 21 14:43:43 GMT 2005 tron Update reachover build framework set list for XFree86 4.5.0.
/src/doc/
H A D3RDPARTY1.534 Sat Jun 23 18:16:46 GMT 2007 christos Document how to import new services and protocols files.
/src/usr.bin/make/
H A Dmain.c1.534 Sat Apr 03 11:08:40 GMT 2021 rillig make: use C99 bool type instead of defining its own

No functional change.

H A Dparse.c1.534 Sat Jan 30 20:53:29 GMT 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).

H A Dvar.c1.534 Tue Sep 22 20:23:57 GMT 2020 rillig make(1): condense code in Var_Subst

/src/sys/sys/
H A Dparam.h1.534 Thu Mar 30 09:16:53 GMT 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/arch/i386/conf/
H A DGENERIC1.534 Thu Jan 02 00:36:51 GMT 2003 tron Add commented out entry for acpi(4).

/src/distrib/sets/lists/man/
H A Dmi1.534 Mon Dec 09 14:08:06 GMT 2002 scw The walnut port has been subsumed by the new evbppc port.
/src/distrib/sets/lists/tests/
H A Dmi1.534 Wed Apr 17 01:36:41 GMT 2013 riz Add ./usr/tests/kernel/t_umountstress to set lists, to fix the build.
/src/share/mk/
H A Dbsd.own.mk1.534 Sun Oct 19 19:29:43 GMT 2008 apb Add the NOINFO variable, which works just like all other NOxxx variables.
/src/sys/conf/
H A Dfiles1.534 Mon Jun 17 16:24:57 GMT 2002 christos systrace support.

Completed in 1206 milliseconds

12