Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-24 | Fix dow register value in resettodr() - kernel computes it zero-based, but | Miod Vallat | |
chip want it one-based. | |||
2013-05-24 | *in* the order of, not *on* the order of; | Jason McIntyre | |
thanks sthen for verifying that it is approx 10s, not exactly | |||
2013-05-24 | the -a option probes multiple ifs now, not exits with error; | Jason McIntyre | |
based on mark johnston's -r250939 commit to freebsd ok sthen benno | |||
2013-05-24 | MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1 | Jonathan Gray | |
problem reported and fix tested by jcs@ | |||
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov | |
with the IPL_MPSAFE flag. In certain circumstances, this prevents interrupt handlers from waiting the global kernel_lock possibly (hold by slower code) to be released. ok kettenis | |||
2013-05-24 | for this type of page, where we list supported hardware, no need to relist | Jason McIntyre | |
them in SEE ALSO; | |||
2013-05-23 | Change console speed to 115200. | Brian Callahan | |
ok jasper@ | |||
2013-05-23 | Some more text noone but jmc@ will ever read | Miod Vallat | |
2013-05-23 | TOD clock support for AngelFire boards | Miod Vallat | |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann | |
for chipsets which stopped working. ok mpi | |||
2013-05-23 | there is no vfs_shutdown(9) page; | Jason McIntyre | |
2013-05-23 | tweaks; ok florian | Jason McIntyre | |
2013-05-23 | off by one, from Henri Kemppainen <duclare-at-guu.fi>, thanks! | Florian Obser | |
2013-05-23 | Fix pasto where 'c' instead of 'clients' is checked for NULL and add missing | Jasper Lievisse Adriaanse | |
free for the fcgi_response. ok florian@ | |||
2013-05-23 | Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree. | Florian Obser | |
Not hooked up to the build yet. OK sthen@, deraadt@ agrees | |||
2013-05-23 | Properly implement access to IndexField() field units. The origional code | Mark Kettenis | |
only worked for field units that were 8 bits or less in size on fields using byte access. Fixes issues origionally reported by jcs@ and armani@. ok mlarkin@ | |||
2013-05-23 | revoke's default imp works. | Marc Espie | |
okay tedu@ | |||
2013-05-23 | BUFCACHEPERCENT has been set to 20 by default for a while now. | Lawrence Teo | |
ok dcoppa deraadt jmc | |||
2013-05-23 | the simplelock is a lie | Ted Unangst | |
2013-05-23 | allow auto scaling bcrypt rounds by CPU power. | Ted Unangst | |
ok deraadt jmc sthen | |||
2013-05-23 | .Xr mpe and ldpd for interested parties. ok deraadt | Ted Unangst | |
2013-05-22 | Set the correct route priority in send_rt6msg, as done for send_rtmsg. | Stuart Henderson | |
Fixes v6 routes being added to the kernel as RTP_DEFAULT. ok florian@ benno@ | |||
2013-05-22 | whitespace nits | Stuart Henderson | |
2013-05-22 | Shuffle shell-command-on-region around to give shell-command. | lum | |
ok florian@ jasper@ Testing Sunil Nimmagadda | |||
2013-05-22 | Add am335x as an omap device. | rapha | |
ok patrick@ | |||
2013-05-22 | BUS_DMA_WAITOK can't be used in the bge_init path since it | Mike Belopuhov | |
might be called from a timeout(9); ok kettenis, dlg, deraadt | |||
2013-05-22 | We're handling L2 there, so use the corresponding define, not the L1 one. | Patrick Wildt | |
ok bmercer@ | |||
2013-05-22 | as checked through thorough tests, youngest->mtime == ctime, so ditch | Marc Espie | |
the extra field. remove some extra abstraction layer: use clock_gettime directly instead of ts_set_from_now (what is "now" anyways) time_to_string takes param by pointer rename "now" into starttime (more accurate term) randomize queue uses arc4random_uniform (prompted by deraadt@) display debug timestamp with ns too (it's debug, so it doesn't really matter whichever way it's done, as long as it's done) okay millert@ | |||
2013-05-22 | Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch]. | Kenji Aoyama | |
Also modify RAWKEY_XXX values, to input the right characters on Japanese keyboard. ok miod@ | |||
2013-05-22 | Move the gmac/null ciphers to a different table block, clearly labelled as | Stuart Henderson | |
not doing encryption. ok reyk@ | |||
2013-05-22 | Use SIOCAIFADDR rather than SIOCSIFADDR to set the address. | Martin Pieuchot | |
ok mikeb@, claudio@ | |||
2013-05-22 | fix formatting here too; from ingo | Jason McIntyre | |
2013-05-22 | Sync with upstream. Fix buffer growing and memory allocation for wide | YASUOKA Masahiko | |
chars. Handle return of mbstowcs(). ok nickm | |||
2013-05-21 | Delete unused function. | Mark Kettenis | |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith | |
ok sthen@ | |||
2013-05-21 | de-static-ize prototypes as well, which makes these functions not-static | Mark Kettenis | |
for real! Pointed out by Alexey E. Suslikov. | |||
2013-05-21 | am335x has the mmc registers offset by 0x100, like omap4. | rapha | |
ok patrick@ | |||
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith | |
ok sthen@ | |||
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst | |
part of the future we have planned. middling ok from a few | |||
2013-05-21 | Fix pty descriptor leak if fork() fails. | Matthew Dempsky | |
ok millert | |||
2013-05-21 | When mapping a new entry, map it read-only, even though it should be | Patrick Wildt | |
writable. This will cause a pmap fault on first write, so that we can mark the page as modified. Also mask the bits used for the protection settings, so that there aren't any leftovers. ok bmercer@ | |||
2013-05-21 | Simplify the debug output to help diagnose problems without needing | Martin Pieuchot | |
special glasses. No object change if UHUB_DEBUG is not defined. | |||
2013-05-21 | Small code clean up. Removing noisy printfs. | Brandon Mercer | |
2013-05-21 | Check for NULL ptr before dereferencing, not after; found the hard way by | Miod Vallat | |
dcoppa@ | |||
2013-05-21 | Remove some unused defines and make the number of interrupt lines variable. | rapha | |
ok bmercer@ | |||
2013-05-21 | Ensure that sc_lock is held when calling sr_meta_native_bootprobe() - the | Joel Sing | |
softraid status functions will complain otherwise. Found the hard way by ajacoutot@ | |||
2013-05-21 | sr_raid_startwu() is no longer called from interrupt context, hence does | Joel Sing | |
not need to invoke a workq-based callback. | |||
2013-05-21 | Provide a function that handles the scheduling of work units. This | Joel Sing | |
simplifies the discipline code, avoids code duplication and moves the scheduling logic into a single location. ok krw@ | |||
2013-05-21 | Add a driver for the am335x timers, to be used by the beaglebone. | rapha | |
Derived from the existing omap3 gptimer. ok patrick@ | |||
2013-05-21 | Make the sr_raid_startwu() function handle deferred work units, instead of | Joel Sing | |
the caller having to handle the state changes. |