Age | Commit message (Expand) | Author |
2001-08-11 | move hifn_stats definition to header | Jason Wright |
2001-08-11 | Add TRANSPORT_MARK, for mark-and-sweep garbage collection of transport | Angelos D. Keromytis |
2001-08-11 | Fix keynote credential case again. | Angelos D. Keromytis |
2001-08-11 | Allocate slightly larger buffer for cert. | Angelos D. Keromytis |
2001-08-11 | GC some unused malloc types. | Artur Grabowski |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-08-11 | swapmap is gone forever. | Artur Grabowski |
2001-08-11 | Make m18x_cmmu.c only compiled if support for 187 or 188 is required. | Miod Vallat |
2001-08-11 | Use more sensible malloc type. | Artur Grabowski |
2001-08-11 | Include files serve a purpose. Move lots of extern statements from | Miod Vallat |
2001-08-11 | Make iomap_mapout() a void function, since its return value is always 1 | Miod Vallat |
2001-08-11 | cleanup; ok millert | Peter Valchev |
2001-08-11 | More was necessary. | Paul Janzen |
2001-08-11 | Fixup example files, man pages and phones parsing. | Kenneth R Westerback |
2001-08-10 | -m option for muggins | Paul Janzen |
2001-08-10 | Address PR 1993. This rewording has been deemed satisfactory by the | Hugh Graham |
2001-08-10 | Minor -Wall | Paul Janzen |
2001-08-10 | Remove local curses implementation which was never used. | Paul Janzen |
2001-08-10 | Change copyright to BSD-style copyright. | brian |
2001-08-10 | allocate tx dma maps in attach instead of creating/destroying them for each tx | Jason Wright |
2001-08-10 | convert V->P table memory allocations to pool. | Dale Rahn |
2001-08-10 | - make transmit use linked lists not indexed arrays (more like it was when I ... | Jason Wright |
2001-08-10 | pthread_* do not set errno but returns a errno value. | Federico G. Schwindt |
2001-08-10 | pass -Wall | Todd C. Miller |
2001-08-10 | Add file flag support to mtree from henning@crackinghacking.de | Todd C. Miller |
2001-08-09 | - scb_wait() is now time based (not cpu speed based) | Jason Wright |
2001-08-09 | Use a startup hook for the rest of the chip initialization. | Hakan Olsson |
2001-08-09 | skey was left out of the default authentication methods; add it back | Todd C. Miller |
2001-08-09 | Don't check the source address on the packet vs. the one on the SA, as | Angelos D. Keromytis |
2001-08-09 | typo: ALTQ_CQB -> ALTQ_CBQ | Kenjiro Cho |
2001-08-09 | o wheel and lastchance are -v args (variable), not -s (service) | Todd C. Miller |
2001-08-09 | Force alignment of blocks so that we don't crash on strict alignment | Heikki Korpela |
2001-08-09 | Unshare signal actions on exec, from NetBSD. While I am here a little KNF ni... | Niklas Hallqvist |
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt |
2001-08-09 | Correct linux-compat sigaltstack implementation. | Niklas Hallqvist |
2001-08-09 | Only return EINVAL if attr is invalid. If policy is invalid return | Federico G. Schwindt |
2001-08-09 | Do not return EINVAL if param is NULL or the desired scheduling policy | Federico G. Schwindt |
2001-08-09 | sync | Theo de Raadt |
2001-08-09 | yet another damn winmodem | Theo de Raadt |
2001-08-09 | Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2; | Federico G. Schwindt |
2001-08-09 | sync, simplify, etc. slstats -i is now called -w, like pppstats | Theo de Raadt |
2001-08-09 | mention ELF runtime linker; closes PR 1855 | Jason Peel |
2001-08-09 | Actually use the statf function pointer which I missed while hand-patching. | Todd C. Miller |
2001-08-09 | It seems bogus to me, but if code call dlerror() when an error has | Dale Rahn |
2001-08-09 | Grrr...here it is. | Jason Peel |
2001-08-09 | add m4 preprocessing based on enabled features; ok brian@, input | Jason Peel |
2001-08-09 | Add -h flag to prevent following a symlink to a dir as the dest. | Todd C. Miller |
2001-08-09 | typos | Paul Janzen |
2001-08-09 | Corrections, amplifications, typo fixes, and duplicate removal, from or | Paul Janzen |
2001-08-08 | Typo: remove space before period. Spotted by Brian J. Kifiak <bk@rt.fm>. | Heikki Korpela |