Searched hist:1.652 (Results 1 - 23 of 23) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.652 Sat Aug 10 21:15:26 GMT 2013 jnemeth PR/48112 - Kai-Uwe Eckhardt -- add support for Sitecom N300 usb wifi adapter
H A Dusbdevs.h1.652 Fri Dec 20 01:06:21 GMT 2013 jakllsch regen
H A Dusbdevs_data.h1.652 Thu Dec 19 08:22:13 GMT 2013 msaitoh regen.
/src/sys/arch/i386/conf/
H A DGENERIC1.652 Mon Jan 24 03:02:45 GMT 2005 joff branches: 1.652.2;
Add atu(4) 802.11b USB driver
1.652 Mon Jan 24 03:02:45 GMT 2005 joff branches: 1.652.2;
Add atu(4) 802.11b USB driver
/src/share/man/man4/
H A DMakefile1.652 Wed May 09 08:22:53 GMT 2018 msaitoh Add ixv.4.

/src/sys/dev/pci/
H A Dpcidevs.h1.652 Fri Sep 17 18:05:27 GMT 2004 xtraeme Regen for GeForce FX 5700 LE.
H A Dpcidevs_data.h1.652 Thu Sep 30 21:59:06 GMT 2004 cube Regen.
H A Dpcidevs1.652 Thu Sep 30 21:58:26 GMT 2004 cube Add a bunch of devices found on the SuperMicro P4SCi motherboard.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.652 Sat Sep 28 19:09:37 GMT 2024 rillig lint: reword warning about cast between unrelated pointer types

The phrase "may be troublesome" was too unspecific to be useful.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.652 Thu Nov 20 10:53:09 GMT 2008 ad Put the COMPAT_NOMID stuff into its own file.
/src/distrib/sets/lists/base/
H A Dshl.mi1.652 Fri Mar 01 18:15:36 GMT 2013 pooka Add interfaces that out-of-librumpuser hypercalls can use to unschedule
and reschedule themselves if they plan to block.
H A Dmi1.652 Sat Sep 16 20:54:43 GMT 2006 elad Add a C version of Veriexec's fingerprint generator, written by Matt
Fleming.

This one has some nice options -- for example, an admin can run right
after installing a system:

fpgen -D

and it will fingerprint a set of "common" system directories to the
default loaction. See the man-page for more stuff.

Performance-wise, here are results for both fpgen.sh (old) and this
new tool:

474.599u 574.335s 13:53.05 125.9% 0+0k 0+307io 0pf+0w

0.424u 0.131s 0:00.56 98.2% 0+0k 0+2io 0pf+0w

...guess which is which? (that's ~1500 times *faster*)
/src/doc/
H A D3RDPARTY1.652 Tue Nov 25 14:54:03 GMT 2008 tsutsui - tcpdump 4.0.0 and libpcap 1.0.0 have been released
- update nvi and pkg_install version
- in tree bzip2 is also updated to 1.0.5
- libcdk was removed long ago
H A DCHANGES1.652 Sat Jul 08 00:33:03 GMT 2006 matt Note move of VAX to gcc4
/src/usr.bin/make/
H A Dmain.c1.652 Fri May 23 21:05:56 GMT 2025 rillig make: warn when falling from parallel mode back to compat mode

Falling back may run fewer jobs than intended, thus increasing the build's
wall time.

Falling back may run more jobs than intended, when a sub-make creates
its own and independent token pool, thus overloading the system.

Warn in both cases. Since the -J option is internal, it is not obvious
how to fix the situation, so provide detailed instructions on the
possible fixes and their effects.

H A Dparse.c1.652 Sun Jan 16 09:41:28 GMT 2022 rillig make: condense code in Parse_IsVar

No functional change.
H A Dvar.c1.652 Mon Nov 02 21:34:40 GMT 2020 rillig make(1): fix error handling on parse errors in variable expressions

This change doesn't change any of the unit tests since the error
handling code is not yet complete, see the many "handle errors" in the
code. Nevertheless, the "out_FALSE_res = VPR_PARSE_MSG" was wrong since
the error message was only printed in lint mode, not in default mode.
/src/sys/sys/
H A Dparam.h1.652 Sun Mar 08 22:19:14 GMT 2020 mgorny Bump kernel version after errno changes in compat and nfs

/src/distrib/sets/lists/man/
H A Dmi1.652 Sun Jan 11 19:05:26 GMT 2004 hannken Update the file system snapshot driver:
- Document the kernel thread.
- Rename some functions and variables.
- Return EROFS where appropriate.
- Use shifts instead of 64-bit divide.
- Use a simple_lock to make it MP-safe.
- Add M_CANFAIL to malloc to avoid panic on large cluster size.
- Allow sparse file for backing store and use VOP_BALLOC() to allocate
space. Default size of backing store is the size of the file system.
/src/distrib/sets/lists/tests/
H A Dmi1.652 Wed Nov 11 07:52:57 GMT 2015 ozaki-r Add tests for RA

From s-yamaguchi@IIJ (with some tweaks by me)
/src/share/mk/
H A Dbsd.own.mk1.652 Mon Feb 07 21:23:47 GMT 2011 mrg add missing SRCDIR for synaptics.
/src/sys/conf/
H A Dfiles1.652 Thu Jan 29 02:00:02 GMT 2004 tsarna uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in
PR#23470, with minor updates by me. This is only the syscall support
from that PR, for now.

Changes: port over fix from FreeBSD for multicast address generation.
Changed bcopy to memcpy. For now, #ifdef notyet the portions of
kern_uuid.c that are meant to be used by (currently nonexistent) other
things in the kernel. Added syscall to COMPAT_FREEBSD as well, though
that's currently not useful, as any program new enough to use this call
also uses other syscalls we don't (yet) emulate.
/src/distrib/sets/lists/comp/
H A Dmi1.652 Sat Jan 03 13:50:26 GMT 2004 lukem support MKHESIOD=no

Completed in 1608 milliseconds