summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-18joeuser is not specialTheo de Raadt
1996-07-18more readableTheo de Raadt
1996-07-18kernel is _PATH_UNIXTheo de Raadt
1996-07-18daily: disable the fscks by default.Jason Downs
rc: add /usr/local/lib to ldconfig.
1996-07-18added my two firewall examples, plus the stuff from the distributiondm
1996-07-18ipfilter 3.1.0dm
1996-07-18ipfilter 3.1.0dm
1996-07-18ipfilter 3.1.0dm
1996-07-18ipfilter 3.1.0dm
1996-07-18Up NetBSD date for ipfilter and possibly more.dm
1996-07-18param.hTheo de Raadt
1996-07-18awk not gawkTheo de Raadt
1996-07-18\007 instead of ^G; from phk@freebsd.orgTheo de Raadt
1996-07-18full hostnames; from cstruble@singularity.bevc.blacksburg.va.usTheo de Raadt
1996-07-17buffer overflow from dholland@hcs.HARVARD.EDU; could do with some cleanup?Theo de Raadt
1996-07-17buffer overflowTheo de Raadt
1996-07-17nextbsd pr#2637 (and 2638): add cirrus gd5434.Jason Downs
1996-07-17Need to have "HAVE_UNISTD_H" defined to get the prototype for read(),michaels
otherwise "~/.inputrc" will not be read by gdb. Added prototypes to the declaration of xmalloc() and xrealloc(), included "ansidecl.h". Since we now actually read ~/.inputrc we should also correcly allocate memory for the buffer.
1996-07-17Limit chio(1) to group operatorThorsten Lockert
1996-07-17fixes/update:chuck
- adjust txhiwat and mindma params a bit - fixed a couple of incorrectly labeled panic calls - the "location" was being calculated incorrectly in some cases (forgot to subtract off MID_RAMBASE). this only caused problem when trying to change the size of the tx/rx buffers (e.g. to 64KB). - fixed possible non-aligned DMA burst in the starting byte burst case. (e.g. if we could DMA 3 bytes, but only have 2 it is not legal for us to use MIDDMA_BYTE2 mode). - opt: on tx: try and avoid flushing the internal buffer by padding out the length of the last mbuf a bit (if possible)
1996-07-161.2Theo de Raadt
1996-07-16midway fixes + new stuff:chuck
- alpha changes from cgd - merged multiple DRQ/DTQ ADD macros into a single DRQ and a single DTQ macro with a uniform interface to make the code simpler and easier to read. - en_start: only update atm_flags if EN_MBUF_OPT is enabled (which it should be) - for alburst: make sure we don't DMA more bytes than we need (on both tx and rx). if the alburst is larger than we need, drop to MIDDMA_WORD mode. - major change: enable the use of byte and 2 byte DMA on the trasmit side. this allows us to DMA from non-word sized/aligned mbufs directly. [the old code would always call en_mfix which would copy (or move) the data in order to ensure proper alignment... it turns out TCP gives us non-word sized/aligned mbufs when it is retransmitting, so we needed to handle this case more efficiently.] the following functions were changed to make this work: - en_dqneed: add an arg to let us know if we are transmitting or not. if we are TX, then we must take into account byte DMAs when estimating the number of DTQs we will need for a buffer - en_start: only mfix mbufs if DMA is disabled - en_txdma: only set launch.nodma if we have en_mfix'd the mbuf chain also, we may need a DTQ to flush the chip's internal byte buffer - en_txlaunch: only attempt a copy if we have the proper alignment. add byte dma code for the front and end of the buffer. make sure the internal dma buffer is flushed out. - en_dump: keep track of how many times we have to use byte sized DMA midwayreg: - add byte/2byte DMA defines midwayvar: - add new stat counter to monitor less-than-word lengthed DMA
1996-07-16Updated to 4.4BSD fingerd + Theo's @@@@ optimization and someTodd C. Miller
added options to further restrict the info given out.
1996-07-16pcvt/pccons too fast for some kbds; netbsd pr#2631; mike.long@analog.comTheo de Raadt
1996-07-16I know, i don't like it either...Per Fogelstrom
1996-07-16alpha/mips == binutils; others == gas/ldTheo de Raadt
1996-07-16Rename some 'pica' names to 'mips'.Per Fogelstrom
1996-07-16Mips uses gnu binutilsPer Fogelstrom
1996-07-16Use binutils 'strings' for mipsPer Fogelstrom
1996-07-16patch environ, buffer limit, parse # better, let user kill with signal; some ↵Theo de Raadt
parts from freebsd
1996-07-16sendmail is in /usr/sbinccappuc
1996-07-15A couple of more fixes. -static *IS* static...Per Fogelstrom
1996-07-15add rnd device.Michael Shalayeff
1996-07-15ad rnd devices.Michael Shalayeff
1996-07-15add rnd driverMichael Shalayeff
1996-07-15add scanner scsi device.Michael Shalayeff
1996-07-15add uk device macro.Michael Shalayeff
1996-07-15add uk* devicesMichael Shalayeff
1996-07-15add "unknown SCSI"Michael Shalayeff
1996-07-15add extern dynamic_gdt decl.Michael Shalayeff
it does not even compile w/o that!
1996-07-15no longer needed.Michael Shalayeff
1996-07-15320 St. Cloud, Minnesota; netbsd pr#2627; roskens@cs.umn.eduTheo de Raadt
1996-07-15fix time differencies computations (orig from alan@parsys.co.uk, butMichael Shalayeff
don't use difftime(3), it returns double) use <sys/queue.h> for queue maintanance
1996-07-15kill some more FreeBSD-isms, bring back some Lite-isms.Jason Downs
1996-07-14Change "pica" config to "arc" as pica is superseded by arc.Per Fogelstrom
1996-07-14Fixes to make MIPS arc port to use in tree binutils.Per Fogelstrom
1996-07-14kill off some unneeded(?) codeJason Downs
1996-07-14use VT_EXT2FSJason Downs
1996-07-14document v_tag correctlyJason Downs
1996-07-14Upgrade to termcap version 9.13.8Thorsten Lockert