| History log of include |
| Date | Author | Comments |
| 13-Aug-2008 |
matt | Fix a few more corner cases. Always KMPAGE or pages with unmanaged writeable kernel mappings as modified. Only ever set DIRTY bit is DMOD is true and NC is false. Don't modify unmanaged mappings in pmap_clearbit./sys/arch/arm/include/arm32/pmap.h
|
| 17-Aug-2008 |
gmcgarry | Define away __assert_function__ if __lint__.assert.h
|
| 15-Aug-2008 |
he | Import bind 9.5.0-P2/dist/bind/lib/isc/include/isc/resource.h /dist/bind/lib/isc/include/isc/socket.h /dist/bind/lib/isc/include/isc/timer.h
|
| 11-Aug-2008 |
skrll | Define _ASM_LS_CHAR as '!' on hppa./sys/arch/hppa/include/asm.h
|
| 13-Aug-2008 |
lukem | Regen for openldap 2.4.11. (Done on a NetBSD 3.1 system, and hand-tweaked.)/external/bsd/openldap/include/ldap_features.h /external/bsd/openldap/include/portable.h
|
| 09-Jul-2008 |
lukem | Import OpenLDAP 2.4.11. Change from 2.4.9 relevant to our build: Fixed liblber ber_get_next length decoding (ITS#5580) Added libldap assertion control (ITS#5560) Fixed libldap GnuTLS CRL result handling (ITS#5577) Fixed libldap GnuTLS SSF computation (ITS#5585) Fixed liblutil missing return code (ITS#5615) Fixed libldap file descriptor leak with SELinux (ITS#5507) Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, ITS#5525) Fixed libldap msgid handling (ITS#5318) Fixed libldap t61 infinite loop (ITS#5542) Fixed libldap_r missing stubs (ITS#5519)/external/bsd/openldap/dist/include/ldap.h
|
| 08-Aug-2008 |
tsutsui | Bump BOOTINFO_MAGIC to prevent old kernels (including netbsd-4) crashing when bootinfo data is passed from newer bootloaders.
Note old bootloaders can still load newer kernels./sys/arch/sgimips/include/bootinfo.h
|
| 07-Aug-2008 |
matt | Only call dosoftints() is ci_intr_depth == 0/sys/arch/arm/include/arm32/frame.h /sys/arch/arm/include/cpu.h
|
| 06-Aug-2008 |
matt | Change pv_entries to use SLIST.
For VIPT caches, keep track of when pages are dirty so that their content can be flushed back to main memory. This is done when the page is read-only mapped by more than 1 color. Pages become when either their modified bit gets set or an unmanaged writeable page is mapped. When a page in unmapped or changed to read-only, run pmap_vac_me_harder in case the page can be mapped read-only.
Thanks are given to Imre Deak for giving me the idea to assert for PVF_DIRTY./sys/arch/arm/include/arm32/vmparam.h
|
| 06-Aug-2008 |
matt | Define IF32_bits as the union of I32_bit|F32_bit/sys/arch/arm/include/armreg.h
|
| 05-Aug-2008 |
matt | Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of the NetBSD defined ones. Redefine the NetBSD ones in terms of the C99 ones. Step 1 to having <fenv.h>/sys/arch/x86/include/ieeefp.h /sys/arch/vax/include/vaxfp.h /sys/arch/sparc/include/ieeefp.h /sys/arch/sh3/include/ieeefp.h /sys/arch/powerpc/include/ieeefp.h /sys/arch/mips/include/ieeefp.h /sys/arch/m68k/include/ieeefp.h /sys/arch/landisk/include/ieeefp.h /sys/arch/hppa/include/ieeefp.h /sys/arch/hpcsh/include/ieeefp.h /sys/arch/evbsh3/include/ieeefp.h /sys/arch/dreamcast/include/ieeefp.h /sys/arch/arm/include/ieeefp.h
|
| 05-Aug-2008 |
matt | Add the AFLT_FLT* code for T_ARITHFLT./sys/arch/vax/include/trap.h
|
| 05-Aug-2008 |
matt | Add PSL_{IV,FU,DV} bits./sys/arch/vax/include/psl.h
|
| 06-Aug-2008 |
matt | Fix typo FP_ -> FE_/sys/arch/alpha/include/ieeefp.h
|
| 04-Aug-2008 |
matt | Add C99 imaxabs and imaxdiv protoypes and imaxdiv_t typedef.inttypes.h
|
| 04-Aug-2008 |
matt | Add C99 functions imaxabs and imaxdiv./lib/libc/include/namespace.h
|
| 04-Aug-2008 |
matt | Add _POSIX_HOST_NAME_MAX and _POSIX_SYMLOOP_MAX to <limits.h> and add some references to them in <sys/param.h> in <stdio.h> also export v*scanf when _ISOC99_SOURCE is defined
From andy dot shevchenko at gmail dot com.stdio.h limits.h
|
| 02-Aug-2008 |
mrg | install record/set.h/external/mit/xorg/server/xorg-server/include/Makefile
|
| 31-Jul-2008 |
simonb | Merge the simonb-wapbl branch. From the original branch commit:
Add Wasabi System's WAPBL (Write Ahead Physical Block Logging) journaling code. Originally written by Darrin B. Jewell while at Wasabi and updated to -current by Antti Kantee, Andy Doran, Greg Oster and Simon Burge.
OK'd by core@, releng@.mntopts.h
|
| 31-Jul-2008 |
simonb | Sync with head./sys/arch/ibmnws/include/mach_machdep.h
|
| 29-Jul-2008 |
mrg | initial import of the crossbuild framework for modular Xorg. this is heavily based upon the work rtr@ did on src/x11, but hacked to work for modern modular Xorg source split.
the sources will live in xsrc/external/mit/<package>/dist.
documentation on using this will come when the above directories are fully populated. there are 192 of them so it may take some time before that is completed./external/mit/xorg/include/Makefile /external/mit/xorg/include/bigreqsproto/Makefile /external/mit/xorg/include/compositeproto/Makefile
|