Age | Commit message (Expand) | Author |
2003-11-18 | path_index isn't used for anything, so comment it out. idea millert@ | Ted Unangst |
2003-11-18 | add lightwight reader/writer locks from art@. we will be using these | Ted Unangst |
2003-11-18 | faster pools. split pagelist into full, partial, and empty so we find what | Ted Unangst |
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 | Various cleanups, knf, better debug messages. | Alexander Yurchenko |
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | Alexander Yurchenko |
2003-11-17 | sync | Alexander Yurchenko |
2003-11-17 | New vendor TigerJet Network and a new toy of tm@ -- Tiger320 | Alexander Yurchenko |
2003-11-17 | Corega Ether II PCC-TD support. | Federico G. Schwindt |
2003-11-17 | regen. | Federico G. Schwindt |
2003-11-17 | Corega Ether II PCC-TD; from Katsuhiko Hirohashi <hasiyan at mk2 dot org>. | Federico G. Schwindt |
2003-11-17 | add a missing bounds check that allowed a stack overrun. reported by | Ted Unangst |
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 | Defined behavior. | Marc Espie |
2003-11-17 | Sync cpu_swapout() comments with reality. | Miod Vallat |
2003-11-16 | pf_test() and pf_test6() consistency: | Ryan Thomas McBride |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-16 | compile without INET6 | Markus Friedl |
2003-11-15 | set boottime's time to boottime, handy for find. requested by markus. | Ted Unangst |
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 | Don't include KAME link-local interface ID in HMAC. | Ryan Thomas McBride |
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 | One byte can't hold a value > 255. | Alexander Yurchenko |
2003-11-13 | Add support for RDB partitioned disks. Not bootable yet. | Dale Rahn |
2003-11-13 | common cleaning. | Dale Rahn |
2003-11-13 | Couple of typos in poll changes. ok millert@ | 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-11 | Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org) | Miod Vallat |
2003-11-10 | Get rid of the "struct pte" bitfield, and use straight integers. | Miod Vallat |
2003-11-09 | Zero the tx buffer before reusing it. This way stray bits will | Dale Rahn |
2003-11-09 | remove stale forward declaration | Daniel Hartmeier |
2003-11-09 | No need to pass an unused struct carp_softc * into carp_input_c() from | Ryan Thomas McBride |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat |
2003-11-08 | Inline invalidate_pte(). | Miod Vallat |
2003-11-08 | Return proper anchor rule number in correct byte order. | Daniel Hartmeier |
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 |