summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1999-07-18fix {set,rem}runqueue wrt sizeof(p_stat) and some logic,Michael Shalayeff
1999-07-18SIS_85C503 misidenties itself; g.mcgarry@qut.edu.auTheo de Raadt
1999-07-17do not brelse() badlyTheo de Raadt
1999-07-17Fix a bug that caused panic instead of error return with invalid diskConstantine Sapuntzakis
1999-07-16do not reset, helps the serial consoleMichael Shalayeff
1999-07-16almost all of themMichael Shalayeff
1999-07-14put sub-class of architecture in SVR4_SI_PLATFORMTheo de Raadt
1999-07-14Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what youTodd C. Miller
1999-07-13updateMichael Shalayeff
1999-07-12allocate 5% bufcache if <=16M memory installedMichael Shalayeff
1999-07-12export cr24 and cr25 from trapframe structureMichael Shalayeff
1999-07-12don't resolve NULL at the bottom of the stack trace (parse trapframe later)Michael Shalayeff
1999-07-12note wax in the sample layoutMichael Shalayeff
1999-07-12better set_psw() usageMichael Shalayeff
1999-07-12vaddr_t,paddr_tMichael Shalayeff
1999-07-11WaveLANNiklas Hallqvist
1999-07-09oops. missed a fewArtur Grabowski
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-09MANSUBDIRTheo de Raadt
1999-07-09Fixup for linkTobias Weingartner
1999-07-09MANSUBDIRTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-08same here..Theo de Raadt
1999-07-08flesh out .DtTheo de Raadt
1999-07-08byeTheo de Raadt
1999-07-08no man page!Theo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-07-08rightMichael Shalayeff
1999-07-08microtime(), s/cr15/eiem/, some comments, tabs vs spacesMichael Shalayeff
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-07-07typoMichael Shalayeff
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1999-07-05but make it work for multiple cards... i thinkTheo de Raadt
1999-07-05calculate ca_offset correctlyTheo de Raadt
1999-07-05header file changes for recent powerpc changes.Dale S. Rahn
1999-07-05Several changes here:Dale S. Rahn
1999-07-05move some code under ifdef DDB, it uses a db_ function during the call.Dale S. Rahn
1999-07-05Fix backtraces from ddb for powerpc, If addr is not specified, it willDale S. Rahn
1999-07-05Use a breakpoint to cause an exception to cause the registers to beDale S. Rahn
1999-07-05correctly extract fields for disassembly.Dale S. Rahn
1999-07-05Recognize the 750 (G3) processor.Dale S. Rahn
1999-07-05don't cache pagetables on a microsparc 2, From NetBSDArtur Grabowski
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-02Kludge to not get locked threads with UVM, XXXNiklas Hallqvist
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt
1999-07-01new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comAaron Campbell