Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | Xavier Santolaria | |
2005-12-20 | fix use of fatal() from previous commit; | Xavier Santolaria | |
temporary files were left behind if cvs_buf_write_* functions failed; OK joris@. | |||
2005-12-20 | cvs_buf_write() cannot fail here; | Xavier Santolaria | |
2005-12-20 | missed that in previous fatal() commit; | Xavier Santolaria | |
2005-12-20 | use fatal(); OK joris@ niallo@. | Xavier Santolaria | |
2005-12-20 | using the right ebus bus space makes this beep again | Martin Reindl | |
2005-12-20 | Superfluous stuff. | Claudio Jeker | |
2005-12-20 | Fix typo introduced in last commit. | Todd C. Miller | |
2005-12-20 | use M_READONLY when trying to find out whether we have to copy | Markus Friedl | |
the mbuf before encryption. otherwise mbufs with M_EXT but w/o M_CLUSTER get modified; ok hshoexer | |||
2005-12-20 | format according to Notes; | Jason McIntyre | |
diff from michael knudsen; | |||
2005-12-20 | some wording improvements; | Jason McIntyre | |
2005-12-20 | make the list of supported hardware format a little nicer, | Jason McIntyre | |
and a little easier for people to add to; ok marco@ | |||
2005-12-20 | start sentence w/ a capital letter; | Jason McIntyre | |
2005-12-20 | - add arch to .Dt | Jason McIntyre | |
- word HISTORY correctly - remove trailing whitespace | |||
2005-12-20 | spread the use of fatal(); | Xavier Santolaria | |
2005-12-20 | No need to define UFS_EXTATTR anymore. | Miod Vallat | |
2005-12-20 | Since we are allowed to rely on the fact that the pcb is the first element | Miod Vallat | |
of struct user, use syntactic sugar in genassym.cf and use PCB_xxx defines instead of U_PCB_xxx, like all other platforms do; no functional change. | |||
2005-12-20 | Remove initial extent storage for crime and mace bus_space. By the time | Miod Vallat | |
these extents are created it is safe to use malloc. | |||
2005-12-20 | 01 -> SA_ONSTACK in sigreturn. | Miod Vallat | |
2005-12-20 | Trim include files list. | Miod Vallat | |
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. |