| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-06 | s/embeded/embedded/ in comments and messages. | andvar | |
| 2021-08-22 | s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor. | andvar | |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej | |
| 2020-08-10 | Clean up _LKM --> _MODULE leftovers. | rin | |
| Note that _KERNEL is always defined for modules. | |||
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui | |
| Confirmed by martin@ in PR/54760. | |||
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs | |
| and remove code to handle failures that can no longer happen. | |||
| 2019-04-03 | centralize setdisklabel(9) | christos | |
| 2017-03-28 | Update the label text using Adobe Source Sans Pro Extra Light font at 10pt ↵ | sevan | |
| with sharp anti-aliasing. Replace the text option with options as there are more than one option to set on the middle tab. Adobe Source Sans Pro Extra Light font license (SIL Open Font License 1.1) https://github.com/adobe-fonts/source-sans-pro/blob/master/LICENSE.txt | |||
| 2017-03-28 | Replace icon with black NetBSD flag derived from NetBSD-bw.png. | sevan | |
| The text was removed because when image was scaled down to 32x32 pixels it was a small blurred mess. | |||
| 2016-05-30 | PR 50643 David Binderman: fix conditional order | dholland | |
| 2015-07-11 | Improve spelling: regsiter -> register | kamil | |
| This change is non-functional. Approved by <riastradh>, <pgoyette> | |||
| 2014-03-26 | kill sprintf | christos | |
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos | |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos | |
| anymore, all the macros expand to NULL anyway, so this improves readability. Requested by rmind@ | |||
| 2013-11-23 | convert from CIRCLEQ to TAILQ, remove open coded access. | christos | |
| 2013-05-13 | fix lossage from disklabel.h merge | christos | |
| 2011-11-23 | recompile. | nonaka | |
| 2011-11-23 | modify for PSION NETBOOK PRO. | nonaka | |
| - ignore "Network" directory when finding the directory for configuration files. - as the device name "SMC" (SD-MMC) to allow. - add "SMC1:/" entry to kernel directory. | |||
| 2011-09-28 | Added "\SD-MMC Card\" entry for PSIONTEKLOGIX NETBOOK PRO. | nonaka | |
| 2011-09-23 | recompile. | nonaka | |
| 2011-09-23 | reduce combobox size. | nonaka | |
| 2011-09-23 | fix build failure. | nonaka | |
| 2011-09-23 | fix compile failure. | nonaka | |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg | |
| sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards. | |||
| 2011-06-23 | Don't check DISK_INFO_FLAG_CHS_UNCERTAIN. | nonaka | |
| Because DISK_INFO of SD on windows mobile 5 is reported it. | |||
| 2011-05-18 | Added Psion Teklogix NETBOOK PRO entry. | nonaka | |
| 2011-05-18 | Use "option noyywrap". | nonaka | |
| 2010-08-09 | Misc cosmetics. Refix __func__ fallout fixed in previous by | uwe | |
| eliminating the temp completely (__func__ is already an array). This has been sitting in my tree for years, and I forgot to commit it. Compile-tested by compiling hpcsh GENERIC with options DEBUG. | |||
| 2010-08-08 | fix build problem. | chs | |
| 2010-06-07 | 1. MB_LEN_MAX switch MD to MI. | tnozaki | |
| 2. unfortunately hppa's MB_LEN_MAX is defined incorrectly 6 instead of 32 so we have to add more setlocale(3) __RENAME func, __setlocale50. 3. move setlocale1.c and setlocale32.c to lib/libc/compat/locale/* prepareing for next libc major crunk. 4. bump libc minor version. | |||
| 2010-04-06 | regen. | nonaka | |
| 2010-04-06 | Added support PXA270. | nonaka | |
| 2010-04-06 | regen. | nonaka | |
| 2010-04-06 | Added W-ZERO3 series. | nonaka | |
| 2009-03-18 | bzero -> memset | cegger | |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger | |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl | |
| There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.) | |||
| 2009-01-29 | Added MiniSD and MicroSD card folder. | nonaka | |
| 2009-01-29 | Regen. (by Added XScale PXA270) | nonaka | |
| 2009-01-29 | Support XScale PXA270. | nonaka | |
| 2009-01-29 | Regen. (by Added XScale PXA270) | nonaka | |
| 2009-01-29 | Added XScale PXA270. | nonaka | |
| 2009-01-29 | Added include <stdlib.h> for exit() function. | nonaka | |
| 2008-11-07 | Let hpcboot load kernels linked with PA != VA; use the PA addresses specified | rafal | |
| instead of the VA addresses. Should make no difference for kernels where the physical and virtual addresses are the same. | |||
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb | |
| Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk. | |||
| 2008-05-10 | Backout previous: the license sweep touched these files in error, so | martin | |
| restore the old license. | |||
| 2008-05-03 | Move to standard 2 clause TNF license | martin | |
| 2008-05-03 | Move to 2 clause TNF license | martin | |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin | |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin | |
