summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
crunch stuff still needs a bit of work.
2003-05-08used .Li for examples, as per first example.Jason McIntyre
CDROM -> CD-ROM for consistency. "make depend" and "make clean" wrapped in double quotes for consistency. ok millert@
2003-05-08stringsBob Beck
ok tedu@, art@
2003-05-08.Xr newsyslogTodd C. Miller
2003-05-08a bit more cleanupNathan Binkert
2003-05-08ansify, clean up formatting, remove useless return statements.Nathan Binkert
ok jason
2003-05-07add missing device name parameters to printfsAnil Madhavapeddy
jason@ ok
2003-05-07string fix; tedu okTheo de Raadt
2003-05-07fix an err() that should be errx()Todd C. Miller
2003-05-07string cleaningTheo de Raadt
2003-05-07string cleaning; ok art teduTheo de Raadt
2003-05-07fix a memleakVincent Labrecque
ok deraadt
2003-05-07double semicolon in local var declMichael Shalayeff
2003-05-07bounds were sizeof(pointer) rather than size of the object; found withTheo de Raadt
anil's gcc bounds checker mod
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 ↵Michael Shalayeff
per face
2003-05-07plug a memory leakMichael Shalayeff
2003-05-07changed example fstab file; fs_passno should be 2 for non-root filesystems.Jason McIntyre
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
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-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
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-07Re-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-06String fixes. Scsi now strcpy/strcat/sprintf/strncat free. SomeKenneth R Westerback
strncpy still present for manipulating d_packname/d_typename. ok deraadt@.
2003-05-06make 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-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
for hppa/osiop; krw@ ok
2003-05-06Now that rcmdsh(3) can deal with an rsh command w/ args, deal withTodd C. Miller
-P path elements that have spaces.
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
other than TCP, UDP and ICMP (for instance GRE). Reported by Gunnar Helliesen. ok henning@
2003-05-06fix harmless typo i introduced with previous string cleaning.Ted Unangst
spotted by rohee@
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
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-06avoid doing a lookup on no longer mounted directories.Ted Unangst
fixes a crash with forced unmounts. from netbsd
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
degC and degF, fan speed in RPM, and voltages in (surprise) V. theo, millert, grange agree
2003-05-06typo from wiz@netbsd, and one from myself.Jason McIntyre
2003-05-06updated URL from Leandro Costa;Jason McIntyre
ok millert@