Age | Commit message (Expand) | Author |
2004-09-18 | use ret0 instead of r28 to match how it's done later in the code | Michael Shalayeff |
2004-09-18 | add puc; ok miod | Peter Valchev |
2004-09-18 | do not match on elroy and mercury bridges | Michael Shalayeff |
2004-09-18 | Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer to | Ryan Thomas McBride |
2004-09-18 | map rodata rdonly in case it gets pushed out of the text batc | Michael Shalayeff |
2004-09-18 | fix typo in puc(4) line comment (universial->universal) | Peter Valchev |
2004-09-18 | oops | Michael Shalayeff |
2004-09-18 | - Record handles for memory and IO space | Brad Smith |
2004-09-18 | add Linksys PCM200 | Brad Smith |
2004-09-17 | regen | Brad Smith |
2004-09-17 | add Linksys vendor ID and Linksys PCM200 ID | Brad Smith |
2004-09-17 | Clean up reference counting wrt state creation and destruction. Fixes | Ryan Thomas McBride |
2004-09-17 | In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too. | Miod Vallat |
2004-09-17 | move MINCLSIZE back to preferring clusters; there is some fallout because | Theo de Raadt |
2004-09-17 | Now that we can check for pmap_extract() failure properly, do so. | Miod Vallat |
2004-09-17 | Long-due mips pmap potpourri: | Miod Vallat |
2004-09-17 | Crank MSIZE and NMBCLUSTERS, per other 64bit arches. | Miod Vallat |
2004-09-17 | Properly setup register ra in sendsig() in 64bit world. | Miod Vallat |
2004-09-17 | Kill an assembler warning. | Miod Vallat |
2004-09-17 | Remove option EON from kernel and options(4) | Mathieu Sauve-Frankel |
2004-09-17 | Some cleanup: | Alexander Yurchenko |
2004-09-16 | Clean up CARP_LOG macro and include the physical interface | Ryan Thomas McBride |
2004-09-16 | handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago | Henning Brauer |
2004-09-16 | Remove remnants of dale's debugled() code, and quiet early boot process more. | Miod Vallat |
2004-09-16 | Correctly read the symbol table pointers passed by the boot code. | Miod Vallat |
2004-09-16 | Only one script text is necessary... | Miod Vallat |
2004-09-16 | ld.script for boot. cvs add is ok according to deraadt@ | Per Fogelstrom |
2004-09-16 | Update boot with miods ELF64 symtab fixes and my 32 bit compiles | Per Fogelstrom |
2004-09-16 | Don't put parens around the call to pool_put but do use parens to | Todd C. Miller |
2004-09-16 | whitespace cleanup | Markus Friedl |
2004-09-16 | No kern_ipc_10 on mips64. | Miod Vallat |
2004-09-16 | don't send partial segments if SS_ISSENDING is set, remember | Markus Friedl |
2004-09-16 | add hint for lower layer that a sosend() is in progress (SS_ISSENDING) | Markus Friedl |
2004-09-16 | Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than a | Miod Vallat |
2004-09-16 | check for VBAD vnodes on getvnode(). ok andreas@, tedu@ and marius@ | Pedro Martelletto |
2004-09-16 | Add disabled piixpm and gscpm. | Alexander Yurchenko |
2004-09-16 | typo | Miod Vallat |
2004-09-16 | Use preempt() instead of rolling our own version. | Miod Vallat |
2004-09-16 | Use a sane value for maxsegsz, fixes this card for alpha (PR 3920). | Ryan Thomas McBride |
2004-09-16 | spacing | Theo de Raadt |
2004-09-16 | Don't adjust month from tod clock. clock.c does | Per Fogelstrom |
2004-09-16 | Day of week count 1-7 | Per Fogelstrom |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-09-16 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat |
2004-09-16 | Typo in comment. | Miod Vallat |
2004-09-16 | ``viritual'' is a virtual word and this is a real tree. | Miod Vallat |
2004-09-16 | Dead meat. | Miod Vallat |
2004-09-16 | Superseded by MI <link.h> | Miod Vallat |
2004-09-16 | some additional CIS sanity checks. | Brad Smith |
2004-09-16 | We don't have vsprintf/sprintf in the kernel anymore, spotted | Alexander Yurchenko |