Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-26 | \<char> is <char> except for \<newline> -- no exceptions. much like how | Theo de Raadt | |
other things work. ok henning | |||
2006-05-26 | add support for timedelta sensors, which pretty much means udcf(4) right | Henning Brauer | |
now. untested due to lack of hardware, and it wouldn't have worked in the plane anyways. work in progress, currently picks up and uses all sensors it finds, config file bits to be added soon. theo fine with this going in | |||
2006-05-25 | more bits from transatlanic flight: | Henning Brauer | |
make priv_adjtime() deal with offsets, not peers. | |||
2006-05-25 | figure out the refid to send to NTP v3 clients early and store it | Henning Brauer | |
first bits from a way to long flight | |||
2006-05-25 | tidy up EXAMPLES; | Jason McIntyre | |
2006-05-24 | add $OpenBSD$, prompted by steven@ | Kevin Steves | |
2006-05-24 | Please use portable C code | Theo de Raadt | |
2006-05-23 | clean an XXX and don't print preceding ',' on first attribute; ok | Kevin Steves | |
canacar@ | |||
2006-05-23 | make listen on example idiot proof | Henning Brauer | |
suggested by "Karsten W. Rohrbach" <karsten@rohrbach.de> | |||
2006-05-23 | add VLAN Query Protocol (VQP) dissector; ok canacar@ markus@ | Kevin Steves | |
2006-05-23 | support requesting route refresh from a neighbor | Henning Brauer | |
2006-05-23 | allow bgpd to request a route refresh from a neighbor if that neighbor | Henning Brauer | |
announced route refresh capabilities | |||
2006-05-21 | Fix size checks for bootp packets. Problem found and initial patch | Can Erkin Acar | |
from pedro@. ok moritz@ | |||
2006-05-18 | Reference pppoe(4). | Ray Lai | |
``it makes sense'' jmc@ | |||
2006-05-18 | do not build spppcontrol | Theo de Raadt | |
2006-05-18 | remove spppcontrol | Reyk Floeter | |
sppp(4) configuration is now done with ifconfig(8) ok canacar@ deraadt@ and others | |||
2006-05-17 | move an option to the right place; | Jason McIntyre | |
2006-05-17 | same typo fix that ian just fixed in apmd.8; | Jason McIntyre | |
2006-05-16 | typo | Ian Darwin | |
2006-05-16 | .Sx for section references; | Jason McIntyre | |
2006-05-15 | mention the lack of authenticated management frames in IEEE 802.11. | Reyk Floeter | |
2006-05-15 | initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5). | Reyk Floeter | |
ok dlg@ | |||
2006-05-15 | set cur & max limits with MaxFOOPerChild instead of cur twice | Henning Brauer | |
From: John Wong <johnw@wonghome.net>, ok ckuethe | |||
2006-05-15 | make lint happy | Reyk Floeter | |
2006-05-15 | add a little bit more to -X; | Jason McIntyre | |
2006-05-15 | better description for -X; | Jason McIntyre | |
based on a diff from jean raby; ok deraadt | |||
2006-05-14 | PFD_MAX betterer than harcoded 1 | Henning Brauer | |
2006-05-14 | add ()'s to improve readability. | David Hill | |
ok ray | |||
2006-05-14 | Add a -hex option to 'rand' to output hexadecimal output. | Matthieu Herrb | |
ok djm@ miod@, man page help from jmc@. | |||
2006-05-13 | set the correct timezone using tzset() before before writing to syslog. | Reyk Floeter | |
thanks to Bruno Carnazzi | |||
2006-05-11 | Some more delint. -moj | Mats O Jansson | |
2006-05-11 | If a list of interfaces is supplied via the command line or | Kenneth R Westerback | |
dhcpd.interfaces then a) don't bother looking up information on interfaces that were not requested; b) don't exit if a requested interface is not found, just issue a warning message; c) exit if none of the interfaces were found. The command line for dhcpd shown in ps will continue to show requested but ignored interfaces. As usual with dhc* code, whack a bunch of unused states, constants, flags, etc. Since we only invoke discover_interfaces() with DISCOVER_SERVER, there is no need to keep track of other possibilities. | |||
2006-05-10 | fail zzz w/ a reasonable error msg if apmd is not running; found by deraadt@ | Michael Shalayeff | |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-05-06 | lint can't do assembly files, put them directly in OBJS. | Marc Espie | |
okay theo | |||
2006-05-04 | - document -i | Jason McIntyre | |
- remove some whitespace whilst here fixes pr #5087 (james strandboge) ok jakob | |||
2006-05-04 | more clues for people who update their system. | Marc Espie | |
2006-05-02 | The pftable name to ID functions should use the pftable_labels list and not | Claudio Jeker | |
the rt_labels list. Luckily this bug was not visible because of the way the pftable and rtlabel code works. Found by Thomas E. Spanjaard. | |||
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm | |
used and will never be used this way in VFS requested by and ok pedro, ok krw, biorn | |||
2006-04-29 | Change the compile time option -DINFO into a runtime option to get ride | Mats O Jansson | |
of some lint warnings. -moj | |||
2006-04-28 | do not log "interface with index 0 not found". ifindex == 0 happens on | Henning Brauer | |
routes. same as in bgpd now. norby ok | |||
2006-04-27 | lint(1) support in config: | Marc Espie | |
- LINTS variables to hold the list of *.ln files. - OBJS derives from it, since it can contain more files. - add set of explicit rules for each .ln file. - add a lint-with keyword that duplicates compile-with functionality to special-case linting instead of compilation. Full linting is dependent on LINT_* macros in the arch dependent template files. As is, doesn't break normal build. Just creates larger Makefiles. Review/ok miod@, cloder@, deraadt@ | |||
2006-04-26 | Remove unused _exists() function. It is not even used in my evil filter tree | Claudio Jeker | |
so I doubt I will need it anytime soon. Additionally I think that the interface is dangerous as it bypasses the ref-counting. | |||
2006-04-26 | Last argument to send_filterset() is a left-over from one of my not so clever | Claudio Jeker | |
ideas that will never be included and always set to 0. Kill it. | |||
2006-04-26 | Remove filterset_names from bgpd.h and replace it with a function because | Claudio Jeker | |
the table was already out of sync now. OK henning@ | |||
2006-04-25 | kill unused old debug code. | Esben Norby | |
ok claudio@ | |||
2006-04-25 | Mark fatal and fatalx as __dead from deraadt@ | Claudio Jeker | |
2006-04-25 | Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@ | Claudio Jeker | |
2006-04-25 | Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED. | Claudio Jeker | |
2006-04-25 | Kill unused function and add a ARGSUSED. | Claudio Jeker | |