| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unconditionally enable ppc(4) and puc(4). | Marcel Moolenaar | 2006-06-18 | 1 | -5/+2 |
| * | Make this usable for all platforms. | Marcel Moolenaar | 2006-06-18 | 1 | -3/+12 |
| * | comment out twi for now: no iicbus in KB920X: it breaks booting | Warner Losh | 2006-06-17 | 1 | -1/+1 |
| * | Carefully note the RMII bit in the config register at attach time. | Warner Losh | 2006-06-17 | 1 | -5/+9 |
| * | improve reporting of clocks | Warner Losh | 2006-06-17 | 1 | -3/+2 |
| * | Remove sbinsertoob(), sbinsertoob_locked(). They violate (and have | Robert Watson | 2006-06-17 | 3 | -130/+0 |
| * | Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This | Rink Springer | 2006-06-17 | 2 | -0/+4 |
| * | Correct the names or some Adaptec and ICP devices, verified by the | Christian Brueffer | 2006-06-17 | 1 | -9/+9 |
| * | Fix the !INET6 compile. | Andre Oppermann | 2006-06-17 | 1 | -2/+4 |
| * | Rearrange fields in struct syncache and syncache_head to make them more | Andre Oppermann | 2006-06-17 | 1 | -5/+6 |
| * | ANSIfy and tidy up comments. | Andre Oppermann | 2006-06-17 | 1 | -52/+23 |
| * | Add locking to TCP syncache and drop the global tcpinfo lock as early | Andre Oppermann | 2006-06-17 | 4 | -272/+312 |
| * | Load the envy24 driver in the meta-module too. | Alexander Leidinger | 2006-06-17 | 1 | -0/+2 |
| * | Connect the envy42 driver to the build. | Alexander Leidinger | 2006-06-17 | 1 | -2/+2 |
| * | - fix compatibility with newer versions of FreeBSD | Alexander Leidinger | 2006-06-17 | 4 | -58/+184 |
| * | dd the envy24 driver as is to the tree. It's not connected to the build | Alexander Leidinger | 2006-06-17 | 10 | -0/+6546 |
| * | Make the size of the subject32_ex and process32_ex tokens depend on | Wayne Salamon | 2006-06-17 | 1 | -13/+25 |
| * | Remove the snd_es1888 module now that it isn't build anymore. | Alexander Leidinger | 2006-06-17 | 1 | -1/+0 |
| * | Use ptoa(psize) instead of size to compute the end of the mapping in | Alan Cox | 2006-06-17 | 1 | -3/+3 |
| * | Add a description for sysctl -d. | Ed Maste | 2006-06-17 | 1 | -1/+1 |
| * | Remove extra blank line below comment. | Robert Watson | 2006-06-16 | 1 | -1/+0 |
| * | Remove unused (and ifdef'd) unp_abort() and unp_drain(). | Robert Watson | 2006-06-16 | 1 | -18/+0 |
| * | Check for errors when registering and unregistering firmware modules. This | John Baldwin | 2006-06-16 | 1 | -12/+25 |
| * | Add a kern.timecounter.tc sysctl tree that contains the mask, | David Malone | 2006-06-16 | 1 | -0/+40 |
| * | Never zero-out db_last_symtab. Whan backtraces are done | Konstantin Belousov | 2006-06-16 | 1 | -1/+0 |
| * | Unbreak tinderbox- fix device_printf arg to accomodate different sizes | Matt Jacob | 2006-06-16 | 1 | -2/+2 |
| * | Build the ppc module on pc98. | Yoshihiro Takahashi | 2006-06-16 | 2 | -2/+6 |
| * | Return -1 from db_numargs() if number of args couldn't be guessed. | Yaroslav Tykhiy | 2006-06-16 | 1 | -4/+8 |
| * | Allow for ppc(4) to be built as module, initially | Konstantin Belousov | 2006-06-16 | 2 | -0/+14 |
| * | Guess the number of arguments to a function somewhat better. | Yaroslav Tykhiy | 2006-06-16 | 1 | -4/+8 |
| * | Fix pfsync w/o carp compilation. | Max Laier | 2006-06-16 | 1 | -0/+2 |
| * | Kill an XXX remark that has been untrue since rev. 1.150 of this file. | Yaroslav Tykhiy | 2006-06-16 | 1 | -4/+0 |
| * | Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should be | Christian S.J. Peron | 2006-06-16 | 1 | -4/+0 |
| * | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | Alexander Leidinger | 2006-06-15 | 12 | -12/+0 |
| * | Since we are doing some bpf(4) clean up, change a couple of function prototypes | Christian S.J. Peron | 2006-06-15 | 1 | -142/+48 |
| * | Possess some work from OpenBSD, with some local additions. | Gleb Smirnoff | 2006-06-15 | 2 | -292/+381 |
| * | Add support of 'tablearg' feature for: | Oleg Bulyzhin | 2006-06-15 | 1 | -15/+30 |
| * | install_state(): style(9) cleanup | Oleg Bulyzhin | 2006-06-15 | 1 | -33/+36 |
| * | o Expand an exclusive lock scope to prevent a race between two | Maxim Konovalov | 2006-06-15 | 1 | -5/+5 |
| * | Use scheduler API sched_relinquish() to implement yield() syscall. | David Xu | 2006-06-15 | 1 | -8/+2 |
| * | Add scheduler API sched_relinquish(), the API is used to implement | David Xu | 2006-06-15 | 6 | -6/+46 |
| * | Remove mpte optimization from pmap_enter_quick(). | Stephan Uphoff | 2006-06-15 | 11 | -47/+28 |
| * | Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even if | Andrew Gallatin | 2006-06-14 | 1 | -13/+11 |
| * | Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(), | Andrew Gallatin | 2006-06-14 | 1 | -1/+2 |
| * | Correct an error in the previous revision that could lead to a panic: | Alan Cox | 2006-06-14 | 1 | -0/+1 |
| * | Remove the initial myri10ge driver, now that it has been | Andrew Gallatin | 2006-06-14 | 10 | -4376/+0 |
| * | Update the mxge driver. | Andrew Gallatin | 2006-06-14 | 5 | -1694/+1995 |
| * | Fix byteorder of syncpeer and make it actually work. | Max Laier | 2006-06-14 | 1 | -6/+23 |
| * | Clear ke_runq before calling maybe_preempt, this avoids a | David Xu | 2006-06-14 | 1 | -0/+2 |
| * | Unexpand an instance of TAILQ_EMPTY() | Xin LI | 2006-06-14 | 1 | -1/+1 |