Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-20 | sync | Michael Shalayeff | |
2002-05-20 | save the old onfault where the handler expects it to be, do not zero out on ↵ | Michael Shalayeff | |
exit, but restore | |||
2002-05-20 | force alignment on the netisr and sir by mobving 'em into .data | Michael Shalayeff | |
and allocating space in the locore (ldcw require a 16byte alignment). inform gcc that ldcw will change the memory (in asm()). fix spl handling in the soft intrs piece. | |||
2002-05-20 | make sure runing addr gets properly aligned after 0-level page table allocation | Michael Shalayeff | |
2002-05-20 | make it compile w/ debugging on | Michael Shalayeff | |
2002-05-20 | make sure all the funky stack we allocate are properly alligned, the ↵ | Michael Shalayeff | |
trap_phys is still uncertain, but it's at the beginning of the section (; | |||
2002-05-20 | gateway page could be cachable, it's not written into. | Michael Shalayeff | |
whaen changing protection on the page reset the dirty bit along w/ the write, save it to the pv-header. | |||
2002-05-20 | minimum pdc stack is 9k, define it to be 16k here | Michael Shalayeff | |
2002-05-20 | define BSS() macro to allocate vars in the .bss like other archs do | Michael Shalayeff | |
2002-05-20 | fix a typo; from David Krause <openbsd@davidkrause.com> | Michael Shalayeff | |
2002-05-20 | Move verbiage about '!' and '!foo' at prompts to welcome_banner() from | Kenneth R Westerback | |
separate here document. This moves it before first questions are asked, which makes more sense. Replace 'especially on a PC' with 'especially on a machine', since it is displayed on all installs/upgrades regardless of architecture. | |||
2002-05-20 | gateway is not fixated on the pid in the tlb, make it a not-care value in itlbh | Michael Shalayeff | |
2002-05-20 | do not free the kernel page dirs, they are hard to account for sometimes; ↵ | Michael Shalayeff | |
also some dprintfs here and there | |||
2002-05-20 | hardclock() is not called until clock has been initialized | Michael Shalayeff | |
2002-05-19 | there is an sti man there | Michael Shalayeff | |
2002-05-19 | 2.11.2 are in the tree now, 10x to federico dude | Michael Shalayeff | |
2002-05-19 | o End a sentence with a period, not a comma; Hans-Joerg Hoexer | Todd C. Miller | |
o Start all sentences on a new line (me) | |||
2002-05-19 | KNF again | Theo de Raadt | |
2002-05-19 | KNF | Theo de Raadt | |
2002-05-19 | KNF | Theo de Raadt | |
2002-05-19 | misc cleanups, and grok systrace better | Theo de Raadt | |
2002-05-19 | make fsystrace available in systrace.h; keep some more stats. | Niels Provos | |
2002-05-19 | KNF | Theo de Raadt | |
2002-05-19 | nicer usage | Theo de Raadt | |
2002-05-19 | extra commas in enum not 100% portable | Theo de Raadt | |
2002-05-19 | make pppd only executable by group network | Theo de Raadt | |
2002-05-19 | Provide a correct timeout behaviour, fixes some panics people had been | Miod Vallat | |
experienting. Discussed and brought to this shape by art@, drahn@ and myself. | |||
2002-05-19 | enable attaching to a running process on alpha. | Matthieu Herrb | |
ok millert@ | |||
2002-05-19 | Do not use `' pairs inside here documents. Errors will occur | Kenneth R Westerback | |
if the ` is not individually escaped and the here document as a whole is not escaped. (i.e. cat << \__EOT). | |||
2002-05-19 | document default cdio connection | Marc Espie | |
2002-05-19 | move to setgid network, and doc why | Theo de Raadt | |
2002-05-19 | fix a copied typo | Theo de Raadt | |
2002-05-19 | do this by hand | Theo de Raadt | |
2002-05-19 | better | Brad Smith | |
2002-05-19 | a few more cards the ep driver supports | Brad Smith | |
2002-05-19 | o Fix some fallout from argv handling changes. | Todd C. Miller | |
o Use ANSI function headers o When creating a new user record cope with the fact that there may be an existing zero-length userrecord. o Replace -z with -r in usage() | |||
2002-05-19 | Document RAD_MICROSOFT_MS_CHAP2_SUCCESS. | brian | |
2002-05-18 | don't duplicate things here, just include xm-obsd.h. | Federico G. Schwindt | |
fixes warnings found by deraadt@. tested by miod@ | |||
2002-05-18 | Update paths from 4.3BSD to 4.4BSD; partially from NetBSD | Todd C. Miller | |
2002-05-18 | Workaround for color restoration on return from X. vgafb will not | Dale Rahn | |
reset the color palette to it's default colors when going back to text mode. Would be better to fix this in the X server. ok matthieu@ | |||
2002-05-18 | Optimize pmap_remove(). It frequently is called with no mappings to | Dale Rahn | |
remove eg mmap() ok miod@ art@ | |||
2002-05-18 | pasto | Michael Shalayeff | |
2002-05-18 | Use __EOT (as for all other <<'s) instead of __EOC | Kenneth R Westerback | |
2002-05-18 | sync | Theo de Raadt | |
2002-05-18 | dump the stack on splassert failure (XXX - need some kind of | Artur Grabowski | |
rate limiting). | |||
2002-05-18 | If ddb.panic is disabled, print the stack trace before dumping. | Artur Grabowski | |
2002-05-18 | Implement db_stack_dump - a function that will print a stack | Artur Grabowski | |
trace with printf (to the console and into the msgbuf). | |||
2002-05-18 | Eliminate md_get_diskdevs() and md_get_cddevs() by | Kenneth R Westerback | |
1) Saving one boot's worth of dmesg in /tmp/dmesg.boot 2) Using sed to scan for devices and pull out names in new get_diskdevs() and get_cddevs() in install.sub 3) Saving any md disk/cd sed patterns in MDDISKDEVS and MDCDDEVS variables. | |||
2002-05-18 | Until we start supporting various modifiers to trace, we have | Artur Grabowski | |
to treat the 'addr' the same way on all archs. This means that alpha can't do anything with the addr because we need a complete trap frame to be able to print a trace. | |||
2002-05-18 | grok crypto/kqueue/systrace vnodes | Theo de Raadt | |