Age | Commit message (Expand) | Author |
1999-09-06 | ATAPISCSI, CD-ROM, ISO-9660 fs, ksyms | kstailey |
1999-09-06 | Send password to encrypt(1) via stdin. millert@ ok | Alex Feldman |
1999-09-06 | superceded by style(9) | Todd C. Miller |
1999-09-06 | oops, thanks, Todd. | Marc Espie |
1999-09-06 | Remove STRSPACE limitations. | Marc Espie |
1999-09-06 | Use EOS pervasively. | Marc Espie |
1999-09-06 | Get rid of mktemp in the handling of diversion. | Marc Espie |
1999-09-06 | synch | Marc Espie |
1999-09-06 | Misc minor changes: | Marc Espie |
1999-09-06 | Optimize STREQ/STREQN some more | Marc Espie |
1999-09-06 | Typo | Marc Espie |
1999-09-06 | Corrected overflow logic in fullpath. | Marc Espie |
1999-09-06 | Leech newer fat checking code from NetBSD. | Marc Espie |
1999-09-06 | unbreak pmap_enter | Artur Grabowski |
1999-09-06 | unbreak things after the pmap_enter change | Artur Grabowski |
1999-09-06 | Some XFree86 3.9.15 drivers need to access the BIOS of the VGA boards | Matthieu Herrb |
1999-09-06 | remove debugging cruft | Jason Wright |
1999-09-06 | p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's | Jason Wright |
1999-09-06 | Add scrollback support to the pcvt (i386 only) console driver. | Aaron Campbell |
1999-09-05 | Use stathz to calculate CPU time when available; fixes CPU calculation | Thorsten Lockert |
1999-09-05 | Support for ATAPI tapes, works but still has some rough edges. Some style. | Niklas Hallqvist |
1999-09-05 | style | Niklas Hallqvist |
1999-09-05 | ATAPI tapes are always fixed blocksize | Niklas Hallqvist |
1999-09-05 | use small font if size <= 800x600 (was if size < 800x600) | Jason Wright |
1999-09-05 | Put choose_temp_base call back in msdos dependent code. | Marc Espie |
1999-09-05 | support for the "short" mouse protocol on tadpole; from netbsd | Jason Wright |
1999-09-05 | New man pages, adapted from NetBSD. | Marc Espie |
1999-09-05 | Document show extents | Marc Espie |
1999-09-05 | SIMPLEQ_END for symetry | Marc Espie |
1999-09-05 | Document newer queue macros. | Marc Espie |
1999-09-04 | Actually, vi file recivery was not happening on reboot due to a | Todd C. Miller |
1999-09-04 | Ignore /var/tmp/vi.recover if it is a symlink or owned by non-root. | Todd C. Miller |
1999-09-04 | Check to make sure vi recovery files are normal files before trying | Todd C. Miller |
1999-09-04 | add entries for fga, scf, and flash | Jason Wright |
1999-09-04 | sync | Theo de Raadt |
1999-09-04 | Using .Li inside a .Bd -literal block messes up the fonts thereafter; | Paul Janzen |
1999-09-03 | entropy saving moved to rc | Theo de Raadt |
1999-09-03 | typo | Theo de Raadt |
1999-09-03 | md_questions() interface allows asking questions before sets | Theo de Raadt |
1999-09-03 | remove a question | Theo de Raadt |
1999-09-03 | in pmap_enter4m use access_type to set the initial mod/ref flags on the pv | Artur Grabowski |
1999-09-03 | use setpgt4m for the initial mappings too, not that it really matters since | Artur Grabowski |
1999-09-03 | Horrible workaround for hanging mount_mfs processes that received a signal. | Artur Grabowski |
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt |
1999-09-03 | sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar | Theo de Raadt |
1999-09-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes c... | Theo de Raadt |
1999-09-03 | We have to set the pagetable pointers with the atomic swap instruction. | Artur Grabowski |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski |
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | Todd C. Miller |
1999-09-03 | inet_ntoa4 should manage 4-calls, not just 2 | Hakan Olsson |