Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2005-01-14 | sort SEE ALSO; | Jason McIntyre | |
2005-01-14 | sort SEE ALSO; | Jason McIntyre | |
2005-01-14 | missing newline | Theo de Raadt | |
2005-01-14 | Use __LP64__ instead of listing all 64bit arches. | Alexander Yurchenko | |
ok deraadt@ pvalchev@ miod@ | |||
2005-01-14 | mknod no longer needed | Theo de Raadt | |
2005-01-14 | Change the device node from /dev/zboot to /proc/zboot to make the mknod | Uwe Stuehler | |
step unnecessary. Suggested by miod@ | |||
2005-01-14 | smaller ramdisk image needed for builds | Theo de Raadt | |
2005-01-14 | add a 'rollover' timer to detect when a second (inerrupt masked key | Dale Rahn | |
is pressed while keys are being held. allows shift to always work Timeout on this needs to be adjusted. | |||
2005-01-14 | bounds checking for copystr, copyin and copyinstr; | Damien Miller | |
tested by moritz@ otto@ deraadt@, ok deraadt@ | |||
2005-01-14 | sync | Theo de Raadt | |
2005-01-14 | pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@ | David Krause | |
2005-01-14 | Couldn't resist this one... | Marco Peereboom | |
2005-01-14 | eephy(4) and xmphy(4) references as commonly found in dmesglog | Peter Valchev | |
2005-01-14 | add missing rlphy(4) references in .Xr and SYNOPSIS | Peter Valchev | |
2005-01-14 | brphy(4) attachment in SYNOPSIS section (as well as Xr) | Peter Valchev | |
2005-01-14 | missing DESTDIR | Theo de Raadt | |
2005-01-14 | ciphy(4) attachment in SYNOPSIS | Peter Valchev | |
2005-01-14 | mention the commonly associated PHY (rgephy) in SYNOPSIS, ala fxp(4) manpage | Peter Valchev | |
2005-01-14 | mention re(4) cardbus support and specifically Netgear GA511 | Peter Valchev | |
2005-01-14 | cardbus re(4) support (Realtek 8169) heavily based on if_rl. | Peter Valchev | |
still work in progress but it works (this is committed through it), some PHY timeout issues to resolve | |||
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie | |
design checked with millert@, relying on process termination for unlock at his suggestion. Perf optimization: don't try to reinstall installed packages in kitchensink mode if !-r. |