Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-05 | typo s/beeing/being/g | Reyk Floeter | |
From Paul 'WEiRD' de Weerd | |||
2007-12-05 | - add support joel's OPENBSD-SENSORS-MIB; it will dump the current | Reyk Floeter | |
sensor status in a SNMP table. - some other minor changes | |||
2007-12-05 | make description of -A and -C more consistent; | Jason McIntyre | |
help/ok tedu | |||
2007-12-05 | log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT; | Constantine A. Murenin | |
partly spotted by bluhm@ grunk@; ok grunk@ | |||
2007-12-05 | some minor changes in .Nd and DESCRIPTION to make this more consistent | Jason McIntyre | |
with apm(8); | |||
2007-12-05 | Add a comment that I registered a PEN for OpenBSD (several people | Reyk Floeter | |
asked the same question) but I'm still waiting for the final confirmation from the IANA. Use a temporary sub-PEN for now. | |||
2007-12-05 | typo | Reyk Floeter | |
2007-12-05 | remove hoststatectl reference from snmpctl.c | Reyk Floeter | |
From Leonardo Chiquitto (leonardo at ngdn dot org) | |||
2007-12-05 | Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation | Reyk Floeter | |
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't expect too much from it yet. ok deraadt@ | |||
2007-12-04 | show some -d examples; ok jmc | Theo de Raadt | |
2007-12-04 | revert SIGQUIT catching; requested by deraadt | Federico G. Schwindt | |
2007-12-04 | catch SIGQUIT too. ckuethe@ and henning@ ok. | Federico G. Schwindt | |
2007-12-04 | allow the usb serial number to be printed in verbose mode. this is | Chris Kuethe | |
useful for people writing custom hotplugd(8) scripts, as well as ipod users. ok deraadt | |||
2007-12-03 | document daily(8) log rotation; | Jason McIntyre | |
based on a report filed in netbsd pr #37467, from Ben Wong; | |||
2007-12-02 | Fixes acpidump on DL145 systems; method defined within another method | Jordan Hargrave | |
ok brad@ | |||
2007-12-01 | relevant updates/fixes up to openssl-0.9.8g; | Jason McIntyre | |
2007-11-28 | - bring back a tweak that got reverted in previous | Jason McIntyre | |
- Xr printf 3 whilst here | |||
2007-11-28 | sort options list; | Jason McIntyre | |
2007-11-28 | add options to specify the check and report intervals. ok deraadt | Ted Unangst | |
2007-11-28 | refine format string, support hh and c for real. ok deraadt | Ted Unangst | |
2007-11-28 | Be more careful with printf-style formats, and fix a few other niggles | Theo de Raadt | |
ok tedu | |||
2007-11-28 | bump the current file descriptor resource limit (openfiles-cur) to the | Reyk Floeter | |
maximum number of file descriptors for this login class (openfiles-max) of the relay child processes. this will allow 1024 instead of just 128 open file descriptors in the default configuration (class daemon), use the openfiles-max capability and the sysctl kern.maxfiles to adjust the value. ok gilles@ pyr@ | |||
2007-11-28 | tweak previous; | Jason McIntyre | |
2007-11-28 | typos | Reyk Floeter | |
2007-11-28 | this is openbsd, therefore the native display mode is called openbsd | Ted Unangst | |
2007-11-28 | unref the label when free'ing a protocol node | Reyk Floeter | |
2007-11-28 | add a -d argument, which can be used to peek at values in the kernel. | Ted Unangst | |
this is easier than using the ddb console. ok deraadt | |||
2007-11-27 | remove some unneeded #includes; ok mcbride@ | Kevin Steves | |
2007-11-27 | typos; ok jmc@ | Martynas Venckus | |
sys/dev/pci/pciide.c from naddy@ | |||
2007-11-27 | add missing header for errx. | Charles Longeau | |
ok otto@ deraadt@ | |||
2007-11-27 | update "show database" output (work in progress) but now link local LSA | Claudio Jeker | |
are printed again. | |||
2007-11-27 | Make lsa_find() find link local LSA by passing the interface instead of the | Claudio Jeker | |
area as lookup point. Additionally make lsa_dump or actually the code around it pass all LSA to ospf6ctl. The rde_spf.c are not final. | |||
2007-11-27 | Monster diff to bring us a bit on track again. | Claudio Jeker | |
a) implement all (or at least most) lsa_check() cases. b) classify the LSA scope correctly and add a per interface lsa_tree for the link local stuff. c) implement a function to parse a prefix. There is still a lot missing currently link local LSA are added to the interface tree but nothing can access them (lsa_find() and a few friends need some changes). OK norby@ | |||
2007-11-27 | fix typo | Marc Espie | |
2007-11-27 | Prefixes or actually pathes that would cause a rooting loops should not be | Claudio Jeker | |
dropped when parsed but instead be added to the RIB marked as not eligible. So the decision process does not pick them up as a valid route. Tested and some ideas by Tony Sarendal (tony (at) polarcap (dot) org) | |||
2007-11-26 | Decode CreateQWordFiled(). | Mark Kettenis | |
ok marco@ | |||
2007-11-26 | Let multiple variables in the same filename expand | Theo de Raadt | |
ok otto millert | |||
2007-11-26 | cleanup. nl is a poor name for a global (accessed via macro no less). | Ted Unangst | |
also, man page says nlist ends with NULL name, not "". ok art bob deraadt | |||
2007-11-26 | Put the converted filename into the makefiles, so that we can later support | Theo de Raadt | |
variables make(1) does not natively convert in the same way. | |||
2007-11-26 | discard still-born support for .o files in the "file" command.. | Theo de Raadt | |
this is OpenBSD.. source for everyone.. | |||
2007-11-26 | allow to add labels to protocol actions, they will be printed in http | Reyk Floeter | |
error pages and can be used to refer to additional information. ok pyr@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-11-25 | correct pathname variable matching, and also support ${MACHINE} | Theo de Raadt | |
2007-11-25 | "canonicalized hostname" instead of just "hostname" for the url action | Reyk Floeter | |
2007-11-25 | in addition to IPv4/6 addresses, canonicalize the hostname for "url", | Reyk Floeter | |
for example ".www...Example.com." will be translated to "www.example.com". ok gilles@ | |||
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre | |
2007-11-25 | more existant -> existent, from Martynas Venckus; | Jason McIntyre | |
pfctl changes: ok henning ssh changes: ok deraadt | |||
2007-11-25 | Extend the "file" directive to accept multiple pathnames seperated by '|'. | Theo de Raadt | |
If more than one path is provided, access() them to choose which one should be used, while parsing for ${name} expansions... currently limited to MACHINE_ARCH ok miod | |||
2007-11-24 | new sentence, new line; | Jason McIntyre | |
2007-11-24 | tweak for hostnames without dots (like "localhost") | Reyk Floeter | |