summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2006-01-09some minor types house cleaning, ok ottoTheo de Raadt
2006-01-09Introduce a wsdisplay type for mac68k frame buffers; we might need to becomeMiod Vallat
less generic in the future, though.
2006-01-09Remove references to an/awi/ancontrol that should not have beenJonathan Gray
here in the first place.
2006-01-09Don't enter ancontrol. Reminded by deraadt@Jonathan Gray
2006-01-09Move ancontrol to the attic, no longer needed.Jonathan Gray
2006-01-06put the description of vlanprio in the correct place;Jason McIntyre
2006-01-05Make it possible to set a default vlan priority to a vlan interface.Esben Norby
ok claudio@ brad@
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon.
2006-01-03most modern implementations of nfsd support TCP, not just 4.4BSD;Jason McIntyre
prompted by a similar commit in freebsd. do not recommend TCP; ok millert
2006-01-02clean up error paths using "goto", part 1. From Andrey Matveev <evol atHans-Joerg Hoexer
online dot ptt dot ru>. Thanks!
2005-12-30better wording, based on a diff from daniel matic;Jason McIntyre
2005-12-29mention the keywords "wireless network interface" for the -M switch;Reyk Floeter
consistency with other 802.11-specific commands descriptions. thanks to Andreas Bihlmaier
2005-12-28no close() after fdopen(); ok hshoexer@Christian Weisgerber
2005-12-28remove some unused functions and an unused variable found by lint.Hans-Joerg Hoexer
ok markus@
2005-12-28make sure isakmpd fifo is actually a fifo.Hans-Joerg Hoexer
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
OK deraadt@
2005-12-20let isakmpd(8) remove it's pid/fifo file on exit.Moritz Jodeit
rework signal handling in the monitor process to let this work. testing and ok hshoexer@
2005-12-19Add and use a few more constants and macros needed by UFS2Pedro Martelletto
No functional change
2005-12-18Fix condition so "BIOS fixup botch" can, unlikely as it is, beKenneth R Westerback
detected. Found by lint. ok millert@
2005-12-13Fix an assignment (=) where an equality test (==) was meant. Found byChad Loder
lint. OK millert, deraadt
2005-12-12use ARGSUSED1 hereHans-Joerg Hoexer
2005-12-12Don't wait one time interval before sending the first packet.Jared Yanovich
Problem reported by Andreas Lundin <lunde@woopheer.mine.nu> on tech@, but fix from KAME. ok pascoe markus
2005-12-12use err() instead of errx()Hans-Joerg Hoexer
2005-12-12Correctly copy interface names; fixes breakage noticed by naddy@Hans-Joerg Hoexer
ok naddy@ cvs: ----------------------------------------------------------------------
2005-12-11Don't allow a -prefixlen arg of -1. jaredy@ okAaron Campbell
2005-12-10better wording, helped by krw and roughly ok deraadt;Jason McIntyre
2005-12-09add some missing boot_ pages;Jason McIntyre
2005-12-06Remove fdescfsPedro Martelletto
2005-12-06more appropriate error messages; ok hshoexerMarkus Friedl
2005-12-06ipip support: ip-in-ip w/o gif(4); ok hshoexerMarkus Friedl
2005-12-05Avoid an out-of-bounds array access in editor_delete() for invalid partitionMiod Vallat
name; spotted by Laurent Coustet (ed, debian-fr net) ok deraadt@ otto@
2005-12-02make lint a bit happierTheo de Raadt
2005-12-02mark signal racesTheo de Raadt
2005-12-02more sig_atomic_tTheo de Raadt
2005-12-01spacingTheo de Raadt
2005-12-01do not choke and dump core when printing bypass flows. noticed by jacobHans-Joerg Hoexer
schlyter. Thanks!
2005-11-30add a sensor type for drive status and hook esm up with it.David Gwynne
ok marco@ grange@ deraadt@
2005-11-30handle that pfkey_ipsec_flush() can fail.Hans-Joerg Hoexer
2005-11-28do not overflow ifr.ifr_addr; ok mpf, henning, hshoexer, deraadtMarkus Friedl
2005-11-27BINMODE not neededTheo de Raadt
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-27.Xr vnconfig 8Jason McIntyre
2005-11-27sanity check constraints for transforms.Hans-Joerg Hoexer
ok deraadt@
2005-11-27truly permit auth/enc/comp expressions to be in any orderTheo de Raadt
hshoexer will add back in the contraint language
2005-11-26allow specficiation of encryption and authentication algorithms to be swapped.Hans-Joerg Hoexer
Ie. both "enc 3des-cbc auth hmac-sha1" and " auth hmac-sha1 enc 3des-cbc" are valid.
2005-11-26get rid of some leftovers from a cleanup during c2k5. From Andrey MatveevHans-Joerg Hoexer
<evol at online dot ptt dot ru>, thanks!
2005-11-26enable the bpf filter-drop option in dhclientReyk Floeter
ok henning@, tested by many others (tech@)
2005-11-24"hmac" not "hmc", notice by <gwyllion at ulyssis dot org>Hans-Joerg Hoexer
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-24Make clear we only have "hmac-sha1" and "hmac-md5".Hans-Joerg Hoexer