summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-17whitespace;Jason McIntyre
2005-03-17+vge, ciphy; requests by pvalchevTheo de Raadt
2005-03-17another productTheo de Raadt
2005-03-16Update with ramdisk C changes.Jonathan Gray
2005-03-16describe the futureTheo de Raadt
2005-03-16oops, this needs the ural classifierTheo de Raadt
2005-03-16Update for drivers now on CD ramdisk.Jonathan Gray
2005-03-16Correctly hypenate D-Link DUB-E100.Jonathan Gray
2005-03-16Add JVC MP-PRX1 and change D-Link DUBE100 to DUB-E100.Jonathan Gray
2005-03-16ural will be here tooTheo de Raadt
2005-03-16syncTheo de Raadt
2005-03-16permit ramdisks to compileTheo de Raadt
2005-03-16syncDamien Bergamini
2005-03-16move ral vendor/product Ids into usbdevsDamien Bergamini
2005-03-164.1Markus Friedl
2005-03-16lowercase A/B/G for wireless cards;Jason McIntyre
2005-03-16RT2500 vs RT2570Theo de Raadt
2005-03-16sort;Jason McIntyre
2005-03-16Xr uralTheo de Raadt
2005-03-16list usb 2.0 ural devices; from http://ralink.rapla.net/Theo de Raadt
2005-03-16chown(8): mention that this utility clears setuid/setgid bits by default;Jason McIntyre
from stuart henderson (pr #4149); chown(2)/chown(8): mention that sysctl variable fs.posix.setuid=0 overrides this behaviour; from millert and otto; ok deraadt@ otto@ millert@
2005-03-16clarify ral.4 vs ural.4 difference. the release schedule is too tightTheo de Raadt
to permit damien time to merge the two drivers, so the docs will be slightly weird
2005-03-16enable uralTheo de Raadt
2005-03-16document ral.4 and ural.4 in a sick way. after release these driversTheo de Raadt
will be merged into one. doing it this way for one release is good enough.
2005-03-16syncTheo de Raadt
2005-03-16Driver for Ralink Technology RT2500USB wireless adapters.Damien Bergamini
ok deraadt@
2005-03-16Use biowait() instead of rolling our own.Miod Vallat
tested krw@ moritz@, ok deraadt@
2005-03-16ancontrol is so... boringTheo de Raadt
2005-03-16+rtw, ral, but a few rare ethernet devices go away..Theo de Raadt
2005-03-16ancontrol, bah, who needs itTheo de Raadt
2005-03-16ath, atw, ral, rtw on CD ramdiskTheo de Raadt
2005-03-16more wireless chipsetsTheo de Raadt
2005-03-16Don't rmdir vi.recover or .X11-unix from /tmp or /var/tmp. OK deraadt@Todd C. Miller
2005-03-16fix a broken list;Jason McIntyre
various other tweaks; ok deraadt@
2005-03-16no need for -compact;Jason McIntyre
2005-03-16document libarm;Jason McIntyre
ok drahn@ deraadt@
2005-03-16play the relied-upon-xlation proper; deraadt@ okMichael Shalayeff
2005-03-16don't account packet's twice; from joel@; ok deraadt@, henning@Markus Friedl
2005-03-16get the syntax right for {Local,Remote}Forward;Jason McIntyre
based on a diff from markus; problem report from ponraj; ok dtucker@ markus@ deraadt@
2005-03-16don't try to merge the freshly parsed config into the running one ifHenning Brauer
we had parser failures... debugging session with claudio and jason ackley ok claudio norby deraadt
2005-03-16amd64 also fails copyoutstr regress, missed in the first round.Ted Unangst
need to checker the to address. patch from netbsd. ok deraadt mickey
2005-03-16plug memory leak. Patrick LatifiJun-ichiro itojun Hagino
2005-03-15s/IPL_BIO/IPL_TTY. ok drahn@, deraadt@Uwe Stuehler
2005-03-15describe "depend on"Henning Brauer
you wouldn't guess how hard it was to get that right... initial diffs and lots of input from Jason Ackley and jaredy, ok claudio jaredy jmc deraadt
2005-03-15- correct include file (from david leonard, pr 4147)Jason McIntyre
- r_number is type int, not long - lessen display indent to avoid line split ok deraadt@ millert@
2005-03-15remove package list. it has been a pain to maintain for years. simplyTheo de Raadt
tell people where to look; idea from miod
2005-03-15bgpctl parts for "show fib".Claudio Jeker
OK norby@ deraadt@
2005-03-15Add control messages for the show fib commands.Claudio Jeker
OK norby@ deraadt@
2005-03-15tag for release, more things coming, but ports needs thisTheo de Raadt
2005-03-15enable hotplug on macppc, been using it for some time, forgot it wasn't enabled.Dale Rahn