Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt | |
max-baud-rate hint. Adjust TTYHOG (the nearly full logic) to this new situation. The larger buffers are required by the very high speed KDDI devices in Japan (CF com, or USB ucom) so those are the only two drivers which currently ask for a larger buffer size. ok yasuoka miod | |||
2010-06-28 | remove a lonely remnant from some debug code that snuck in. | David Gwynne | |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing | |
disk is now ready to handle I/O. ok krw@ dlg@ | |||
2010-06-28 | KNF | Jordan Hargrave | |
2010-06-28 | Add definitions for Intel/AMD IOMMU ACPI tables | Jordan Hargrave | |
2010-06-28 | add back the initialisation of a loop condition that | Jonathan Gray | |
was mistakenly removed in 1.208 ok dlg@ marco@ | |||
2010-06-28 | implement iopools in osiop to get rid of another use of XS_NO_CCB. | David Gwynne | |
original diff corrected by miod@ tested by and ok miod@ | |||
2010-06-28 | Use a more moderate fifo trigger level (4) for moderately quick | Chris Kuethe | |
(sub-38400) port speeds. Inspired by netbsd. ok fgsch krw deraadt miod | |||
2010-06-28 | Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, so | Miod Vallat | |
that md code can peek at it, and update m68k !__HAVE_PMAP_DIRECT setup code to the recent uvm_km changes. ok thib@ | |||
2010-06-27 | garbage collect the debugging goo | Thordur I. Bjornsson | |
2010-06-27 | sync with latest version from rs.internic.net | Jakob Schlyter | |
2010-06-27 | More include necessary after <sys/user.h> inclusion removal | Miod Vallat | |
2010-06-27 | This header was missing from the previous commit; sorry. | Ingo Schwarze | |
Cluestick applied by deraadt. | |||
2010-06-27 | fix a comment and add a new one to make clear what the mbuf ptr save dance | Henning Brauer | |
is for, it is not very obvious... with ryan and jsing | |||
2010-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze | |
Kristaps coded this from scratch after reading my .nr patch; it is simpler and more powerful. Registers live in struct regset in regs.h, struct man and struct mdoc contain pointers to it. The nS register is cleared when parsing .Sh. Frontends respect the MDOC_SYNPRETTY flag set in mdoc node_alloc. | |||
2010-06-27 | don't probe "volume knobs" on resume. probably not needed and | Jacob Meuser | |
is currently breaking resume. ok pirofti | |||
2010-06-27 | vscsi(4) doesn't use vscsi_ioc_t2i's senselen field anymore, so | Matthew Dempsky | |
garbage collect it. ok dlg@, krw@, claudio@ | |||
2010-06-27 | Change ACPI namespace to use SIMPLEQ macros | Jordan Hargrave | |
ok mlarkin | |||
2010-06-27 | tweak previous; ok claudio | Jason McIntyre | |
2010-06-27 | right way round for macros; | Jason McIntyre | |
2010-06-27 | Disable uguru(4). Its probe touches an address used by something else on the | Mark Kettenis | |
Dell r815, which causes all sorts of nasty effects like instant reboots, NMIs and PCI BARs being set to zero. ok dlg@ | |||
2010-06-27 | Kill another #ifdef UBC chunk that was annoying me while doing something | Owain Ainsworth | |
else. ok thib@ | |||
2010-06-27 | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Ingo Schwarze | |
unclear about which units accept floats/integers, which leads me to assume that it handles either and rounds as appropriate. from kristaps@ | |||
2010-06-27 | dont have duplicate xxx @ scsibus lines (even if commented). | Dale Rahn | |
2010-06-27 | More PCH/82577 bits from FreeBSD, this does not include | Jonathan Gray | |
all the workarounds but is enough to make things run at faster than 10 Mbit speeds, though these aren't always reflecting in ifmedia properly just yet. ok claudio@ | |||
2010-06-27 | Fix a crash when the directory entry isn't complete. | Peter Hessler | |
found by Alexander Schrijver OK halex@ | |||
2010-06-27 | add the groff target to the 'make depend' step, so we build dependencies. | Peter Hessler | |
while here, fix building the groff built pages OK schwarze@ | |||
2010-06-27 | Instead of specifying the control sockets on the command line have them | Claudio Jeker | |
in bgpd.conf. This allows to add/modify restricted control sockets on runtime. Feature request by a few people how often forgot to add -r path when restarting bgpd (including myself). NOTE: this removes the -s and -r arguments from bgpd so pay attention when updateing. jajaja sthen@, OK henning@ | |||
2010-06-27 | Add _acpi_matchhids routine, precursor to pci device match | Jordan Hargrave | |
2010-06-27 | enable the regress tests for file, and xlint. | Peter Hessler | |
both already pass on amd64. | |||
2010-06-27 | Mark the PXE boot device as "netboot" even if we do not contain | Theo de Raadt | |
nfs client support (yes, it becomes the root device too, but for ramdisks this is OK because they are not a swap generic configuration) Discussion with reyk and halex | |||
2010-06-27 | fix how we run the tests so we can successfully use SUDO='sudo -E' in our env | Peter Hessler | |
2010-06-27 | return value unused, found by lint | Martin Hedenfal | |
2010-06-27 | Remove unused functions and variables, found by lint. | Martin Hedenfal | |
2010-06-27 | minor .Bk fixes: | Ingo Schwarze | |
* do not print invalid arguments verbatim (no groffs prints them, either) * do not trigger TERMP_PREKEEP twice * do not die from invlid arguments (groff won't die, either) * continue to ignore even valid arguments (just like groff) ok kristaps@ on the previous version, before removing my last bug ;) | |||
2010-06-27 | doh! Use pmap_kenter/pmap_kremove in the backend page allocator to prevent | Thordur I. Bjornsson | |
recursion in pmap_enter as seen on zaurus. ok art@ also, release a the uvm_km_page.mtx before calling uvm_km_kmemalloc as we can sleep there. ok oga@ | |||
2010-06-27 | check if the jacks that will mute the speaker can generate unsolicited | Jacob Meuser | |
events, instead of checking if the speaker can generate unsolicited events problem report and testing by Brad, thanks | |||
2010-06-27 | GCC is being intelligent with our asm statements that were used to pad stuff | Artur Grabowski | |
before and after a function. We made the assumption that the function would not be rearranged but would stay between our paddings. Haha, trusting gcc to not rearrange things, we've never had problems with that. | |||
2010-06-27 | Clear ACPI fixed event status on resume (power buttons/etc) so that some | Mike Larkin | |
machines don't immediately resume after suspending to S3. Tested by kettenis@ and I on 5 or 6 machines, deraadt@ "yeah, looks good" | |||
2010-06-27 | Remove unused code. | Martin Hedenfal | |
2010-06-27 | remove an unused typedef | Martin Hedenfal | |
2010-06-27 | Document .Bk/.Ek; reminded by kristaps@. | Ingo Schwarze | |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat | |
2010-06-27 | one more include shuffle | Miod Vallat | |
2010-06-27 | Bunch of include adjustements to restore compilability. | Miod Vallat | |
2010-06-27 | Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740. | Mats O Jansson | |
ok matthiue@ and mglocker@. -moj | |||
2010-06-27 | Cleanup aml_find_node calls | Jordan Hargrave | |
2010-06-27 | regen | Mike Larkin | |
2010-06-27 | Remove redundant 'Intel' from Clarkdale and Arrandale video names. | Mike Larkin | |
ok oga@ | |||
2010-06-27 | back out for duplicate declarations sprinkled by viking raiders | Dale Rahn | |
as bob did for zaurus |