Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-01 | use kenter/kremove in pagemove(), from netbsd | Michael Shalayeff | |
2002-02-01 | Default kernel is bsd around these parts. | Jason Wright | |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff | |
2002-02-01 | clean the hppa leftover, from netbsd | Michael Shalayeff | |
2002-02-01 | getaddrinfo regress | Todd T. Fries | |
2002-02-01 | Only squeeze a short key/value pair onto a page with other complete key/value | Todd C. Miller | |
pairs, not onto a page containing the end of a big pair; mycroft@netbsd.org | |||
2002-02-01 | Return a useful errno value in the overflow case. Also, print a | Todd C. Miller | |
message to stderr in one more case. mycroft@netbsd.org | |||
2002-02-01 | If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an | Todd C. Miller | |
invariant (actually, an ugly hack) to fail, and all Hell would break loose. When deleting a big key, the offset of an empty page should be bsize, not bsize-1; otherwise an insertion into the empty page will cause the new key to be elongated by 1 byte. Make the packing more dense in a couple of cases. From mycroft@netbsd.org | |||
2002-02-01 | After writing a page out to disk, run the page back through the user's | Todd C. Miller | |
input filter to ensure we don't end up with a cached copy of the page in the wrong byte-order for the host cpu. This fixes a fatal bug which bites when the DB 'lorder' is different to the cpu's, and a cached page is accessed soon after it was flushed to disk. From scw@netbsd.org | |||
2002-02-01 | Fix a condition where the hole would be inserted in the wrong place during a | Todd C. Miller | |
split; mycroft@netbsd.org | |||
2002-02-01 | missing \n | Jason Wright | |
2002-02-01 | Don't MALLOC/FREE with variable size. | Artur Grabowski | |
2002-02-01 | Allocate kqueues with pool. | Artur Grabowski | |
2002-02-01 | Document -v | Artur Grabowski | |
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 | |