Age | Commit message (Expand) | Author |
2008-10-10 | minor 3 was /dev/prandom, which used random(). make that use the | Theo de Raadt |
2008-10-10 | back out previous change. Another panic, not as frequent, and | David Hill |
2008-10-10 | Comment out statekey code to stop 'panic: soreceive 3', which | David Hill |
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt |
2008-10-10 | - add and enable rum(4) | Jasper Lievisse Adriaanse |
2008-10-10 | missing spl() for codec command setting/retrieval | Jacob Meuser |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Set hardware timer according to bus clock speed. | Brad Smith |
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis |
2008-10-09 | replace M_WAITOK with M_NOWAIT | Charles Longeau |
2008-10-09 | Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ) | Theo de Raadt |
2008-10-09 | remove a dead store. | Charles Longeau |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-10-09 | pass NULL rather than 0 for interrupt time usage to calcru() | Kevin Lo |
2008-10-09 | Use the reference count in struct process to update the proc count | Philip Guenthe |
2008-10-09 | Put a reference count in struct process to prevent use-after-free | Philip Guenthe |
2008-10-09 | Add fallback ioctl handlers for MTU and multicast to ether_ioctl(). | Brad Smith |
2008-10-09 | stop waiting for the printer to become ready, see PR 5427 for more | Theo de Raadt |
2008-10-09 | Use ether_ioctl(). | Brad Smith |
2008-10-09 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | sync | Damien Bergamini |
2008-10-08 | new PCI ID for Intel WiFi Link 5350. | Damien Bergamini |
2008-10-08 | better comments | Oleg Safiullin |
2008-10-08 | Older IT8712F chips have 8-bit watchdog timeout counter. | Oleg Safiullin |
2008-10-08 | As the Option N.V. Globetrotter HSDPA Modem is not compatible | Yojiro Uo |
2008-10-08 | o chip revision is 4-bit value | Oleg Safiullin |
2008-10-08 | Don't extend amaps beyond what their supposed maximum. This code path is | Artur Grabowski |
2008-10-08 | Get rid of the second table entry pool (pfr_kentry_pl2); we're already | Ryan Thomas McBride |
2008-10-08 | uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) and | Theo de Raadt |
2008-10-07 | Kill a bunch of #ifdef freebsd/netbsd code in *_drv.c. No binary change. | Owain Ainsworth |
2008-10-07 | Kill the linux-ready negative return codes in ``shared'' code. We handle | Owain Ainsworth |
2008-10-07 | unbreak ieeefp emulation code wrt converting double to unsigned | Martynas Venckus |
2008-10-07 | Move dev->driver over to being a pointer to a const struct, instead of stupidly | Owain Ainsworth |
2008-10-07 | Make sure page 0 is selected when we initialize the PHY. Fixes problems | Mark Kettenis |
2008-10-07 | Fix memory leak bug during scope evaluation (now without introducing a bug | Mark Kettenis |
2008-10-07 | If we fail to read the MAC address from the eeprom, fallback to reading | Joel Sing |
2008-10-07 | if fetching a config page for a sas target doesnt work then let the scsi | David Gwynne |
2008-10-07 | In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with | Marcus Glocker |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt |
2008-10-06 | more readable virtual memory size values. | Brad Smith |
2008-10-06 | regen | Jonathan Gray |
2008-10-06 | Add some devices from submitted dmesgs. | Jonathan Gray |
2008-10-06 | Remove useless comment. | Mark Kettenis |
2008-10-06 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-10-06 | Don't force multi transaction endpoints (>1024 bytes) down to single | Marcus Glocker |
2008-10-06 | Unconditionally compile idt_vec_xxx functions. | Mark Kettenis |
2008-10-06 | Add missing checks for sc_focus being NULL. Found the hard way by | Miod Vallat |
2008-10-06 | uvn_attach message is purely diagnostic, not needed | Theo de Raadt |