aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Make this WARNS 2 clean, and fix up the manual page:Tom Rhodes2003-11-1512-32/+59
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-157-68/+68
* - poll(2) support.Hajimu UMEMOTO2003-11-1410-757/+439
* - need_trigger/idx should be u_int, not ssize_t.Hajimu UMEMOTO2003-11-141-30/+34
* - interface minimum MTU = 1280 in IPv6.Hajimu UMEMOTO2003-11-141-8/+3
* our netstat is installed in /usr/bin.Hajimu UMEMOTO2003-11-141-1/+1
* Fixed spurious syntax errors for including files that don't begin withBruce Evans2003-11-141-3/+4
* If the name of the mouse device starts with "/dev/ums", try to load theDag-Erling Smørgrav2003-11-131-2/+15
* - make command line argument parsing POSIX compliant. comment fromHajimu UMEMOTO2003-11-132-182/+281
* Fix a bug relating to the "files before directories" sort order whenPoul-Henning Kamp2003-11-131-0/+51
* Add an empty definition of the MIBS variable so that the makefile doesHartmut Brandt2003-11-131-0/+1
* Whitespace cleanup.Dag-Erling Smørgrav2003-11-131-378/+376
* - setsockopt/sysctl takes int, not u_long.Hajimu UMEMOTO2003-11-122-90/+149
* The snmp_netgraph module depends on libnetgraph. So add a dependency andHartmut Brandt2003-11-121-0/+3
* Get rid of the old constants which did not include the trailing NULHartmut Brandt2003-11-123-4/+4
* - Add a note that there are two MIB variables that have per-jailKen Smith2003-11-111-0/+8
* Fix few typosMaksim Yevmenkin2003-11-113-7/+7
* Ignore case when comparing CHAP/CHAP81 responsesBrian Somers2003-11-101-7/+12
* Correct the include path so that the include files are foundHartmut Brandt2003-11-102-5/+7
* Fix the build by adjusting the include directives. The problem wasHartmut Brandt2003-11-102-4/+6
* enable aes-xcbc-mac and aes-ctr, again.Hajimu UMEMOTO2003-11-101-3/+3
* Link the SNMP daemon for NgATM to the build.Hartmut Brandt2003-11-101-0/+1
* Add the build infrastructure for the SNMP daemon that is the baseHartmut Brandt2003-11-108-0/+202
* Add build infrastructure for libbsnmp and the modules. Add theHartmut Brandt2003-11-109-0/+2735
* Increase MAXDEV up to 10.Hidetoshi Shimokawa2003-11-091-1/+1
* Cosmetic change.Hidetoshi Shimokawa2003-11-071-2/+2
* Add a small testcase for the new -f-f mode.Poul-Henning Kamp2003-11-051-0/+60
* Give mtree(8) the ability to take [two -f spec] arguments and comparePoul-Henning Kamp2003-11-057-8/+238
* Rename spec() and verify() functions to have mtree_ prefix and takePoul-Henning Kamp2003-11-054-13/+10
* Take advantage of the fact that we know the err(3) function does notPoul-Henning Kamp2003-11-051-24/+14
* - do hexdump on send. set length field properlyHajimu UMEMOTO2003-11-056-920/+1220
* Add a "-f" flag for asf(8) which performs a search to find the each moduleBrian Feldman2003-11-042-22/+128
* o Don't tell that there's such a thing as a C suffix for specifyingMarcel Moolenaar2003-11-042-14/+44
* Build zzz(8) on ia64. It first checks ACPI before it checks for APM.Marcel Moolenaar2003-11-031-1/+2
* o Add PART_EFI so that we can use it instead of PART_FAT on ia64Marcel Moolenaar2003-11-026-52/+116
* o Do not define WITH_SYSCONS and WITH_MICE on ia64. We cannot haveMarcel Moolenaar2003-11-012-4/+4
* o Compile-out "wizard" mode on ia64.Marcel Moolenaar2003-11-012-8/+52
* o Compile-out "wizard" mode on ia64.Marcel Moolenaar2003-11-012-4/+8
* Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead ofBruce Evans2003-11-011-13/+9
* Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.Brooks Davis2003-10-311-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+1
* Make mtree's update function update the modification time too.Poul-Henning Kamp2003-10-313-3/+53
* fixe remote panic on short packetSUZUKI Shinsuke2003-10-311-0/+5
* Use -D to rename the log() function (extensively used) rather thanPeter Wemm2003-10-301-1/+1
* Rename the 'log' variable rather than -fno-builtin-logPeter Wemm2003-10-302-8/+7
* Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'Peter Wemm2003-10-302-5/+4
* add ip6addrctl(8) which is a command to configure addressHajimu UMEMOTO2003-10-305-0/+602
* Update test-case to also fail on filenames containing '#'Poul-Henning Kamp2003-10-301-0/+17
* Use vis(3) to encode/decode the target for symlinks.Poul-Henning Kamp2003-10-302-10/+13
* Add another test-script for mtree(8): Check symlinks with space in them.Poul-Henning Kamp2003-10-301-0/+40