2006-05-13 |
christos | Coverity CID 3382: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
christos | Coverity CID 3383: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
christos | Coverity CID 3508: Fix file leak. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
christos | Coverity CID 3269: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
mrg | sprinkle some -fno-strict-aliasing and -Wno-pointer... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
mrg | lrint() -> larn_lrint(). |
commit | commitdiff | tree | snapshot |
2006-05-11 |
mrg | end the argument list to exec*(3) with a NULL instead... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
mrg | UC, PC and BC are provided my libtermcap, don't duplica... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
mrg | avoid a pointer sign difference. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
groo | Credit Alan Perlis for ``give him a lollipop'' programm... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
christos | Coverity CID 3032: Prevent double free: Next to the... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
snj | It's "its." |
commit | commitdiff | tree | snapshot |
2006-04-24 |
snj | It's "its." |
commit | commitdiff | tree | snapshot |
2006-04-20 |
drochner | fix buffer overflow (CVE-2006-1744), from Debian |
commit | commitdiff | tree | snapshot |
2006-04-06 |
groo | Grammar nit. Never mind that it's still not true. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
christos | Coverity CID 2788: If no room gets returned, don't... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
christos | Coverity CID 2791: Fix file pointer leak. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 2452: possible negative array index; CID... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 1288: possible negative array index |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 993: dereference of NULL pointer |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 1293: not checking for an error return |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 1287: not checking for error return |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 1327: check for error return |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Bah! Compare, don't assign! |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 1328: check for error return |
commit | commitdiff | tree | snapshot |
2006-03-30 |
jnemeth | Coverity CID 1326: check for error return |
commit | commitdiff | tree | snapshot |
2006-03-29 |
jnemeth | Fix Coverity issue 891 -- FORWARD_NULL. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
jnemeth | Fix Coverity issues 2366 and 2365 -- REVERSE_INULL. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
jnemeth | Fix Coverity issue 2584 -- USE_AFTER_FREE and issue... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
christos | Add missing parens. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
christos | Simplify (Masao Uebayashi) |
commit | commitdiff | tree | snapshot |
2006-03-22 |
christos | Coverity CID 692: Another && that should be ||. Boy... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
christos | Coverity CID 558: && should be obviously || |
commit | commitdiff | tree | snapshot |
2006-03-21 |
christos | Coverity CID 2735: Remove dead code. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
christos | Coverity CID 2737: Handle linked-lists properly. Use... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
rtr | remove duplicate #include <stdlib.h> |
commit | commitdiff | tree | snapshot |
2006-03-19 |
he | Now that we use exit(2), we need to include <stdlib... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | include <stdlib.h> to get a prototype for exit |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 1197: Don't pass -1 to close. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 1467: Elide static buffer overflow. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 868: Fix possible NULL deref (after INFTIM... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 980: Prevent an impossible NULL point... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 2073: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 999: Prevent NULL deref. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 695: Remove impossible condition. This... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 998: Possible NULL pointer deref. Actually... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | fix typo |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 1004: Fix NULL deref. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 1005: Fix NULL deref and incorrect variabl... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
christos | Coverity CID 1443: Prevent static overrun. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 827: Prevent NULL pointer deref. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 1699: Fix memory leaks. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 2544: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 1786: Close file. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 570: Remove impossible check. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 1195: Check for possible negative index. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 777: Fix NULL pointer deref and de-obfusca... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 1230: Remove spurious close(). |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 1294: Avoid negative variable used as... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
christos | Coverity CID 1295: Don't allow cchose to return a negat... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
rtr | fclose() open FILE * even though we are returning to... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
rtr | don't access out of bounds element of static alloc... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
abs | If none of the boarding parties are set do not fall... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
abs | add more "ifdef notdef" around unused sections - addres... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
abs | Add a missing bp->b_score not null check - addresses... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
abs | if getpwuid() returns null, print out the uid rather... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
abs | Fix overrun in players[] array. Addresses Coverty CID... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
abs | If getpwuid() returns null, its not usually a good... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
abs | Call fclose() appropriately if there is a problem with... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
simonb | Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
simonb | Change DPADD from LIBTERM (which doesn't exist) and... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
wiz | Fix typo in the instructions. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
wiz | Remove duplicate and uncredited "Plan for the Improveme... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
jnemeth | Correct The Hitchhiker's Guide to the Galaxy entry... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
elad | moduli utils moved from games to usr.bin. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
elad | Remove qsiefe/qsafe from games. Will be put back in... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
wiz | Bump date for previous. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
wiz | Drop trailing whitespace. Remove superfluous .br. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
elad | better handle ^d in getinp(), so we dont loop endlessly. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
elad | oops, make this install to /usr/games and not /... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
elad | Descend to moduli too. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
elad | Add qsieve and qsafe, two programs used for generating... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
garbled | Fix some minor buglets in wump: |
commit | commitdiff | tree | snapshot |
2006-01-19 |
garbled | Apply patch from PR bin/26501 to fix hang in wump if... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
christos | Simplify error checking. |
commit | commitdiff | tree | snapshot |
2005-11-19 |
rillig | Replaced one instance of err() with errx(), as the... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
mjl | Typos, duplicate words, consistent formatting. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
mjl | Remove trailing spaces, double spaces between words... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
mjl | Correct typos. |
commit | commitdiff | tree | snapshot |
2005-10-18 |
rillig | Removed the unnecessary #include <ctype.h>. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
rpaulo | Fix two lines which were broken by previous commit... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
rpaulo | misc/31566: Jaap Boender: update African and Asian... |
commit | commitdiff | tree | snapshot |
2005-10-08 |
rillig | Added an empty line to conform to KNF. |
commit | commitdiff | tree | snapshot |
2005-09-15 |
wiz | Drop trailing whitespace. |
commit | commitdiff | tree | snapshot |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
commit | commitdiff | tree | snapshot |
2005-08-14 |
perry | Sulfur|Sulphur -> Sul[f|ph]ur |
commit | commitdiff | tree | snapshot |
2005-08-14 |
perry | Sulfur -> Sulfur | Sulphur |
commit | commitdiff | tree | snapshot |
2005-08-14 |
perry | er, forgot the C{a}esium change in the last |
commit | commitdiff | tree | snapshot |
2005-08-14 |
perry | 1) Update atomic weights. |
commit | commitdiff | tree | snapshot |
next |