Age | Commit message (Expand) | Author |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-07 | enable geodesc(4) and nsclpcsio(4); ok deraadt | Markus Friedl |
2004-01-06 | adjust pentium_mhz when cpu speed changes. ok deraadt | Ted Unangst |
2004-01-05 | Major overhaul of our master boot record. | Tom Cosgrove |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt |
2004-01-03 | disable TSC for Geode SC1100; Stuart Henderson, pr 3625; ok mickey, deraadt | Markus Friedl |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-02 | attach on two more ICHs | Michael Shalayeff |
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre |
2004-01-02 | PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id for | Todd C. Miller |
2004-01-01 | Crank SHMMAXPGS from 2048 to 8192. Other platforms where people | Todd C. Miller |
2003-12-31 | workaround: during npx exception testing, delay(1). For some reason | Theo de Raadt |
2003-12-29 | Properly recognize SiS CPU family; | Alexander Yurchenko |
2003-12-24 | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal | Kenneth R Westerback |
2003-12-24 | setperf and cpuspeed support; ok deraadt@ | Markus Friedl |
2003-12-23 | order the dc's; no measurable effect | Michael Shalayeff |
2003-12-20 | add pentium 4 thermal control circuit (tcc) driver. can use this to | Ted Unangst |
2003-12-20 | - .Xr biosboot(8) in SEE ALSO | Jason McIntyre |
2003-12-19 | add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature. | Ted Unangst |
2003-12-19 | Unbreak ramdisk kernel after tedu's changes. | Alexander Yurchenko |
2003-12-19 | Make this compile after the struct was reordered. OK tedu@ | Todd C. Miller |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller |
2003-12-17 | Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.sh | Todd C. Miller |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt |
2003-12-16 | shorten terminal baud rate change strings | Theo de Raadt |
2003-12-14 | the extended long (bracketed) cpu names are not useful to anyone -- they are | Theo de Raadt |
2003-12-11 | remove @ that i do not like | Theo de Raadt |
2003-11-27 | gcc3 wants "m" operands to be lvalues. | Marc Espie |
2003-11-27 | Bad #undef, spotted by gcc3. | Marc Espie |
2003-11-27 | This var is volatile. gcc3 complains if the CV qualifiers don't match. | Marc Espie |
2003-11-26 | after some discussion with nick@, note that `hd*' syntax makes more | Jason McIntyre |
2003-11-26 | The geodesc works great for SC1201 as well. ok markus@ | Kevin Lo |
2003-11-24 | have to apm_set_ver() before the values calculated get used; from nedko@users... | Michael Shalayeff |
2003-11-22 | Unbreak compiling with DEBUG. | Alexander Yurchenko |
2003-11-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | Marc Espie |
2003-11-17 | Be sure to not use the cpuid instruction on processors which do not support it; | Miod Vallat |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-15 | recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPU | Henning Brauer |
2003-11-15 | diff from andreas@: | Henning Brauer |
2003-11-14 | correct detects Transmeta cpu. | Kevin Lo |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-08 | Remove compacting garbage collector. Fixes PR #3528. | Thomas Nordin |
2003-11-07 | update the ref to fips; from jared yanovich | Michael Shalayeff |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-11-03 | remove support for non-existent scd and pcd drivers. ok deraadt millert | Ted Unangst |
2003-10-31 | Enable wi@usb, otherwise this will never get tested... deraadt@ | Dale Rahn |
2003-10-29 | Avoid another malloc in the VIA AES stuff: move the operation stuff | Jason Wright |
2003-10-29 | don't allocate two buffers when one will do (VIA's AES stuff can have src==dst) | Jason Wright |