Searched hist:1.616 (Results 1 - 24 of 24) sorted by relevance

/src/sys/arch/i386/i386/
H A Dmachdep.c1.616 Mon Dec 03 15:33:46 GMT 2007 ad branches: 1.616.2; 1.616.4;
Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.
1.616 Mon Dec 03 15:33:46 GMT 2007 ad branches: 1.616.2; 1.616.4;
Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.
1.616 Mon Dec 03 15:33:46 GMT 2007 ad branches: 1.616.2; 1.616.4;
Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.
/src/sys/arch/amd64/conf/
H A DGENERIC1.616 Thu Mar 27 00:22:59 GMT 2025 riastradh branches: 1.616.2;
x86: Enable vio9p(4) out of the box.

PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs
1.616 Thu Mar 27 00:22:59 GMT 2025 riastradh branches: 1.616.2;
x86: Enable vio9p(4) out of the box.

PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs
/src/share/man/man4/
H A DMakefile1.616 Thu Jul 24 21:08:50 GMT 2014 alnsn branches: 1.616.2;
man 4 bpfjit

1.616 Thu Jul 24 21:08:50 GMT 2014 alnsn branches: 1.616.2;
man 4 bpfjit

/src/distrib/sets/lists/base/
H A Dshl.mi1.616 Sat Feb 11 23:31:22 GMT 2012 martin branches: 1.616.2;
Add userland part of posix_spawn. Libc functions imported from FreeBSD.
Based on Charles Zhang's summer of code project.
1.616 Sat Feb 11 23:31:22 GMT 2012 martin branches: 1.616.2;
Add userland part of posix_spawn. Libc functions imported from FreeBSD.
Based on Charles Zhang's summer of code project.
H A Dmi1.616 Wed Apr 19 10:58:17 GMT 2006 tron Add missing entries for ndiscvt(8) and its manual pages.
/src/sys/dev/usb/
H A Dusbdevs1.616 Thu May 24 21:32:35 GMT 2012 buhrow Add the Springer Design MP3 players/book reader products.
This includes the original BookPOrt sold by APH.
H A Dusbdevs.h1.616 Wed Jul 04 01:08:57 GMT 2012 christos regen

H A Dusbdevs_data.h1.616 Sun Jul 01 04:21:10 GMT 2012 nonaka regen.
/src/sys/dev/pci/
H A Dpcidevs.h1.616 Thu Apr 01 08:00:32 GMT 2004 tron Regen from "pcidevs".
H A Dpcidevs_data.h1.616 Sat Apr 03 10:51:16 GMT 2004 martti Added another SB Live! 5.1 soundcard and joystick version
H A Dpcidevs1.616 Thu Apr 01 08:00:01 GMT 2004 tron Correct entry for PCI vendor id 0x11af. It is assigned to Avid Technology
Inc. and not to Pro-Log Corporation. Problem reported by Chris Tribo
in PR kern/25004 and verified at http://www.pcidatabase.com/.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.616 Sun Mar 10 10:15:51 GMT 2024 rillig lint: fix integer overflow in integer overflow check
/src/doc/
H A D3RDPARTY1.616 Wed Jul 23 00:57:40 GMT 2008 martin dhcpcd is at 4.0.0 RC1 now
H A DCHANGES1.616 Sat May 13 15:57:19 GMT 2006 rpaulo Mention RFC 3542 support.
/src/usr.bin/make/
H A Dmain.c1.616 Sun May 19 17:55:54 GMT 2024 sjg Dir_FindFile treat sysIncPath and defSysIncPath as special

Rather than play games with adding .DOTLAST and then having to
exclude that from .SYSPATH, just have Dir_FindFile check if
path is sysIncPath or defSysIncPath and behave as if .DOTLAST seen
and also skip the final search of .CURDIR.

Fix Dir_SetSYSPATH to use defSysIncPath if sysIncPath is empty.

H A Dparse.c1.616 Sun Jan 02 01:54:43 GMT 2022 rillig make: clean up handling of .for loops and .include directives

No functional change.
H A Dvar.c1.616 Sat Oct 31 11:54:33 GMT 2020 rillig make(1): do not look up local variables like .TARGET anywhere else

Nobody defines a global variable named .TARGET since that would have
many unpredictable effects, applying to all targets at once.

Nobody defines an environment variable named .TARGET since that's
against the naming conventions for environment variables and would have
the same effect.

Because of this, there is no point looking up the variables that are
local to a GNode anywhere else. This means they cannot come from the
environment and thus their value doesn't need to be freed after use,
which makes the code simpler.

The newly added accessor functions in make.h refer to external
functions, but since that header is not used anywhere outside of
usr.bin/make, it doesn't matter. Between 2020-08-25 and 2020-10-30,
that header had been referenced by usr.bin/xinstall.
/src/sys/sys/
H A Dparam.h1.616 Mon Sep 30 21:18:00 GMT 2019 kamil Welcome to 9.99.15!

struct proc and eventswitch() API changes.

/src/sys/arch/i386/conf/
H A DGENERIC1.616 Sat Jun 26 07:32:06 GMT 2004 abs Add (commented out) ALTQ options to all GENERIC-like files
/src/distrib/sets/lists/man/
H A Dmi1.616 Fri Oct 10 06:21:05 GMT 2003 grog Add Vinum.
/src/distrib/sets/lists/tests/
H A Dmi1.616 Thu Apr 09 16:47:57 GMT 2015 ginsbach Split inet_addr(3) tests from t_inet_network into stand-alone t_inet_addr,
so that t_inet_network only contains tests for inet_network(3).
/src/share/mk/
H A Dbsd.own.mk1.616 Wed Feb 03 15:34:44 GMT 2010 roy Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@
/src/sys/conf/
H A Dfiles1.616 Thu Jul 03 01:42:10 GMT 2003 enami defparam SOMAXKVA.
/src/distrib/sets/lists/comp/
H A Dmi1.616 Fri Sep 12 19:57:28 GMT 2003 christos add bsd.x11.mk

Completed in 1624 milliseconds