summaryrefslogtreecommitdiff
path: root/sys/arch/hpc
AgeCommit message (Collapse)Author
2021-10-06s/embeded/embedded/ in comments and messages.andvar
2021-08-22s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.andvar
2020-11-21malloc(9) -> kmem(9)thorpej
2020-08-10Clean up _LKM --> _MODULE leftovers.rin
Note that _KERNEL is always defined for modules.
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
Confirmed by martin@ in PR/54760.
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
and remove code to handle failures that can no longer happen.
2019-04-03centralize setdisklabel(9)christos
2017-03-28Update 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-28Replace 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-30PR 50643 David Binderman: fix conditional orderdholland
2015-07-11Improve spelling: regsiter -> registerkamil
This change is non-functional. Approved by <riastradh>, <pgoyette>
2014-03-26kill sprintfchristos
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
anymore, all the macros expand to NULL anyway, so this improves readability. Requested by rmind@
2013-11-23convert from CIRCLEQ to TAILQ, remove open coded access.christos
2013-05-13fix lossage from disklabel.h mergechristos
2011-11-23recompile.nonaka
2011-11-23modify 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-28Added "\SD-MMC Card\" entry for PSIONTEKLOGIX NETBOOK PRO.nonaka
2011-09-23recompile.nonaka
2011-09-23reduce combobox size.nonaka
2011-09-23fix build failure.nonaka
2011-09-23fix compile failure.nonaka
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
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-23Don't check DISK_INFO_FLAG_CHS_UNCERTAIN.nonaka
Because DISK_INFO of SD on windows mobile 5 is reported it.
2011-05-18Added Psion Teklogix NETBOOK PRO entry.nonaka
2011-05-18Use "option noyywrap".nonaka
2010-08-09Misc cosmetics. Refix __func__ fallout fixed in previous byuwe
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-08fix build problem.chs
2010-06-071. 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-06regen.nonaka
2010-04-06Added support PXA270.nonaka
2010-04-06regen.nonaka
2010-04-06Added W-ZERO3 series.nonaka
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Change 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-29Added MiniSD and MicroSD card folder.nonaka
2009-01-29Regen. (by Added XScale PXA270)nonaka
2009-01-29Support XScale PXA270.nonaka
2009-01-29Regen. (by Added XScale PXA270)nonaka
2009-01-29Added XScale PXA270.nonaka
2009-01-29Added include <stdlib.h> for exit() function.nonaka
2008-11-07Let hpcboot load kernels linked with PA != VA; use the PA addresses specifiedrafal
instead of the VA addresses. Should make no difference for kernels where the physical and virtual addresses are the same.
2008-10-19Use ${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-10Backout previous: the license sweep touched these files in error, somartin
restore the old license.
2008-05-03Move to standard 2 clause TNF licensemartin
2008-05-03Move to 2 clause TNF licensemartin
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin