aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistent port numbering in man page.Joseph Koshy1998-07-151-2/+2
* ioctl() request args are unsigned longs, so don't attempt to storeBruce Evans1998-07-141-3/+4
* Add $Id$.Joseph Koshy1998-07-142-0/+2
* Add $Id$.Joseph Koshy1998-07-141-0/+1
* Inserted missing .Bl in the FILES section.Dag-Erling Smørgrav1998-07-141-1/+2
* Remove printing of variable "reselect" which is not really maintainedStefan Eßer1998-07-121-4/+3
* Show on-screen ``phase'' logging and try to negotiateBrian Somers1998-07-121-1/+3
* Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERSBruce Evans1998-07-121-2/+2
* Convert the maxusers directive to a normal MAXUSERS option (normallyBruce Evans1998-07-122-49/+51
* Warn about redefined options. Keep using the last value processed.Bruce Evans1998-07-121-2/+8
* Fixed off-by-1 errors in option line numbers. yyline is 0-based, butBruce Evans1998-07-121-2/+6
* Correct enable/disable handling (broken when ironing outBrian Somers1998-07-121-3/+3
* Check the ``alive'' filter for a packet *before* theBrian Somers1998-07-111-2/+2
* Change MIN_LQRPERIOD from 5 to 2.Brian Somers1998-07-111-3/+3
* Remove illegal ".Nm". This file is still using -man, not -mdoc.Joseph Koshy1998-07-091-2/+2
* Fixed printf format errors.Bruce Evans1998-07-063-12/+12
* Removed bogus #ifdef INET - <net/if_slvar.h> no longer depends on it.Bruce Evans1998-07-061-3/+1
* Correct use of .Nm. Spelling. Add rcsid and remove unused #includes.Philippe Charnier1998-07-068-42/+48
* Document `-I' and `-R' options to `pkg_info'.Joseph Koshy1998-07-061-0/+5
* Don't disable ^D in interactive mode.Brian Somers1998-07-041-2/+4
* Don't require context when there's only one linkBrian Somers1998-07-041-6/+8
* MF22: check for null pointer.Jordan K. Hubbard1998-07-041-2/+6
* Make things clearer.Brian Somers1998-07-041-7/+49
* Version 2.0-beta becomes 2.0 :-)Brian Somers1998-07-041-3/+3
* Suggest port 8668 rather than 6668 for natd.Brian Somers1998-07-041-1/+1
* Only start checking carrier when the datalink state machineBrian Somers1998-07-032-12/+12
* Fix off by 1 error.Guido van Rooij1998-07-021-2/+2
* /var/log/wtmp entries for ptys are treated differently in ac, sincePoul-Henning Kamp1998-07-021-3/+3
* The CCP layer now behaves as follows:Brian Somers1998-06-305-15/+41
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+2
* Don't assume that time_t is long. Fixed printf format errors.Bruce Evans1998-06-291-4/+6
* Don't assume that time_t is long.Bruce Evans1998-06-293-9/+18
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
* Don't assume that time_t is long. Fixed printf format errors (don'tBruce Evans1998-06-291-20/+27
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+5
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
* Crank the max possible disks/slices constants way down.Jordan K. Hubbard1998-06-292-12/+12
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-2722-209/+261
* Note in log file if messages are being forwarded from aSteve Price1998-06-271-2/+9
* Typo.Steve Price1998-06-271-2/+2
* More u_long -> u_int32_tBrian Somers1998-06-271-3/+3
* I find it *really* irritating that you can't ``cvs rm''Brian Somers1998-06-272-224/+0
* Remove redundant includesBrian Somers1998-06-2717-63/+26
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-279-56/+110
* Don't assume ``sizeof(u_long) == 4''Brian Somers1998-06-274-13/+13
* Cast void * to char * for log_Printf().Brian Somers1998-06-271-2/+2
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.Brian Somers1998-06-274-10/+7
* Don't depend on sizeof(u_long) == 4.Brian Somers1998-06-261-4/+4
* DISTRIBUTION=desBrian Somers1998-06-261-1/+2
* Document environment variables used by pkg_{add,create,info}. TheseJoseph Koshy1998-06-263-2/+108