summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-07Add a port of FreeBSD/alpha's libio as libalpha. This library enableMatthieu Herrb
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@.
2002-07-07better say we are OpenBSD in the configromThierry Deval
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-07-07typos/grammar/better wordsJan-Uwe Finck
in comments.
2002-07-07More cleanup/shrinkage/clarification.Kenneth R Westerback
a) Eliminate single invocation here document functions not_going_to_install(), congrats() by putting the here document at the point of invocation. b) Make (deliberately) global variables consistantly upper case and with no leading '_'. Many variables that could be local are still creating globals. c) Make all get_* functions names conform to a convention of get_<global variable name>, where the <global_variable_name> is the global variable set by the function, or whose new value is returned by the function. d) Change _IFS to IFDEVS to be consistant with CDDEVS and DKDEVS, and initialize it at the same place. e) Handle bare '+', '-' in same place other selections are parsed rather than in a separate case statement. f) eliminate '[ "$var" ] || var=value' constructs with ': ${var:=value}' constructs. g) Rename local_sets_dir -> SETSDIR. h) Rework logic around ftp passwords to eliminate duplications and ensure a new password is asked for each time. i) Some minor cosmetic adjustments.
2002-07-07syncTheo de Raadt
2002-07-06syncThomas Nordin
2002-07-06syncThomas Nordin
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-06theo doesn't like it.Henning Brauer
always use the pfctl in path.
2002-07-06unused variableKevin Steves
2002-07-06use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fallHenning Brauer
back to pfctl in path otherwise. will save my ass sooner or later. ok millert@, pb@
2002-07-06Fix typo in get_get_files_list() that prevented sets fromKenneth R Westerback
being found for install/upgrade.
2002-07-06Security Mode feature set.Grigoriy Orlov
From Alexander Yurchenko <grange@rt.mipt.ru> Approved by csapuntz@ and me.
2002-07-06HPT 372, 372A and 374. Only HPT372 was tested.Grigoriy Orlov
Mostly from NetBSD. deraadt@ ok.
2002-07-06regenGrigoriy Orlov
2002-07-06HPT372/4Grigoriy Orlov
2002-07-06Move NEED_VERSION to "obsolete variables" section and describePeter Valchev
briefly what it used to be for.
2002-07-06dont deref NULL pointer in IPv6 pserver client operation.Jun-ichiro itojun Hagino
From: Moritz Jodeit <moritz@jodeit.org>
2002-07-06Remove obsolete upgrade hacks for XF3->XF4 and movingKenneth R Westerback
sendmail.cf to /etc/mail. ok deraadt@, millert@, todd@
2002-07-06KNFTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-07-06KNF, realloc fix, and clean usageTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-07-06Add some missing checks for malloc() returning NULL.Todd C. Miller
Noticed by Lars J. Buitinck. deraadt@ OK
2002-07-06cope better if realloc fails; better fix than cloder@acm.orgTheo de Raadt
2002-07-05Free crp_opaque only after we've determined we're not going toAngelos D. Keromytis
re-submit it. From sam@errno.com
2002-07-05Also, return EAFNOSUPPORT instead of ENOBUFS. Both this and theAngelos D. Keromytis
previous commit where noted by sam@errno.com
2002-07-05Bump ipips_family in ipipstat in all cases where EAFNOSUPPORT is returned.Angelos D. Keromytis
2002-07-05Never call crp_callback directly, use crypto_done() insteadJason Wright
2002-07-05KNF (no space after casts)Jason Wright
2002-07-05add sys/time.h to SYNOPSIS; from bk@rt.fmNiels Provos
2002-07-05unbreak.Henning Brauer
2002-07-05another small bug I found while installing a -current pf firewall.Henning Brauer
we don't support pass/block in on ! <interface> (at least, not yet) let the parser complain instead of ignoring the '!' ok pb@, dhartmei@
2002-07-05regress for getaddrinfo/getnameinfoJun-ichiro itojun Hagino
2002-07-05document "set loginterface none"Henning Brauer
2002-07-05allow unsetting the statusinterface viaHenning Brauer
set loginterface none ok dhartmei@
2002-07-05fix a small bug I found while installing a -current pf firewall at aHenning Brauer
client some days ago: if you had a rulefile with "set loginterface <interface>" and loaded through pfctl -e -f /etc/pf.conf, pfctl -si didn't display the interface stats, because on DIOCSTART pf_status.ifname was cleared and enableing is done after loading the ruleset. similar for DIOCCLRSTATUS, remember pf_status.ifname there as well. added feature: On DIOCSETSTATUSIF unset the statusinterface if pi->ifname is empty. ok dhartmei@
2002-07-05volatile sig_atomic_t, suggested by Theo.Hakan Olsson
2002-07-05Typo; stobe -> strobeAaron Campbell
2002-07-05Remove an unused #define (belongs only in the PCI attachment source file).Aaron Campbell
2002-07-05gcc 3.1 nits. Pointed out by David Krause.Hakan Olsson
2002-07-05Sync the ethernet controllers list with GENERIC.Miod Vallat
2002-07-05attempt to make ahc smaller. change PCI interrupt handler.Steve Murphree
2002-07-05allocation mischecks by cloder@acm.org; lots of other cleanup by meTheo de Raadt
2002-07-05more refinementTheo de Raadt
2002-07-04repair a dmesg cleanupMichael Shalayeff
2002-07-04More cleanup/shrinkage/clarification.Kenneth R Westerback
a) Abstract selection list handling into a function do_selection_list() rather than repeating the code twice. b) Eliminate function get_selection() and put limited remaining functionality directly into only caller, get_get_file_list(). c) Remove unused parameters in glob_selection() and invocations of same. d) Remove unused parameters from install_get_files_list() invocations. e) Remove unnecessary local parameter '_file_list' in install_mounted_fs().
2002-07-04Back out the previous revisionbrian
Objected to by: Andre Oppermann <oppermann@pipeline.ch> After Andre's objection, I've re-examined rfc 2759 and noted that it says that the domain name shouldn't be used when generating the NT-Response field. So it looks like the bug is in freeradius rather than in ppp.