summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-07-20put -lkern last, since libz needs syms in itTheo de Raadt
2005-07-20add moddi3, needed by new libzTheo de Raadt
2005-07-20need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it canHenning Brauer
2005-07-20Typo in kern.nchstats sysctl names.Miod Vallat
2005-07-20Reintroduce the changes made by tedu in revision 1.50 of ffs_softdep.c,Pedro Martelletto
2005-07-20Update to zlib 1.2.3; OK deraadt@Todd C. Miller
2005-07-20Remove some more dead code and stale comments.Marco Peereboom
2005-07-20Remove some old NetBSDism for resource shortages. Add proper handling for thisMarco Peereboom
2005-07-20Delete dead code.Marco Peereboom
2005-07-20Skip processor devices when running PPR as per XXX. Ran into a box where theMarco Peereboom
2005-07-20change sc_keyctx from void * to blf_ctx *. there's no point for it to beTed Unangst
2005-07-20remove some unused code.Brad Smith
2005-07-19- the self linked hardware rx descriptor list does not work in hostapReyk Floeter
2005-07-19more adaption for new com files frameworkTheo de Raadt
2005-07-19Remove vlan_input_tag() since all four drivers that used it have beenCamiel Dobbelaar
2005-07-19Update for GREENHOUSE2 -> REALTEK USB vid change.Jonathan Gray
2005-07-19regenJonathan Gray
2005-07-19The GREENHOUSE2 USB id (0x0bda) is actually Realtek's USB id,Jonathan Gray
2005-07-19On the SPARCbooks, allow tctrl(4) to control the external video output,Miod Vallat
2005-07-19A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly.Miod Vallat
2005-07-18Use M_PREPEND to take advantage of any slack leading space in the mbuf.Camiel Dobbelaar
2005-07-18Compensate for NCOM_PUC disappearance; ok deraadt@Miod Vallat
2005-07-18PB190 Gestalt IDsMartin Reindl
2005-07-18fix sparc64 console; same diff as miodTheo de Raadt
2005-07-18revert marcos bio changes, mickey not okDavid Gwynne
2005-07-18save/restore fpu for the signal handler call in the trampoline.Michael Shalayeff
2005-07-18cache a copy of the fprs so we know what fp restore we should do afterTheo de Raadt
2005-07-18Match Sphairon UB801R.Jonathan Gray
2005-07-18regenJonathan Gray
2005-07-18Another ural.Jonathan Gray
2005-07-18COM_CONSOLE & DDB fixTheo de Raadt
2005-07-18Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot)Tom Cosgrove
2005-07-18Correct scancode mapping URL.Jonathan Gray
2005-07-18Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.Jonathan Gray
2005-07-18regenJonathan Gray
2005-07-18Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.Jonathan Gray
2005-07-18disable hardware vlan tag strippingCamiel Dobbelaar
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18Rip out all previous bio code because it sucked. Replaced all ioctl code inMarco Peereboom
2005-07-18Initialize UART registers after resume, and make functions non-static.Uwe Stuehler
2005-07-17Make sure we don't reprogram the colormap upon leaving mapped mode,Miod Vallat
2005-07-17Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code).Miod Vallat
2005-07-17Attach com(4) to the built-in modem found on Tadpole SPARCbooks.Miod Vallat
2005-07-17Allow the console support code not to be compiled in; this will beMiod Vallat
2005-07-17If the internal battery is missing, report it as absent rather than in anMiod Vallat
2005-07-17Always turn off video when the lid is closed; this behaviour was lost in r1.8.Miod Vallat
2005-07-17Remove more non-emulating display code path and macros; no functional change.Miod Vallat
2005-07-17Do not claim this driver uses a soft interrupt in dmesg since it is not true.Miod Vallat
2005-07-16move headers and remove some FreeBSD specific stuff.Brad Smith
2005-07-16remove braces here tooBrad Smith