summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-09just clue() the first time a library is not found.Marc Espie
More clues are generally useless...
2005-03-09report all missing libraries (report is a bit verbose, but this will do).Marc Espie
2005-03-09simplification; ok reykTheo de Raadt
2005-03-09oops, since we don't register destdir along with libs, looking up withMarc Espie
destdir is doomed.
2005-03-09document the various radio transceivers.Damien Bergamini
looks fine jsg@
2005-03-09make sure lookup_libspec returns the same thing in -v -v mode.Marc Espie
2005-03-09Sync with ral(4) changes.Jonathan Gray
2005-03-09from 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-09the mg binary is too small, if we keep adding theo quotes we might beHenning Brauer
as big as vi one day
2005-03-09better 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-09use `CardBus' rather than `Cardbus' for consistency;Jason McIntyre
2005-03-09Now that rounding is done properly for fractionless numbers, fix theOtto Moerbeek
regression cases and add a few too.
2005-03-09Fix rounding of fractionless numbers. ok tom@ miod@Otto Moerbeek
2005-03-09the man page was completely revised by others, remove myself as its author.Damien Bergamini
2005-03-09we don't support hardware WEP yet.Damien Bergamini
2005-03-09fix the list of supposedly supported adapters.Damien Bergamini
2005-03-09syncTheo de Raadt
2005-03-09a long cable usb repeater...Theo de Raadt
2005-03-09change references to A5 partition type to A6, from uwe@joshua stein
and a small grammar nit from me
2005-03-09tweak examples; ok and input deraadtPeter Valchev
- add /usr/src w/ softdep - remove procfs/kernfs
2005-03-08OpenSSH 4.0Damien Miller
2005-03-08weeping 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-08Some more ral(4) devices that will likely work.Jonathan Gray
From http://ralink.rapla.net/
2005-03-08Sweeping 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-08Sweeping 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-08Oops. Put scoop GPIO pins into correct state on suspend, and remove anUwe Stuehler
unnecessary function while there. ok drahn@
2005-03-08Enable or disable CF sockets at appropriate times, but be sure toUwe Stuehler
enable socket 0 power via GPIO. Socket 1 can be ignored for now. Initial diff, testing, and ok drahn@.
2005-03-08Sweeping the tree for printf(s) where printf("%s",s) should be used.Chad Loder
OK millert
2005-03-08also display the correct priority on sparc64 when failing to registerMartin Reindl
an interrupt ok miod@ deraadt@
2005-03-08When failing to register an interrupt, display the correct priority on sparc64.Miod Vallat
ok cloder@ martin@
2005-03-08Remove no longer valid route entries.Esben Norby
ok claudio@
2005-03-08Kill hp300 DISKLESS kernel, not worth using against GENERIC for disklessMiod Vallat
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@
2005-03-08Do not shadow a parameter with a local variable. also add a debug statementDale Rahn
to print dependandant libraries loaded by dlopen ok kurt@
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-08do not trash errno before using it, do not pass garbage args to getnameinfoTheo de Raadt
ok henning andrushock@korovino.net
2005-03-08make this compileMichael Shalayeff
2005-03-08append to rc.conf.local; davidTheo de Raadt
2005-03-08when trying short-circuit the wait for the first reply for -s, onlyHenning 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-08knfTheo de Raadt
2005-03-08make cvs_findcmd() and cvs_read_rcfile() static.Joris Vink
ok xsa@, jfb@
2005-03-08fix 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-08fix typo in comment.Moritz Jodeit
2005-03-08handle snprintf() returning -1.Moritz Jodeit
ok cloder@ henning@ hshoexer@
2005-03-08handle snprintf() returning -1.Moritz Jodeit
ok cloder@ henning@ hshoexer@
2005-03-08Some more real-life regression cases.Otto Moerbeek
2005-03-08Fix sizing of fraction. ok tom@ deraadt@Otto Moerbeek
2005-03-08from the "shut the fuck up, ntpd" department:Henning Brauer
don't whine about temporary dns errors
2005-03-08make this compile on strict-alignment architectures. someone sendTheo de Raadt
reyk a sparc64 please!
2005-03-08fix Nd lineTheo de Raadt