summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-23Compat for OpenSSH with broken Rijndael/AES. ok markus@Damien Miller
2001-03-23check rcvif and tag for vlan_input_tag() [Same check as in vlan_input()]Jason Wright
2001-03-23m_freem not m_freeJason Wright
2001-03-23Careful with copying mbuf pkthdr.Angelos D. Keromytis
2001-03-23Use M_COPY_PKTHDR(), and zero out tdbi.Angelos D. Keromytis
2001-03-23Be paranoid when copying m_pkthdr.Angelos D. Keromytis
2001-03-23check packet length in vlan_input() and pullup if necessaryJason Wright
use m_adj instead of twiddling everything ourselves
2001-03-23regenMichael Shalayeff
2001-03-23a few more wavelans, from nbsdMichael Shalayeff
2001-03-23Fix slow mbuf leak.Angelos D. Keromytis
2001-03-23explicitly generate info files via "all" target like we do forTodd C. Miller
cleandir. This is not the prettiest of things but it does work.
2001-03-23atactl SMART support; wouter@yourcreativesolutions.nlTheo de Raadt
2001-03-23move the vlan and bridge handling around a bit, and make sure the testJason Wright
for (mcast || bcase || (unicast || for us)) is always called.
2001-03-23ac on/off hooks; from angelos@Michael Shalayeff
2001-03-23protect func ptr ars w/ __PMichael Shalayeff
2001-03-23cache alignment gamesMichael Shalayeff
2001-03-23fix compiling in audio-less configsMichael Shalayeff
2001-03-23Remove obsolete configs, add the one we (Applitron) use nowadays instead.Niklas Hallqvist
2001-03-22pmap_physseg is kernel-only businessMichael Shalayeff
2001-03-22Remove transient config file.Niklas Hallqvist
2001-03-22syncNiklas Hallqvist
2001-03-22handle d/i prot traps properMichael Shalayeff
2001-03-22shuffle the tlb handlers a little,Michael Shalayeff
make a new one for na data fault, since those w/ hpt need it.
2001-03-22Merge in NetBSD's PMAP_NEW, still disabledNiklas Hallqvist
2001-03-22make sure we stop stack tracing on user pcMichael Shalayeff
2001-03-22ifdef on a proper debug defineMichael Shalayeff
2001-03-22use mkstemp()Theo de Raadt
2001-03-22Don't change case of commandPaul Janzen
2001-03-22Don't FLUSHLINE unnecessarilyPaul Janzen
2001-03-22File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoidPaul Janzen
buffer overflow on file name.
2001-03-22Don't free what wasn't alloced. Found by niels.Paul Janzen
2001-03-22a bit closer to the queen's englishTheo de Raadt
2001-03-22it is kn_add_action, not keynote_add_actionTodd C. Miller
2001-03-22sprintf -> snprintfGrigoriy Orlov
2001-03-22KNF a stmtNiklas Hallqvist
2001-03-22Smarter default conflict, use pkgname-[0-9]* if a version number has beenMarc Espie
found, pkgname-* otherwise.
2001-03-22do not place linefeeds in bufferTheo de Raadt
2001-03-22typo in ERROR_NOTFOUND error messageTodd C. Miller
2001-03-22pastos in diagnostic stringsNiklas Hallqvist
2001-03-22Grok NetBSD's version of el_init() (#ifdef NetBSD only)brian
Submitted by: martin.hopkins@insignia.com
2001-03-22Longstanding multicast bug causing eternal looping, unveiled by a recent commitNiklas Hallqvist
2001-03-22BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}.Markus Friedl
this works on both systems (for this special case).
2001-03-22remember vga type as passed from lower level attachMichael Shalayeff
2001-03-22More EMODD work:Brandon Creighton
- Using CVTDL and subtracting to seperate integer from fraction does not work if the integer is >32 bits long; instead, rearrange the bits into a quadword, use ASHQ to truncate, and then subtract. Also: - Set the condition codes properly; this fixes the other problem with >32-bit-integer parts in libm by letting modf subtract the fractional part (which *is* a double) to get the integral part in a double. - move the zero checks earlier in the routine - instead of 'ret' in zeroexit, use brw goback
2001-03-22fix typoMichael Shalayeff
2001-03-22Typo.Angelos D. Keromytis
2001-03-22backing out undiscussed changes outside your areaTheo de Raadt
2001-03-22remove vlan_proto variable, replace with ETHERTYPE_8021QJason Wright
define if_type for vlan interfaces (IFT_8021_VLAN) #ifdef DEBUG some debugging printf's protect against other uses of M_PROTO1
2001-03-22Power status change after resume only if it really changed.Angelos D. Keromytis
2001-03-22_wall, err/warn; dummy hppa part, like othersMichael Shalayeff