summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
ok jsg@, reyk@, dlg@
2005-03-03sort devices and remove a duplicateDavid Gwynne
2005-03-03dlg@ made me see an error in my last commit: reinstate `Ethernet';Jason McIntyre
sorry for messing your diff itojun.
2005-03-03It turns out that despite what Sun documentation says, zx cards work fineMiod Vallat
inside an xbox, so remove the warning - it is probably a software restriction for their driver, not a hardware restriction.
2005-03-03allow pkg_mklocatedb to look into src and X11 sets as well.Marc Espie
`no objection' naddy@
2005-03-03we now do wepDavid Gwynne
ok jmc@
2005-03-03properly implement hardware wep support. mostly done by jesse off withDavid Gwynne
some minor cleanup by me
2005-03-03sort list of supported devices;Jason McIntyre
2005-03-03don't mark up punctuation;Jason McIntyre
2005-03-03some mbuf handling fixes from netbsdDavid Gwynne
2005-03-03Sync a few comments with reality.Miod Vallat
2005-03-03Sort frame buffer section and remove rasops32 dependencies from cgfourteen,Miod Vallat
cgtwelve and tcx, as they are no longer necessary.
2005-03-03OQO model 01 supportedJun-ichiro itojun Hagino
2005-03-03add OQO 01Jun-ichiro itojun Hagino
2005-03-03OQO model 01 internal wireless. help from many, ok by dlgJun-ichiro itojun Hagino
2005-03-03ethernet on OQO model 01 device cable. dlg okJun-ichiro itojun Hagino
2005-03-03regenJun-ichiro itojun Hagino
2005-03-03OQO model 01 devicesJun-ichiro itojun Hagino
2005-03-03when tagging, apply the same tag to all packets matching a state entryDaniel Hartmeier
(not just to the initial packet). note: kernel/userland abi change (rebuild pfctl). ok henning@
2005-03-03Do not attempt to read past firmware data in rfx_initialize().Miod Vallat
2005-03-03If we couldn't register an interrupt, don't abort attaching - we'll justMiod Vallat
update colormaps immediately rather than waiting for the retrace interrupt.
2005-03-03Do not let dma attach children if it could not initialize properly.Miod Vallat
2005-03-03Do not unmap more memory than we mapped earlier, in case of attachment failure.Miod Vallat
2005-03-03Make sure we check snprintf return value for failure or truncation beforeChad Loder
using it. Make uu_lock_txfr work by properly checking return value from put_pid(). Fix an FD leak on the lockfile in an error path (from FreeBSD with modifications). OK millert@, input from otto@ and Bruno Rohee.
2005-03-02fix obviously wrong macro (unnoticed since it is currently unused)David Gwynne
ok drahn@
2005-03-02More network randomness. PIDs on my machine are none of anyone else'sChad Loder
business. Submitted by Bruno Rohee. OK cloder@ millert@
2005-03-02Fix an obviously wrong memset. Found by djm@, lots and lots and lots andChad Loder
lots and lots of discussion over a week period about a simple one-line fix in a unit test program that we don't even compile by default, yet nobody commits it.
2005-03-02Report non-existing user or groupname correctly. From David BrownleeOtto Moerbeek
<abs@netbsd>. ok millert@
2005-03-02Spaces.Alexander Yurchenko
2005-03-02add pkglocatedb target description to "ports master makefile" target listPeter Valchev
2005-03-02flesh out documentation.Marc Espie
thanks jmc@ for comments.
2005-03-02regenXavier Santolaria
2005-03-02add Airport Extreme card found in powerbook 12", still unsupported though;Xavier Santolaria
deraadt ok
2005-03-02slacking is a medical conditionJolan Luff
2005-03-02Dmesg nitMiod Vallat
2005-03-02add a flag to identify the base directory in file hierarchies.Joris Vink
ok jfb@
2005-03-02make counters in struct iftot u_long instead of int, as they overflowDaniel Hartmeier
on amd64. from Peter Philipp. closes PR 4107.
2005-03-02process the last line of an address list even if it's not terminatedDaniel Hartmeier
by newline. found by Rod Whitworth. ok beck@
2005-03-02Support for SUNW,fas SCSI, currently restricted to the lower 8 targets dueMiod Vallat
to MI esp code limitations. ok deraadt@
2005-03-02Calculate the nexthop correctly if the calculating router hasEsben Norby
Point-to-point links. ok claudio@
2005-03-02back out sendbug rejection line;Jason McIntyre
requested by deraadt@
2005-03-02oops - 2 copies of this file...Jason McIntyre
move the .Bl after .Ss;
2005-03-02sort options while here;Jason McIntyre
2005-03-02rework some .Ss section as .Sy: groff does not like .Ss's in the middleJason McIntyre
of lists;
2005-03-02Only allow superuser to set timeslots and ppp modes.Claudio Jeker
Diff from mcbride@
2005-03-02bad news to have a .Bl before .Ss;Jason McIntyre
2005-03-02note that non-generic kernels not advised;Jason McIntyre
diff originally from stuart henderson, reworded by krw@ ok ian@ krw@ hshoexer@
2005-03-02correct function name in log messageHans-Joerg Hoexer
2005-03-02knf, linewrapping, whitespaces, no binary changeHans-Joerg Hoexer
2005-03-02update to tzdata2005f; yay insomniaTodd C. Miller