Age | Commit message (Expand) | Author |
2002-05-20 | gateway page could be cachable, it's not written into. | Michael Shalayeff |
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 |
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; als... | Michael Shalayeff |
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 |
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 |
2002-05-19 | enable attaching to a running process on alpha. | Matthieu Herrb |
2002-05-19 | Do not use `' pairs inside here documents. Errors will occur | Kenneth R Westerback |
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 |
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 |
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 |
2002-05-18 | Optimize pmap_remove(). It frequently is called with no mappings to | Dale Rahn |
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 |
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 |
2002-05-18 | Eliminate md_get_diskdevs() and md_get_cddevs() by | Kenneth R Westerback |
2002-05-18 | Until we start supporting various modifiers to trace, we have | Artur Grabowski |
2002-05-18 | grok crypto/kqueue/systrace vnodes | Theo de Raadt |
2002-05-18 | not ready to export fcrypt to userland yet; spotted by lebel | Theo de Raadt |
2002-05-18 | undo the recent setprogname/getprogname changes, but LEAVE the major cranked.... | Theo de Raadt |
2002-05-18 | Handle long (unsigned 32-bit) IDs in print_uid/gid(). From Oleg Safiullin. | Daniel Hartmeier |
2002-05-18 | export struct fcrypt to userland | Theo de Raadt |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-18 | when detaching form a process don't forget to remove posted messages. | Niels Provos |