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

/src/sys/dev/usb/
H A Dusbdevs1.640 Sun Mar 24 23:00:48 GMT 2013 cheusov New device Id for Beagle Bone, reviewed by bouyer@ and Lloyd Parker
H A Dusbdevs.h1.640 Thu May 09 00:41:13 GMT 2013 aymeric regen
H A Dusbdevs_data.h1.640 Fri May 03 15:38:04 GMT 2013 jakllsch regen.
/src/share/man/man4/
H A DMakefile1.640 Fri Jun 16 22:13:25 GMT 2017 pgoyette Oooppss, pxagpio.4 isn't ready yet.
/src/sys/dev/pci/
H A Dpcidevs.h1.640 Mon Aug 02 18:43:53 GMT 2004 mycroft Regen.
H A Dpcidevs_data.h1.640 Mon Aug 02 19:25:46 GMT 2004 mycroft Regen.
H A Dpcidevs1.640 Mon Aug 02 19:25:35 GMT 2004 mycroft Add a device I missed.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.640 Fri May 03 04:04:18 GMT 2024 rillig lint: measure the alignment in bytes, not bits

While measuring the alignment in bits makes sense when building a struct
type with bit-fields, in all other places it is more confusing than
helpful.

The only visible change is that in debug mode, the format of type sizes
and alignment changed. Since the size of all complete types is a
multiple of a byte (as defined in the C standard), sizes and alignments
are reported in bytes as well. Only while a struct is being built, the
type size may include an additional '+x' for the bits of a bit-field.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.640 Tue Aug 26 08:43:00 GMT 2008 cegger Xen: Mark NMI and machine check handlers as interrupt gates.
/src/distrib/sets/lists/base/
H A Dshl.mi1.640 Tue Nov 20 05:27:22 GMT 2012 agc Fix set lists after the merge of netpgpverify(1) and libnetpgpverify(3)
from the agc-netpgp-standalone branch.
H A Dmi1.640 Sun Jul 23 11:41:24 GMT 2006 lukem Implement MKDEBUG:
If "no", don't build and install separate debugging symbols
into /usr/libdata/debug.
Default: no
/src/doc/
H A D3RDPARTY1.640 Fri Sep 19 21:44:13 GMT 2008 christos mention new amd.
H A DCHANGES1.640 Sun Jun 25 13:47:18 GMT 2006 kent note S/PDIF of azalia(4)
/src/usr.bin/make/
H A Dmain.c1.640 Sun Mar 30 21:24:57 GMT 2025 sjg make: POSIX mode, check for sysV style modifiers first

A POSIX compatible makefile should not be using any
of our native modifiers, so give preference to the sysV style modifier
and only check the others as a fallback.

Reviewed by: rillig
H A Dparse.c1.640 Sat Jan 08 21:28:59 GMT 2022 rillig make: return early from SkipIrrelevantBranches

No functional change.
H A Dvar.c1.640 Sun Nov 01 22:48:41 GMT 2020 rillig make(1): rename local variable in ApplyModifiers
/src/sys/sys/
H A Dparam.h1.640 Sun Jan 12 21:37:15 GMT 2020 ad NetBSD 9.99.37 - struct cpu_info & struct lwp changed.
/src/sys/arch/i386/conf/
H A DGENERIC1.640 Wed Nov 10 17:54:05 GMT 2004 christos Add COMPAT_BSDPTY to the rest of the config files.
/src/distrib/sets/lists/man/
H A Dmi1.640 Sat Jan 03 03:02:25 GMT 2004 lukem support MKSENDMAIL=no (with "sendmail" keyword)
/src/distrib/sets/lists/tests/
H A Dmi1.640 Mon Aug 10 02:44:37 GMT 2015 mrg obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.
/src/share/mk/
H A Dbsd.own.mk1.640 Sun Aug 22 18:56:21 GMT 2010 rmind Import NPF - a packet filter. Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
/src/sys/conf/
H A Dfiles1.640 Fri Oct 10 21:26:38 GMT 2003 jdolecek move MI majors config file from sys/dev/majors to sys/conf/majors
/src/distrib/sets/lists/comp/
H A Dmi1.640 Sun Nov 16 15:10:46 GMT 2003 yamt a manpage of selrecord and selwakeup.

Completed in 1736 milliseconds