summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-20__attribute__ ((__packed_)) -> __packedMiod Vallat
2005-12-20Clean up the ugly casted frees. In one case, this meant eliminating a nastyKjell Wooding
struct/union/casting nightmare when building the list of names for filename completion. In particular, be consistent about strduping and freeing the list data.
2005-12-20Do bus scanning only if underlying controller asked for it.Alexander Yurchenko
2005-12-20Do some delinting of strl-type functions. Also, remove a superfluousKjell Wooding
word in the undo-list.
2005-12-20start at a 2nd generation scannerTheo de Raadt
2005-12-20Fix broken "Undo of undo" when line is empty. Noticed by theo.Kjell Wooding
2005-12-20exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@Darren Tucker
2005-12-20at power events, call zkbd_hinge() to update the lcd state as well; ok drahnTheo de Raadt
bug reported in pr 4944
2005-12-20upon wakeup, take us back to the speed we were at; ok drahnTheo de Raadt
2005-12-20syncTheo de Raadt
2005-12-20syncTheo de Raadt
2005-12-20switch to using clock4 instead of clock0 so that we get clocks when runningDale Rahn
at 91MHz (clock4 is programmed to be based of the 32.768KHz clock.
2005-12-20do not remove kq inkernel flag before event_del gets to it;Brad Smith
From libevent CVS ok deraadt@
2005-12-20Make "cksum -c" grok checklists generated with cksum, sum and sysvsum.Todd C. Miller
OK deraadt@
2005-12-20Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDERTodd C. Miller
OK deraadt@
2005-12-20add tpms here too.Brad Smith
2005-12-20+tpmsBrad Smith
2005-12-20+tpmsBrad Smith
2005-12-20syncTheo de Raadt
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith
From Johan Wallén on NetBSD's macppc list. ok deraadt@
2005-12-19Err, now add ichiic and ichwdt for real.Alexander Yurchenko
2005-12-19Xr ichiic(4) and ichwdt(4).Alexander Yurchenko
2005-12-19Use MACE ISA constants instead of magic values.Miod Vallat
2005-12-19Constify.Miod Vallat
2005-12-19Fix hppa ldcw alignment issue.Marco Peereboom
Help deraadt, tedu, kettenis Ok tedu, kettenis
2005-12-19Fix SYNOPSIS.Alexander Yurchenko
2005-12-19Add ichiic(4) man page.Alexander Yurchenko
2005-12-19Better English in comment.Claudio Jeker
2005-12-19Missing piece from previous commitTodd C. Miller
2005-12-19Add %hhd to *printf and *scanf as well as %z to *scanf. This wasTodd C. Miller
sent out and approved about 6 months ago and has been rotting in my tree ever since.
2005-12-19First attempt to have a table of known I2C slave devices that weAlexander Yurchenko
have drivers for. iic(4) will scan the bus for them and try to attach an appropriate driver. For now iic(4) scans for all possible addresses for debugging purposes. ok deraadt@
2005-12-19New Intel ICH SMBus driver to be used with the iic(4) framework.Alexander Yurchenko
ok deraadt@
2005-12-19trivial typoIan Darwin
2005-12-19fix indentationTodd C. Miller
2005-12-19remove trailing spaceTodd C. Miller
2005-12-19Change sys/select.h -> sys/selinfo.h in comment.Todd C. Miller
2005-12-19use fatal() if getlogin() fails;Xavier Santolaria
2005-12-19move fatal() proto declaration to log.h; better for its use in usr.bin/rcsXavier Santolaria
OK joris@.
2005-12-19use fatal() if getpwuid() fails; OK joris@.Xavier Santolaria
2005-12-19Use strlcpy() return value in bound check instead of using anTodd C. Miller
extra strlen(). This has been in my tree for a long time.
2005-12-19This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set.Todd C. Miller
2005-12-19Use __BSD_VISIBLE instead of _POSIX_SOURCE to avoid pullingTodd C. Miller
in most of machine/endian.h. OK espie@
2005-12-19Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere.Claudio Jeker
2005-12-19Check or chop the timeslot map if the map or mode is changed. There is no wayClaudio Jeker
you can do 32 timeslots on a T1.
2005-12-19Be not too verbose else the debug output would stall a box if the wrongClaudio Jeker
mode is selected. Default debug output in the interrupt handler is not very clever -- even if it is not compiled in by default.
2005-12-19fix rev 1.9Brad Smith
pthread_concurrency -> pthread_setconcurrency
2005-12-19Add and use a few more constants and macros needed by UFS2Pedro Martelletto
No functional change
2005-12-19r.i.p. libresolvJason McIntyre
ok pval
2005-12-19this file didn't exist in 2004, so copyright must be 2005Ted Unangst
2005-12-19update copyright to 2005Ted Unangst