Age | Commit message (Expand) | Author |
2002-08-08 | Remove trailing dot from SEE ALSO Xr list. | Aaron Campbell |
2002-08-08 | - Add some missing iflush's | Jason Wright |
2002-08-08 | no \n in err | Niels Provos |
2002-08-08 | regen. | Federico G. Schwindt |
2002-08-08 | D-Link DFE-670TXD entry from RD Thrush <rd@thrush.com>. | Federico G. Schwindt |
2002-08-08 | Fix structure allocation. The code incorrectly used sizeof(pointer) instead | Aaron Campbell |
2002-08-08 | redo socketbuf speedup. | Niels Provos |
2002-08-08 | missed in last commit | Niels Provos |
2002-08-08 | Fix IFF_PROMISC setting optimization. The point is to avoid the | Todd C. Miller |
2002-08-08 | implement setenv. | Artur Grabowski |
2002-08-08 | backout the tree break. ok pb@, art@ | Todd T. Fries |
2002-08-08 | Move closelog() into log_close() function and call that instead | Todd C. Miller |
2002-08-08 | Make wakeupKind an enum for clarity at Vixie's request | Todd C. Miller |
2002-08-08 | call setcontext{4,4m} directly when we know the CPU type already | Jason Wright |
2002-08-08 | Make a good attempt to find the registers for the first frame. | Artur Grabowski |
2002-08-08 | There was a possible off-by-one in ld.so when loading shared libraries. | Artur Grabowski |
2002-08-08 | socket buf speedup from thorpej@netbsd, okay art@ ericj@: | Niels Provos |
2002-08-08 | remove explanations of external programs (pfctl/tcpdump) | Philipp Buehler |
2002-08-08 | th_flags doesn't have to be equal to TH_SYN to generate modulator, it's | Daniel Hartmeier |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. Fix sent to bug-groff@gnu.org | Aaron Campbell |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell |
2002-08-08 | Use & to test if bits are set, not &&; markus@ ok. | Aaron Campbell |
2002-08-08 | Append to the packet log file, don't overwrite. Requested by pb@. | Hakan Olsson |
2002-08-08 | sizeof fname, not sizeof *fname | Hakan Olsson |
2002-08-08 | Insist on having the raid[0..n]a set up, when using the root on raid feature. | Thierry Deval |
2002-08-08 | 3rd arg for open, plus some bounds checking. miod@ ok. | Hakan Olsson |
2002-08-08 | Use open() with proper 3rd arg. From arla cvs. miod@ ok. | Hakan Olsson |
2002-08-08 | no more of the French Favourite Symbol | Michael Shalayeff |
2002-08-08 | fix KMSRCS after some files removelance | Michael Shalayeff |
2002-08-08 | document generic ioctls. ok art@ | Wilbern Cobb |
2002-08-08 | Completely rework transmit interrupt handling: | Jason Wright |
2002-08-08 | if getcwd fails and we continue dont restcwd. | Niels Provos |
2002-08-08 | add a hppa case | Michael Shalayeff |
2002-08-08 | don't use dynamically-generated printf format string. more picky | Jun-ichiro itojun Hagino |
2002-08-08 | bah, use mode 0 here. | Federico G. Schwindt |
2002-08-08 | Add missing mode argument to open(2); noticed by | Federico G. Schwindt |
2002-08-07 | dijkstra born, dijkstra died | Michael Shalayeff |
2002-08-07 | paranoia: zero out pw_passwd since we don't need it | Todd C. Miller |
2002-08-07 | deal better with interrupted system calls | Niels Provos |
2002-08-07 | return EBUSY in processready | Niels Provos |
2002-08-07 | fix the stupidest alloc/free piece of code ever; nate@ ok | Michael Shalayeff |
2002-08-07 | consistently check byte order of ether_type; pointed out by dhartmei | Jason Wright |
2002-08-07 | KNF (parenthesized returns) | Jason Wright |
2002-08-07 | PSEUDO_FLAVORS, from/ok espie | Anil Madhavapeddy |
2002-08-07 | A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>. | Hakan Olsson |
2002-08-07 | Hrmph, part of the logic was correct: turn off if_timer when all descriptors ... | Jason Wright |
2002-08-07 | typo | Vincent Labrecque |
2002-08-07 | fix if_timer handling: | Jason Wright |
2002-08-06 | be sure to unmap/deallocate buffers when hme_stop() is called | Jason Wright |