summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-08ips is not a real scsi controller and not supposed to talk directly togrange1-2/+4
2009-02-08Use sc_print_addr() to report drive errors.grange1-2/+2
2009-02-08Add drive state definitions.grange1-1/+8
2009-02-07some tweaks for previous that got missed;jmc2-6/+8
2009-02-07Restore the original help output: capitalize the characters thatnaddy1-5/+5
2009-02-07malloc(n * m) -> calloc(n, m);chl1-3/+3
2009-02-07remove leftover from mdoc.samples; ok jmc@martynas3-9/+6
2009-02-07add missing headers needed for warn() and err().chl6-9/+15
2009-02-07Ensure that *wp isn't NULL.kili1-2/+2
2009-02-07Unifdef __OpenBSD__, these defines don't help us to sync with NetBSDgrange1-20/+2
2009-02-07Make built-in echo behave according to POSIX when set -o posix is in effect:guenther3-21/+56
2009-02-07Match on native/legacy MCP79 SATA ids.jsg1-1/+17
2009-02-07regenjsg2-34/+34
2009-02-07Change MC79 SATA ids to reflect which mode they are currently operatingjsg1-13/+13
2009-02-06Split sti structures into rom-related information and screen-relatedmiod5-474/+593
2009-02-06Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_tgrange3-14/+14
2009-02-06rename a #define to be clearer; no binary changestevesk2-5/+5
2009-02-06regengrange12-103/+105
2009-02-06Bump the number of /dev/sd* files on usb-capable archs. With moderngrange12-24/+24
2009-02-06The new font selection logic would loop and consume all kmem on promsmiod1-2/+2
2009-02-06Fix crash on zaurus when sd memory card plugged by providing an attachmentgrange2-5/+5
2009-02-06remove unused variables.chl1-3/+1
2009-02-06merge the "should work" hardware list into the main body - it is going tojmc1-331/+169
2009-02-06- fix run_mcu_cmd(). it has the side-effect of fixing LEDs.damien1-43/+59
2009-02-06typomiod1-2/+2
2009-02-06Replace comparision between boolean expression result and an integergrange2-4/+4
2009-02-06regengrange20-60/+60
2009-02-06Use $Mdocdate$ instead of date(1).grange1-2/+2
2009-02-06add Huawei E160G; reported by Pedro la Peusthen1-1/+2
2009-02-06Fix kernel crash (page fault) for devices with unsorted frame index.mglocker1-3/+3
2009-02-06fix typo (huawei e619g -> e169g). umsm.c log agrees (as pointed out by jsg)sthen1-3/+3
2009-02-06simplify the clock tick messages generation code and ensuire thatratchov2-22/+28
2009-02-06move error messages reported to user into main()ratchov4-19/+19
2009-02-05when calling ssl_session_destroy() from mta, our session will have a NULLgilles1-2/+8
2009-02-05Revert 1.54 and build debug libs on hp300 too.miod1-2/+2
2009-02-05fix uninitialized var (in a code path that is not used yet).damien1-1/+2
2009-02-05fix format stringchl1-2/+2
2009-02-05Remove the BUS_DMA_NOCACHE flag from all azalia dma mappings.oga1-5/+2
2009-02-05Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap,oga4-6/+18
2009-02-05add MD PMAP_NOCACHE flag to i386 and use it to implement theoga4-6/+17
2009-02-05Add some (currently unused) MD pmap flags to be used for pushing inoga1-1/+5
2009-02-05Fix slight logic error in a previous commit.oga2-2/+2
2009-02-05KNF, and remove a debug printf I missed.oga1-33/+31
2009-02-05KNF, no change to behaviour.oga1-57/+59
2009-02-05Merge the static block allocation code from {i915,radeon}_mem.c intooga11-378/+288
2009-02-04update the default socket paths, to reflect recent aucat changesratchov1-7/+7
2009-02-04if there are too many connections, stop acceping new ones ratherratchov7-16/+48
2009-02-04Some systems that claim to be ACPI 2.0 apparently don't provide an XSDTkettenis1-2/+2
2009-02-04Make m_copyback() a lot smarter. Make it use all of the last mbufclaudio1-16/+37
2009-02-04Do not use m_pullup() because it aligns the data to a word boundaryclaudio1-9/+7