Age | Commit message (Expand) | Author |
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-25 | Allow mvmeppc to compile again. not a supported arch. | Dale Rahn |
2003-11-24 | experimental support for HVT as a 2nd level tlb | Michael Shalayeff |
2003-11-24 | -fno-builtin. okay dale `mvmeppc doesn't exist' rahn. | Marc Espie |
2003-11-24 | -fno-builtin, checked by millert@ | Marc Espie |
2003-11-24 | have to apm_set_ver() before the values calculated get used; from nedko@users... | Michael Shalayeff |
2003-11-23 | -fno-builtin* checked by brad@ | Marc Espie |
2003-11-22 | Unbreak compiling with DEBUG. | Alexander Yurchenko |
2003-11-21 | + -fno-builtin-* on architectures confirmed to work. | Marc Espie |
2003-11-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | Marc Espie |
2003-11-18 | Remove the duplicated code in ssh_checkintr() - checked against mvme68k. | Miod Vallat |
2003-11-18 | In ssh_checkintr(), better check pointers for NULL before they | Miod Vallat |
2003-11-18 | remove useless debug print. | Dale Rahn |
2003-11-18 | DDB_SAFE_CONSOLE should not be specified in GENERIC kernel except for testing. | Dale Rahn |
2003-11-17 | Be sure to not use the cpuid instruction on processors which do not support it; | Miod Vallat |
2003-11-17 | Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out. | Miod Vallat |
2003-11-17 | Sync cpu_swapout() comments with reality. | 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 | Enable pci address fixup, include a workaround for the fact that | Dale Rahn |
2003-11-14 | Allow bootloader to parse RDB labeled disks, it is now possible to | Dale Rahn |
2003-11-14 | More obsolete code/define removal. | Dale Rahn |
2003-11-14 | Remove very old, defunct defines. | Dale Rahn |
2003-11-14 | the the; rohee@ | Miod Vallat |
2003-11-14 | Bring in *disksubr.c for proper compilation. | Miod Vallat |
2003-11-14 | correct detects Transmeta cpu. | Kevin Lo |
2003-11-14 | Breath life back into AmigaDOS filesystem once again. It is used on pegasos. | Dale Rahn |
2003-11-13 | Add support for RDB partitioned disks. Not bootable yet. | Dale Rahn |
2003-11-13 | More leftovers after uvm_useracc() removal; from NetBSD. | Miod Vallat |
2003-11-12 | Be sure to cast the wsdisplay accessops cookie into the adequate structure; | Miod Vallat |
2003-11-10 | Get rid of the "struct pte" bitfield, and use straight integers. | Miod Vallat |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat |
2003-11-08 | Inline invalidate_pte(). | Miod Vallat |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-08 | Save the current floatingpoint state in the pcb. | Miod Vallat |
2003-11-08 | Remove file commited by accident | Miod Vallat |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin |
2003-11-08 | Remove compacting garbage collector. Fixes PR #3528. | Thomas Nordin |
2003-11-07 | the the; from rohee@ | Michael Shalayeff |
2003-11-07 | update the ref to fips; from jared yanovich | Michael Shalayeff |
2003-11-07 | fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu> | Michael Shalayeff |
2003-11-07 | "the the" -> "the"; rohee@ | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | Do not use a reserved PTE bit as the wired bit, this can bite you. | Miod Vallat |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation; | Dale Rahn |