summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-20gateway page could be cachable, it's not written into.Michael Shalayeff
2002-05-20minimum pdc stack is 9k, define it to be 16k hereMichael Shalayeff
2002-05-20define BSS() macro to allocate vars in the .bss like other archs doMichael Shalayeff
2002-05-20fix a typo; from David Krause <openbsd@davidkrause.com>Michael Shalayeff
2002-05-20Move verbiage about '!' and '!foo' at prompts to welcome_banner() fromKenneth R Westerback
2002-05-20gateway is not fixated on the pid in the tlb, make it a not-care value in itlbhMichael Shalayeff
2002-05-20do not free the kernel page dirs, they are hard to account for sometimes; als...Michael Shalayeff
2002-05-20hardclock() is not called until clock has been initializedMichael Shalayeff
2002-05-19there is an sti man thereMichael Shalayeff
2002-05-192.11.2 are in the tree now, 10x to federico dudeMichael Shalayeff
2002-05-19 o End a sentence with a period, not a comma; Hans-Joerg HoexerTodd C. Miller
2002-05-19KNF againTheo de Raadt
2002-05-19KNFTheo de Raadt
2002-05-19KNFTheo de Raadt
2002-05-19misc cleanups, and grok systrace betterTheo de Raadt
2002-05-19make fsystrace available in systrace.h; keep some more stats.Niels Provos
2002-05-19KNFTheo de Raadt
2002-05-19nicer usageTheo de Raadt
2002-05-19extra commas in enum not 100% portableTheo de Raadt
2002-05-19make pppd only executable by group networkTheo de Raadt
2002-05-19Provide a correct timeout behaviour, fixes some panics people had beenMiod Vallat
2002-05-19enable attaching to a running process on alpha.Matthieu Herrb
2002-05-19Do not use `' pairs inside here documents. Errors will occurKenneth R Westerback
2002-05-19document default cdio connectionMarc Espie
2002-05-19move to setgid network, and doc whyTheo de Raadt
2002-05-19fix a copied typoTheo de Raadt
2002-05-19do this by handTheo de Raadt
2002-05-19betterBrad Smith
2002-05-19a few more cards the ep driver supportsBrad Smith
2002-05-19 o Fix some fallout from argv handling changes.Todd C. Miller
2002-05-19Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.brian
2002-05-18don't duplicate things here, just include xm-obsd.h.Federico G. Schwindt
2002-05-18Update paths from 4.3BSD to 4.4BSD; partially from NetBSDTodd C. Miller
2002-05-18Workaround for color restoration on return from X. vgafb will notDale Rahn
2002-05-18Optimize pmap_remove(). It frequently is called with no mappings toDale Rahn
2002-05-18pastoMichael Shalayeff
2002-05-18Use __EOT (as for all other <<'s) instead of __EOCKenneth R Westerback
2002-05-18syncTheo de Raadt
2002-05-18dump the stack on splassert failure (XXX - need some kind ofArtur Grabowski
2002-05-18If ddb.panic is disabled, print the stack trace before dumping.Artur Grabowski
2002-05-18Implement db_stack_dump - a function that will print a stackArtur Grabowski
2002-05-18Eliminate md_get_diskdevs() and md_get_cddevs() byKenneth R Westerback
2002-05-18Until we start supporting various modifiers to trace, we haveArtur Grabowski
2002-05-18grok crypto/kqueue/systrace vnodesTheo de Raadt
2002-05-18not ready to export fcrypt to userland yet; spotted by lebelTheo de Raadt
2002-05-18undo the recent setprogname/getprogname changes, but LEAVE the major cranked....Theo de Raadt
2002-05-18Handle long (unsigned 32-bit) IDs in print_uid/gid(). From Oleg Safiullin.Daniel Hartmeier
2002-05-18export struct fcrypt to userlandTheo de Raadt
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-05-18when detaching form a process don't forget to remove posted messages.Niels Provos