Searched hist:1.783 (Results 1 - 19 of 19) sorted by relevance

/src/sys/dev/pci/
H A Dif_wm.c1.783 Fri Aug 25 08:14:14 GMT 2023 msaitoh Delay sending LINK_STATE_UP to prevent dropping packets on I35[04] and I21[01].

Some (not all) systems use I35[04] or I21[01] don't send packet soon
after linkup. The MAC send a packet to the PHY and any error is not
observed. This behavior causes a problem that gratuitous ARP and/or
IPv6 DAD packet are silently dropped. To avoid this problem, don't
call mii_pollstat() here which will send LINK_STATE_UP notification
to the upper layer. Instead, mii_pollstat() will be called in
wm_gmii_mediastatus() or mii_tick() will be called in wm_tick().

Note that the similar workaround is in Linux's igb driver though it's
only for I21[01].

OK'd by hikaru@ and knakahara@.
H A Dpcidevs.h1.783 Thu Apr 20 01:15:19 GMT 2006 gdamore Regen.
H A Dpcidevs_data.h1.783 Tue Apr 25 23:57:13 GMT 2006 wrstuden Regen to catch change for 3ware cards.
H A Dpcidevs1.783 Tue Apr 25 23:55:58 GMT 2006 wrstuden Tweak 3ware 9500 ID, and add 3ware 9550 ID.
/src/sys/dev/usb/
H A Dusbdevs1.783 Fri Jun 19 11:52:42 GMT 2020 flxd Add umass quirk for Alcor AU6366 multi-card reader.
H A Dusbdevs.h1.783 Sun Jun 13 09:24:11 GMT 2021 mlelstv Regen
H A Dusbdevs_data.h1.783 Sun Jun 13 09:24:11 GMT 2021 mlelstv Regen
/src/sys/arch/i386/i386/
H A Dmachdep.c1.783 Sat Jul 01 10:44:42 GMT 2017 maxv Remove the osyscall call gate on i386, and emulate it. There is a one-
instruction race in it that could panic the kernel.
/src/distrib/sets/lists/base/
H A Dshl.mi1.783 Sat Aug 20 11:34:49 GMT 2016 christos add unbound stuff
H A Dmi1.783 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.
/src/doc/
H A D3RDPARTY1.783 Sun Oct 31 17:17:45 GMT 2010 snj fix typo
H A DCHANGES1.783 Wed Jan 24 19:46:25 GMT 2007 tls Remove option COMPAT_386BSD_MBRPART from default kernels. NetBSD has
not used partition ID 0x165 for many, many years, and the presence of
this option in INSTALL kernels can cause overwriting of existing FreeBSD
installations when sysinst writes back the disklabel. Those with very,
very old NetBSD installations may find that they must update their fdisk
partition tables to use partition ID 0x169 for their NetBSD partitions.

This seems like the best of a number of lousy choices for dealing with
this problem. Sysinst should perhaps grow code that asks whether an
existing 0x165 partition should be converted.

~
/src/sys/arch/i386/conf/
H A DGENERIC1.783 Tue Sep 26 14:08:19 GMT 2006 elad Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.
/src/distrib/sets/lists/man/
H A Dmi1.783 Sun Apr 24 21:43:03 GMT 2005 dyoung Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
and the set lists.
/src/distrib/sets/lists/tests/
H A Dmi1.783 Fri May 18 06:39:59 GMT 2018 kamil Add new ATF tests: t_fork and t_vfork

Test behavior of raise(signal) in either fork(2)ed or vfork(2)ed child.

Tests:
- raise1 SIGKILL
- raise2 SIGSTOP
- raise3 SIGTSTP
- raise4 SIGTTIN
- raise5 SIGTTOU
- raise6 SIGABRT
- raise7 SIGHUP
- raise8 SIGCONT

t_vfork:raise2 fails ignoring non-maskable SIGSTOP.

The remaining ones pass.

Sponsored by <The NetBSD Foundation>
/src/share/mk/
H A Dbsd.own.mk1.783 Mon Mar 10 22:38:53 GMT 2014 pooka Move the "is arch capable of loading native kernel modules into
rump kernel" clauses from bsd.own.mk to Makefile.rump. Also,
add a rump_nativeabi_p() call to determine if rump kernel is
compiled with native ABI support.
/src/usr.bin/make/
H A Dvar.c1.783 Sat Jan 30 15:48:42 GMT 2021 rillig make(1): reduce boilerplate for printing bit sets in debug mode

No functional change.
/src/sys/conf/
H A Dfiles1.783 Sun Jun 25 08:00:01 GMT 2006 yamt 1. implement solaris-like vmem. (still primitive, though)
2. implement solaris-like kmem_alloc/free api, using #1.
(note: this implementation is backed by kernel_map, thus can't be
used from interrupt context.)
/src/distrib/sets/lists/comp/
H A Dmi1.783 Sun May 01 14:57:27 GMT 2005 martti Install netinet/ipl.h (bin/30095)

Completed in 1453 milliseconds