summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2002-02-06Oops, add sparc64 everywhereJason Wright
2002-02-06sparc64 needs this nowJason Wright
2002-02-01machdep.led_blink works on sparc64, tooJason Wright
2002-01-30atactl [ata device] dumpConstantine Sapuntzakis
2002-01-28Request enough buffer space to fit the maximum size of a packet.Hugh Graham
2002-01-27Add the (former) AES candidate ESP ciphers for IKE, as ofHakan Olsson
2002-01-25Update. <mccreary@pch.net>Hakan Olsson
2002-01-25no static for sa_dump, explicit log cls/levelHakan Olsson
2002-01-25Typo. <mccreary@pch.net>Hakan Olsson
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-24as early as v3, these isMichael Shalayeff
2002-01-24allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com>Michael Shalayeff
2002-01-23Actually return the ESP/AH/COMP ground descriptions for policyAngelos D. Keromytis
2002-01-23use sizeof instead of magic numbersMichael Shalayeff
2002-01-23the last few sprintf -> snprintfHakan Olsson
2002-01-23snprintf, and only dump exchange data if USE_DEBUG is definedHakan Olsson
2002-01-23sprintf->snprintf & bugfixHakan Olsson
2002-01-23no more strcpy/sprintfHakan Olsson
2002-01-23Another strcpy gone.Hakan Olsson
2002-01-23strcpy->strlcpy, sprintf->snprintfHakan Olsson
2002-01-23strcat->strlcat, sprintf->snprintfHakan Olsson
2002-01-23strcpy->strlcpyHakan Olsson
2002-01-23strncat->strlcat, sprintf->snprintfHakan Olsson
2002-01-23less sprintf/str[n]cpy/strcatHakan Olsson
2002-01-23less strcpy/strcatHakan Olsson
2002-01-21deamon -> daemon, from Alexander YurchenkoDaniel Hartmeier
2002-01-19Fix bogosity with sa_len value assignment...I wonder how this everAngelos D. Keromytis
2002-01-18Allow size values to be displayed in the user's choice of units.Kjell Wooding
2002-01-18Add disklabel-style editing for size/offset values inKjell Wooding
2002-01-18Do not truncate the cylinder value to 1023 until the MBRKjell Wooding
2002-01-18print out the ctime of a mount when verbose; millert@ okMichael Shalayeff
2002-01-17Typo, from Måns Nilsson <mansaxel@sunet.se>Marc Espie
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-11use bsearch() for keywords lookup, swap couple of entries to make the keyword...Michael Shalayeff
2002-01-11document new sysctl for vfs.nfs.norsvportNathan Binkert
2002-01-10Let port 0 be specified as it's not special here.Hugh Graham
2002-01-09add ability to execute script or program after a module isEric Jackson
2002-01-09check&fix. Request from ericj@.Mike Pechkin
2002-01-09Port must be >0 and <=65535. Idea while have fun with ssh.Mike Pechkin
2002-01-09free() 'interface' in {nat,binat,rdr}ruleMike Pechkin
2002-01-09Add labels to rules. These are arbitrary names (not to be confused withDaniel Hartmeier
2002-01-09symbol addresses should be relativeEric Jackson
2002-01-08oops, put back some earlier changesEric Jackson
2002-01-08rename symtab to not collide with symtab in modload.cEric Jackson
2002-01-08change back to old behavior, where we load debugging symbols by default.Eric Jackson
2002-01-08add support in modload for ELFEric Jackson
2002-01-08Add "no nat/rdr/binat" to nat.conf. The first matching rule applies.Daniel Hartmeier
2002-01-07u_long for arg for LMREADYEric Jackson
2002-01-07Next issue:Mike Pechkin
2002-01-07remove 3rd argument from ipmask(), not used.Mike Pechkin