summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-14syncTheo de Raadt
2004-06-14syncTheo de Raadt
2004-06-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-06-14remove debug messageTheo de Raadt
2004-06-14let vmstat -i still work on older kernels; spotted by tholoTheo de Raadt
2004-06-14de-__PTheo de Raadt
2004-06-14knock out some useless crudTheo de Raadt
2004-06-13temporary tree building workaround until millert shows upTheo de Raadt
2004-06-13build bsd.md, and put it into the snapsTheo de Raadt
2004-06-13if bsd.mp exists... let a user install itTheo de Raadt
2004-06-13regenNiklas Hallqvist
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-13regenMichael Shalayeff
2004-06-13support iriver ifp-1xx thingiesMichael Shalayeff
2004-06-13Typos in comments and a redundant prototype. From Brian Poole via jmc@Otto Moerbeek
ok jmc@
2004-06-13cy_attach improvements; ok artPeter Valchev
- don't panic if you can't setup interrupts, just quit attach - cleanup printf's, show a better error message
2004-06-131-byte overflow; ryo@nerv.org, otto okTheo de Raadt
2004-06-13remove duplicate setting of $SCP; spotted by markus@Damien Miller
2004-06-13regress test for client multiplexing; ok markus@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
since 2.0); ok markus@
2004-06-13List supported ciphers in man pages, tidy up ssh -c;Darren Tucker
"looks fine" jmc@, ok markus@
2004-06-13Add scp regression test; with & ok markus@Darren Tucker
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
existing diffie-hellman-group1-sha1); ok markus@
2004-06-12Fix table add/replace commands with securelevel=2.Cedric Berger
Reported by James J. Lippard. ok otto@
2004-06-12Add check for bp->b_bcount in siop_minphys() as other drivers have.Kenneth R Westerback
ok mickey@
2004-06-12Revert 1.10 - there are still bad interactions between block_move_no_loop()Miod Vallat
and the reload phase when compiling complex code, and the fix is non-trivial.
2004-06-12fix ncpu vs ncpus glitch, spotted by Sven DehmlowTheo de Raadt
2004-06-12make M-x gid try to guess the symbol name to look up by looking at theVincent Labrecque
current word. ok beck@
2004-06-12Make route show output similar to netstat -r output.Claudio Jeker
OK cedric@ millert@
2004-06-12support IPV6_USE_MIN_MTU, to make BIND9 better.Jun-ichiro itojun Hagino
(sorry about the mess yesterday)
2004-06-12support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by AnilJun-ichiro itojun Hagino
2004-06-12Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.hKenneth R Westerback
files used by ahc or ahd result from these changes, so they are not being sync'ed at this time. ok deraadt@
2004-06-11remove test that sometimes fails until problem is understoodMarco S Hyman
2004-06-11div etime by ncpuTheo de Raadt
2004-06-11handle the KI_NOCPU case, pointed out by markusTheo de Raadt
2004-06-11back out tree breakage. Like, come onTheo de Raadt
2004-06-11vm->vm_minsaddr was uninitialized (nothing realy uses it anyway)Michael Shalayeff
2004-06-11better name for power thread (for power users only)Michael Shalayeff
2004-06-11typo in commentBrad Smith
2004-06-11support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameJun-ichiro itojun Hagino
markus ok
2004-06-11Better stack usage on m88k for lwp.Miod Vallat
2004-06-11doc cpuidTheo de Raadt
2004-06-11divide etime by ncpuTheo de Raadt
2004-06-11oopsTheo de Raadt
2004-06-11on i386 machines, attempt to peek inside apic_intrhand[] as well, so thatTheo de Raadt
MP machines get interrupt counters. will be replaced by a MI subsystem one day. most code from drahn, few final bugs fixed by me
2004-06-11only print /# if > 1 cpu on a machineTheo de Raadt
2004-06-11Eliminate a dereference after pool_put when an inactive/no-longer referencedRyan Thomas McBride
table is destroyed in pfr_setflags_ktable. Fix from Chris Pascoe
2004-06-11Correct the code that identifies bogus regexps; Jared YanovichTodd C. Miller
2004-06-11Fix backref substitution in -s mode. Problem found and fix verifiedTodd C. Miller
by Jared Yanovich.
2004-06-11export cpuid via kproc2, and make ps & top aware... from niklasTheo de Raadt