summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-19Convert return value of cgetent(3) to what the curses routines expect.Todd C. Miller
Fixes a problem where an unknown terminal type would be reported as "database not found". Noticed by grunk@
2005-07-19Remove vlan_input_tag() since all four drivers that used it have beenCamiel Dobbelaar
reworked to not strip vlan tags in hardware anymore. ok brad henning jason
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
rename accordingly. ok dlg@
2005-07-19On the SPARCbooks, allow tctrl(4) to control the external video output,Miod Vallat
acting when the external display status changes, with the help of the pnozz(4) driver.
2005-07-19A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly.Miod Vallat
2005-07-19remove trailing whitespace;Jason McIntyre
2005-07-19missing CF_IGNORE, CF_NOSYMS and CF_SORT flags.Joris Vink
gets the local mode of 'log' a bit closer to reality. problems noticed by deraadt@
2005-07-19spacingTheo de Raadt
2005-07-19if the user specifies the -Q flag (really quiet) we alsoJoris Vink
have to send the -q flag (quiet) to the server.
2005-07-19rev 1.7Brad Smith
Correct the FAQ url From brian FreeBSD
2005-07-19unbreak the commit command.Joris Vink
2005-07-18Add a ``force-scripts'' option for using chat scripts with -direct andBrad Smith
-dedicated links. From brian FreeBSD
2005-07-18Use M_PREPEND to take advantage of any slack leading space in the mbuf.Camiel Dobbelaar
ok markus jason henning brad
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
modeled after sparc together w/ deraadt@; deraadt@ ok
2005-07-18syncTheo de Raadt
2005-07-18Recently added SMC ural USB id turns out to be for SMC 2862W-G v2.Jonathan Gray
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-18fix spelling mistake (in comment);Jason McIntyre
from ray lai;
2005-07-18Another ural.Jonathan Gray
2005-07-18COM_CONSOLE & DDB fixTheo de Raadt
2005-07-18tweaks;Jason McIntyre
ok marco@
2005-07-18fix a block that was indented too far.David Gwynne
ok claudio@, king bula sez ok
2005-07-18Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot)Tom Cosgrove
upatras (dot) gr. Thanks.
2005-07-18minor nits in session.c, add an additional nconf == NULL check and switchClaudio Jeker
some fatal()s to fatalx(). All done by dlg@. OK henning@
2005-07-18add cvs_noexec in cvs_req_globalopt() swtich case 'n';Xavier Santolaria
2005-07-18Correct scancode mapping URL.Jonathan Gray
2005-07-18Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.Jonathan Gray
ID from <david-b () pacbell ! net> via Linux driver.
2005-07-18regenJonathan Gray
2005-07-18Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.Jonathan Gray
ID from <david-b () pacbell ! net> via Linux driver.
2005-07-18be consistent w/ warning messages (and handle -Q);Xavier Santolaria
2005-07-18use cvs_path_cat() where appropriate; ok joris@.Xavier Santolaria
2005-07-18disable hardware vlan tag strippingCamiel Dobbelaar
tested by Janjaap Velthoven ok brad
2005-07-18some cleanup and on non-proxy operation switch to HTTP 1.1 since we'veFederico G. Schwindt
using some sort of it for a long time now; shrinks ~200 bytes. ok by millert@ and sturm@.
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18two files deleted and krw did not noticeTheo de Raadt
2005-07-18Fix online help.Marco Peereboom
2005-07-18Reflect new reality.Marco Peereboom
2005-07-18Kill initial implementation because it sucked. It was far too complex the newMarco Peereboom
paradigm is to virtualize the operations. Using physical data is really only necessary on low end hardware or by advanced users. For now only support the inquiry operation. ok dlg@
2005-07-18Rip out all previous bio code because it sucked. Replaced all ioctl code inMarco Peereboom
ami(4) and bio(4). Note that this will break trees where userland and kernel are not in sync. ok dlg@
2005-07-18oops, last commit broke a few thingsJoris Vink
2005-07-18let it compile without any warningsJoris Vink
2005-07-18Initialize UART registers after resume, and make functions non-static.Uwe Stuehler