summaryrefslogtreecommitdiff
path: root/lib/libc/time/localtime.c
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-03-20 07:59:44 +0000
committerjruoho <jruoho@NetBSD.org>2010-03-20 07:59:44 +0000
commit7e4def2e7db87494c39b2e52cfa67d94de1f1af1 (patch)
treee75d1e17069957f25a5cac32c10854e0a49b894d /lib/libc/time/localtime.c
parentc8c2757eb3a48f6254b040fa0b61327077097f77 (diff)
Add a note that APM was deprecated by the PC manufacturers in about 1996.
Mention the APM emulation layer of ACPI. In addition, some small fixes.
Diffstat (limited to 'lib/libc/time/localtime.c')
0 files changed, 0 insertions, 0 deletions
4-06 18:06:43 +0000'>2006-04-06In pcmcia_parse_cis_tuple(), refactor the memspace section introducingrpaulo 2006-02-23When unmapping and remapping, the mem handle and mem tags can change. Dogdamore 2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2005-02-04de-__Pperry 2004-10-15Rewrite the loop without using useless SIMPLEQ_FOREACH macro.enami 2004-09-17deal with PCMCIA_TPCE_IO_RANGE_ADDRSIZE_NONE anditojun 2004-08-10Constify.mycroft 2004-08-07Swap around the output in some other cases so it's consistent.mycroft 2004-08-07Only DELAY() once per CIS region, not once per tuple.mycroft 2003-10-22Typo in comment. From OpenBSD.mjl 2002-08-15Fix multi-function card memory problems:christos 2002-06-01SIMPLEQ rototill:lukem 2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDslukem 2001-10-25Commit changes I posted to tech-kern on Oct 14, which makes the ethernet partbouyer 2001-09-24Add simple boundary check on CIS parsing.itohy 2001-07-07bzero -> memsetthorpej 2001-05-13Turn off PCMCIACISDEBUG by default. This should get set with options in a con...jmc 2001-03-27Change place of tuple.{memt,memh} initialization.toshii 2001-02-10Stopgap fix for PR 9984: sprinkle some (small) delays at appropriatemartin 2000-10-17Add a cis decoding function which decodes some CISTPL_FUNCE tuples forhaya 2000-07-14apply Kenji Aoyama <aoyama@nk.mcu.or.jp>'s patchjun 2000-02-21Cosmetic changes.enami 2000-02-10map common memory 8 bit for cis scan when following longlinks.chopps 2000-01-25The cfe is initialized to the default entry, when a table entry valuechopps 2000-01-20Don't overwrite cfe->flags.enami 2000-01-14Some additional sanity checks to keep this code from bursting intocgd 1999-11-07Print range of all iospaces or all memspaces if their length aren't zero.enami