games.git
2007-03-11 Sascha WildnerConvert to mdoc.
2007-03-11 Sascha Wildner* Reduce differences to FreeBSD.
2007-03-11 Sascha WildnerAdd stge(4) and vge(4).
2007-03-11 Sascha WildnerAdd missing config declaration.
2007-03-11 Sascha Wildnermy(4) doesn't use miibus
2007-03-11 Sascha WildnerAdd nfe(4) and vge(4).
2007-03-10 Sascha WildnerUse correct parameter order for strcpy().
2007-03-08 Matthew DillonMake sure all string buffers passed from userland are...
2007-03-08 Sascha WildnerAdd reference to em(4).
2007-03-08 Sascha WildnerAdd a little documentation for the hw.em.int_throttle_c...
2007-03-08 Sascha WildnerAdd a better description for the hw.bge.fake_autoneg...
2007-03-07 Sepherosa ZiehauDon't try holding serializer in ti_rxeof(). This funct...
2007-03-06 Sepherosa ZiehauUse random octet stream to create IBSS's BSSID as sugge...
2007-03-06 Sepherosa ZiehauCorrect the unit of "powersavesleep" argument: it is...
2007-03-06 Sepherosa ZiehauCorrect the unit of assoc/reassoc req listen interval...
2007-03-05 Sepherosa ZiehauCorrect TU <-> millisecond and TU -> ticks convertion.
2007-03-05 Sepherosa Ziehau1 TU is 1024 usecs
2007-03-05 Sascha Wildnererr() and warn() print the strerror() message by themse...
2007-03-04 Sascha WildnerDocument some tunables:
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2007-03-04 Sepherosa ZiehauAdd wlandebug(8) tool for turning on/off debug flags...
2007-03-04 Sepherosa ZiehauExpose IEEE80211_MSG_ for user space programs.
2007-03-04 Sascha WildnerFix typo.
2007-03-04 Sepherosa Ziehau- Add additional parameter to ieee80211_mgmt_output...
2007-03-04 Sascha Wildner1) Fix prototype in vget(9).
2007-03-04 Sascha WildnerBring back in some previously commented out references...
2007-03-03 Sascha WildnerFix typo.
2007-03-03 Sascha WildnerUse .Er for errno value and fix typo.
2007-03-01 Sascha WildnerFix prototype.
2007-03-01 Sascha WildnerNo . needed here.
2007-03-01 Sascha WildnerSort by section.
2007-03-01 Simon SchubertRegen.
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-28 Sepherosa ZiehauAdd sc_newstate_arg to ural_softc, so ieee80211_new_sta...
2007-02-27 Sascha WildnerRemove trailing space.
2007-02-27 Sascha WildnerValidate msg_controllen, as per RFC2292.
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-26 Sascha WildnerSync zoneinfo database with tzdata2007c from elsie.
2007-02-26 Simon SchubertAdd forgotten file.
2007-02-26 Sepherosa ZiehauDiscard deauth/disassoc that are not for us. Reception...
2007-02-26 Simon SchubertFix suspend behavior by really stopping the process...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-25 Simon SchubertDrop a.out coredump support from gcore.
2007-02-25 Sascha WildnerAdd missing .El
2007-02-25 Sascha WildnerFix comments.
2007-02-25 Sascha Wildner.ar -> .Ar
2007-02-25 Sascha WildnerRemove empty line (silence manlint).
2007-02-25 Sascha WildnerAdd missing .Nm
2007-02-25 Simon SchubertRegen
2007-02-25 Simon Schubert1:1 Userland threading stage 4.5/4:
2007-02-25 Sascha WildnerAdd an ifmedia(4) reference to the manpages of all...
2007-02-25 Sascha WildnerFix references.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-24 Simon SchubertRemove superfluous conditional.
2007-02-24 Sascha WildnerFix wording.
2007-02-24 Sascha WildnerFix config declaration.
2007-02-24 Sascha Wildner* Sync the list of devices in the polling(4) manpage...
2007-02-24 Simon SchubertFix taskqueues to truely work on SMP systems.
2007-02-24 Simon SchubertUnbreak wrong offset calculations by using the correct...
2007-02-23 YONETANI TomokazuDon't print error messages on AE_TYPE from AcpiGetCurre...
2007-02-22 Thomas E. SpanjaardAdd a 'NATA' kernel config file to go with the previous...
2007-02-22 Simon SchubertEnable building/installing of multiple kernels in nrelease.
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-22 Simon SchubertMake setrunnable() behave more like it is intended.
2007-02-22 Simon SchubertFix stopping of the current process, which was broken...
2007-02-22 Simon SchubertFix symbol resolution for objects loaded by ELF depende...
2007-02-22 Sepherosa Ziehau- Add noise floor to stats
2007-02-22 YONETANI TomokazuDon't loop beyond maximum cpu ID (ncpus - 1); this...
2007-02-21 Simon Schubert1:1 Userland threading stage 4.1/4:
2007-02-21 Simon Schubert1:1 Userland threading stage 2.20/4:
2007-02-21 Simon Schubert1:1 Userland threading stage 2.19/4:
2007-02-21 Simon SchubertReplace magic number with constant.
2007-02-20 Thomas E. SpanjaardAdd NATA devices to LINT, and hook the natacontrol...
2007-02-20 Sascha WildnerFix typo.
2007-02-20 Sepherosa ZiehauDon't assume mgtq will always be empty, drain mgtq...
2007-02-19 Sascha WildnerFix typos.
2007-02-19 Sascha WildnerDo some syncing with reality.
2007-02-19 Simon SchubertSilence compiler warning.
2007-02-19 Simon SchubertRemove outdated comment.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-19 Sascha WildnerRemove unused malloc type M_ACL.
2007-02-18 Simon SchubertBuild gcc41 per default. This can be disabled with...
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.16/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.15/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.14/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-18 Simon SchubertRe-order #includes to silence warning and use inline...
2007-02-18 Sascha Wildner* Add .Nm and MLINKS for BIOS_* macros.
2007-02-18 Sascha WildnerFix typo.
2007-02-18 Sascha WildnerRemove unused variable.
2007-02-17 Sascha WildnerUncomment NULLFS which was fixed by Matt some while...
2007-02-17 Sepherosa Ziehau- Nuke no longer needed macros.
2007-02-17 Simon SchubertUpdate to gcc-4.1.2.
2007-02-17 Simon SchubertUpdate our README.
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-17 Simon SchubertImport gcc-4.1.2.
2007-02-16 Victor Balada... Add a missing header that prevents detecting the kernel...
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
next