summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-05-10Remove some exec mappings in the pmap test code (ifdef DEBUG).Artur Grabowski
2003-05-09Map page tables non-exec.Artur Grabowski
2003-05-09No need to map the message buffer executable.Artur Grabowski
2003-05-09No need to map framebuffers executable. Really.Artur Grabowski
2003-05-09'found' variable was not used correctly, simplify the logic.Dale Rahn
2003-05-09sprintf() removal for ppc disassembler. ok millert@Dale Rahn
2003-05-09string cleaning; ok teduTheo de Raadt
2003-05-09Remove dead (ifdef 0) code that pollutes my greps.Artur Grabowski
2003-05-09Don't map the fake arg list for init with X permissions.Artur Grabowski
2003-05-09vmcmd_map_readvn - don't map the initial mapping with X unless theArtur Grabowski
2003-05-08syncThierry Deval
2003-05-08Intrepid : new Apple PowerBook chipsetThierry Deval
2003-05-08'branch absolute linking' instruction is 'bla', not 'bal'.Dale Rahn
2003-05-08syncTheo de Raadt
2003-05-08new devices on T40Theo de Raadt
2003-05-08KNFDale Rahn
2003-05-08Change extract_field() arguments, eliminates the nasty '31 -' all over theDale Rahn
2003-05-08Put newline on end of disasm so that x /i <addr>,<cnt> works correctly.Dale Rahn
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-05-08a bit more cleanupNathan Binkert
2003-05-08ansify, clean up formatting, remove useless return statements.Nathan Binkert
2003-05-07add missing device name parameters to printfsAnil Madhavapeddy
2003-05-07string fix; tedu okTheo de Raadt
2003-05-07string cleaningTheo de Raadt
2003-05-07string cleaning; ok art teduTheo de Raadt
2003-05-07double semicolon in local var declMichael Shalayeff
2003-05-07disable profiling for tlb fault handlersMichael Shalayeff
2003-05-07selecet pa-level and scheduling separatelyMichael Shalayeff
2003-05-07double memsize as there might be prom as wellMichael Shalayeff
2003-05-07exit stack is not used anymore. fpemu and emergency are fine w/ just a page p...Michael Shalayeff
2003-05-07plug a memory leakMichael Shalayeff
2003-05-07string cleanup; nate okTheo de Raadt
2003-05-07use strlcpy; itojun okTheo de Raadt
2003-05-07make this at least compile ...Michael Shalayeff
2003-05-06String fixes. Scsi now strcpy/strcat/sprintf/strncat free. SomeKenneth R Westerback
2003-05-06make sure we always zero out ds (and get no trash from stack) and always warn...Michael Shalayeff
2003-05-06count auto-sense reqs as well; krw@ okMichael Shalayeff
2003-05-06allow programming dma block bus transaction length on 710 and set to 8 words ...Michael Shalayeff
2003-05-06string cleaning; tedu okTheo de Raadt
2003-05-06Fix a bug that prevents rdr/binat (but not nat) from working for protocolsDaniel Hartmeier
2003-05-06updated prototype for dounmountTed Unangst
2003-05-06attempt to put a process's cwd back in place after a forced umount.Ted Unangst
2003-05-06avoid doing a lookup on no longer mounted directories.Ted Unangst
2003-05-06use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@Ted Unangst
2003-05-06use snprintfTheo de Raadt
2003-05-06sprintf -> snprintf. strncpy -> bcopy since d_packname is not really aKenneth R Westerback
2003-05-06range check for the CIS table scanHenning Brauer
2003-05-06Declare the major number for wd, so that a custom kernel can specific explicitMiod Vallat
2003-05-06string cleaning; tedu okTheo de Raadt
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn