| Age | Commit message (Expand) | Author |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-21 | add a pair of new bus_dma(9) functions: | mrg |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-11-25 | Don't worry about the ELF32_MACHDEP_ENDIANNESS macro when compiling | riz |
| 2006-10-22 | Stick with unsigned long for _BSD_SIZE_T_ regardless of LP64/ILP32. | scw |
| 2006-10-04 | fix gcc -Werror -Wmissing-braces problem | tnozaki |
| 2006-09-09 | Convert to timecounters. Compile tested only. Ok steve@. | gdamore |
| 2006-09-05 | Convert to MI todr. | gdamore |
| 2006-09-04 | Pull in <sys/evcnt.h> | scw |
| 2006-09-04 | Remove unused r_sp #define. | scw |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-05-22 | use "j" instead of "ll" for intmax_t and friends. | mrg |
| 2006-04-01 | closes: PR kern/32359 | cherry |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-31 | Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h then | dsl |
| 2006-01-30 | Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.h | dsl |
| 2006-01-30 | Move the definitions of ntohl() and friends into sys/endian.h where they | dsl |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2006-01-20 | Add a STRONG_ALIAS macro | christos |
| 2005-12-28 | inline -> __inline | perry |
| 2005-12-28 | inline -> __inline | perry |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-12 | Make disklabel(8) and fdisk(8) into "host tools " last step: build | dyoung |
| 2005-06-01 | Declare the second arg of process_write_{fp,}regs() to be const. | scw |
| 2005-05-25 | Include <sys/cdefs.h> for __signed; related to lib/30072. | kleink |
| 2005-04-15 | Push back the descriptions of NaN formats, and descriptions of the | kleink |
| 2005-04-13 | Add netbsd32_vm_default_addr() and MAXDSIZ32/MAXSSIZ32. (Spotted | scw |
| 2005-03-09 | Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API | matt |
| 2005-02-26 | Tweak {s,}size_t definitions to reflect the types used internally | scw |
| 2005-01-29 | - Add some hooks to enable hardware-assisted (e.g. DMA) copy/zero page. | scw |
| 2004-09-25 | include sys/cpu_data.h only if defined(_KERNEL) | yamt |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-07-29 | remove now unnecessary "pci_enumerate_bus" definitions | drochner |
| 2004-06-10 | Reflect <sys/endian.h> rev. 1.4: make htonl() et al. arguments and | kleink |
| 2004-05-13 | Avoid lint failure in setjmp.h; lint doesn't handle __attribute__ | he |
| 2004-05-08 | Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. | kleink |
| 2004-03-26 | nothing cares about __HAVE_SIGINFO anymore, so nuke it | drochner |
| 2004-03-24 | Move | wiz |
| 2004-03-17 | Make COMPAT_NETBSD32 build again. | scw |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2004-01-18 | Do not export __HAVE_RAS to userland. Applications are supposed to try | martin |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-07 | Ditch some cruft which crept in with the last commit. | scw |
| 2003-12-07 | Simplify the round/trunc page, and btop/ptob macroes. | scw |