summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-31syncJason Wright
2002-01-31add uperf deviceJason Wright
2002-01-31Whoops! Add back matching of 7951; Matthias Bauer ↵Jason Wright
<bauerm@immd1.informatik.uni-erlangen.de>
2002-01-31remove a misleading sentence; ok millertPeter Valchev
2002-01-31Move ioctl userland accessible stuff to <dev/sun/uperfio.h>Jason Wright
2002-01-31Don't need uperf_psychovar.h to define one structure, put it in psychovar.hJason Wright
2002-01-31Fill in missing (default) mmap(2) flag MAP_FILE.Todd C. Miller
mycroft@netbsd.org
2002-01-31fork, not vfork, fix comment.Artur Grabowski
2002-01-31Fallout from moving SET/CLR/etcJason Wright
2002-01-31enable dtors.Artur Grabowski
2002-01-31Simple (ehmm) test for static destructors.Artur Grabowski
Not for the faint-hearted.
2002-01-31go down into csuArtur Grabowski
2002-01-31need a makefileArtur Grabowski
2002-01-31add minheritArtur Grabowski
2002-01-31simple test for minherit.Artur Grabowski
2002-01-31simple test for static constructors.Artur Grabowski
2002-01-31no need for WNOHANG; ok stevesk@Markus Friedl
2002-01-31cross check announced key type and type from key blobMarkus Friedl
2002-01-31Make comment more representative.Hugh Graham
2002-01-31Make comment more representative.Hugh Graham
2002-01-31A little KNF.Hugh Graham
2002-01-31Add support for VAX 4000 500A.Hugh Graham
Thanks to kernel testing by Andrew Reynolds.
2002-01-31Bugfix picked up from NetBSD, and checked by pval:Hugh Graham
: date: 2001/10/20 10:04:50; author: aymeric : Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE, : by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it : where due. : Bug reported on current-users by Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> : diagnosed by Bang Jun-Young <bjy@mogua.org>, : quick-fixed by Robert Elz <kre@munnari.OZ.AU>.
2002-01-31zero out csum when re-using mbuf (cures 50% packet loss under load)Jim Rees
angelos@ ok
2002-01-31Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).Todd C. Miller
Based on changes from NetBSD (thorpej).
2002-01-31add uperfJason Wright
2002-01-31uperf docsJason Wright
2002-01-31Ignore signals if/when we are exiting.Tobias Weingartner
Prevents a hang in the NFS code when dumping core and pressing ^C, etc. ok art@
2002-01-31OBEY!Michael Shalayeff
2002-01-31drop the low drop bits number to 10 dropMichael Shalayeff
2002-01-31Don't need NFB (fb's aren't accessible this way)Jason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers).
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-30kill the noise and add bugsMichael Shalayeff
2002-01-30Add proc0 to the PIDHASH table. art@ okThomas Nordin
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
sparc64 was missing. This fixes a bug with ELF static libraries on sparc64
2002-01-30Fix leak in `EPSV ALL`.Mike Pechkin
Since now ``ALL'' should be treated like CRLF, COMMA, etc. millert@ ok
2002-01-30right, just check more for nulls; from Dan Harnett <danh@wzrd.com>Michael Shalayeff
2002-01-30protect `RNTO` from NULL pointer.Mike Pechkin
millert@ ok
2002-01-30always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar ↵Michael Shalayeff
in pr/2362
2002-01-30Add native implementations of copysign() and copysignf() on alpha.Christian Weisgerber
From NetBSD; ok millert@
2002-01-30TI 1410 PCI-CardBus support.Federico G. Schwindt
2002-01-30A bit of hacking on awacs to try to get audio input working.Dale Rahn
interrupts and buffer handling seems to be occurring correctly. All audio samples are zero'ed however. Dont know if the problem is with audio source control or with DMA. audio output still works. A few changes were other changes from netbsd which seemed to make sense.
2002-01-30Revamp hifn entry, add ubsecJason Wright
2002-01-30atactl [ata device] dumpConstantine Sapuntzakis
will dump the ATA trace buffers
2002-01-30IOCTL for retrieving traces from the ATA subsystemConstantine Sapuntzakis
2002-01-29mention exit status; ok stevesk@Markus Friedl
2002-01-29don't depend on servconf.c; ok djm@Markus Friedl
2002-01-29Don't install a handler for powerfail... this causes weird problems withJason Wright
the Netra X1 (interactions with lom)
2002-01-29there is no awicontrol, from Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff