summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-09better scssi vs raid claarificationMichael Shalayeff
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09a first pass at -WallTheo de Raadt
2001-07-09add i2o devicesMichael Shalayeff
2001-07-09Use getopt(3); markus@ ok.Federico G. Schwindt
2001-07-09OpenBSD tags.Federico G. Schwindt
2001-07-09only on prog_switch, more includes and protosMichael Shalayeff
2001-07-09remove unused files, build bzero off of memsetMichael Shalayeff
2001-07-09did ever compile?Michael Shalayeff
2001-07-09syncTheo de Raadt
2001-07-09have to have a proto hereMichael Shalayeff
2001-07-09protos, includes, and terransMichael Shalayeff
2001-07-09a wagon and a small cart of protos, spaces, and includesMichael Shalayeff
2001-07-09protos and spacesMichael Shalayeff
2001-07-09proper vtophys types, spaces, protosMichael Shalayeff
2001-07-09looking at other archs vtophys lives thereMichael Shalayeff
2001-07-09more spacees, includes, protosMichael Shalayeff
2001-07-09protos, includes, spaces; from prev ciMichael Shalayeff
2001-07-09protos, includes, spacesMichael Shalayeff
2001-07-09lots of parens, protosMichael Shalayeff
2001-07-09missing includes, fix functionsMichael Shalayeff
2001-07-09ptr types dammitMichael Shalayeff
2001-07-09missing includes and spacesMichael Shalayeff
2001-07-09missing includesMichael Shalayeff
2001-07-09Staticise SHA1_End()brian
2001-07-09-WallTheo de Raadt
2001-07-09Install getpeereid(2) manpage.Federico G. Schwindt
2001-07-09Oops, groff still doesn't do more than 8 args :(brian
2001-07-09Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
(or ifqmaxlen); it's done in if_attach() now. No future drivers needs to set up this anymore unless they want to use something else.
2001-07-08empty arg list is named void for convinience, i supposeMichael Shalayeff
2001-07-08mention radius but don't put it in the list of default authentication stylesTodd C. Miller
2001-07-08-WallTheo de Raadt
2001-07-08cleanup and document login.conf variablesTodd C. Miller
2001-07-08o make signal handler safeTodd C. Miller
o add some missing args to prototypes o some KNF o use memcpy() to copy random bytes into the vector instead of hand copying o if servers files ends w/o a newline, alloc space and copy the line o remove unused function argument "length" from parse_challenge()
2001-07-08regenBrad Smith
2001-07-08Hifn has changed its company name, make the name consistent throughoutBrad Smith
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn. -- Ok'd by deraadt@
2001-07-08remove MIPS leftovers.Brad Smith
-- Ok'd by deraadt@
2001-07-08BSD auth module for radius authentication, from BSDi.Todd C. Miller
2001-07-08Fix an obscure bug: make sure aliases are referenced.Marc Espie
Otherwise, if a shared library uses an aliased symbol in another library, the alias will only be partially resolved (everything setup... except for the real symbol marked as referenced, so the relocation ends up being zero and causes core-dumps on runtimes). Caused quite a few crashes: Xfree's 4 GL (linked with libc_r) or kerberosV exhibited the problem...
2001-07-08Fix thinko. Okay millert@Marc Espie
Uncovered by gcc 3.0, since the bad code does have unpredictable behavior.
2001-07-08fix ``MaxStartups max''; ok markus@Kevin Steves
2001-07-08first draft of pf.conf man page (just BNF grammar and example yet)Daniel Hartmeier
2001-07-08Remove static from func declsNiklas Hallqvist
2001-07-08OpenBSD tags.Federico G. Schwindt
2001-07-08OpenBSD tag.Federico G. Schwindt
2001-07-08Add missing call to minor() in RDLABELDEV macro.Todd C. Miller
This only worked before by luck. Fixes floppy panic in -current. Thanks to krw@ for the DDB traceback, it helped ;-)
2001-07-08Remove extraneous .Pp after .ShTodd C. Miller
2001-07-07fix comment to make life easier for my special friend darren.Niels Provos
2001-07-07clarify & highlightJakob Schlyter