summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-15place ` (grave) at Fn-d which is a funny little dot (close enough)Theo de Raadt
fix [] make Fn-u and Fn-i be {} (close enough to what is shown there) make the backside toggle return left/right (in the sense of closed lid) and make OK return down and Cancel return up this actually makes it possible to browse the net in lynx; for now those mappings will suffice
2005-01-15swap < and >, spotted by drahnTheo de Raadt
2005-01-14Since we run keyboards in raw mode now, NMIs can only be parity errors now;Miod Vallat
simplify nmihand() accordingly.
2005-01-14code cleanup; ok grangeTheo de Raadt
2005-01-14TypoMiod Vallat
2005-01-14enable ttyC0 and ttyC1 by default; wow, how did you miss that dale!Theo de Raadt
2005-01-14RegenMiod Vallat
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression.
2005-01-14regenPedro Martelletto
2005-01-14Add Radeon IGP 9100, from Bruno Oliveira Silvestre, ok deraadt@Pedro Martelletto
2005-01-14Missed commit of M_BWMETER, allow a PIM kernel to actually compile.Ryan Thomas McBride
pointed out by Scot Bontrager <scot@indievisible.org>
2005-01-14define left-japanese character as an Alt key for now, so thatTheo de Raadt
Alt-F# where # is 1-5 will do virtual screens. The F# keys of course are calendar, address, mail, home, menu... discussion with drahn, help from miod. It would be nice to use Fn-F# later on but wscons needs modification for this
2005-01-14minor knf and cleanup, and remove unneeded extern declarations, theyJean-Francois Brousseau
are now in cvs.h
2005-01-14sprinkle more error reporting and add a trace when sending a fileJean-Francois Brousseau
to the server
2005-01-14We're not really ready to enable ubt(4), from theo.Alexander Yurchenko
2005-01-14Enable ubt(4) on i386.Alexander Yurchenko
2005-01-14Restrict AF_BLUETOOTH sockets to root for now. Discussed with theo andAlexander Yurchenko
markus.
2005-01-14Even better nptpages computation without unnecessary extra roundings; allowsMiod Vallat
extra large iomaps to work correctly.
2005-01-14syncTheo de Raadt
2005-01-14If we have a frame buffer configured as ``internal'', be sure to account forMiod Vallat
its out-of-DIO-range memory when sizing the external iomap.
2005-01-14Lubbock scrubbing.Dale Rahn
2005-01-14clean up dmesg: '\n', speed up polling for 'rollover',Dale Rahn
add F1-F5 for Cal, Addr, mail Home, Menu
2005-01-14These options are not signficant.Dale Rahn
2005-01-14use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoeTheo de Raadt
2005-01-14scrub scrub scrubDale Rahn
2005-01-14support the -D option to the tag command and sync usage for the tagJean-Francois Brousseau
command from Joris Vink, with modifications by me
2005-01-14Default to two virtual screens.Dale Rahn
2005-01-14These files were added in the wrong place, copies of them already existDale Rahn
in the right place, zaurus/include.
2005-01-14better descr for `cvs status'; help and ok jmcXavier Santolaria
2005-01-14stupid me, no need to reinit the queueJean-Francois Brousseau
pointed by henning@
2005-01-14bring back the space before (cmd); ok millert aaronTheo de Raadt
2005-01-14when removing the last entry from the tail queue, reinitialize theJean-Francois Brousseau
queue for sanity, and make sure that the current pointer is set to the next item if it points to the item being removed. fixes a crash reported by brad@, tested by joris and brad@
2005-01-14Minor KNF and tweaks, also interrupt at IPL_TTY rather than IPL_BIO.Miod Vallat
ok drahn@
2005-01-14unused cruftJean-Francois Brousseau
2005-01-14zaurus entry, ok miod@Dale Rahn
2005-01-14Add type for zaurus, ok miod@Dale Rahn
2005-01-14syncTheo de Raadt
2005-01-14Allows for VA!=PA addresses in the kernel. ok deraadt@Dale Rahn
2005-01-14add $OpenBSD$ tag. ok miodKevin Lo
2005-01-14Duplicate nested if statement in PIM code.Ryan Thomas McBride
From brad@
2005-01-14rev 1.63Brad Smith
Avoid an unnecessary copy of a packet if it is already in a single mbuf. Introduce an additional device flag for those NICs which require the transmit buffers to be aligned to 32-bit boundaries. From FreeBSD
2005-01-14Allow netstat to print PIM statistics.Ryan Thomas McBride
From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@
2005-01-14Document Protocol Independant MulticastRyan Thomas McBride
From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@
2005-01-14Add kernel support for Protocol Independant Multicast (PIM)Ryan Thomas McBride
Information: http://netweb.usc.edu/pim/ From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@
2005-01-14Add ubt(4) man page.Alexander Yurchenko
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@
2005-01-14First step in Bluetooth protocol stack support.Alexander Yurchenko
The code is adopted from the FreeBSD netgraph-based Bluetooth implementation by Maksim Yevmenkin <m_evmenkin@yahoo.com> but all netgraph glue was replaced with usual BSD network stack hooks. This is a work in progress. Only HCI layer works for now, L2CAP and RFCOMM are on the way. Help in testing from many, ok markus@.
2005-01-14RegenMiod Vallat
2005-01-14Sync with latest NetBSD diodevs (device name and ID fixes, and add 425e audio).Miod Vallat
2005-01-14remove old ifgroups ioctlsHenning Brauer
the old ifgroups haven't been in use ever really, and the new implementation is 3 months old today. theo ok (3 months ago)