Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-03-08 | make this compile | Michael Shalayeff | |
2005-03-08 | append to rc.conf.local; david | Theo de Raadt | |
2005-03-08 | when trying short-circuit the wait for the first reply for -s, only | Henning Brauer | |
do so when -we tried to send at least one query (that is the change) -we could not send ou a single one without failure (this was already in place but catched too much) problem independently noticed by nick and danh, ok mickey danh, testing by many | |||
2005-03-08 | knf | Theo de Raadt | |
2005-03-08 | make cvs_findcmd() and cvs_read_rcfile() static. | Joris Vink | |
ok xsa@, jfb@ | |||
2005-03-08 | fix a page fault that occurs when a reclaimed vnode is then reused. | Patrick Latifi | |
from FreeBSD ok pedro tedu miod, tested by millert and myself | |||
2005-03-08 | fix typo in comment. | Moritz Jodeit | |
2005-03-08 | handle snprintf() returning -1. | Moritz Jodeit | |
ok cloder@ henning@ hshoexer@ | |||
2005-03-08 | handle snprintf() returning -1. | Moritz Jodeit | |
ok cloder@ henning@ hshoexer@ | |||
2005-03-08 | Some more real-life regression cases. | Otto Moerbeek | |
2005-03-08 | Fix sizing of fraction. ok tom@ deraadt@ | Otto Moerbeek | |
2005-03-08 | from the "shut the fuck up, ntpd" department: | Henning Brauer | |
don't whine about temporary dns errors | |||
2005-03-08 | make this compile on strict-alignment architectures. someone send | Theo de Raadt | |
reyk a sparc64 please! | |||
2005-03-08 | fix Nd line | Theo de Raadt | |