summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2005-01-14sort SEE ALSO;Jason McIntyre
2005-01-14sort SEE ALSO;Jason McIntyre
2005-01-14missing newlineTheo de Raadt
2005-01-14Use __LP64__ instead of listing all 64bit arches.Alexander Yurchenko
ok deraadt@ pvalchev@ miod@
2005-01-14mknod no longer neededTheo de Raadt
2005-01-14Change the device node from /dev/zboot to /proc/zboot to make the mknodUwe Stuehler
step unnecessary. Suggested by miod@
2005-01-14smaller ramdisk image needed for buildsTheo de Raadt
2005-01-14add a 'rollover' timer to detect when a second (inerrupt masked keyDale Rahn
is pressed while keys are being held. allows shift to always work Timeout on this needs to be adjusted.
2005-01-14bounds checking for copystr, copyin and copyinstr;Damien Miller
tested by moritz@ otto@ deraadt@, ok deraadt@
2005-01-14syncTheo de Raadt
2005-01-14pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@David Krause
2005-01-14Couldn't resist this one...Marco Peereboom
2005-01-14eephy(4) and xmphy(4) references as commonly found in dmesglogPeter Valchev
2005-01-14add missing rlphy(4) references in .Xr and SYNOPSISPeter Valchev
2005-01-14brphy(4) attachment in SYNOPSIS section (as well as Xr)Peter Valchev
2005-01-14missing DESTDIRTheo de Raadt
2005-01-14ciphy(4) attachment in SYNOPSISPeter Valchev
2005-01-14mention the commonly associated PHY (rgephy) in SYNOPSIS, ala fxp(4) manpagePeter Valchev
2005-01-14mention re(4) cardbus support and specifically Netgear GA511Peter Valchev
2005-01-14cardbus 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.