Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-10 | Remove some exec mappings in the pmap test code (ifdef DEBUG). | Artur Grabowski | |
2003-05-09 | Map page tables non-exec. | Artur Grabowski | |
deraadt@ ok. | |||
2003-05-09 | No need to map the message buffer executable. | Artur Grabowski | |
fries@ niklas@ ok | |||
2003-05-09 | No need to map framebuffers executable. Really. | Artur Grabowski | |
fries@ niklas@ ok. | |||
2003-05-09 | 'found' variable was not used correctly, simplify the logic. | Dale Rahn | |
2003-05-09 | sprintf() removal for ppc disassembler. ok millert@ | Dale Rahn | |
2003-05-09 | string cleaning; ok tedu | Theo de Raadt | |
2003-05-09 | Remove dead (ifdef 0) code that pollutes my greps. | Artur Grabowski | |
2003-05-09 | Don't map the fake arg list for init with X permissions. | Artur Grabowski | |
niklas@ tdeval@ ok | |||
2003-05-09 | vmcmd_map_readvn - don't map the initial mapping with X unless the | Artur Grabowski | |
final protection has an X. Doesn't really change anything except reducing I$ flushing. niklas@ ok | |||
2003-05-08 | sync | Thierry Deval | |
2003-05-08 | Intrepid : new Apple PowerBook chipset | Thierry Deval | |
2003-05-08 | 'branch absolute linking' instruction is 'bla', not 'bal'. | Dale Rahn | |
2003-05-08 | sync | Theo de Raadt | |
2003-05-08 | new devices on T40 | Theo de Raadt | |
2003-05-08 | KNF | Dale Rahn | |
2003-05-08 | Change extract_field() arguments, eliminates the nasty '31 -' all over the | Dale Rahn | |
file. Remove NetBSD tag, this file is not used by NetBSD. Copyright cleanup. | |||
2003-05-08 | Put newline on end of disasm so that x /i <addr>,<cnt> works correctly. | Dale Rahn | |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre | |
crunch stuff still needs a bit of work. | |||
2003-05-08 | a bit more cleanup | Nathan Binkert | |
2003-05-08 | ansify, clean up formatting, remove useless return statements. | Nathan Binkert | |
ok jason | |||
2003-05-07 | add missing device name parameters to printfs | Anil Madhavapeddy | |
jason@ ok | |||
2003-05-07 | string fix; tedu ok | Theo de Raadt | |
2003-05-07 | string cleaning | Theo de Raadt | |
2003-05-07 | string cleaning; ok art tedu | Theo de Raadt | |
2003-05-07 | double semicolon in local var decl | Michael Shalayeff | |
2003-05-07 | disable profiling for tlb fault handlers | Michael Shalayeff | |
2003-05-07 | selecet pa-level and scheduling separately | Michael Shalayeff | |
2003-05-07 | double memsize as there might be prom as well | Michael Shalayeff | |
2003-05-07 | exit stack is not used anymore. fpemu and emergency are fine w/ just a page ↵ | Michael Shalayeff | |
per face | |||
2003-05-07 | plug a memory leak | Michael Shalayeff | |
2003-05-07 | string cleanup; nate ok | Theo de Raadt | |
2003-05-07 | use strlcpy; itojun ok | Theo de Raadt | |
2003-05-07 | make this at least compile ... | Michael Shalayeff | |
2003-05-06 | String fixes. Scsi now strcpy/strcat/sprintf/strncat free. Some | Kenneth R Westerback | |
strncpy still present for manipulating d_packname/d_typename. ok deraadt@. | |||
2003-05-06 | make sure we always zero out ds (and get no trash from stack) and always ↵ | Michael Shalayeff | |
warn about no acb where applicable; krw@ ok | |||
2003-05-06 | count auto-sense reqs as well; krw@ ok | Michael Shalayeff | |
2003-05-06 | allow programming dma block bus transaction length on 710 and set to 8 words ↵ | Michael Shalayeff | |
for hppa/osiop; krw@ ok | |||
2003-05-06 | string cleaning; tedu ok | Theo de Raadt | |
2003-05-06 | Fix a bug that prevents rdr/binat (but not nat) from working for protocols | Daniel Hartmeier | |
other than TCP, UDP and ICMP (for instance GRE). Reported by Gunnar Helliesen. ok henning@ | |||
2003-05-06 | updated prototype for dounmount | Ted Unangst | |
2003-05-06 | attempt to put a process's cwd back in place after a forced umount. | Ted Unangst | |
won't always work, but it's the best we can do for now. this covers at least some of the failure cases the previous commit to vfs_lookup.c checks for. ok weingart@ | |||
2003-05-06 | avoid doing a lookup on no longer mounted directories. | Ted Unangst | |
fixes a crash with forced unmounts. from netbsd | |||
2003-05-06 | use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@ | Ted Unangst | |
2003-05-06 | use snprintf | Theo de Raadt | |
2003-05-06 | sprintf -> snprintf. strncpy -> bcopy since d_packname is not really a | Kenneth R Westerback | |
string. Ensure that all of d_packname is used by not null-terminating string that is put in it. Suggestions and motivation to remove strncpy() from deraadt@. ok deraadt@ tedu@. | |||
2003-05-06 | range check for the CIS table scan | Henning Brauer | |
normally, the CIS table is scanned until we hit the end tuple (CISTPL_END). I have at least one card with an invalid CIS table without end tuple - while this card is in error, this should not bring us to ddb. thus stop scanning when we reach PCMCIA_CIS_SIZE ok millert@ | |||
2003-05-06 | Declare the major number for wd, so that a custom kernel can specific explicit | Miod Vallat | |
root on wd0a. Problem spotted by Denis A. Doroshenko. | |||
2003-05-06 | string cleaning; tedu ok | Theo de Raadt | |
2003-05-05 | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better | Dale Rahn | |
interleave of exe/shared libs. Raise MAXDSIZ back to 1G. This change REQUIRES a binary update on i386. |