Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-31 | sync | Jason Wright | |
2002-01-31 | add uperf device | Jason Wright | |
2002-01-31 | Whoops! Add back matching of 7951; Matthias Bauer ↵ | Jason Wright | |
<bauerm@immd1.informatik.uni-erlangen.de> | |||
2002-01-31 | remove a misleading sentence; ok millert | Peter Valchev | |
2002-01-31 | Move ioctl userland accessible stuff to <dev/sun/uperfio.h> | Jason Wright | |
2002-01-31 | Don't need uperf_psychovar.h to define one structure, put it in psychovar.h | Jason Wright | |
2002-01-31 | Fill in missing (default) mmap(2) flag MAP_FILE. | Todd C. Miller | |
mycroft@netbsd.org | |||
2002-01-31 | fork, not vfork, fix comment. | Artur Grabowski | |
2002-01-31 | Fallout from moving SET/CLR/etc | Jason Wright | |
2002-01-31 | enable dtors. | Artur Grabowski | |
2002-01-31 | Simple (ehmm) test for static destructors. | Artur Grabowski | |
Not for the faint-hearted. | |||
2002-01-31 | go down into csu | Artur Grabowski | |
2002-01-31 | need a makefile | Artur Grabowski | |
2002-01-31 | add minherit | Artur Grabowski | |
2002-01-31 | simple test for minherit. | Artur Grabowski | |
2002-01-31 | simple test for static constructors. | Artur Grabowski | |
2002-01-31 | no need for WNOHANG; ok stevesk@ | Markus Friedl | |
2002-01-31 | cross check announced key type and type from key blob | Markus Friedl | |
2002-01-31 | Make comment more representative. | Hugh Graham | |
2002-01-31 | Make comment more representative. | Hugh Graham | |
2002-01-31 | A little KNF. | Hugh Graham | |
2002-01-31 | Add support for VAX 4000 500A. | Hugh Graham | |
Thanks to kernel testing by Andrew Reynolds. | |||
2002-01-31 | Bugfix 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-31 | zero out csum when re-using mbuf (cures 50% packet loss under load) | Jim Rees | |
angelos@ ok | |||
2002-01-31 | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | Todd C. Miller | |
Based on changes from NetBSD (thorpej). | |||
2002-01-31 | add uperf | Jason Wright | |
2002-01-31 | uperf docs | Jason Wright | |
2002-01-31 | Ignore 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-31 | OBEY! | Michael Shalayeff | |
2002-01-31 | drop the low drop bits number to 10 drop | Michael Shalayeff | |
2002-01-31 | Don't need NFB (fb's aren't accessible this way) | Jason Wright | |
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright | |
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | |||
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-30 | kill the noise and add bugs | Michael Shalayeff | |
2002-01-30 | Add proc0 to the PIDHASH table. art@ ok | Thomas Nordin | |
2002-01-30 | use defined(__ELF__) instead of a list of ELF architectures from which | Matthieu Herrb | |
sparc64 was missing. This fixes a bug with ELF static libraries on sparc64 | |||
2002-01-30 | Fix leak in `EPSV ALL`. | Mike Pechkin | |
Since now ``ALL'' should be treated like CRLF, COMMA, etc. millert@ ok | |||
2002-01-30 | right, just check more for nulls; from Dan Harnett <danh@wzrd.com> | Michael Shalayeff | |
2002-01-30 | protect `RNTO` from NULL pointer. | Mike Pechkin | |
millert@ ok | |||
2002-01-30 | always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar ↵ | Michael Shalayeff | |
in pr/2362 | |||
2002-01-30 | Add native implementations of copysign() and copysignf() on alpha. | Christian Weisgerber | |
From NetBSD; ok millert@ | |||
2002-01-30 | TI 1410 PCI-CardBus support. | Federico G. Schwindt | |
2002-01-30 | A 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-30 | Revamp hifn entry, add ubsec | Jason Wright | |
2002-01-30 | atactl [ata device] dump | Constantine Sapuntzakis | |
will dump the ATA trace buffers | |||
2002-01-30 | IOCTL for retrieving traces from the ATA subsystem | Constantine Sapuntzakis | |
2002-01-29 | mention exit status; ok stevesk@ | Markus Friedl | |
2002-01-29 | don't depend on servconf.c; ok djm@ | Markus Friedl | |
2002-01-29 | Don't install a handler for powerfail... this causes weird problems with | Jason Wright | |
the Netra X1 (interactions with lom) | |||
2002-01-29 | there is no awicontrol, from Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff | |