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

/src/sys/dev/pci/
H A Dif_wm.c1.796 Mon Jan 29 06:05:11 GMT 2024 msaitoh wm(4): Drop frames if the RX descriptor ring has no room on multiqueue system.

Drop frames if the RX descriptor ring has no room. This is enabled only on
multiqueue system to avoid bad influence to other queues. The drop count
can be seen by the RQDPC counter (wmN rxqXXdrop evcnt).
H A Dpcidevs.h1.796 Sun Jun 18 21:32:50 GMT 2006 christos Regen
H A Dpcidevs_data.h1.796 Sun Jun 25 03:47:26 GMT 2006 soren Regen.
H A Dpcidevs1.796 Sun Jun 18 10:33:12 GMT 2006 xtraeme Add ALI M1533 PCI-ISA Bridge
/src/distrib/sets/lists/base/
H A Dshl.mi1.796 Mon Jan 02 00:38:16 GMT 2017 roy branches: 1.796.2;
Bump libcurses to 7.1 for prior additions.
1.796 Mon Jan 02 00:38:16 GMT 2017 roy branches: 1.796.2;
Bump libcurses to 7.1 for prior additions.
H A Dmi1.796 Thu Feb 05 19:35:48 GMT 2009 dyoung branches: 1.796.2;
Remove the 'nls' tag from ./usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES,
since we install the directory whether MKNLS=no or not.

Replace comp- with base- in some syspkg names.

Put firmware and files from /usr/share/mk/ into their own syspkgs.
1.796 Thu Feb 05 19:35:48 GMT 2009 dyoung branches: 1.796.2;
Remove the 'nls' tag from ./usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES,
since we install the directory whether MKNLS=no or not.

Replace comp- with base- in some syspkg names.

Put firmware and files from /usr/share/mk/ into their own syspkgs.
/src/sys/dev/usb/
H A Dusbdevs1.796 Sat Oct 16 05:39:11 GMT 2021 mrg add logitech B100 mouse
H A Dusbdevs.h1.796 Sun May 22 00:54:07 GMT 2022 charlotte regen
H A Dusbdevs_data.h1.796 Sun May 22 00:54:07 GMT 2022 charlotte regen
/src/share/mk/
H A Dbsd.own.mk1.796 Sat Apr 05 02:22:56 GMT 2014 christos branches: 1.796.2;
convert i386 to gcc-4.8. boot blocks tested by booting netbsd/i386 multiuser on:
qemu
dell precision t5400
sony vaio vgn250p
1.796 Sat Apr 05 02:22:56 GMT 2014 christos branches: 1.796.2;
convert i386 to gcc-4.8. boot blocks tested by booting netbsd/i386 multiuser on:
qemu
dell precision t5400
sony vaio vgn250p
/src/sys/arch/i386/i386/
H A Dmachdep.c1.796 Mon Oct 09 17:49:27 GMT 2017 maya GC i386_fpu_present. no FPU x86 is not supported.

Also delete newly unused send_sigill
/src/doc/
H A D3RDPARTY1.796 Tue Dec 21 18:28:59 GMT 2010 jruoho ACPICA 20101209 is out.

Major rework of the GPE handling. A lot of API breakages. Perhaps not worth
updating before 6.0, given that the current version works relatively well.
H A DCHANGES1.796 Wed Feb 28 13:18:43 GMT 2007 apb Mention MAKEDEV.subr
/src/sys/arch/i386/conf/
H A DGENERIC1.796 Sat Nov 11 19:00:16 GMT 2006 jmmv Enable TMPFS by default. OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion. The port masters or
the real users of those ports are better suited to make the decision of
enabling it.
/src/distrib/sets/lists/man/
H A Dmi1.796 Tue Jun 21 18:11:38 GMT 2005 wiz Add ac97(4) man page from OpenBSD, written by Constantine Sapuntzakis.
Suggested by kent@.
/src/distrib/sets/lists/tests/
H A Dmi1.796 Wed Dec 05 02:45:05 GMT 2018 kre Add a new test program to test the "intermediate" shell built in
utilities. That is, not the low level ones that look like syntax,
but aren't: break/continue/return; not those which are really
just external programs that are built in for efficiency (printf,
test, and kill - though kill really needs to be built in) - those
should all have separate test programs (there is a test here for the
built-in echo, as that is an entirely different thing to /bin/echo);
and also not those for which there are other tests because of the
nature of the built-in (like exit, wait, shift, ...). Lastly not
"times" either as that just seems to be too hard to test rationally.

There is a test (well, framework) for ulimit and there's also t_ulimit.sh
one of those should go, but I am not yet sure which is the best way
to reconcile things.

Note: many (in fact) most of the test cases added here are either
entirely empty (no tests at all, beyond testing that the built-in is
in fact a shell built-in) or only very rudimentary tests - assistance
in fleshing those out would be welcome (the boilerplate is all here,
all that is needed is some actual tests to run...)
/src/usr.bin/make/
H A Dvar.c1.796 Wed Feb 03 14:33:09 GMT 2021 rillig make: split Var_Exists into plain Var_Exists and Var_ExistsExpand

Most previous calls to Var_Exists use constant variable names. Only the
two calls in parse.c need to expand the variable name.

It may be a good idea to expand the variable name once in VarAssign_Eval
instead of repeating the expansion in each of its special cases.

No functional change.
/src/sys/conf/
H A Dfiles1.796 Sat Aug 26 22:06:37 GMT 2006 bjh21 Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c to
dev/ic/wd33c93.c. This may not be the best WD33C93 driver we've
got, but it's the most recently worked on and probably the most
portable, so it seems like a good basis for further work (and in
particular an acorn26 driver for the Acorn SCSI card). There's
no functional change in this commit, and sgimips kernels still
compile.
/src/distrib/sets/lists/comp/
H A Dmi1.796 Sun Jun 19 20:23:48 GMT 2005 thorpej Move common Sun3/Sun4 EEPROM definitions in to <dev/sun/eeprom.h>

Completed in 1536 milliseconds