Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-09 | connect rcs/ stuffs; ok jfb joris | Xavier Santolaria | |
2005-03-09 | enable -f option of `remove' command; ok jfb joris | Xavier Santolaria | |
2005-03-09 | align, and don't override the standard BINOWN and BINMODE | Jean-Francois Brousseau | |
2005-03-09 | memcpy/memmove correctness here as well | Henning Brauer | |
2005-03-09 | correctness: memmove instead of memcpy where we might have overlaps | Henning Brauer | |
2005-03-09 | when, after processing all complete imsgs we found in the buffer, | Henning Brauer | |
there are some bytes left (less than an imsg header, or less than the imsg header len field says) we copy it to the very beginning of the buffer. use memmove instead of memcpy since it is not guaranteed that there's no overlap. while memcpy on OpenBSD is safe, it might not elsewhere, and we want our code to be correct anyways. funny enough theo and I talked at length about that last week in dublin, and I said I believe I had no memcpys with the chance of overlap in ntpd/bgpd - well, here is one, and Alexander von Gernler <grunk@pestilenz.org> pointed me to it. | |||
2005-03-09 | List bus in a seperate column in the device list. | Jonathan Gray | |
mdoc pointers from jmc@ | |||
2005-03-09 | Sync with reboot(8) man page. | Kenji Aoyama | |
(luna88k and zaurus also work with -p option.) ok miod@ | |||
2005-03-09 | sync | Theo de Raadt | |
2005-03-09 | in this case, clarity is required | Theo de Raadt | |
2005-03-09 | - grammar | Jason McIntyre | |
- new sentence, new line | |||
2005-03-09 | - spelling and grammar | Jason McIntyre | |
- unneeded .Pp | |||
2005-03-09 | regen | Jonathan Gray | |
2005-03-09 | Add ATI RS100 entries found in a dmesg from tristan at ltdev.arubaon.com | Jonathan Gray | |
Correct RS200 entries while here. | |||
2005-03-09 | just clue() the first time a library is not found. | Marc Espie | |
More clues are generally useless... | |||
2005-03-09 | report all missing libraries (report is a bit verbose, but this will do). | Marc Espie | |
2005-03-09 | simplification; ok reyk | Theo de Raadt | |
2005-03-09 | oops, since we don't register destdir along with libs, looking up with | Marc Espie | |
destdir is doomed. | |||
2005-03-09 | document the various radio transceivers. | Damien Bergamini | |
looks fine jsg@ | |||
2005-03-09 | make sure lookup_libspec returns the same thing in -v -v mode. | Marc Espie | |
2005-03-09 | Sync with ral(4) changes. | Jonathan Gray | |
2005-03-09 | from freebsd: | Markus Friedl | |
1. set rcv_laststart/rcv_lastend after checking the tcp window 2. pass rcv_laststart and rcv_lastend on the stack (shrink tcp state) ok henning, djm | |||
2005-03-09 | the mg binary is too small, if we keep adding theo quotes we might be | Henning Brauer | |
as big as vi one day | |||
2005-03-09 | better description of what the hardware and driver do. | David Gwynne | |
2005-03-09 | `Ez Connect' -> `EZ Connect'; | Jason McIntyre | |
from tamas tevesz; verified by aue(4), wi(4), and google; | |||
2005-03-09 | use `CardBus' rather than `Cardbus' for consistency; | Jason McIntyre | |
2005-03-09 | Now that rounding is done properly for fractionless numbers, fix the | Otto Moerbeek | |
regression cases and add a few too. | |||
2005-03-09 | Fix rounding of fractionless numbers. ok tom@ miod@ | Otto Moerbeek | |
2005-03-09 | the man page was completely revised by others, remove myself as its author. | Damien Bergamini | |
2005-03-09 | we don't support hardware WEP yet. | Damien Bergamini | |
2005-03-09 | fix the list of supposedly supported adapters. | Damien Bergamini | |
2005-03-09 | sync | Theo de Raadt | |
2005-03-09 | a long cable usb repeater... | Theo de Raadt | |
2005-03-09 | change references to A5 partition type to A6, from uwe@ | joshua stein | |
and a small grammar nit from me | |||
2005-03-09 | tweak examples; ok and input deraadt | Peter Valchev | |
- add /usr/src w/ softdep - remove procfs/kernfs | |||
2005-03-08 | OpenSSH 4.0 | Damien Miller | |
2005-03-08 | weeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) OK mickey@ | |||
2005-03-08 | Some more ral(4) devices that will likely work. | Jonathan Gray | |
From http://ralink.rapla.net/ | |||
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) OK mickey@ | |||
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) | |||
2005-03-08 | Oops. Put scoop GPIO pins into correct state on suspend, and remove an | Uwe Stuehler | |
unnecessary function while there. ok drahn@ | |||
2005-03-08 | Enable or disable CF sockets at appropriate times, but be sure to | Uwe Stuehler | |
enable socket 0 power via GPIO. Socket 1 can be ignored for now. Initial diff, testing, and ok drahn@. | |||
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
OK millert | |||
2005-03-08 | also display the correct priority on sparc64 when failing to register | Martin Reindl | |
an interrupt ok miod@ deraadt@ | |||
2005-03-08 | When failing to register an interrupt, display the correct priority on sparc64. | Miod Vallat | |
ok cloder@ martin@ | |||
2005-03-08 | Remove no longer valid route entries. | Esben Norby | |
ok claudio@ | |||
2005-03-08 | Kill hp300 DISKLESS kernel, not worth using against GENERIC for diskless | Miod Vallat | |
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@ | |||
2005-03-08 | Do not shadow a parameter with a local variable. also add a debug statement | Dale Rahn | |
to print dependandant libraries loaded by dlopen ok kurt@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-08 | do not trash errno before using it, do not pass garbage args to getnameinfo | Theo de Raadt | |
ok henning andrushock@korovino.net |