summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-24restore a little bit of historical materialMichael Shalayeff
2002-01-24remove old style init used by mips. uses _thread_init_constructor nowPer Fogelstrom
2002-01-24clean. minor -mdoc fixes.Mike Pechkin
2002-01-24Add manpage for comkbd and create links for sabtty->sab, zstty->zs, zskbd->zsJason Wright
2002-01-24ebus attachment for comJason Wright
2002-01-24Sort SEE ALSOJason Wright
2002-01-24mention zskbd and attachment to wskbdJason Wright
2002-01-24Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc.Jason Wright
2002-01-24Fix a few typosArtur Grabowski
2002-01-24allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com>Michael Shalayeff
2002-01-24Remove the ms (mainly at zs) stuffJason Wright
2002-01-24prettyJason Wright
2002-01-24Don't need ms.h (or SUNKBD/SUNMS)Jason Wright
2002-01-24More cleaningJason Wright
2002-01-24Save the interrupt cookies and fix the printfs for failure.Jason Wright
2002-01-23Detect if a udp socket on STDIN_FILENO is connected by callingbrian
2002-01-23proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out...Michael Shalayeff
2002-01-23copy*str() fixes for vax. Also includes some fixes from NetBSD PR #7838.Miod Vallat
2002-01-23From FreeBSD:Federico G. Schwindt
2002-01-23update to sudo 1.6.5p2Todd C. Miller
2002-01-23Actually return the ESP/AH/COMP ground descriptions for policyAngelos D. Keromytis
2002-01-23use sizeof instead of magic numbersMichael Shalayeff
2002-01-23recognize athlon model 6 and model 7; from netbsdMichael Shalayeff
2002-01-23disable pmtu for ipsec when the sysctl says so; bug report cjkim2000@yahoo.comNiels Provos
2002-01-23Convert to pool; based on changes NetBSDTodd C. Miller
2002-01-23_THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-23Plug login_cap and bsd_auth related memory leaks. Problem noticedTodd C. Miller
2002-01-23THREAD_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-23fix a bug in az_find and make az_staet() more readable; from Vladimir Popov <...Michael Shalayeff
2002-01-23handle split input/output devices (from NetBSD)Jason Wright
2002-01-23copy*str() sanity fixes for sparc.Miod Vallat
2002-01-23more bugs, from Vladimir Popov <jumbo@narod.ru>Michael Shalayeff
2002-01-23compatability -> compatibility.Federico G. Schwindt
2002-01-23Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()Todd C. Miller
2002-01-23xref bktr and radioMichael Shalayeff
2002-01-23the last few sprintf -> snprintfHakan Olsson
2002-01-23bktr may have radioMichael Shalayeff
2002-01-23allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov <jumb...Michael Shalayeff
2002-01-23snprintf, and only dump exchange data if USE_DEBUG is definedHakan Olsson
2002-01-23sprintf->snprintf & bugfixHakan Olsson
2002-01-23no more strcpy/sprintfHakan Olsson
2002-01-23regenMichael Shalayeff
2002-01-23sb audigy w/ fw; from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23Another strcpy gone.Hakan Olsson
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-23strcpy->strlcpy, sprintf->snprintfHakan Olsson
2002-01-23strcat->strlcat, sprintf->snprintfHakan Olsson
2002-01-23strcpy->strlcpyHakan Olsson
2002-01-23strncat->strlcat, sprintf->snprintfHakan Olsson