Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-19 | Convert 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-19 | Remove vlan_input_tag() since all four drivers that used it have been | Camiel Dobbelaar | |
reworked to not strip vlan tags in hardware anymore. ok brad henning jason | |||
2005-07-19 | Update for GREENHOUSE2 -> REALTEK USB vid change. | Jonathan Gray | |
2005-07-19 | regen | Jonathan Gray | |
2005-07-19 | The GREENHOUSE2 USB id (0x0bda) is actually Realtek's USB id, | Jonathan Gray | |
rename accordingly. ok dlg@ | |||
2005-07-19 | On 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-19 | A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly. | Miod Vallat | |
2005-07-19 | remove trailing whitespace; | Jason McIntyre | |
2005-07-19 | missing 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-19 | spacing | Theo de Raadt | |
2005-07-19 | if the user specifies the -Q flag (really quiet) we also | Joris Vink | |
have to send the -q flag (quiet) to the server. | |||
2005-07-19 | rev 1.7 | Brad Smith | |
Correct the FAQ url From brian FreeBSD | |||
2005-07-19 | unbreak the commit command. | Joris Vink | |
2005-07-18 | Add a ``force-scripts'' option for using chat scripts with -direct and | Brad Smith | |
-dedicated links. From brian FreeBSD | |||
2005-07-18 | Use M_PREPEND to take advantage of any slack leading space in the mbuf. | Camiel Dobbelaar | |
ok markus jason henning brad | |||
2005-07-18 | Compensate for NCOM_PUC disappearance; ok deraadt@ | Miod Vallat | |
2005-07-18 | PB190 Gestalt IDs | Martin Reindl | |
2005-07-18 | fix sparc64 console; same diff as miod | Theo de Raadt | |
2005-07-18 | revert marcos bio changes, mickey not ok | David Gwynne | |
2005-07-18 | save/restore fpu for the signal handler call in the trampoline. | Michael Shalayeff | |
modeled after sparc together w/ deraadt@; deraadt@ ok | |||
2005-07-18 | sync | Theo de Raadt | |
2005-07-18 | Recently added SMC ural USB id turns out to be for SMC 2862W-G v2. | Jonathan Gray | |
2005-07-18 | cache a copy of the fprs so we know what fp restore we should do after | Theo de Raadt | |
2005-07-18 | Match Sphairon UB801R. | Jonathan Gray | |
2005-07-18 | regen | Jonathan Gray | |
2005-07-18 | fix spelling mistake (in comment); | Jason McIntyre | |
from ray lai; | |||
2005-07-18 | Another ural. | Jonathan Gray | |
2005-07-18 | COM_CONSOLE & DDB fix | Theo de Raadt | |
2005-07-18 | tweaks; | Jason McIntyre | |
ok marco@ | |||
2005-07-18 | fix a block that was indented too far. | David Gwynne | |
ok claudio@, king bula sez ok | |||
2005-07-18 | Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot) | Tom Cosgrove | |
upatras (dot) gr. Thanks. | |||
2005-07-18 | minor nits in session.c, add an additional nconf == NULL check and switch | Claudio Jeker | |
some fatal()s to fatalx(). All done by dlg@. OK henning@ | |||
2005-07-18 | add cvs_noexec in cvs_req_globalopt() swtich case 'n'; | Xavier Santolaria | |
2005-07-18 | Correct scancode mapping URL. | Jonathan Gray | |
2005-07-18 | Good Way GWUSB2E Ethernet, found in Good Way USB docking stations. | Jonathan Gray | |
ID from <david-b () pacbell ! net> via Linux driver. | |||
2005-07-18 | regen | Jonathan Gray | |
2005-07-18 | Good Way GWUSB2E Ethernet, found in Good Way USB docking stations. | Jonathan Gray | |
ID from <david-b () pacbell ! net> via Linux driver. | |||
2005-07-18 | be consistent w/ warning messages (and handle -Q); | Xavier Santolaria | |
2005-07-18 | use cvs_path_cat() where appropriate; ok joris@. | Xavier Santolaria | |
2005-07-18 | disable hardware vlan tag stripping | Camiel Dobbelaar | |
tested by Janjaap Velthoven ok brad | |||
2005-07-18 | some cleanup and on non-proxy operation switch to HTTP 1.1 since we've | Federico G. Schwindt | |
using some sort of it for a long time now; shrinks ~200 bytes. ok by millert@ and sturm@. | |||
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt | |
2005-07-18 | two files deleted and krw did not notice | Theo de Raadt | |
2005-07-18 | Fix online help. | Marco Peereboom | |
2005-07-18 | Reflect new reality. | Marco Peereboom | |
2005-07-18 | Kill initial implementation because it sucked. It was far too complex the new | Marco 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-18 | Rip out all previous bio code because it sucked. Replaced all ioctl code in | Marco Peereboom | |
ami(4) and bio(4). Note that this will break trees where userland and kernel are not in sync. ok dlg@ | |||
2005-07-18 | oops, last commit broke a few things | Joris Vink | |
2005-07-18 | let it compile without any warnings | Joris Vink | |
2005-07-18 | Initialize UART registers after resume, and make functions non-static. | Uwe Stuehler | |