Searched hist:1.837 (Results 1 - 16 of 16) sorted by relevance

/src/sys/arch/evbarm/conf/
H A DGUMSTIX1.14 Thu Jul 12 02:37:47 GMT 2007 kiyohara branches: 1.14.4; 1.14.6; 1.14.8;
s/Gumstix, Inc./Gumstix. Inc./
Sync to i386's GENERIC 1.837

/src/sys/dev/pci/
H A Dpcidevs.h1.837 Mon Oct 02 00:51:02 GMT 2006 cube Regen (MCP55 ISA brige).
H A Dpcidevs_data.h1.837 Mon Oct 02 13:09:10 GMT 2006 cube Regen (fix pasto).
H A Dpcidevs1.837 Mon Oct 02 00:50:23 GMT 2006 cube Add an NVIDIA MCP55 device I forgot (ISA bridge).
/src/sys/arch/i386/i386/
H A Dmachdep.c1.837 Sat Aug 20 23:48:50 GMT 2022 riastradh x86: Split most of pmap.h into pmap_private.h or vmparam.h.

This way pmap.h only contains the MD definition of the MI pmap(9)
API, which loads of things in the kernel rely on, so changing x86
pmap internals no longer requires recompiling the entire kernel every
time.

Callers needing these internals must now use machine/pmap_private.h.
Note: This is not x86/pmap_private.h because it contains three parts:

1. CPU-specific (different for i386/amd64) definitions used by...

2. common definitions, including Xenisms like xpmap_ptetomach,
further used by...

3. more CPU-specific inlines for pmap_pte_* operations

So {amd64,i386}/pmap_private.h defines 1, includes x86/pmap_private.h
for 2, and then defines 3. Maybe we should split that out into a new
pmap_pte.h to reduce this trouble.

No functional change intended, other than that some .c files must
include machine/pmap_private.h when previously uvm/uvm_pmap.h
polluted the namespace with pmap internals.

Note: This migrates part of i386/pmap.h into i386/vmparam.h --
specifically the parts that are needed for several constants defined
in vmparam.h:

VM_MAXUSER_ADDRESS
VM_MAX_ADDRESS
VM_MAX_KERNEL_ADDRESS
VM_MIN_KERNEL_ADDRESS

Since i386 needs PDP_SIZE in vmparam.h, I added it there on amd64
too, just to keep things parallel.
/src/distrib/sets/lists/base/
H A Dshl.mi1.837 Thu May 03 22:27:58 GMT 2018 sevan Hello libbozohttpd(3)
Enabling as it is a dependency for bozohttpd(3lua).
H A Dmi1.837 Sat Oct 31 15:06:52 GMT 2009 tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
/src/doc/
H A D3RDPARTY1.837 Wed May 11 10:11:11 GMT 2011 elric Heimdal has been upgraded to 1.5pre1.
H A DCHANGES1.837 Mon Apr 30 15:14:13 GMT 2007 rmind Welcome to NetBSD 4.99.19: Added support for POSIX Asynchronous I/O.
/src/sys/arch/i386/conf/
H A DGENERIC1.837 Wed Jul 11 08:01:50 GMT 2007 kiyohara Add nfsmb(4).
/src/distrib/sets/lists/man/
H A Dmi1.837 Fri Nov 18 18:51:15 GMT 2005 riz Add ".cat" to ./usr/share/man/cat8/sti.0 and ".man" to
./usr/share/man/man8/sti.8 so a build with MKCATPAGES=no and MKMAN=no
(respectively) will complete successfully.
/src/distrib/sets/lists/tests/
H A Dmi1.837 Sun Apr 26 18:53:32 GMT 2020 thorpej Add a NetBSD native futex implementation, mostly written by riastradh@.
Map the COMPAT_LINUX futex calls to the native ones.
/src/share/mk/
H A Dbsd.own.mk1.837 Tue Nov 25 00:01:18 GMT 2014 skrll Another section to delete when converting elf -> a.out
/src/usr.bin/make/
H A Dvar.c1.837 Mon Feb 22 22:55:43 GMT 2021 rillig make: remove boolean parameter and return type from VarFreeEnv

There was only a single case where this parameter was false. Inline
that case. That was the only case that needed the return value, so
remove that as well.
/src/sys/conf/
H A Dfiles1.837 Sat Apr 14 19:33:29 GMT 2007 tnn Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.
Also add accompanying i2c controller driver, pcf8584.
Both written by me. Some cosmetic improvements from Iain Hibbert.
ok <martin>
/src/distrib/sets/lists/comp/
H A Dmi1.837 Tue Dec 20 19:53:15 GMT 2005 rpaulo Adapt man pages to ktrace-lwp.

Completed in 1497 milliseconds