Age | Commit message (Expand) | Author |
2002-01-23 | Actually return the ESP/AH/COMP ground descriptions for policy | Angelos D. Keromytis |
2002-01-23 | use sizeof instead of magic numbers | Michael Shalayeff |
2002-01-23 | recognize athlon model 6 and model 7; from netbsd | Michael Shalayeff |
2002-01-23 | disable pmtu for ipsec when the sysctl says so; bug report cjkim2000@yahoo.com | Niels Provos |
2002-01-23 | Convert to pool; based on changes NetBSD | Todd C. Miller |
2002-01-23 | _THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok. | Federico G. Schwindt |
2002-01-23 | Plug login_cap and bsd_auth related memory leaks. Problem noticed | Todd C. Miller |
2002-01-23 | THREAD_UNLOCK() on error before returning; millert@ ok. | Federico G. Schwindt |
2002-01-23 | fix a bug in az_find and make az_staet() more readable; from Vladimir Popov <... | Michael Shalayeff |
2002-01-23 | handle split input/output devices (from NetBSD) | Jason Wright |
2002-01-23 | copy*str() sanity fixes for sparc. | Miod Vallat |
2002-01-23 | more bugs, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt |
2002-01-23 | Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime() | Todd C. Miller |
2002-01-23 | xref bktr and radio | Michael Shalayeff |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2002-01-23 | bktr may have radio | Michael Shalayeff |
2002-01-23 | allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov <jumb... | Michael Shalayeff |
2002-01-23 | snprintf, and only dump exchange data if USE_DEBUG is defined | Hakan Olsson |
2002-01-23 | sprintf->snprintf & bugfix | Hakan Olsson |
2002-01-23 | no more strcpy/sprintf | Hakan Olsson |
2002-01-23 | regen | Michael Shalayeff |
2002-01-23 | sb audigy w/ fw; from Maxim Tsyplakov <tm@oganer.net> | Michael Shalayeff |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | Another strcpy gone. | Hakan Olsson |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | strcpy->strlcpy, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcpy->strlcpy | Hakan Olsson |
2002-01-23 | strncat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | less sprintf/str[n]cpy/strcat | Hakan Olsson |
2002-01-23 | less strcpy/strcat | Hakan Olsson |
2002-01-23 | fix potential memory leak. | Mike Pechkin |
2002-01-23 | lookup() returns pointer. Convert 0 -> NULL. | Mike Pechkin |
2002-01-23 | Use always '.' in the end of the fatal() message. Consistency is good. | Mike Pechkin |
2002-01-23 | don't use \n in reply(). | Mike Pechkin |
2002-01-23 | Back out part of last commit, it causes memory to be freed prematurely | Todd C. Miller |
2002-01-23 | Add defn for MIPS reset register and use it. | Jason Wright |
2002-01-23 | Allocate rusage, pgrp, ucred and session with pool. | Artur Grabowski |
2002-01-23 | Use sparc64 fpu_extern.h not sparc. | Jason Wright |
2002-01-23 | Use the size of the cmd dmamap when syncing the scsi command, not data size. | Per Fogelstrom |
2002-01-23 | ``pathname'' can be NULL here too. | Mike Pechkin |
2002-01-23 | GC some malloc types. | Artur Grabowski |
2002-01-23 | sync | Todd T. Fries |
2002-01-23 | add vme, commented out at this point | Todd T. Fries |
2002-01-23 | tweak all) target numbers | Todd T. Fries |
2002-01-23 | sync | Todd T. Fries |
2002-01-23 | use ramdisk) target from MAKEDEV.mi | Todd T. Fries |
2002-01-23 | use target for ramdisk on all archs | Todd T. Fries |
2002-01-23 | oops, make the kgdb var's non-static | Eric Jackson |