| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some -Wunused warnings | Peter Wemm | 1999-11-18 | 4 | -8/+0 |
| * | Fix some warnings. | Peter Wemm | 1999-11-18 | 1 | -2/+5 |
| * | Fix a warning. | Peter Wemm | 1999-11-18 | 2 | -6/+2 |
| * | Touch up the make_dev() usage to hopefully make it work and fix warnings. | Peter Wemm | 1999-11-18 | 1 | -5/+3 |
| * | Fix some warnings. | Peter Wemm | 1999-11-18 | 3 | -6/+6 |
| * | Fix a warning and a potential panic if TCPDEBUG is active. (tp is | Peter Wemm | 1999-11-18 | 1 | -0/+2 |
| * | Fix a warning (unused variable RCSid) | Peter Wemm | 1999-11-18 | 1 | -1/+1 |
| * | Ensure that garbage from the kernel stack does not wind up being | Matthew Dillon | 1999-11-18 | 3 | -0/+12 |
| * | Only bother converting the stat structure if we intend to return it, | Matthew Dillon | 1999-11-18 | 1 | -2/+3 |
| * | Zap nsio | Peter Wemm | 1999-11-18 | 1 | -1/+0 |
| * | Sync to latest cardbusdevs file | Warner Losh | 1999-11-18 | 2 | -0/+175 |
| * | Merge some typo fixes from dev/sio/sio.c (siostop -> comstop) | Peter Wemm | 1999-11-18 | 2 | -94/+186 |
| * | Raw import of newconfig cardbus code. This is effectively an import, | Warner Losh | 1999-11-18 | 7 | -0/+1093 |
| * | Initial import of cardbus bridge driver (cbb) from the latest | Warner Losh | 1999-11-18 | 3 | -0/+2701 |
| * | Add modules for cardbus and the cardbus bridge driver. Files needed | Warner Losh | 1999-11-18 | 2 | -0/+34 |
| * | Newcard's pccard module. It compiles, but doesn't work. This should | Warner Losh | 1999-11-18 | 1 | -0/+20 |
| * | Remove the non-functional "swap device" userland front-end to the | Peter Wemm | 1999-11-18 | 3 | -82/+14 |
| * | Hijack old, broken, obsolete, unsupported pcic module for the NEWCARD | Warner Losh | 1999-11-18 | 1 | -2/+14 |
| * | Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion. | Peter Wemm | 1999-11-18 | 1 | -2/+0 |
| * | Remove cdevsw_add() - the make_dev() calls are already there. | Peter Wemm | 1999-11-18 | 2 | -16/+2 |
| * | Remove cdevsw_add() - the necessary make_dev() is already there. | Peter Wemm | 1999-11-18 | 1 | -1/+0 |
| * | Remove cdevsw_add() - the necessary make_dev() calls appear to be there | Peter Wemm | 1999-11-18 | 1 | -1/+0 |
| * | Fix a warning. | Peter Wemm | 1999-11-18 | 1 | -1/+1 |
| * | 'const'ify a bunch of pointers in the resource_*() functions for accessing | Peter Wemm | 1999-11-18 | 2 | -22/+28 |
| * | Convert smb to use make_dev() rather than cdevsw_add(). This stops the | Peter Wemm | 1999-11-18 | 1 | -1/+3 |
| * | Convert iic to use make_dev() rather than cdevsw_add(). This stops the | Peter Wemm | 1999-11-18 | 1 | -1/+3 |
| * | Tidy up a few loose ends in the fifo setup code. | Peter Wemm | 1999-11-18 | 2 | -40/+2 |
| * | For now, disable umodem module building, because it doesn't. Don't | Brian Feldman | 1999-11-18 | 1 | -1/+1 |
| * | Move Alpha conflicting entries (98,99) to 135,136. Renumber the zsc | Peter Wemm | 1999-11-18 | 2 | -4/+3 |
| * | fix up a whitespace screwup I made. | Julian Elischer | 1999-11-18 | 1 | -2/+2 |
| * | o Remove #if XXX from around the probe code. | Warner Losh | 1999-11-17 | 2 | -51/+43 |
| * | Change the name of the modules from <name>_mod to <name> | Nick Hibma | 1999-11-17 | 8 | -12/+7 |
| * | Synchronisation with NetBSD as of 1999/11/16: | Nick Hibma | 1999-11-17 | 30 | -2159/+2901 |
| * | "b_unused1" was. | Poul-Henning Kamp | 1999-11-17 | 2 | -6/+4 |
| * | Do timeouts in terms of hz | Poul-Henning Kamp | 1999-11-17 | 1 | -1/+1 |
| * | Make proc/*/cmdline use the cached argv if available. | Poul-Henning Kamp | 1999-11-17 | 2 | -42/+62 |
| * | The function `procfs_getattr()' in procfs doesn't set the value of | Poul-Henning Kamp | 1999-11-17 | 2 | -0/+4 |
| * | modfind(char *) -> modfind(const char *) | Brian Somers | 1999-11-17 | 2 | -2/+2 |
| * | The logic for blackhole processing does not free mbufs if the | Poul-Henning Kamp | 1999-11-17 | 1 | -0/+2 |
| * | When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. | Archie Cobbs | 1999-11-17 | 3 | -2/+4 |
| * | Fix a couple of boo-boos in the last delta. | Matt Jacob | 1999-11-17 | 1 | -13/+15 |
| * | Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it's | Peter Wemm | 1999-11-17 | 2 | -1/+4 |
| * | Make "-mpreferred-stack-boundary=2" the default on the i386. | David E. O'Brien | 1999-11-17 | 1 | -0/+13 |
| * | Fix for 11815 (at mount time do a throwaway read of the front of the | Matt Jacob | 1999-11-17 | 1 | -131/+321 |
| * | Get rid of some trailing commas in enumerated types that cause gcc to | Kenneth D. Merry | 1999-11-17 | 2 | -6/+6 |
| * | Convert the xpt, pass, pt and target drivers to use the new | Kenneth D. Merry | 1999-11-17 | 4 | -18/+27 |
| * | Remove -O from CFLAGS | Nick Hibma | 1999-11-17 | 7 | -7/+9 |
| * | Add option NETGRAPH_KSOCKET. | Archie Cobbs | 1999-11-16 | 1 | -0/+1 |
| * | Add option NETGRAPH_KSOCKET. | Archie Cobbs | 1999-11-16 | 4 | -0/+4 |
| * | Add reference to new netgraph node type "ksocket". | Archie Cobbs | 1999-11-16 | 3 | -4/+6 |