Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-06 | Add scrollback support to the pcvt (i386 only) console driver. | Aaron Campbell | |
Press LEFT_SHIFT+PGUP/PGDN to navigate. Number of buffered pages is currently only configurable by editing sys/arch/i386/isa/pcvt/pcvt_hdr.h and changing the SCROLLBACK_PAGES constant. You must add "option PCVT_SCROLLBACK" to your kernel config file to enable this support, or uncomment it from sys/arch/i386/conf/GENERIC. Known issues: - Few little buglets when switching line (font) or column modes in scon(1). - Can't hold down LEFT_SHIFT+PGUP/PGDN keys. This will be fixed... Idea from Linux, code by me. | |||
1999-09-05 | Use stathz to calculate CPU time when available; fixes CPU calculation | Thorsten Lockert | |
problems when stathz runs at different speed than hz/profhz. | |||
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 | |
(from the egcs mainline, code by myself). This should remove the last use of choose_temp_base. Once I've rebuilt the whole tree, there's another patch to make that code properly #ifdef MSDOS. | |||
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 | |
Add corresponding cross-references. Missed some uses of .Dv. | |||
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 | |
mistaken assumption. Noted by dynamo@ime.net. Fixed by moving the check for meta character expansion to be inside the two for loops. They are expanded by simple assignment. | |||
1999-09-04 | Ignore /var/tmp/vi.recover if it is a symlink or owned by non-root. | Todd C. Miller | |
Probably just paranoia (since /var/tmp/vi.recover is created the first time the machine is booted) but it can't hurt. | |||
1999-09-04 | Check to make sure vi recovery files are normal files before trying | Todd C. Miller | |
to read from them (this is a user-writable directory so it is possible to play games). Fixes a possible DOS noted by dynamo@ime.net. If it's not a regular file, we delete it. | |||
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 | |
.Li ... -> \&... | |||
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 | |
those pages are already uncached when needed, but it makes it more obvious what happens here. | |||
1999-09-03 | Horrible workaround for hanging mount_mfs processes that received a signal. | Artur Grabowski | |
After finding the third deadlock during dounmount, I decided that it would be less painful to let the unmounting be handled with a separate thread. XXX - this is a kludge. | |||
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 ↵ | Theo de Raadt | |
completely admin-editable | |||
1999-09-03 | We have to set the pagetable pointers with the atomic swap instruction. | Artur Grabowski | |
From NetBSD. (actually from a paper I read recently, but since NetBSD already did that it was easier to grab the code from them) | |||
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski | |
the access type that caused this mapping. This is to simplify pmaps with mod/ref emulation (none for the moment) and in some cases speed up pmap_is_{referenced,modified}. At the same time, clean up some mappings that had too high protection. XXX - the access type is incorrect in old vm, it's only used by uvm and MD code. The actual use of this in pmap_enter implementations is not in this commit. | |||
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | Todd C. Miller | |
errors reasonably and deal correctly with unsigned quantities. | |||
1999-09-03 | inet_ntoa4 should manage 4-calls, not just 2 | Hakan Olsson | |
1999-09-03 | Don't delete the cache on down/up transitions unless it's empty. Instead | Jason Wright | |
flush the dynamics. Required other handling of the cache table to accomodate. Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests. | |||
1999-09-03 | unbreak brake | Hugh Graham | |
1999-09-03 | Mention ext2fs, use the .Ux macro instead of saying UNIX. | Todd C. Miller | |
1999-09-03 | o make this look more like an OpenBSD driver (removed static's) | Jason Wright | |
o partial merge with freebsd, alpha support (currently untested) | |||
1999-09-03 | sync | Theo de Raadt | |
1999-09-02 | it was apm v1.1 all the time | Michael Shalayeff | |
1999-09-02 | sync | David Leonard | |
1999-09-02 | Treat kern.hostid as a u_int, and clean up parsing of integers on the command | Paul Janzen | |
line. | |||
1999-09-02 | Make it read a little better and add a SEE ALSO section. | Aaron Campbell | |
1999-09-02 | document Ft (Function Type); espie@ | Aaron Campbell | |
1999-09-02 | Missed that one. | Marc Espie | |
1999-09-02 | Minor fusses: OpenBSD tag, misused macros, codes references path. | Marc Espie | |
1999-09-02 | Explain CODE REFERENCES just once. | Marc Espie | |
1999-09-02 | More manpages. | Marc Espie | |
1999-09-02 | awk -> .Xr awk 1 | Aaron Campbell | |
1999-09-02 | ttys(5), not tty(5) | Aaron Campbell | |
1999-09-02 | insert missing comma | Aaron Campbell | |
1999-09-02 | use Dv | Aaron Campbell | |