Age | Commit message (Expand) | Author |
2001-04-23 | regen | Todd C. Miller |
2001-04-23 | The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs but | Todd C. Miller |
2001-04-23 | s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea. | Artur Grabowski |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback |
2001-04-23 | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | Kenneth R Westerback |
2001-04-23 | double splx | Artur Grabowski |
2001-04-23 | double splx in error path. | Artur Grabowski |
2001-04-23 | Missing splx in error handling. | Artur Grabowski |
2001-04-23 | when we take a pci interrupt, upgrade it to level. but always ignore | Theo de Raadt |
2001-04-22 | Free fs->fs_contigdirs array only on successful rw->ro update. This | Grigoriy Orlov |
2001-04-22 | Fix spl handling in ipfilter ioctl interface. Work by aaron@ and me. | Grigoriy Orlov |
2001-04-22 | Remove -march=i{56}86 optimization because of compiler bug. This bug | Grigoriy Orlov |
2001-04-22 | permit compilation without I586_CPU or I686_CPU; armin@wolfermann.org | Theo de Raadt |
2001-04-21 | Do not use wsmux on alpha. Now I can start Xtga. | Aaron Campbell |
2001-04-21 | Add $OpenBSD$ tags. | Aaron Campbell |
2001-04-21 | correct dmesg | Theo de Raadt |
2001-04-20 | Instead of initializing the colormap to me black & white, initialize the | Nathan Binkert |
2001-04-20 | Big upgrade of the pmap. Revised pagetable handling, more careful wiring, | Artur Grabowski |
2001-04-19 | dmesg printout tweaks | Theo de Raadt |
2001-04-19 | move away from -beta | Theo de Raadt |
2001-04-19 | Include NUL-termination in identity extension length computation | Niklas Hallqvist |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov |
2001-04-19 | Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@. | Federico G. Schwindt |
2001-04-19 | When printing the address/size, use the correct value 32, not 16. | Federico G. Schwindt |
2001-04-19 | disable a few drivers | Theo de Raadt |
2001-04-19 | crank cr_ref to u_int; ref freebsd-current/378268, lambert; this is an expedi... | Theo de Raadt |
2001-04-18 | New boot command: boot halt. | Artur Grabowski |
2001-04-18 | Cover rl with #ifdef's and put it to sleep. ZZzz.. | Hugh Graham |
2001-04-18 | Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777. | Aaron Campbell |
2001-04-18 | regen | Aaron Campbell |
2001-04-18 | Recognize the Corega FEther PCC-TXF card. | Aaron Campbell |
2001-04-18 | Sync, and quadruple NMBCLUSTERS | Niklas Hallqvist |
2001-04-18 | Even more bizzarreness on the up1000. | Artur Grabowski |
2001-04-18 | Declare undeclared variable in #ifdef DEBUG_SVR4 | Niklas Hallqvist |
2001-04-18 | Remove last change to powerpc pmap. This has a slight chance of being the | Dale Rahn |
2001-04-18 | Oops -- adjust the comment as well. | Aaron Campbell |
2001-04-18 | Set the default bell pitch to 400, like X. | Aaron Campbell |
2001-04-17 | During a mouse motion event, inverse the new mouse position first, then the | Aaron Campbell |
2001-04-17 | Enable UDMA for rev 0xd0 SiS again (undone in last update) | Chris Cappuccio |
2001-04-17 | Turn off DMA on REQUEST SENSE | Constantine Sapuntzakis |
2001-04-17 | dma_status variable check is only valid for DMA transfers. | Constantine Sapuntzakis |
2001-04-17 | Comment out the 20+ year old rl disk device to make way for the recently | Hugh Graham |
2001-04-17 | OpenBSD tags | Artur Grabowski |
2001-04-17 | OpenBSD tag. | Artur Grabowski |
2001-04-17 | mem_clusters.size has page protection encoded in them. | Artur Grabowski |
2001-04-17 | sync maxusers with GENERIC. | Brad Smith |
2001-04-17 | crank maxusers by a teeeeeny little bit | Theo de Raadt |
2001-04-17 | No colon after "address" when printing out Ethernet address. | Aaron Campbell |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-17 | Add commented out siop driver since it works. Enable after 2.9 | Nathan Binkert |