summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-07remove unused debugging #define templatesDamien Miller
2003-12-07Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSDOtto Moerbeek
regcmp.c rev 1.13. ok deraadt@
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
ok deraadt@ millert@
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
eases source updates from pre-cloning ok henning@
2003-12-06Fix for gcc3 compilation suggested by miod@: use temporary variableAlexander Yurchenko
when dealing with KS_GROUP macro. ok miod@
2003-12-06Mark u_int64_t constants with ULL to make gcc3 happy.Alexander Yurchenko
ok drahn@
2003-12-06u_int8_t variable can't be > 255; pointed out by Mr. GCC3.Alexander Yurchenko
ok millert@
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
the change removes the advertising clause, which was requested by a linux developer. ok deraadt@
2003-12-05encourage people to add in values to rc.conf.local rather than copyJason McIntyre
rc.conf blindly, since install can now create rc.conf.local; thanks nick@ for pointing this out;
2003-12-05Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKTodd C. Miller
2003-12-05put back lo1David Krause
requested by deraadt@
2003-12-05lo1 no longer exists by default so don't try to use it in examplesDavid Krause
ok henning@
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
regress purposes before starting and destroy them afterwards. lo1 -> lo1000000 tun0 -> tun1000000 tun1 -> tun1000001 ok markus@
2003-12-05Style nitsHakan Olsson
2003-12-05It used to be a good thing not to send people to Verisign. now thisBob Beck
is just wrong. Damn wrong.
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
and if_wi_usb ok millert@
2003-12-05spacingTheo de Raadt
2003-12-05madvise() the mfs storage area as randomly accessed as mfs does it's own ↵Michael Shalayeff
clustering; tedu@ ok
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 ↵Michael Shalayeff
early startup as i always wanted to
2003-12-04Validate SPIs presented in DELETE messages of the informational exchange.Hans-Joerg Hoexer
ok markus@
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
ok jmc@ henning@
2003-12-04no, you cannot form a raid from wd0h and wd0h.Henning Brauer
found by Joel Knight
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
on the command line ok deraadt
2003-12-04fix sign extension bug that broke meta key supportVincent Labrecque
from sra@hactrn.net