Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-05 | KNF nit pointed out by theo | Henning Brauer | |
2003-09-05 | no longer warn on '0' bound size, add new test for the negative case | Anil Madhavapeddy | |
2003-09-05 | dont error out when the input file is a symlink AND output goes to stdout | Henning Brauer | |
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@ | |||
2003-09-05 | Stop the bounds checker warning on a bound of 0, so now it only triggers | Anil Madhavapeddy | |
on negative values. Suppresses some warnings on code which is useless but legal. deraadt@ ok | |||
2003-09-05 | Never enable interrupts just before processing data exceptions, but rather | Miod Vallat | |
afterwards... and only if this is a wise thing to do! | |||
2003-09-05 | Do not clean twice during make cleandir | Miod Vallat | |
ok deraadt@ | |||
2003-09-05 | one check return from sysconf, one off by one vnsprintf, and one missing free. | Ted Unangst | |
all from Patrick Latifi in pr3414 | |||
2003-09-05 | replace some groff macros with -mdoc versions; | Jason McIntyre | |
a .br survives until i work out what to do with it... | |||
2003-09-05 | sync 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 synopsis | Henning Brauer | |
pr3444 jeffi@rcn.com ok jmc@ | |||
2003-09-05 | document -w timeout; from cedric@ | Jason McIntyre | |
ok deraadt@ | |||
2003-09-05 | add some spacing after displays; | Jason McIntyre | |
2003-09-05 | correct an .Sx; | Jason McIntyre | |
2003-09-05 | macro cleanup and some typos; | Jason McIntyre | |
2003-09-05 | Do not drop the user into DDB without a really, really good reason. | Miod Vallat | |
2003-09-05 | remove some erroneous backslashes, and add some indent; | Jason McIntyre | |
2003-09-05 | socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@ | Ted Unangst | |
2003-09-05 | - add gzcat to SYNOPSIS and DESCRIPTION | Jason McIntyre | |
- add -g flag to zcat in SYNOPSIS - .Nm cat -> .Xr cat 1 from myself and tedu@ | |||
2003-09-05 | more spacing, less macro; | Jason McIntyre | |
ok miod@ | |||
2003-09-05 | typo from naddy@; | Jason McIntyre | |
2003-09-05 | we kind of need this new file from canacar | Theo de Raadt | |
2003-09-05 | add a null compressor from canacar@ that lets gzcat work with uncompressed | Ted Unangst | |
files. also introduce SMALLness that removes null and Z compressors to save floppy space. ok deraadt@ | |||
2003-09-05 | Put 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-05 | fp leak. from Patrick Latifi. ok beck@ deraadt@ | Ted Unangst | |
2003-09-04 | typo. | Thierry Deval | |
ok jmc@ | |||
2003-09-04 | put 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-04 | update lists of packages for 3.4 | Peter Valchev | |
2003-09-04 | typo; | Jason McIntyre | |
2003-09-04 | - document LD_BIND_NOW | Jason McIntyre | |
- new sentence, new line - comment out comments patch from (and ok) drahn@ | |||
2003-09-04 | fix crash and add new icmpnames. based on pr3439. some input fgsch@. | Ted Unangst | |
ok deraadt@ fgsch@ | |||
2003-09-04 | Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, it | Dale Rahn | |
should still mprotect the GOT and PLT as appropriate. ok deraadt@ miod@ | |||
2003-09-04 | Symbol cache for GOT lookup. When a symbol is found it is saved in a cache | Dale 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-04 | What 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-04 | escapes in the wrong place; | Jason McIntyre | |
2003-09-04 | escape in the wrong place; | Jason McIntyre | |
2003-09-04 | - use .Bk/.Ek | Jason McIntyre | |
- kill bogus -offsets - escape `-' - .Ev for environment variables | |||
2003-09-04 | baud rate capability is `br', not `ba'; | Jason McIntyre | |
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :) | |||
2003-09-04 | change 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-04 | clarify that user's full name (not username) generally goes in GECOS; | Jason McIntyre | |
from Jeff Ross. | |||
2003-09-04 | restore(8) here as well | Henning Brauer | |
ok deraadt@ | |||
2003-09-04 | include restore(8) on ramdisk | Henning Brauer | |
ok deraadt@ | |||
2003-09-04 | a better cpu identification; testing by miod | Michael Shalayeff | |
2003-09-04 | remove an unneccessary (and incorrectly sized) bzero | Anil Madhavapeddy | |
fix suggested by tedu@, ok deraadt@, fgsch@ | |||
2003-09-04 | bzero the full malloced space, not the sizeof the pointer | Anil Madhavapeddy | |
ok tedu fgsch deraadt | |||
2003-09-04 | correct sizeof for bzero/bcopy | Anil Madhavapeddy | |
ok tedu krw fgsch deraadt | |||
2003-09-04 | millert's sup fix, tested here on client and server. | Bob Beck | |
committing in absentia for todd, ok beck@ | |||
2003-09-04 | typo; aldo@nullcube.com | Theo de Raadt | |
2003-09-04 | sync | Ted Unangst | |
2003-09-04 | dummy xattr syscalls. ok deraadt@ | Ted Unangst | |
2003-09-04 | forgot to put w in optstring in last commit. | Ted Unangst | |