Age | Commit message (Expand) | Author |
2003-08-07 | Disable the so-called optimized memcpy functions for small (less than a few | Miod Vallat |
2003-08-07 | trivial clean-up: indent tests and mark phony targets. | Marc Espie |
2003-08-07 | krb4 bye bye. | Hans Insulander |
2003-08-07 | Kerberos 4 has been removed, so don't mention it. | Hans Insulander |
2003-08-07 | add possible call to a MANLINT script (defined to be # by default) | Marc Espie |
2003-08-07 | Simplify install logic by using a shell fragment, and a new-fangled .for | Marc Espie |
2003-08-07 | tweak; | Jason McIntyre |
2003-08-07 | regen | Michael Shalayeff |
2003-08-07 | wrong major for xfs | Michael Shalayeff |
2003-08-07 | make net.inet6.ip6.redirect actually work. from kame | Jun-ichiro itojun Hagino |
2003-08-07 | m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat. | Jun-ichiro itojun Hagino |
2003-08-07 | watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@ | Markus Friedl |
2003-08-07 | sync | Theo de Raadt |
2003-08-07 | do not treat traps from the syscall gate page as user code | Michael Shalayeff |
2003-08-07 | des_cipher 3rd param is int32_t not long | Theo de Raadt |
2003-08-07 | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt | Theo de Raadt |
2003-08-07 | ansi | Theo de Raadt |
2003-08-07 | ansi | Theo de Raadt |
2003-08-06 | typo | Theo de Raadt |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-08-06 | must pre-def struct file before circular structs | Theo de Raadt |
2003-08-06 | Plug some memory leaks; from Patrick Latifi | Todd C. Miller |
2003-08-06 | Fix strlcat() args; from Patrick Latifi | Todd C. Miller |
2003-08-06 | Fix a memleak on error in usb_block_allocmem(); Patrick Latifi | Todd C. Miller |
2003-08-06 | The cleanup in ohci_init() is wrong; the statements for label bad2 | Todd C. Miller |
2003-08-06 | Remove unreachable return statement after break; Patrick Latifi | Todd C. Miller |
2003-08-06 | Remove an unused variable and plug a memory leak; Patrick Latifi | Todd C. Miller |
2003-08-06 | getdiskbyname(3) requires <sys/types.h>; Patrick Latifi | Todd C. Miller |
2003-08-06 | -h, human readable sizes. from a jonathon gray mail to tech@ | Ted Unangst |
2003-08-06 | add missing header. millert ok. | Federico G. Schwindt |
2003-08-06 | In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, as | Miod Vallat |
2003-08-06 | don't repeat the numeric frequency 10 times... use a #define | Jason Wright |
2003-08-06 | include URLs to the FAQ where the examplkes appear; Joel Knight | Henning Brauer |
2003-08-06 | - fix makefile targets so c++ targets do get checked correctly | Anil Madhavapeddy |
2003-08-06 | Check for and skip variable-length arrays while bounds checking instead | Anil Madhavapeddy |
2003-08-06 | typo; | Jason McIntyre |
2003-08-06 | - remove old groff macros | Jason McIntyre |
2003-08-06 | support ESP with cast/blowfish in KAME plattforms | Markus Friedl |
2003-08-06 | support ESP with cast/blowfish on KAME platforms | Markus Friedl |
2003-08-06 | sync | Henning Brauer |
2003-08-06 | small cleanup; | Jason McIntyre |
2003-08-06 | ufs -> ffs as requested in pr3391. also rework part talking about | Ted Unangst |
2003-08-06 | backport a fix from current gdb to fix a crash when using set enum | Ted Unangst |
2003-08-05 | whitespace pretties. sorry, couldn't take it anymore | Ted Unangst |
2003-08-05 | a180c blinks too, 715/80 supposedly too | Michael Shalayeff |
2003-08-05 | Don't allow alloc() and aresize() to fail. Their return value was | Todd C. Miller |
2003-08-05 | print info about procfs now that it's there to look at | Ted Unangst |
2003-08-05 | make procfs support statfs args. lossage noticed and patch tested by jolan | Ted Unangst |
2003-08-05 | better wording for the -y option; | Jason McIntyre |
2003-08-05 | spacing | Theo de Raadt |