summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-06Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@Todd C. Miller
2003-12-06Add test for pattern containing multiple dots (PR 3597).Otto Moerbeek
2003-12-06Unbreak grepping for some patterns containing multiple dots. Fixes PR 3597.Otto Moerbeek
2003-12-06estimate a syncTheo de Raadt
2003-12-06ignore snapshot directoryTheo de Raadt
2003-12-06syncTheo de Raadt
2003-12-06syncTheo de Raadt
2003-12-06syncTheo de Raadt
2003-12-06set fix (header file addition).Dale Rahn
2003-12-06don't create/destroy interfaces in obj, clean and cleandirNikolay Sturm
2003-12-06Fix for gcc3 compilation suggested by miod@: use temporary variableAlexander Yurchenko
2003-12-06Mark u_int64_t constants with ULL to make gcc3 happy.Alexander Yurchenko
2003-12-06u_int8_t variable can't be > 255; pointed out by Mr. GCC3.Alexander Yurchenko
2003-12-06support destroy; ok henningMarkus Friedl
2003-12-06update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>.Kenjiro Cho
2003-12-05encourage people to add in values to rc.conf.local rather than copyJason McIntyre
2003-12-05Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKTodd C. Miller
2003-12-05put back lo1David Krause
2003-12-05lo1 no longer exists by default so don't try to use it in examplesDavid Krause
2003-12-05Netgear MA311 is reported to work.Todd C. Miller
2003-12-05lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need forHenning Brauer
2003-12-05Style nitsHakan Olsson
2003-12-05It used to be a good thing not to send people to Verisign. now thisBob Beck
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
2003-12-05spacingTheo de Raadt
2003-12-05madvise() the mfs storage area as randomly accessed as mfs does it's own clus...Michael Shalayeff
2003-12-04match new ones, ok theoHenning Brauer
2003-12-04syncHenning Brauer
2003-12-04more em(4)s, IDs from freebsd, ok theoHenning Brauer
2003-12-04also export _start as an alias to __start (noticed by pval@) and redo the ear...Michael Shalayeff
2003-12-04Validate SPIs presented in DELETE messages of the informational exchange.Hans-Joerg Hoexer
2003-12-04TyposMiod Vallat
2003-12-04shorten a teeny bit moreTheo de Raadt
2003-12-04spacingTheo de Raadt
2003-12-04ask if sshd should be on by default (default to yes, still); tested by nickTheo de Raadt
2003-12-04document udpencap (used for NAT/T); ok jmcMarkus Friedl
2003-12-04Better description of ERANGE.Otto Moerbeek
2003-12-04no, you cannot form a raid from wd0h and wd0h.Henning Brauer
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-12-04ansiTheo de Raadt
2003-12-04add code to actually enable multicast reception; go-ahead from deraadt@Christian Weisgerber
2003-12-04split the screen in multiple windows when more than one files are givenVincent Labrecque
2003-12-04fix sign extension bug that broke meta key supportVincent Labrecque
2003-12-04Need to do "ifconfig create" for bridge interfaces too.Todd C. Miller
2003-12-03spacingTheo de Raadt
2003-12-03Append but not override COPTS.Alexander Yurchenko
2003-12-03syncTheo de Raadt
2003-12-03HOST_CFLAGS need to find libiberty too, even on vax!Marc Espie
2003-12-03Change how the line output from the 'h' command is formatted.Todd C. Miller
2003-12-03Pass -Wsign-compare and avoid a potential malloc(0); ok henning@Todd C. Miller