Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-07 | Track interface state (up/down) and media status. Simplify the code a bit | Claudio Jeker | |
by using the kif/kroute info while allocating interfaces. | |||
2005-03-07 | Add missing pentium m processors from the "Intel Pentium M Processor | Marc Balmer | |
on 90 nm Process with 2-MB L2 Cache Datasheet" ok deraadt@ | |||
2005-03-07 | turn on APIWARN (prints link-time warnings for a few more functions). The | Theo de Raadt | |
snapshots have been built with this for more than a year, but the releases have not. This is a fair bit more noisy in the ports tree, but it is good advice for people about how they can improve their code. Let us see where the annoyance vs worthwhile balance lands ok pvalchev | |||
2005-03-07 | sync | Theo de Raadt | |
2005-03-07 | include apm.h only if CONF_HAVE_APM is defined | Uwe Stuehler | |
2005-03-07 | Shorten dmesg on ss4. | Miod Vallat | |
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2005-03-06 | Untested support for I-O DATA WN-B11/CFZ. | Jonathan Gray | |
Documentation to follow if I get a report of it working. | |||
2005-03-06 | regen | Jonathan Gray | |
2005-03-06 | I-O DATA WN-B11/CFZ | Jonathan Gray | |
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat | |
2005-03-06 | Missing argument to printf(); pat@ | Miod Vallat | |
2005-03-06 | DIP switches can be tricky to find | Martin Reindl | |
ok miod@ | |||
2005-03-06 | wireless makeover: | Jason McIntyre | |
- standardise 802.11 pages - document modes supported by the card - document wep - document relevant ifconfig(8) options - standard EXAMPLES section - standard SEE ALSO section - standard HARDWARE section includes feedback/diffs from reyk@, jsg@, and damien@; joint work from dlg@ and myself; | |||
2005-03-06 | .OP -> .Op; | Jason McIntyre | |
2005-03-06 | - do not mark up punctuation | Jason McIntyre | |
- use full "For example:" instead of "e.g.," where the latter looks too awful - no need to use Ns before `.' | |||
2005-03-06 | Document how to force a specific resolution, when not using a Sun monitor. | Miod Vallat | |
2005-03-06 | initial support for the admin command. Not all options are working yet. | Joris Vink | |
ok xsa@ jfb@ | |||
2005-03-06 | uppercase takes precedence over lower when sorting options; | Jason McIntyre | |
2005-03-06 | allow commas in the hfsc service curve spec, inconsistency pointed out in | Henning Brauer | |
PR4134 / geoff@collyer.net and a longer mail exhcange with han boetes | |||
2005-03-06 | iron out two inconistencies on how to change resolution from the PROM | Martin Reindl | |
ok miod@ | |||
2005-03-06 | first bits of `cvs admin' documentation; help/ok jmc, ok joris; | Xavier Santolaria | |
2005-03-06 | add support for multiple DLTs using the -L and -y options. | Reyk Floeter | |
ok canacar@ | |||
2005-03-06 | fix error message, Benedikt Steinbusch <bsteinb@hamazone.de> | Henning Brauer | |
2005-03-06 | Check strdup return value for failure. OK miod | Chad Loder | |
2005-03-06 | Use correct byte order when logging port numbers. | Chad Loder | |
OK tdeval, markus | |||
2005-03-06 | Use V_SAVE instead of hardcoding it, no binary change. | Pedro Martelletto | |
2005-03-06 | move pf_test6() call slightly up, so pf gets called for incoming packets | Daniel Hartmeier | |
on loopback interfaces, and IPv6 behaves like IPv4 in this regard. only affects packets on loopback. ok itojun@ | |||
2005-03-06 | correct snprintf return value checks, where the wrong ptr | Moritz Jodeit | |
was used for calculating the buffer size. ok tedu@ cloder@ | |||
2005-03-06 | Filter openprom environment strings with strnvis(); ok deraadt@ krw@ | Miod Vallat | |
2005-03-06 | Fix realloc bug introduce in rev 1.10 and do some minor cleanup. | Todd C. Miller | |
OK henning@ and tdeval@ | |||
2005-03-06 | Let people who don't read zaurus.html know about some of the CF wi(4) | Jonathan Gray | |
devices we support. | |||
2005-03-06 | don't use invokinguser if its empty | Bjorn Sandell | |
sync man page with reality spelling corrected by jmc@, ok beck@ | |||
2005-03-06 | Wait for the bulk transfer to complete before returning if we are in polled | Christopher Pascoe | |
mode. ok dlg@ | |||
2005-03-06 | ohci_rhsc_enable calls usb_transfer_complete via ohci_rhsc - we need to be | Christopher Pascoe | |
at splusb, not splsoftclock. ok dlg@ | |||
2005-03-06 | Fix incorrect comment about interrupt threshold control level. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-06 | In [eo]hci_waitintr, xfer->timeout is in ms, not hz. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-06 | print "set skip on" with -v in such a way that the output is valid input | Daniel Hartmeier | |
syntax, instead of the cryptic hex flags output. | |||
2005-03-06 | Always remember to check snprintf return value for -1. | Chad Loder | |
OK hshoexer, jsg, otto, krw | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-03-05 | Always use correct byte order when stuffing port numbers into packets. | Chad Loder | |
OK hshoexer@, ho@ | |||
2005-03-05 | add -V to usage(); | Jason McIntyre | |
ok jfb@ | |||
2005-03-05 | Check snprintf return value for failure. Also fix a dumb error message. | Chad Loder | |
OK otto, henning, hshoexer, krw. Some input from Moritz which I have chosen not to heed because I think the code is easier to read my way. | |||
2005-03-05 | Check snprintf return value for -1. | Chad Loder | |
OK otto, henning, hshoexer, krw, beck | |||
2005-03-05 | fix SEE ALSO; | Jason McIntyre | |
add -V to SYNOPSIS; | |||
2005-03-05 | basic implementation of the rcs(1) tool, very useful in debugging the | Jean-Francois Brousseau | |
RCS code. options will get supported as the missing bits get added to the RCS parsing and output code | |||
2005-03-05 | free bnum when we are done using it, also use rcsnum_parse() instead | Joris Vink | |
of our own combination of rcsnum_alloc() and rcsnum_aton(). ok jfb@ | |||
2005-03-05 | add functions to retrieve and set the comment leader for an RCS | Jean-Francois Brousseau | |
file | |||
2005-03-05 | fix file loading when recursion is disabled. this should fix the | Jean-Francois Brousseau | |
weird behaviour encountered when using the -l option to most commands ok joris@ | |||
2005-03-05 | regen | Jun-ichiro itojun Hagino | |