summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-01-29Thanks to Brian Kifiak for pointing out incomplete descriptionConstantine Sapuntzakis
2002-01-29add DIAGNOSTICS; ok stevesk@Markus Friedl
2002-01-29limit subsystem length in log; ok markus@Kevin Steves
2002-01-29Remove the iov2pages/mbuf2pages API... All of the relevant arch's supportJason Wright
bus_dma(9) which actually does this job correctly.
2002-01-29Update to realityJason Wright
2002-01-29hifn, ubsec, and autriJason Wright
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-29process the delayed-free queue more often; chs@netbsd.orgTodd C. Miller
2002-01-29exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@Markus Friedl
2002-01-29Fix memory leak in setuserpath(). We prefer patch from millert@.Mike Pechkin
2002-01-29Update.Miod Vallat
2002-01-29Honor the printf-like function argument in pool_printit(), instead ofMiod Vallat
using printf(). Makes ddb sessions more fruitful.
2002-01-28yes, there is no sense in double savectx here; from Brian J. Kifiak <bk@rt.fm>Michael Shalayeff
2002-01-28fix after fgsPeter Valchev
2002-01-28add NFS_VER4Jim Rees
2002-01-28match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com>Michael Shalayeff
2002-01-28syncJason Wright
2002-01-28Fix wsmux and wskbdJason Wright
2002-01-28Update to mention the new vocabulary added in the last two commits toMiod Vallat
ddb/db_command.c, with some text borrowed from NetBSD.
2002-01-28add hifn, ubsec, and autri (warning, autri's sound defaults are a bitJason Wright
on the loud side...)
2002-01-28fix coredump on apropos; fixes PR# 2320.Federico G. Schwindt
art@ ok.
2002-01-28Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@.Miod Vallat
2002-01-28correct function name.Federico G. Schwindt
2002-01-28sem_XXX(3) manpages; better now that never.Federico G. Schwindt
From FreeBSD.