summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-03use setpgt4m for the initial mappings too, not that it really matters sinceArtur Grabowski
those pages are already uncached when needed, but it makes it more obvious what happens here.
1999-09-03Horrible 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-03proto bcrypt_gensalt()Theo de Raadt
1999-09-03sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.arTheo de Raadt
1999-09-03have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵Theo de Raadt
completely admin-editable
1999-09-03We 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-03Change the pmap_enter api to pass down an argument that indicatesArtur 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-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
errors reasonably and deal correctly with unsigned quantities.
1999-09-03inet_ntoa4 should manage 4-calls, not just 2Hakan Olsson
1999-09-03Don't delete the cache on down/up transitions unless it's empty. InsteadJason Wright
flush the dynamics. Required other handling of the cache table to accomodate. Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests.
1999-09-03unbreak brakeHugh Graham
1999-09-03Mention ext2fs, use the .Ux macro instead of saying UNIX.Todd C. Miller
1999-09-03o make this look more like an OpenBSD driver (removed static's)Jason Wright
o partial merge with freebsd, alpha support (currently untested)
1999-09-03syncTheo de Raadt
1999-09-02it was apm v1.1 all the timeMichael Shalayeff
1999-09-02syncDavid Leonard
1999-09-02Treat kern.hostid as a u_int, and clean up parsing of integers on the commandPaul Janzen
line.
1999-09-02Make it read a little better and add a SEE ALSO section.Aaron Campbell
1999-09-02document Ft (Function Type); espie@Aaron Campbell
1999-09-02Missed that one.Marc Espie
1999-09-02Minor fusses: OpenBSD tag, misused macros, codes references path.Marc Espie
1999-09-02Explain CODE REFERENCES just once.Marc Espie
1999-09-02More manpages.Marc Espie
1999-09-02awk -> .Xr awk 1Aaron Campbell
1999-09-02ttys(5), not tty(5)Aaron Campbell
1999-09-02insert missing commaAaron Campbell
1999-09-02use DvAaron Campbell
1999-09-02syncJason Downs
1999-09-02More Initio devicesJason Downs
1999-09-02add uncaceable, per pa1.1 manualMichael Shalayeff
1999-09-02replace w/ one derived from Lites-parisc, UofUtahMichael Shalayeff
1999-09-02re-enable ESS18**; deraadt@David Leonard
1999-09-02print i386 irqs nicer, so that sharing is more obviousTheo de Raadt
1999-09-01string.h for memcpy protoTheo de Raadt
1999-09-01ne2000_attach() later; this terse commit message being blown towardsTheo de Raadt
our buddy Bill Fumerola
1999-09-01o simpler handling of "forme" packetsJason Wright
o when ~IFF_UP, don't act like a bridge for output either
1999-09-01increase tcp_iss incrementNiels Provos
1999-09-01make brconfig example atomicTheo de Raadt
1999-09-01Import some documentation from NetBSD, after checking that details match.Marc Espie
hz.9 and hzto.9 from scratch
1999-09-01proto bcrypt_gensalt()Theo de Raadt
1999-09-01support # characters in bridgename.* files; millertTheo de Raadt
1999-09-01Don't try to use .set on mips, it's special.Marc Espie
1999-09-01Repair -frepoMarc Espie
1999-09-01Correct SYNOPSYS; no -h option exists.Aaron Campbell
1999-09-01finally fix this man page, which was just plain wrong beforeAaron Campbell
1999-09-01syncTheo de Raadt
1999-09-01typoTheo de Raadt
1999-09-01oops, described badlyTheo de Raadt
1999-09-01put ax on big ramdiskTheo de Raadt
1999-09-01new pagesTheo de Raadt