summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-01Add a verbose flag. Print unused memory types when verbose.Artur Grabowski
Don't print unused pools when not verbose.
2002-02-01Don't MALLOC with variable size.Artur Grabowski
2002-02-01duplicate includeArtur Grabowski
Noted by Jacob Meuser <jakemsr@jakemsr.com>
2002-02-01cdstrategy(): check that media is loaded before doing anything with theHans Insulander
cd. ok art@
2002-02-01fix debugging printfMichael Shalayeff
2002-02-01redefine COM_FREQ to 7.272727MHzMichael Shalayeff
2002-02-01strlcpyJun-ichiro itojun Hagino
2002-02-01missing periodJun-ichiro itojun Hagino
2002-02-01make tftpd address family independent.Jun-ichiro itojun Hagino
2002-02-01strlcpyJun-ichiro itojun Hagino
2002-02-01make sure pw_dir is big enough for strcpy(pw->pw_dir, "/").Jun-ichiro itojun Hagino
2002-02-01avoid SEGV on out-of-range argument reference ("echo $020129163642").Jun-ichiro itojun Hagino
2002-01-31scsi_done() is unsafe, rearrange locking to compensateMichael Shalayeff
2002-01-31remove tty[cd], add ttyh[01] (sab)Jason Wright
2002-01-31add USER_PCICONFJason Wright
2002-01-31sync(/dev/pci)Jason Wright
2002-01-31add /dev/pciJason Wright
2002-01-31add support for USER_PCICONFJason Wright
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).