summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-03-22Document.Angelos D. Keromytis
2001-03-22Emulate a powerup/powerdown when resuming.Angelos D. Keromytis
2001-03-22let bstp_transmit_tcn() handle all of the work for sending TCN messagesJason Wright
and remove unnecessary structure element
2001-03-22Update.Angelos D. Keromytis
2001-03-22Allow srcid/dstid for manually-set SAs as well (mostly for debugAngelos D. Keromytis
purposes).
2001-03-22Sync style, typo, and comments a little closer to NetBSD. art@ oksmart
2001-03-22contify usbdevs a littleMichael Shalayeff
2001-03-22strlcpy instead of strncpy + \0Jason Wright
2001-03-22new timeoutsMichael Shalayeff
2001-03-22Reformat comment.Angelos D. Keromytis
2001-03-22Paranoid -- clear tdbi field in mbuf pkthdr.Angelos D. Keromytis
2001-03-22use err/warn, space policeMichael Shalayeff
2001-03-22Fix thinko in kn_do_query error checking; angelos OK'dTodd C. Miller
2001-03-22Get pmap->cpus_using before the pmap structure is touched. Besides, weMiod Vallat
need to do this before playing with pmap_expand(). Solves a few more pmap data corruption problems.
2001-03-22Introduce powerup/powerdown actions, when power status changes (ACAngelos D. Keromytis
connected/disconnected).
2001-03-22Use pool for allocating vnodes.Artur Grabowski
Even though vnodes are never freed (could be) this gives us big memory and kmem_map savings.
2001-03-22Document FLAVOR_EXT, FULLPKGNAME, new COMMENT meaningMarc Espie
2001-03-22Sigh. PR_WAITOK, not M_WAITOKArtur Grabowski
2001-03-22Change the ffs inode allocation from using malloc to pool.Artur Grabowski
Saves approx. 256k memory on a GENERIC i386 and moves 670k out of kmem_map.
2001-03-21Add printing of pool statistics for -m.Artur Grabowski
From NetBSD.
2001-03-21permit [] hostname formats in CVSroot, for v6Theo de Raadt
2001-03-21Ok, I'm breaking my promise. I promised to not do anything with theArtur Grabowski
old vm system and I hoped that it would make people help me to switch all archs to uvm. But that didn't help. Fix pool to work with the old vm system (not optimal, ha!).
2001-03-21New compilation scheme, more cross-compiler friendly, less error-prone.Miod Vallat
As a bonus, bring support for mvme88k. millert@ ok
2001-03-21-WallArtur Grabowski