summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-05-20make it compile w/ debugging onMichael Shalayeff
2002-05-20make sure all the funky stack we allocate are properly alligned, the trap_phy...Michael Shalayeff
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-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-19KNF againTheo de Raadt
2002-05-19make fsystrace available in systrace.h; keep some more stats.Niels Provos
2002-05-19Provide a correct timeout behaviour, fixes some panics people had beenMiod Vallat
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-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-18Until we start supporting various modifiers to trace, we haveArtur Grabowski
2002-05-18not ready to export fcrypt to userland yet; spotted by lebelTheo de Raadt
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
2002-05-17properly detect the cpu model for the broken cyrix latch; better fix than pr#...Michael Shalayeff
2002-05-17Fix nfs_realign to allocate new mbufs. Taken from freebsdConstantine Sapuntzakis
2002-05-17sync with KAME.Kenjiro Cho
2002-05-17sync with KAME.Kenjiro Cho
2002-05-17sync with KAME.Kenjiro Cho
2002-05-17isp* here tooTheo de Raadt
2002-05-17Add QLogic pci cards in. They seem to work for me at least on a U10.mjacob
2002-05-17Roll core version.mjacob
2002-05-17Put in definitions pertinent for f/w crash dumps.mjacob
2002-05-17Add new definitions for RIO operation, many new SNS commands, and structuresmjacob
2002-05-17keep up with the jones' (sync up with external source)mjacob
2002-05-17Accomodate changes to fabric stuff as well as other core code changes.mjacob
2002-05-17Acoommodate changes to fabric evaluation.mjacob
2002-05-17Various new inlines for RIO entries as well as various FC-GS-2 relatedmjacob
2002-05-17Switch to new fabric search mechanism (leave the old one in place). Switchmjacob
2002-05-17Update to latest released 2300/2312 f/w.mjacob
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-05-17simplify dmesg printout (all models have all crypto)Theo de Raadt
2002-05-16DARPA blurbJason Wright
2002-05-16miod missed a commaMichael Shalayeff
2002-05-16systrace pseudo-device okay deraadt@Niels Provos
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-05-16name the registers ignoring the calling conventionsMichael Shalayeff
2002-05-16put TCP_ECN into the kernelTheo de Raadt
2002-05-16Add missing prototypes for functions in libc/posix1e.Dale Rahn