Age | Commit message (Expand) | Author |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-30 | now that we use less memory we can push the boot a little higher (to help som... | Michael Shalayeff |
2003-04-30 | no need to twiddle here. it's twiddling elsewhere already | Michael Shalayeff |
2003-04-30 | oops. fixed endif in a wrong place | Michael Shalayeff |
2003-04-29 | some cleanup and redo ct as lf (just different dev type). saves some memory | Michael Shalayeff |
2003-04-29 | Use pci_matchbyid(). Tested by matthieu@ | Miod Vallat |
2003-04-29 | grr... %s, not dc%s | Jason Wright |
2003-04-29 | - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname | Jason Wright |
2003-04-29 | Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this is | Miod Vallat |
2003-04-29 | Get rid of more unwanted pieces of code. | Miod Vallat |
2003-04-29 | Regen (omsync deprecation) | Miod Vallat |
2003-04-29 | Deprecate omsync syscall, and only enable it if COMPAT_25 is required. | Miod Vallat |
2003-04-29 | add lxtphy (found on momenco boards) | Jason Wright |
2003-04-29 | KNF | Jason Wright |
2003-04-29 | Fix logic error introduced when importing a Stevens' bug fix in r1.20; | Miod Vallat |
2003-04-29 | after freeing curp, set to NULL. fixes a crash when loading a module | Ted Unangst |
2003-04-28 | use the new display types | Jason Wright |
2003-04-28 | sync mquery. | Dale Rahn |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-28 | Prettier dmesg; henning | Miod Vallat |
2003-04-28 | call lockmgr a bit earlier to avoid a race. | Ted Unangst |
2003-04-27 | Update the pfioc_table IOCTL structure. | Cedric Berger |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-26 | fix handling when renaming directories on fat32. mv a/b . would mess up the | Ted Unangst |
2003-04-26 | managment -> management; | Jason McIntyre |
2003-04-25 | #define POLLNORM as synonym for POLLRDNORM. ok millert@ | Ted Unangst |
2003-04-25 | Enable lm(4) and viaenv(4). | Alexander Yurchenko |
2003-04-25 | Add lm(4) and viaenv(4). Commented out and i386-only for now. | Alexander Yurchenko |
2003-04-25 | viaenv(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko |
2003-04-25 | lm(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko |
2003-04-25 | mquery backout sync. | Dale Rahn |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn |
2003-04-25 | sysctl front-end for the hardware monitoring sensors. This adds | Alexander Yurchenko |
2003-04-25 | sync | Dale Rahn |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-25 | Fix nat proxy port allocation. In case a range was manually specified, | Daniel Hartmeier |
2003-04-25 | - added missing .Ed | Jason McIntyre |
2003-04-24 | fix typo; Patrick Latifi | Todd C. Miller |
2003-04-24 | regen | Alexander Yurchenko |
2003-04-24 | Two ServerWorks CSB6 devices found in dmesg from | Alexander Yurchenko |
2003-04-23 | be extra cautious in managing pv-entries for pages that are not managable | Michael Shalayeff |
2003-04-23 | give 'em some const; mjacob@ ok | Michael Shalayeff |
2003-04-23 | DVMA, not DMVA. | Miod Vallat |
2003-04-23 | Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmei | Jason Wright |
2003-04-22 | correct (false) assumption made about m->m_len. dhartmei ok. | Jun-ichiro itojun Hagino |
2003-04-20 | regen | Alexander Yurchenko |
2003-04-20 | Add Intel 82801DBM IDE | Alexander Yurchenko |
2003-04-20 | In pdc20265_pci_intr() perform shared irq check only if channel is | Alexander Yurchenko |
2003-04-19 | correct opacket/obytes statistics; from sam@freebsd | Jason Wright |
2003-04-19 | Make the ubsec_feed* routines void, noone looks at the return value (always z... | Jason Wright |