summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-07support ifconfig create; ok deraadtMarkus Friedl
2003-12-07ANSIMarkus Friedl
2003-12-07remove unused debugging #define templatesDamien Miller
2003-12-07Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSDOtto Moerbeek
2003-12-07typo; lists-openbsd@2ls4agd.netTheo de Raadt
2003-12-07remove duplicate chunkTheo de Raadt
2003-12-07m88k partsTheo de Raadt
2003-12-06bit more flesh to the create and destroy; thanks jmcTheo de Raadt
2003-12-06NULL not 0 at end of pdevinit[]Theo de Raadt
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