summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-07typo.Jason McIntyre
2003-05-07Major strings rework. Ok pjanzen@Thierry Deval
2003-05-07typos;Jason McIntyre
2003-05-07dialout -> dial-outJason McIntyre
2003-05-07typos from Leandro Costa.Jason McIntyre
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-07Use -h option in tar invocations so that upgrades respect links.Kenneth R Westerback
2003-05-07Re-include a patch missed in the recent upgrade:Anil Madhavapeddy
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-06not compiled, nuke itTodd C. Miller
2003-05-06count auto-sense reqs as well; krw@ okMichael Shalayeff
2003-05-06Whoops, forgot a return statement in last commitTodd C. Miller
2003-05-06use POSIX regexTodd C. Miller
2003-05-06allow programming dma block bus transaction length on 710 and set to 8 words ...Michael Shalayeff
2003-05-06Now that rcmdsh(3) can deal with an rsh command w/ args, deal withTodd C. Miller
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-06fix harmless typo i introduced with previous string cleaning.Ted Unangst
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-06this builds a bootable cdrom w/ a ramdisk kernel. has some problems thoughMichael Shalayeff
2003-05-06use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@Ted Unangst
2003-05-06KNF while I'm hereHenning Brauer
2003-05-06for hw.sensors, print stuff in a human friendly way - temperatures inHenning Brauer
2003-05-06typo from wiz@netbsd, and one from myself.Jason McIntyre
2003-05-06updated URL from Leandro Costa;Jason McIntyre
2003-05-06minor string cleanings; tdeval okTheo de Raadt
2003-05-06fix formatting in the BNFHenning Brauer
2003-05-06Better layout in the supported media list.Miod Vallat
2003-05-06Don't call setusercontext() to change uid unless uid == 0; found by mpech@Todd C. Miller
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-06While I'm here sync usage() w/ manual.Mike Pechkin
2003-05-06fix a small memleak on errors. noticed by pat latifi.Vincent Labrecque
2003-05-06sevenbit() before skeylookup().Mike Pechkin
2003-05-06fake cdrom label for building bootable cdsMichael Shalayeff
2003-05-06Declare the major number for wd, so that a custom kernel can specific explicitMiod Vallat
2003-05-06updated URL for USB specification from Leandro CostaJason McIntyre
2003-05-06some typos from Leandro Costa, and a couple from myself.Jason McIntyre
2003-05-06string cleaning; tedu okTheo de Raadt
2003-05-06remove FSIRAND define and make it non-optional. ok millert@Ted Unangst
2003-05-06more(1) now uses POSIX regex, no more ned for -lcompat; deraadt@ OKTodd C. Miller
2003-05-06after switch to mmap, we need to zero other malloc'd data. use calloc.Ted Unangst
2003-05-05correct incorrect off-by-one sscanf boundAnil Madhavapeddy
2003-05-05Add support for command line args in rshprog, e.g. "ssh -C".Todd C. Miller