summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-01-06more entriesTheo de Raadt
1998-01-06net.inet.icmp.bmcastecho: do not smurf to smurfing broadcast packetsTheo de Raadt
1998-01-06Correct the return value of ReportProtStatus() ("show proto").brian
Submitted by: Dave Bodenstab <imdave@mcs.net>
1998-01-05document the "#" hack.Artur Grabowski
1998-01-05syncTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1998-01-05recalculate the free sectors after changing boundaries.Artur Grabowski
1998-01-05check if the partitions are below the boundaries and not only above whenArtur Grabowski
counting the free sectors.
1998-01-05type repair; nino@well.ox.ac.ukTheo de Raadt
1998-01-05o Allow the use of HISADDR as the first arg to "add".brian
o Allow a forth argument in ppp.secret, specifying a new label. This gives control over which section of ppp.link{up,down} is used based on the authenticated user. o Support random address ranges in ppp.secret (not just in ppp.conf). o Add a AUTHENTICATING INCOMING CONNECTIONS section to the man page. o Add a bit more about DEFLATE in the man page. o Fix the incorrect "you must specify a password in interactive mode" bit of the manual. o Space things in the man page consistently. o Be more precice about where you can use MYADDR, HISADDR and INTERFACE in the "add" command documentation.
1998-01-05trust restored a bit moreTheo de Raadt
1998-01-04fix maximal cyl/heads; vons@usa.netTheo de Raadt
1998-01-04Make it clear that using "add ...." in ppp.conf whenbrian
not in -auto mode isn't a good idea, and that the add should be done in ppp.linkup instead. Change "add 0 0 HISADDR" to "add default HISADDR". It's more intuitive.
1998-01-04Don't scribble on the stack if our input packet isbrian
bigger than our MRU. Moan and drop the packet instead.
1998-01-04Initialize CcpInfo protocols to -1 (none, not OUI).brian
Don't Call Term() for an algorithm that hasn't been Init()d.
1998-01-04support Trident TVGA9440Theo de Raadt
1998-01-04add pctrTheo de Raadt
1998-01-04quieter on bootTheo de Raadt
1998-01-04add TVGA9440Theo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04doc that the workaround is for the cyrix xchg bugTheo de Raadt
1998-01-04indentTheo de Raadt
1998-01-04Added support for enable/disable attr value. eg disable irq 10. -mojMats O Jansson
1998-01-03ignore PRU_SHUTDOWN if socket is already shutdownTheo de Raadt
1998-01-03more oflows; we should just delete this thingTheo de Raadt
1998-01-03arghTheo de Raadt
1998-01-03if fork/exec fails, bail properlyTheo de Raadt
1998-01-03clarify what --> and <-- mean in tcp headersTheo de Raadt
1998-01-03new style man pageTheo de Raadt
1998-01-03remove crudTheo de Raadt
1998-01-03syncTheo de Raadt
1998-01-03STB id is the 2nd one actuallyTheo de Raadt
1998-01-03default level is 0, not 9; hnokubi@yyy.or.jpTheo de Raadt
1998-01-03syncTheo de Raadt
1998-01-03few more...Theo de Raadt
1998-01-03document krb.conf tweakTheo de Raadt
1998-01-02add NOCAPACITY quirk for a sanyo? cdrom, reported by ian@darwinsys.comNiels Provos
1998-01-02change .Nd to include the word "emulation"Theo de Raadt
1998-01-02syncTheo de Raadt
1998-01-022nd STB vendor ID; prlw1@cam.ac.ukTheo de Raadt
1998-01-02use getopt; mph@pobox.comTheo de Raadt
1998-01-02use _exit()Theo de Raadt
1998-01-02make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted ↵Theo de Raadt
by provos
1998-01-02syncTheo de Raadt
1998-01-02merge recent netbsd changesTheo de Raadt
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1998-01-02man page error; helbigTheo de Raadt
1998-01-02buf oflows; wosch & meTheo de Raadt