Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-09-02 | sync | Jason Downs | |
1999-09-02 | More Initio devices | Jason Downs | |
1999-09-02 | add uncaceable, per pa1.1 manual | Michael Shalayeff | |
1999-09-02 | replace w/ one derived from Lites-parisc, UofUtah | Michael Shalayeff | |
1999-09-02 | re-enable ESS18**; deraadt@ | David Leonard | |
1999-09-02 | print i386 irqs nicer, so that sharing is more obvious | Theo de Raadt | |
1999-09-01 | string.h for memcpy proto | Theo de Raadt | |
1999-09-01 | ne2000_attach() later; this terse commit message being blown towards | Theo de Raadt | |
our buddy Bill Fumerola | |||
1999-09-01 | o simpler handling of "forme" packets | Jason Wright | |
o when ~IFF_UP, don't act like a bridge for output either | |||
1999-09-01 | increase tcp_iss increment | Niels Provos | |
1999-09-01 | make brconfig example atomic | Theo de Raadt | |
1999-09-01 | Import some documentation from NetBSD, after checking that details match. | Marc Espie | |
hz.9 and hzto.9 from scratch | |||
1999-09-01 | proto bcrypt_gensalt() | Theo de Raadt | |
1999-09-01 | support # characters in bridgename.* files; millert | Theo de Raadt | |
1999-09-01 | Don't try to use .set on mips, it's special. | Marc Espie | |
1999-09-01 | Repair -frepo | Marc Espie | |
1999-09-01 | Correct SYNOPSYS; no -h option exists. | Aaron Campbell | |
1999-09-01 | finally fix this man page, which was just plain wrong before | Aaron Campbell | |
1999-09-01 | sync | Theo de Raadt | |
1999-09-01 | typo | Theo de Raadt | |
1999-09-01 | oops, described badly | Theo de Raadt | |
1999-09-01 | put ax on big ramdisk | Theo de Raadt | |
1999-09-01 | new pages | Theo de Raadt | |