Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-20 | __attribute__ ((__packed_)) -> __packed | Miod Vallat | |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell 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-20 | Do bus scanning only if underlying controller asked for it. | Alexander Yurchenko | |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding | |
word in the undo-list. | |||
2005-12-20 | start at a 2nd generation scanner | Theo de Raadt | |
2005-12-20 | Fix broken "Undo of undo" when line is empty. Noticed by theo. | Kjell Wooding | |
2005-12-20 | exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@ | Darren Tucker | |
2005-12-20 | at power events, call zkbd_hinge() to update the lcd state as well; ok drahn | Theo de Raadt | |
bug reported in pr 4944 | |||
2005-12-20 | upon wakeup, take us back to the speed we were at; ok drahn | Theo de Raadt | |
2005-12-20 | sync | Theo de Raadt | |
2005-12-20 | sync | Theo de Raadt | |
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn | |
at 91MHz (clock4 is programmed to be based of the 32.768KHz clock. | |||
2005-12-20 | do not remove kq inkernel flag before event_del gets to it; | Brad Smith | |
From libevent CVS ok deraadt@ | |||
2005-12-20 | Make "cksum -c" grok checklists generated with cksum, sum and sysvsum. | Todd C. Miller | |
OK deraadt@ | |||
2005-12-20 | Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDER | Todd C. Miller | |
OK deraadt@ | |||
2005-12-20 | add tpms here too. | Brad Smith | |
2005-12-20 | +tpms | Brad Smith | |
2005-12-20 | +tpms | Brad Smith | |
2005-12-20 | sync | Theo de Raadt | |
2005-12-20 | Add 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-19 | Err, now add ichiic and ichwdt for real. | Alexander Yurchenko | |
2005-12-19 | Xr ichiic(4) and ichwdt(4). | Alexander Yurchenko | |
2005-12-19 | Use MACE ISA constants instead of magic values. | Miod Vallat | |
2005-12-19 | Constify. | Miod Vallat | |
2005-12-19 | Fix hppa ldcw alignment issue. | Marco Peereboom | |
Help deraadt, tedu, kettenis Ok tedu, kettenis | |||
2005-12-19 | Fix SYNOPSIS. | Alexander Yurchenko | |
2005-12-19 | Add ichiic(4) man page. | Alexander Yurchenko | |
2005-12-19 | Better English in comment. | Claudio Jeker | |
2005-12-19 | Missing piece from previous commit | Todd C. Miller | |
2005-12-19 | Add %hhd to *printf and *scanf as well as %z to *scanf. This was | Todd C. Miller | |
sent out and approved about 6 months ago and has been rotting in my tree ever since. | |||
2005-12-19 | First attempt to have a table of known I2C slave devices that we | Alexander 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-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko | |
ok deraadt@ | |||
2005-12-19 | trivial typo | Ian Darwin | |
2005-12-19 | fix indentation | Todd C. Miller | |
2005-12-19 | remove trailing space | Todd C. Miller | |
2005-12-19 | Change sys/select.h -> sys/selinfo.h in comment. | Todd C. Miller | |
2005-12-19 | use fatal() if getlogin() fails; | Xavier Santolaria | |
2005-12-19 | move fatal() proto declaration to log.h; better for its use in usr.bin/rcs | Xavier Santolaria | |
OK joris@. | |||
2005-12-19 | use fatal() if getpwuid() fails; OK joris@. | Xavier Santolaria | |
2005-12-19 | Use strlcpy() return value in bound check instead of using an | Todd C. Miller | |
extra strlen(). This has been in my tree for a long time. | |||
2005-12-19 | This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set. | Todd C. Miller | |
2005-12-19 | Use __BSD_VISIBLE instead of _POSIX_SOURCE to avoid pulling | Todd C. Miller | |
in most of machine/endian.h. OK espie@ | |||
2005-12-19 | Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere. | Claudio Jeker | |
2005-12-19 | Check or chop the timeslot map if the map or mode is changed. There is no way | Claudio Jeker | |
you can do 32 timeslots on a T1. | |||
2005-12-19 | Be not too verbose else the debug output would stall a box if the wrong | Claudio 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-19 | fix rev 1.9 | Brad Smith | |
pthread_concurrency -> pthread_setconcurrency | |||
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto | |
No functional change | |||
2005-12-19 | r.i.p. libresolv | Jason McIntyre | |
ok pval | |||
2005-12-19 | this file didn't exist in 2004, so copyright must be 2005 | Ted Unangst | |
2005-12-19 | update copyright to 2005 | Ted Unangst | |