Age | Commit message (Expand) | Author |
2003-05-08 | KNF | Dale Rahn |
2003-05-08 | Change extract_field() arguments, eliminates the nasty '31 -' all over the | Dale Rahn |
2003-05-08 | Put newline on end of disasm so that x /i <addr>,<cnt> works correctly. | Dale Rahn |
2003-05-08 | use NULL to indicate failure in functions that return pointers, not FALSE. | Vincent Labrecque |
2003-05-08 | squish a strcopy, ok krw@ | Bob Beck |
2003-05-08 | Don't inline strcpy. since it's evil anyway. This makes it | Bob Beck |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | ERROR -> ERRORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |
2003-05-08 | used .Li for examples, as per first example. | Jason McIntyre |
2003-05-08 | strings | Bob Beck |
2003-05-08 | .Xr newsyslog | Todd C. Miller |
2003-05-08 | a bit more cleanup | Nathan Binkert |
2003-05-08 | ansify, clean up formatting, remove useless return statements. | Nathan Binkert |
2003-05-07 | add missing device name parameters to printfs | Anil Madhavapeddy |
2003-05-07 | string fix; tedu ok | Theo de Raadt |
2003-05-07 | fix an err() that should be errx() | Todd C. Miller |
2003-05-07 | string cleaning | Theo de Raadt |
2003-05-07 | string cleaning; ok art tedu | Theo de Raadt |
2003-05-07 | fix a memleak | Vincent Labrecque |
2003-05-07 | double semicolon in local var decl | Michael Shalayeff |
2003-05-07 | bounds were sizeof(pointer) rather than size of the object; found with | Theo de Raadt |
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 p... | Michael Shalayeff |
2003-05-07 | plug a memory leak | Michael Shalayeff |
2003-05-07 | changed example fstab file; fs_passno should be 2 for non-root filesystems. | Jason McIntyre |
2003-05-07 | typo. | Jason McIntyre |
2003-05-07 | Major strings rework. Ok pjanzen@ | Thierry Deval |
2003-05-07 | typos; | Jason McIntyre |
2003-05-07 | dialout -> dial-out | Jason McIntyre |
2003-05-07 | typos from Leandro Costa. | Jason McIntyre |
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-07 | Use -h option in tar invocations so that upgrades respect links. | Kenneth R Westerback |
2003-05-07 | Re-include a patch missed in the recent upgrade: | Anil Madhavapeddy |
2003-05-06 | String fixes. Scsi now strcpy/strcat/sprintf/strncat free. Some | Kenneth R Westerback |
2003-05-06 | make sure we always zero out ds (and get no trash from stack) and always warn... | Michael Shalayeff |
2003-05-06 | not compiled, nuke it | Todd C. Miller |
2003-05-06 | count auto-sense reqs as well; krw@ ok | Michael Shalayeff |
2003-05-06 | Whoops, forgot a return statement in last commit | Todd C. Miller |
2003-05-06 | use POSIX regex | Todd C. Miller |
2003-05-06 | allow programming dma block bus transaction length on 710 and set to 8 words ... | Michael Shalayeff |
2003-05-06 | Now that rcmdsh(3) can deal with an rsh command w/ args, deal with | Todd C. Miller |
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 |
2003-05-06 | fix harmless typo i introduced with previous string cleaning. | Ted Unangst |