Searched hist:1.681 (Results 1 - 22 of 22) sorted by relevance

/src/sys/arch/i386/i386/
H A Dmachdep.c1.681 Thu Dec 10 14:13:50 GMT 2009 matt branches: 1.681.2;
Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly
involves setregs and vmcmds). Should result in no code differences.
1.681 Thu Dec 10 14:13:50 GMT 2009 matt branches: 1.681.2;
Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly
involves setregs and vmcmds). Should result in no code differences.
/src/sys/dev/usb/
H A Dusbdevs1.681 Wed Sep 24 00:11:43 GMT 2014 christos whitespace
H A Dusbdevs.h1.681 Wed Feb 04 14:23:18 GMT 2015 jmcneill regen
H A Dusbdevs_data.h1.681 Mon Jan 26 10:53:21 GMT 2015 gson regen
/src/share/man/man4/
H A DMakefile1.681 Fri Aug 30 08:54:58 GMT 2019 mrg document usbnet diagnostics in usbnet(4). remove all the no longer
present messages in specific drivers for the usbnet drivers.
/src/sys/dev/pci/
H A Dpcidevs.h1.681 Thu Jan 13 18:25:49 GMT 2005 jdolecek regen: VIA Velocity
H A Dpcidevs_data.h1.681 Sat Jan 15 08:33:19 GMT 2005 jdolecek regen: use full 'nForce2 Ultra 400' tag for the NFORCE2_400* enties
H A Dpcidevs1.681 Thu Jan 13 20:51:49 GMT 2005 jdolecek add bunch of NVIDIA nForce2 Ultra 400 chipset devices
/src/usr.bin/xlint/lint1/
H A Dtree.c1.681 Sat Apr 12 15:49:49 GMT 2025 rillig lint: s/illegal/invalid/g

Lint does not provide legal advice.
/src/distrib/sets/lists/base/
H A Dshl.mi1.681 Sat Nov 16 13:01:38 GMT 2013 alnsn Build and install sljit and bpfjit rump components iff ${MKSLJIT} != "no".
H A Dmi1.681 Fri Dec 29 15:52:20 GMT 2006 pooka if MKPUFFS=yes is given, build & install mount_psshfs (default: no)
/src/doc/
H A D3RDPARTY1.681 Wed Apr 08 17:27:28 GMT 2009 christos new cvs
H A DCHANGES1.681 Thu Sep 07 02:26:14 GMT 2006 xtraeme scan_ffs(8): now it's -F file not -f file. Suggested by mrg.
/src/usr.bin/make/
H A Dparse.c1.681 Sun Jul 24 20:25:23 GMT 2022 rillig make: fix out-of-bounds read when parsing an invalid line

Reported by Robert Morris in https://bugs.freebsd.org/265119.

Since 2021-12-14.
H A Dvar.c1.681 Sun Nov 08 19:24:19 GMT 2020 rillig make(1): clean up VarEvalFlags in the calls to Var_Parse and Var_Subst

There are only 3 flags, and some combinations don't even make sense.

VARE_UNDEFERR only makes sense if combined with VARE_WANTRES. If the
latter is not set, the variable expressions are only parsed, without
asking whether they are defined or not. Therefore, VARE_UNDEFERR cannot
have any effect in that case.

VARE_KEEP_DOLLAR is actively ignored by ParseModifierPart. In cases
where VARE_WANTRES is not set, this means that VARE_NONE can be passed,
which is easier to grasp than any bitset operations. This also gets rid
of a few type casts from enum to unsigned int that were necessary to
pass WARNS=6.
/src/sys/sys/
H A Dparam.h1.681 Sat Dec 05 18:17:01 GMT 2020 thorpej 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/arch/i386/conf/
H A DGENERIC1.681 Tue Jun 28 09:08:04 GMT 2005 wiz pss(4) was removed, remove it from kernel configs too.
/src/distrib/sets/lists/man/
H A Dmi1.681 Sun Apr 04 15:59:44 GMT 2004 mrg install ippool(5) manual as well. from peter postma in PR#25053.
/src/distrib/sets/lists/tests/
H A Dmi1.681 Sun Aug 14 14:55:42 GMT 2016 jakllsch tests for sys/dev/clock_subr.c
/src/share/mk/
H A Dbsd.own.mk1.681 Sat Aug 27 18:35:20 GMT 2011 joerg Add new "analyze" command to run clang's static analyzer in a directory
on all C/C++ files.
/src/sys/conf/
H A Dfiles1.681 Wed Aug 18 00:19:29 GMT 2004 drochner add a "drvctl" pseudo-device as userland interface to the autoconf
rescan() and detach() functions
/src/distrib/sets/lists/comp/
H A Dmi1.681 Mon Mar 22 10:28:55 GMT 2004 he Fix typo in manual page name: OPENSSL_load_builtin_modules instead
of OPENSSL_load_built_modules.

Completed in 1680 milliseconds