Age | Commit message (Expand) | Author |
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 |
2002-08-06 | Comma splice introduced in last commit. | Aaron Campbell |
2002-08-06 | catch 'break' and handle appropriately, I thought I had committed this long ago. | Jason Wright |
2002-08-06 | missing free(), mpech@ | Henning Brauer |
2002-08-06 | check fo strdup() allocation errors | Henning Brauer |
2002-08-06 | restore link_map ABI compatibility between gdb and ld.so. this comes from | Peter Valchev |
2002-08-06 | Set RI_CLEAR if the card isn't the console framebuffer; based on discussion w... | Jason Wright |
2002-08-06 | No, powerpc is not Elf64, it is Elf32. stupid comment error. | Dale Rahn |
2002-08-05 | allow to specify an alternate directory for policy loading and writing | Niels Provos |
2002-08-05 | Fix brain blackout. | Artur Grabowski |
2002-08-05 | Force acceleration to be turned off if we encounter an old hardware | Miod Vallat |
2002-08-05 | Clean up hook cookies from shutdown hook. | Thierry Deval |
2002-08-05 | move HoldScreen to R3 where it belongs (not L3) | Jason Wright |
2002-08-05 | uid and gid are not guaranteed to be aligned on a register_t sized boundary. | Jason Wright |
2002-08-05 | the supported agp chipset list is md-configured, not mi | Michael Shalayeff |
2002-08-05 | dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK. | Todd C. Miller |
2002-08-05 | One more ELF_TOOLCHAIN. | Artur Grabowski |
2002-08-05 | _C_LABEL where needed. | Artur Grabowski |
2002-08-05 | If ELF_TOOLCHAIN, pass -E to crunchgen and build elfrdsetroot instead | Artur Grabowski |
2002-08-05 | Prepare for sparc/ELF. | Artur Grabowski |
2002-08-05 | increase buffer size for getstring, useful for execve arguments. | Niels Provos |
2002-08-05 | different translation for lstat | Niels Provos |