Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-07 | Major strings rework. Ok pjanzen@ | Thierry Deval | |
2003-05-07 | typos; | Jason McIntyre | |
2003-05-07 | dialout -> dial-out | Jason McIntyre | |
all our docs use dial-in, not dialin. before this we had a mix of dialout and dial-out. from wiz@netbsd ok miod@ also added some punctuation to TODO section. | |||
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 | |
Recover two of the three extra characters by deleting unneeded '-'s in the tar invocations used in tape installs. Problem noted and solution suggested by millert@. | |||
2003-05-07 | Re-include a patch missed in the recent upgrade: | Anil Madhavapeddy | |
When passive FTP fails, switch to active FTP and try again Submitted by Andrew Basterfield <bob@cemetery.homeunix.org> | |||
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 | 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 | |
for hppa/osiop; krw@ ok | |||
2003-05-06 | Now that rcmdsh(3) can deal with an rsh command w/ args, deal with | Todd C. Miller | |
-P path elements that have spaces. | |||
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 | fix harmless typo i introduced with previous string cleaning. | Ted Unangst | |
spotted by rohee@ | |||
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 | this builds a bootable cdrom w/ a ramdisk kernel. has some problems though | Michael Shalayeff | |
2003-05-06 | use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@ | Ted Unangst | |
2003-05-06 | KNF while I'm here | Henning Brauer | |
2003-05-06 | for hw.sensors, print stuff in a human friendly way - temperatures in | Henning Brauer | |
degC and degF, fan speed in RPM, and voltages in (surprise) V. theo, millert, grange agree | |||
2003-05-06 | typo from wiz@netbsd, and one from myself. | Jason McIntyre | |
2003-05-06 | updated URL from Leandro Costa; | Jason McIntyre | |
ok millert@ | |||
2003-05-06 | minor string cleanings; tdeval ok | Theo de Raadt | |
2003-05-06 | fix formatting in the BNF | Henning Brauer | |
2003-05-06 | Better layout in the supported media list. | Miod Vallat | |
2003-05-06 | Don't call setusercontext() to change uid unless uid == 0; found by mpech@ | Todd C. Miller | |
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 | While I'm here sync usage() w/ manual. | Mike Pechkin | |
2003-05-06 | fix a small memleak on errors. noticed by pat latifi. | Vincent Labrecque | |
ok millert, fgsch | |||
2003-05-06 | sevenbit() before skeylookup(). | Mike Pechkin | |
millert@ | |||
2003-05-06 | fake cdrom label for building bootable cds | Michael Shalayeff | |
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 | updated URL for USB specification from Leandro Costa | Jason McIntyre | |
new sentence, new line .Pa for URL is clearer | |||
2003-05-06 | some typos from Leandro Costa, and a couple from myself. | Jason McIntyre | |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt | |
2003-05-06 | remove FSIRAND define and make it non-optional. ok millert@ | Ted Unangst | |
2003-05-06 | more(1) now uses POSIX regex, no more ned for -lcompat; deraadt@ OK | Todd C. Miller | |
2003-05-06 | after switch to mmap, we need to zero other malloc'd data. use calloc. | Ted Unangst | |
2003-05-05 | correct incorrect off-by-one sscanf bound | Anil Madhavapeddy | |
millert@ ok | |||
2003-05-05 | Add support for command line args in rshprog, e.g. "ssh -C". | Todd C. Miller | |
2003-05-05 | document the new -f <mode> command line option. | Vincent Labrecque | |
ok jmc |