Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-08 | Lower debug level back, looks like i've found that data corruption bug. | 1 | -2/+2 | ||
2009-02-08 | Add missing mux locators to non-USB keyboards and mice. | 1 | -6/+6 | ||
ok miod@ | |||||
2009-02-08 | Put back bzero'ing cmd structure before filling it in which was lost | 1 | -1/+2 | ||
during driver rewritting at h2k7. | |||||
2009-02-08 | deal with potential empty string fgets can return | 1 | -7/+7 | ||
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@ jaredy@ looks ok gilles@ long time ago on a similar diff | |||||
2009-02-08 | add .St -p1003.1-2008 for posix standard IEEE Std 1003.1-2008; | 1 | -2/+6 | ||
2009-02-08 | Temporary enable full debug to make it easier to commit diffs. | 1 | -2/+2 | ||
2009-02-08 | ips is not a real scsi controller and not supposed to talk directly to | 1 | -2/+4 | ||
various flacky scsi hardware (at least until passthrough implemented). So reduce huge default scsibus timeout values to somewhat reasonable. | |||||
2009-02-08 | Use sc_print_addr() to report drive errors. | 1 | -2/+2 | ||
2009-02-08 | Add drive state definitions. | 1 | -1/+8 | ||
2009-02-07 | some tweaks for previous that got missed; | 2 | -6/+8 | ||
2009-02-07 | Restore the original help output: capitalize the characters that | 1 | -5/+5 | ||
are required to uniquely identify a command. Three characters are required for the cdplay and cdrip commands. ok krw@ | |||||
2009-02-07 | malloc(n * m) -> calloc(n, m); | 1 | -3/+3 | ||
ok ray@ moritz@ | |||||
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | 3 | -9/+6 | ||
2009-02-07 | add missing headers needed for warn() and err(). | 6 | -9/+15 | ||
ok claudio@ ray@ | |||||
2009-02-07 | Ensure that *wp isn't NULL. | 1 | -2/+2 | ||
ok otto@ | |||||
2009-02-07 | Unifdef __OpenBSD__, these defines don't help us to sync with NetBSD | 1 | -20/+2 | ||
anymore but make reading the code harder. ok sthen@ miod@ krw@ | |||||
2009-02-07 | Make built-in echo behave according to POSIX when set -o posix is in effect: | 3 | -21/+56 | ||
the only option is -n, and only one of those is parsed. diff from Ingo Schwarze ok otto@ kili@; manpage changes ok jmc@ | |||||
2009-02-07 | Match on native/legacy MCP79 SATA ids. | 1 | -1/+17 | ||
From/Tested by Laurence Tratt on an asus p5n7a board. | |||||
2009-02-07 | regen | 2 | -34/+34 | ||
2009-02-07 | Change MC79 SATA ids to reflect which mode they are currently operating | 1 | -13/+13 | ||
in "legacy" SATA/AHCI/RAID instead of flagging them all as AHCI. From Laurence Tratt | |||||
2009-02-06 | Split sti structures into rom-related information and screen-related | 5 | -474/+593 | ||
information. This is preliminary work to help eventually supporting the dual-head ELK model. Also split the initialization code in several routines, this makes the code easier to read, and makes it easier to release resources upon failure. Finally, don't forget to clear the text planes on non-console displays when initializing. | |||||
2009-02-06 | Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_t | 3 | -14/+14 | ||
and fix typo while here. ok canacar@ | |||||
2009-02-06 | rename a #define to be clearer; no binary change | 2 | -5/+5 | ||
ok henning@ | |||||
2009-02-06 | regen | 12 | -103/+105 | ||
2009-02-06 | Bump the number of /dev/sd* files on usb-capable archs. With modern | 12 | -24/+24 | ||
all-in-one usb card readers and memory sticks you run out of sd device files very quickly with default install. This doesn't affect install media. ok krw@ miod@ | |||||
2009-02-06 | The new font selection logic would loop and consume all kmem on proms | 1 | -2/+2 | ||
with only one font (such as many 712 onboard graphics). Oops again (poukram). | |||||
2009-02-06 | Fix crash on zaurus when sd memory card plugged by providing an attachment | 2 | -5/+5 | ||
structure that slave devices like sbt expect. | |||||
2009-02-06 | remove unused variables. | 1 | -3/+1 | ||
ok henning@ michele@ | |||||
2009-02-06 | merge the "should work" hardware list into the main body - it is going to | 1 | -331/+169 | ||
be very hard to maintain such lists, it is inconsistent, and of limited use; ok krw miod | |||||
2009-02-06 | - fix run_mcu_cmd(). it has the side-effect of fixing LEDs. | 1 | -43/+59 | ||
- fix run_rt3070_rf_write() for RT3070 - fix HW WEP for those who still care - add quirks required for RT3070+RT3020 committed over an EDIMAX EW-7711UAn (RT3070+RT3020) | |||||
2009-02-06 | typo | 1 | -2/+2 | ||
2009-02-06 | Replace comparision between boolean expression result and an integer | 2 | -4/+4 | ||
that may confuse gcc with a simple boolean expression. ok reyk@ | |||||
2009-02-06 | regen | 20 | -60/+60 | ||
2009-02-06 | Use $Mdocdate$ instead of date(1). | 1 | -2/+2 | ||
ok miod@ | |||||
2009-02-06 | add Huawei E160G; reported by Pedro la Peu | 1 | -1/+2 | ||
2009-02-06 | Fix kernel crash (page fault) for devices with unsorted frame index. | 1 | -3/+3 | ||
Problem reported by Kenji Aoyama | |||||
2009-02-06 | fix typo (huawei e619g -> e169g). umsm.c log agrees (as pointed out by jsg) | 1 | -3/+3 | ||
as does the number of results in a popular search engine. ok jsg@ | |||||
2009-02-06 | simplify the clock tick messages generation code and ensuire that | 2 | -22/+28 | ||
the first clock tick (ie the start tick) is not lost | |||||
2009-02-06 | move error messages reported to user into main() | 4 | -19/+19 | ||
2009-02-05 | when calling ssl_session_destroy() from mta, our session will have a NULL | 1 | -2/+8 | ||
s->s_l field. this commit fixes a crash in mta caused by a NULL deref. | |||||
2009-02-05 | Revert 1.54 and build debug libs on hp300 too. | 1 | -2/+2 | ||
2009-02-05 | fix uninitialized var (in a code path that is not used yet). | 1 | -1/+2 | ||
found by chl@ using llvm/clang | |||||
2009-02-05 | fix format string | 1 | -2/+2 | ||
ok naddy@ | |||||
2009-02-05 | Remove the BUS_DMA_NOCACHE flag from all azalia dma mappings. | 1 | -5/+2 | ||
The fact that this has only just been implemented, and that this hardware is only found on x86 shows that this flag should not be needed for operation of this hardware. It's been here since the initial netbsd commit the code came from. "sounds good to me" jakemsr@, ok kettenis@. | |||||
2009-02-05 | Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap, | 4 | -6/+18 | ||
and use it to implement BUS_DMA_NOCACHE for uncached mappings of dma memory. Needed for some broken hardware. Discussion with art, miod, kettenis and toby, ok miod. | |||||
2009-02-05 | add MD PMAP_NOCACHE flag to i386 and use it to implement the | 4 | -6/+17 | ||
BUS_DMA_NOCACHE flag with guarantees that the dma memory will be mapped uncached. Some broken/odd hardware needs this. discussion with miod, toby, art and kettenis. ok miod. | |||||
2009-02-05 | Add some (currently unused) MD pmap flags to be used for pushing in | 1 | -1/+5 | ||
parameters such as cacheability, which is too different per-arch to be MI. discussed with miod, kettenis and art. ok miod@, art@. | |||||
2009-02-05 | Fix slight logic error in a previous commit. | 2 | -2/+2 | ||
2009-02-05 | KNF, and remove a debug printf I missed. | 1 | -33/+31 | ||
2009-02-05 | KNF, no change to behaviour. | 1 | -57/+59 | ||