Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-15 | place ` (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-15 | swap < and >, spotted by drahn | Theo de Raadt | |
2005-01-14 | Since we run keyboards in raw mode now, NMIs can only be parity errors now; | Miod Vallat | |
simplify nmihand() accordingly. | |||
2005-01-14 | code cleanup; ok grange | Theo de Raadt | |
2005-01-14 | Typo | Miod Vallat | |
2005-01-14 | enable ttyC0 and ttyC1 by default; wow, how did you miss that dale! | Theo de Raadt | |
2005-01-14 | Regen | Miod Vallat | |
2005-01-14 | Switch 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-14 | regen | Pedro Martelletto | |
2005-01-14 | Add Radeon IGP 9100, from Bruno Oliveira Silvestre, ok deraadt@ | Pedro Martelletto | |
2005-01-14 | Missed commit of M_BWMETER, allow a PIM kernel to actually compile. | Ryan Thomas McBride | |
pointed out by Scot Bontrager <scot@indievisible.org> | |||
2005-01-14 | define left-japanese character as an Alt key for now, so that | Theo 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-14 | minor knf and cleanup, and remove unneeded extern declarations, they | Jean-Francois Brousseau | |
are now in cvs.h | |||
2005-01-14 | sprinkle more error reporting and add a trace when sending a file | Jean-Francois Brousseau | |
to the server | |||
2005-01-14 | We're not really ready to enable ubt(4), from theo. | Alexander Yurchenko | |
2005-01-14 | Enable ubt(4) on i386. | Alexander Yurchenko | |
2005-01-14 | Restrict AF_BLUETOOTH sockets to root for now. Discussed with theo and | Alexander Yurchenko | |
markus. | |||
2005-01-14 | Even better nptpages computation without unnecessary extra roundings; allows | Miod Vallat | |
extra large iomaps to work correctly. | |||
2005-01-14 | sync | Theo de Raadt | |
2005-01-14 | If we have a frame buffer configured as ``internal'', be sure to account for | Miod Vallat | |
its out-of-DIO-range memory when sizing the external iomap. | |||
2005-01-14 | Lubbock scrubbing. | Dale Rahn | |
2005-01-14 | clean up dmesg: '\n', speed up polling for 'rollover', | Dale Rahn | |
add F1-F5 for Cal, Addr, mail Home, Menu | |||
2005-01-14 | These options are not signficant. | Dale Rahn | |
2005-01-14 | use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoe | Theo de Raadt | |
2005-01-14 | scrub scrub scrub | Dale Rahn | |
2005-01-14 | support the -D option to the tag command and sync usage for the tag | Jean-Francois Brousseau | |
command from Joris Vink, with modifications by me | |||
2005-01-14 | Default to two virtual screens. | Dale Rahn | |
2005-01-14 | These files were added in the wrong place, copies of them already exist | Dale Rahn | |
in the right place, zaurus/include. | |||
2005-01-14 | better descr for `cvs status'; help and ok jmc | Xavier Santolaria | |
2005-01-14 | stupid me, no need to reinit the queue | Jean-Francois Brousseau | |
pointed by henning@ | |||
2005-01-14 | bring back the space before (cmd); ok millert aaron | Theo de Raadt | |
2005-01-14 | when removing the last entry from the tail queue, reinitialize the | Jean-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-14 | Minor KNF and tweaks, also interrupt at IPL_TTY rather than IPL_BIO. | Miod Vallat | |
ok drahn@ | |||
2005-01-14 | unused cruft | Jean-Francois Brousseau | |
2005-01-14 | zaurus entry, ok miod@ | Dale Rahn | |
2005-01-14 | Add type for zaurus, ok miod@ | Dale Rahn | |
2005-01-14 | sync | Theo de Raadt | |
2005-01-14 | Allows for VA!=PA addresses in the kernel. ok deraadt@ | Dale Rahn | |
2005-01-14 | add $OpenBSD$ tag. ok miod | Kevin Lo | |
2005-01-14 | Duplicate nested if statement in PIM code. | Ryan Thomas McBride | |
From brad@ | |||
2005-01-14 | rev 1.63 | Brad 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-14 | Allow netstat to print PIM statistics. | Ryan Thomas McBride | |
From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@ | |||
2005-01-14 | Document Protocol Independant Multicast | Ryan Thomas McBride | |
From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@ | |||
2005-01-14 | Add 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-14 | Add ubt(4) man page. | Alexander Yurchenko | |
2005-01-14 | ubt(4): USB Bluetooth driver, commented out in all kernel config | Alexander Yurchenko | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ | |||
2005-01-14 | First 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-14 | Regen | Miod Vallat | |
2005-01-14 | Sync with latest NetBSD diodevs (device name and ID fixes, and add 425e audio). | Miod Vallat | |
2005-01-14 | remove old ifgroups ioctls | Henning 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) |