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