summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2007-12-05typo s/beeing/being/gReyk Floeter
From Paul 'WEiRD' de Weerd
2007-12-05- add support joel's OPENBSD-SENSORS-MIB; it will dump the currentReyk Floeter
sensor status in a SNMP table. - some other minor changes
2007-12-05make description of -A and -C more consistent;Jason McIntyre
help/ok tedu
2007-12-05log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT;Constantine A. Murenin
partly spotted by bluhm@ grunk@; ok grunk@
2007-12-05some minor changes in .Nd and DESCRIPTION to make this more consistentJason McIntyre
with apm(8);
2007-12-05Add a comment that I registered a PEN for OpenBSD (several peopleReyk 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-05typoReyk Floeter
2007-12-05remove hoststatectl reference from snmpctl.cReyk Floeter
From Leonardo Chiquitto (leonardo at ngdn dot org)
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk 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-04show some -d examples; ok jmcTheo de Raadt
2007-12-04revert SIGQUIT catching; requested by deraadtFederico G. Schwindt
2007-12-04catch SIGQUIT too. ckuethe@ and henning@ ok.Federico G. Schwindt
2007-12-04allow the usb serial number to be printed in verbose mode. this isChris Kuethe
useful for people writing custom hotplugd(8) scripts, as well as ipod users. ok deraadt
2007-12-03document daily(8) log rotation;Jason McIntyre
based on a report filed in netbsd pr #37467, from Ben Wong;
2007-12-02Fixes acpidump on DL145 systems; method defined within another methodJordan Hargrave
ok brad@
2007-12-01relevant updates/fixes up to openssl-0.9.8g;Jason McIntyre
2007-11-28- bring back a tweak that got reverted in previousJason McIntyre
- Xr printf 3 whilst here
2007-11-28sort options list;Jason McIntyre
2007-11-28add options to specify the check and report intervals. ok deraadtTed Unangst
2007-11-28refine format string, support hh and c for real. ok deraadtTed Unangst
2007-11-28Be more careful with printf-style formats, and fix a few other nigglesTheo de Raadt
ok tedu
2007-11-28bump the current file descriptor resource limit (openfiles-cur) to theReyk 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-28tweak previous;Jason McIntyre
2007-11-28typosReyk Floeter
2007-11-28this is openbsd, therefore the native display mode is called openbsdTed Unangst
2007-11-28unref the label when free'ing a protocol nodeReyk Floeter
2007-11-28add 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-27remove some unneeded #includes; ok mcbride@Kevin Steves
2007-11-27typos; ok jmc@Martynas Venckus
sys/dev/pci/pciide.c from naddy@
2007-11-27add missing header for errx.Charles Longeau
ok otto@ deraadt@
2007-11-27update "show database" output (work in progress) but now link local LSAClaudio Jeker
are printed again.
2007-11-27Make lsa_find() find link local LSA by passing the interface instead of theClaudio 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-27Monster 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-27fix typoMarc Espie
2007-11-27Prefixes or actually pathes that would cause a rooting loops should not beClaudio 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-26Decode CreateQWordFiled().Mark Kettenis
ok marco@
2007-11-26Let multiple variables in the same filename expandTheo de Raadt
ok otto millert
2007-11-26cleanup. 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-26Put the converted filename into the makefiles, so that we can later supportTheo de Raadt
variables make(1) does not natively convert in the same way.
2007-11-26discard still-born support for .o files in the "file" command..Theo de Raadt
this is OpenBSD.. source for everyone..
2007-11-26allow to add labels to protocol actions, they will be printed in httpReyk Floeter
error pages and can be used to refer to additional information. ok pyr@
2007-11-26typos; ok jmc@Martynas Venckus
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
2007-11-25correct pathname variable matching, and also support ${MACHINE}Theo de Raadt
2007-11-25"canonicalized hostname" instead of just "hostname" for the url actionReyk Floeter
2007-11-25in 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-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
pfctl changes: ok henning ssh changes: ok deraadt
2007-11-25Extend 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-24new sentence, new line;Jason McIntyre
2007-11-24tweak for hostnames without dots (like "localhost")Reyk Floeter