Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-22 | Allow srcid/dstid for manually-set SAs as well (mostly for debug | Angelos D. Keromytis | |
purposes). | |||
2001-03-22 | Sync style, typo, and comments a little closer to NetBSD. art@ ok | smart | |
2001-03-22 | contify usbdevs a little | Michael Shalayeff | |
2001-03-22 | strlcpy instead of strncpy + \0 | Jason Wright | |
2001-03-22 | new timeouts | Michael Shalayeff | |
2001-03-22 | Reformat comment. | Angelos D. Keromytis | |
2001-03-22 | Paranoid -- clear tdbi field in mbuf pkthdr. | Angelos D. Keromytis | |
2001-03-22 | use err/warn, space police | Michael Shalayeff | |
2001-03-22 | Fix thinko in kn_do_query error checking; angelos OK'd | Todd C. Miller | |
2001-03-22 | Get pmap->cpus_using before the pmap structure is touched. Besides, we | Miod Vallat | |
need to do this before playing with pmap_expand(). Solves a few more pmap data corruption problems. | |||
2001-03-22 | Introduce powerup/powerdown actions, when power status changes (AC | Angelos D. Keromytis | |
connected/disconnected). | |||
2001-03-22 | Use 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-22 | Document FLAVOR_EXT, FULLPKGNAME, new COMMENT meaning | Marc Espie | |
2001-03-22 | Sigh. PR_WAITOK, not M_WAITOK | Artur Grabowski | |
2001-03-22 | Change 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-21 | Add printing of pool statistics for -m. | Artur Grabowski | |
From NetBSD. | |||
2001-03-21 | permit [] hostname formats in CVSroot, for v6 | Theo de Raadt | |
2001-03-21 | Ok, I'm breaking my promise. I promised to not do anything with the | Artur 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-21 | New compilation scheme, more cross-compiler friendly, less error-prone. | Miod Vallat | |
As a bonus, bring support for mvme88k. millert@ ok | |||
2001-03-21 | -Wall | Artur Grabowski | |
2001-03-21 | in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the state | Jun-ichiro itojun Hagino | |
transition to STALE. fixes tahi test breakage. sync with kame. | |||
2001-03-21 | missing init; from mib@unimelb.edu.au | Markus Friedl | |
2001-03-21 | Don't force sin6_port to be zero. | Angelos D. Keromytis | |
2001-03-21 | Move files from common to dev to be more like other archs | Artur Grabowski | |
(and so that tab completion on "compile" works as on other archs. :)) | |||
2001-03-21 | Regen with the right vnode_if.sh | Artur Grabowski | |
2001-03-21 | uvm_vnp_terminate expect the vnode to be locked. | Artur Grabowski | |
Why didn't LOCKDEBUG catch this? | |||
2001-03-21 | Fix typo, connnection -> connection | Aaron Campbell | |
2001-03-21 | do not dereference null pointer. from kame | Jun-ichiro itojun Hagino | |
2001-03-21 | set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout. | Jun-ichiro itojun Hagino | |
ip6_output() change is for safety. sync with kame | |||
2001-03-21 | Don't use this non-standard .Nm "" thing. | Aaron Campbell | |
2001-03-21 | add -B flag to usage | Jakob Schlyter | |
2001-03-21 | __va_list is specified differently with the powerpc ABI than it is on | Dale Rahn | |
other platforms, the list is a pointer, thus va_copy should allocate data (using alloca) for that pointer before copying the contents of the data. This allows several gnu programs to build and run correctly which insist on multiply parsing the vararg/stdarg data passed to a function. | |||
2001-03-21 | alpha fixes, from simonb@wasabisystems.com | Markus Friedl | |
2001-03-21 | merge common ssh v1/2 code | Markus Friedl | |
2001-03-21 | optimize a sanity check and put it behind ifdef DIAGNOSTIC. | Artur Grabowski | |
2001-03-21 | Fix a race which could cause us to write out data belonging | Artur Grabowski | |
to some other buffer. | |||
2001-03-20 | dangling space in comment | Artur Grabowski | |
2001-03-20 | dangling space in comment | Artur Grabowski | |
2001-03-20 | cleaning | Artur Grabowski | |
2001-03-20 | Prevent "sort -f /dev/null" from segfaulting. | Todd C. Miller | |
2001-03-20 | rename | Markus Friedl | |
2001-03-20 | cleanup | Artur Grabowski | |
2001-03-20 | remove unused arg | Markus Friedl | |
2001-03-20 | document new interpretation for net.inet6.icmp6.nodeinfo. | Jun-ichiro itojun Hagino | |
2001-03-20 | default to SSH protocol version 2 | Markus Friedl | |
2001-03-20 | add changes need for BSD_AUTH plus disabled BSD_AUTH code | Markus Friedl | |
2001-03-20 | Even more cleanup. This file was a mess. | Artur Grabowski | |
2001-03-20 | Make fsync a bit more reliable; From Free/NetBSD. art@ ok. | Grigoriy Orlov | |
2001-03-20 | indent | Artur Grabowski | |
2001-03-20 | Even more. | Artur Grabowski | |