summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-05KNF nit pointed out by theoHenning Brauer
2003-09-05no longer warn on '0' bound size, add new test for the negative caseAnil Madhavapeddy
2003-09-05dont error out when the input file is a symlink AND output goes to stdoutHenning Brauer
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@
2003-09-05Stop the bounds checker warning on a bound of 0, so now it only triggersAnil Madhavapeddy
on negative values. Suppresses some warnings on code which is useless but legal. deraadt@ ok
2003-09-05Never enable interrupts just before processing data exceptions, but ratherMiod Vallat
afterwards... and only if this is a wise thing to do!
2003-09-05Do not clean twice during make cleandirMiod Vallat
ok deraadt@
2003-09-05one check return from sysconf, one off by one vnsprintf, and one missing free.Ted Unangst
all from Patrick Latifi in pr3414
2003-09-05replace some groff macros with -mdoc versions;Jason McIntyre
a .br survives until i work out what to do with it...
2003-09-05sync those shiny little markers telling you which drivers are (not)Henning Brauer
on which floppy with reality; ok miod@
2003-09-05-t missing in synopsisHenning Brauer
pr3444 jeffi@rcn.com ok jmc@
2003-09-05document -w timeout; from cedric@Jason McIntyre
ok deraadt@
2003-09-05add some spacing after displays;Jason McIntyre
2003-09-05correct an .Sx;Jason McIntyre
2003-09-05macro cleanup and some typos;Jason McIntyre
2003-09-05Do not drop the user into DDB without a really, really good reason.Miod Vallat
2003-09-05remove some erroneous backslashes, and add some indent;Jason McIntyre
2003-09-05socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@Ted Unangst
2003-09-05- add gzcat to SYNOPSIS and DESCRIPTIONJason McIntyre
- add -g flag to zcat in SYNOPSIS - .Nm cat -> .Xr cat 1 from myself and tedu@
2003-09-05more spacing, less macro;Jason McIntyre
ok miod@
2003-09-05typo from naddy@;Jason McIntyre
2003-09-05we kind of need this new file from canacarTheo de Raadt
2003-09-05add a null compressor from canacar@ that lets gzcat work with uncompressedTed Unangst
files. also introduce SMALLness that removes null and Z compressors to save floppy space. ok deraadt@
2003-09-05Put in workaround for alpha so that non-lazy binding seems to work,Dale Rahn
however it is using some of the lazy binding values. With this patch LD_BIND_NOW=yes make does not core. ok deraadt@
2003-09-05fp leak. from Patrick Latifi. ok beck@ deraadt@Ted Unangst
2003-09-04typo.Thierry Deval
ok jmc@
2003-09-04put escapes in the right place;Jason McIntyre
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
2003-09-04update lists of packages for 3.4Peter Valchev
2003-09-04typo;Jason McIntyre
2003-09-04- document LD_BIND_NOWJason McIntyre
- new sentence, new line - comment out comments patch from (and ok) drahn@
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
ok deraadt@ fgsch@
2003-09-04Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, itDale Rahn
should still mprotect the GOT and PLT as appropriate. ok deraadt@ miod@
2003-09-04Symbol cache for GOT lookup. When a symbol is found it is saved in a cacheDale Rahn
for future lookups in the same GOT relocation table. Uses static buffer for small symbol tables, mmap for larger ones. ok deraadt@
2003-09-04What I blamed on a specific CMMU fault pecularity turned out to be, in fact,Miod Vallat
a nice bug preventing signals to be delivered to process faulting in some conditions...
2003-09-04escapes in the wrong place;Jason McIntyre
2003-09-04escape in the wrong place;Jason McIntyre
2003-09-04 - use .Bk/.EkJason McIntyre
- kill bogus -offsets - escape `-' - .Ev for environment variables
2003-09-04baud rate capability is `br', not `ba';Jason McIntyre
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :)
2003-09-04change description of `openfiles' attribute from "number of open files..."Jason McIntyre
to "number of open file descriptors..."; prompted by a misc@ post from Olivier Cherrier;
2003-09-04clarify that user's full name (not username) generally goes in GECOS;Jason McIntyre
from Jeff Ross.
2003-09-04restore(8) here as wellHenning Brauer
ok deraadt@
2003-09-04include restore(8) on ramdiskHenning Brauer
ok deraadt@
2003-09-04a better cpu identification; testing by miodMichael Shalayeff
2003-09-04remove an unneccessary (and incorrectly sized) bzeroAnil Madhavapeddy
fix suggested by tedu@, ok deraadt@, fgsch@
2003-09-04bzero the full malloced space, not the sizeof the pointerAnil Madhavapeddy
ok tedu fgsch deraadt
2003-09-04correct sizeof for bzero/bcopyAnil Madhavapeddy
ok tedu krw fgsch deraadt
2003-09-04millert's sup fix, tested here on client and server.Bob Beck
committing in absentia for todd, ok beck@
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-09-04syncTed Unangst
2003-09-04dummy xattr syscalls. ok deraadt@Ted Unangst
2003-09-04forgot to put w in optstring in last commit.Ted Unangst