HomeSort by: relevance | last modified time | path
    Searched hist:1.723 (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/lib/libdm/
Makefile 1.3.4.1 Tue Dec 09 20:21:05 UTC 2014 martin Pull up following revision(s) (requested by mlelstv in ticket #306):
lib/libdm/Makefile: revision 1.4
distrib/sets/lists/debug/shl.mi: revision 1.82
distrib/sets/lists/base/shl.mi: revision 1.723
libdm is needed by LVM early in the boot process. Fixes bin/49357.

  /src/sys/dev/usb/
usbdevs.h 1.723 Tue Apr 18 19:10:58 UTC 2017 riastradh branches: 1.723.2;
regen
Tue Apr 18 19:10:58 UTC 2017 riastradh branches: 1.723.2;
regen
1.723.2.1 Thu May 11 02:58:40 UTC 2017 pgoyette Sync with HEAD
usbdevs_data.h 1.723 Mon Apr 17 09:03:50 UTC 2017 riastradh regen
usbdevs 1.723 Fri Nov 04 20:39:33 UTC 2016 mlelstv add id for RTL8188EU from vendor ABOCOM
  /src/sys/arch/xen/x86/
x86_xpmap.c 1.38.2.3 Mon Mar 05 20:18:03 UTC 2012 sborrill Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49

Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.

  /src/sys/arch/i386/conf/
GENERIC 1.723 Fri Feb 03 11:08:23 UTC 2006 jmmv branches: 1.723.2;
Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.
Fri Feb 03 11:08:23 UTC 2006 jmmv branches: 1.723.2;
Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.
1.723.2.4 Wed Jun 07 15:49:38 UTC 2006 kardel Sync with head.
1.723.2.3 Thu Jun 01 22:34:33 UTC 2006 kardel Sync with head.
1.723.2.2 Sat Apr 22 11:37:32 UTC 2006 simonb Sync with head.
1.723.2.1 Tue Feb 28 20:25:08 UTC 2006 kardel Move watchdog timer support code out of geode.c in to its
own file, leaving geode.c to just set up GDB mappings.
Add support for CGB high resolution counter as a time counter.
  /src/sys/arch/i386/i386/
locore.S 1.95.10.1 Mon Mar 05 20:18:01 UTC 2012 sborrill Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49

Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.
machdep.c 1.723 Fri Mar 02 16:43:31 UTC 2012 bouyer Follow locore.S and move FPU handling from x86_64_switch_context() to
x86_64_tls_switch(); raise IPL to IPL_HIGH in x86_64_switch_context()
and test ci_fpcurlwp to decide to disable FPU or not.
Change the Xen i386 context switch code to be like the amd64 one.
1.717.2.4 Mon Mar 05 20:18:02 UTC 2012 sborrill Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49

Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.
  /src/sys/arch/x86/include/
cpu.h 1.47.2.2 Mon Mar 05 20:18:02 UTC 2012 sborrill Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49

Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.
specialreg.h 1.55.2.1 Mon Mar 05 20:18:03 UTC 2012 sborrill Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49

Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.
  /src/sys/arch/amd64/amd64/
machdep.c 1.175.2.2 Mon Mar 05 20:18:01 UTC 2012 sborrill Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49

Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.
  /src/usr.bin/make/
parse.c 1.723 Sun May 19 20:09:40 UTC 2024 sjg make: use separate function to include makefiles.

Have Dir_FindFile and Dir_FindInclude call FindFile with a
bool flag to indicate whether .CURDIR should be be searched at all.
var.c 1.723 Sat Dec 12 18:00:18 UTC 2020 rillig make(1): error out on misspelled .unexport-env
  /src/sys/dev/pci/
pcidevs 1.723 Sun Jun 26 20:02:48 UTC 2005 seb Add ATI Radeon Mobility X600.
Add Mobile Intel 915PM/GM/GMS and 910GML Express Chipset.
1.701.2.23 Tue Feb 14 20:37:01 UTC 2006 riz Pull up following revision(s) (requested by tron in ticket #1168):
sys/dev/pci/pcidevs: revision 1.723
Add ATI Radeon Mobility X600.
Add Mobile Intel 915PM/GM/GMS and 910GML Express Chipset.
pcidevs.h 1.723 Fri Jun 24 21:41:16 UTC 2005 seb Regen.
pcidevs_data.h 1.723 Tue Jun 28 00:31:14 UTC 2005 thorpej Regen -- static'ify pci_vendors[] and pci_products[]
if_wm.c 1.723 Mon Dec 20 00:56:25 UTC 2021 skrll whitespace in a comment
  /src/share/man/man4/
Makefile 1.723 Thu Mar 24 14:00:19 UTC 2022 manu Add documentatiion for Intel GPIO driver igpio(4)
  /src/sys/sys/
param.h 1.723 Fri Dec 16 17:35:44 UTC 2022 martin Welcome to 10.99.1!
  /src/sys/conf/
files 1.723 Sat Jul 09 01:05:23 UTC 2005 thorpej Move VFS extended attribute support to its own file.
  /src/doc/
CHANGES 1.723 Thu Oct 05 14:58:41 UTC 2006 tsutsui Note sun3 MI softintr(9).
  /src/distrib/sets/lists/tests/
mi 1.723 Tue Feb 21 10:40:30 UTC 2017 kre PR bin/50934

Add a test program for the bug described in this PR.
This is the first pkill/pgrep/prenice test (more would be good!)

This test has been confirmed to work once the bug described in the PR
has been fixed, so the test is not marked "expected to fail" even
though initially that is what should happen.

Note: the test cana also fail if the system running the tests happens
to be running processes with names that match the patterns searched for
by the test, other than the test program itself. This is expected to be
unlikely.
  /src/distrib/sets/lists/man/
mi 1.723 Sat Sep 04 22:56:16 UTC 2004 lukem missing postfix docs; postconf(5) postconf.5.html OVERVIEW.html
1.672.2.8 Fri Sep 10 02:44:01 UTC 2004 jmc Pullup rev 1.723 (requested by lukem in ticket #812)

Add missing postfix docs
  /src/share/mk/
bsd.own.mk 1.723 Sun Feb 10 22:05:51 UTC 2013 jmcneill add TOOL_MKNOD
  /src/distrib/sets/lists/comp/
mi 1.723 Tue Aug 24 11:38:41 UTC 2004 he Un-obsolete gethostent(3), now that it's installed as a link to
gethostbyname(3).
1.689.2.10 Sat Sep 11 11:55:56 UTC 2004 he branches: 1.689.2.10.2;
Pull up revision 1.723 (requested by ginsbach in ticket #834):
Restore gethostent() as a supported interface. Yes, it
may be obsolete, but it is specified by IEEE Std 1003.1,
2004 Edition (POSIX) and the X/Open standards (Issue 66
and XNS 5.2).

Completed in 1840 milliseconds

1 2