| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove a leftover dysonism. | phk | 2000-04-29 | 1 | -4/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 71 | -72/+0 |
* | Add a missing MODULE_DEPEND() on miibus.. I was working from | peter | 2000-04-29 | 2 | -0/+4 |
* | Depend on miibus. | peter | 2000-04-29 | 15 | -0/+30 |
* | Provide a tag so that miibus consumers can depend on the module, | peter | 2000-04-29 | 1 | -0/+2 |
* | Minimal tweak to make the ng_XXX modules depend on netgraph so that they | peter | 2000-04-29 | 2 | -1/+4 |
* | nwfs depends on ncp | peter | 2000-04-29 | 3 | -0/+6 |
* | Stick a module dependency on 'splash' in the saver declaration macro so | peter | 2000-04-29 | 2 | -2/+6 |
* | Initial dependency so that the kld's will link. imgact_coff depends | peter | 2000-04-29 | 2 | -0/+4 |
* | The newer module dependency code exposes an apparent bug in the | peter | 2000-04-29 | 1 | -0/+1 |
* | First round implementation of a fine grain enhanced module to module | peter | 2000-04-29 | 8 | -385/+705 |
* | Do not fault if curproc is null. | peter | 2000-04-29 | 1 | -1/+1 |
* | Do not use uprintf() for link time error messages. This has unpleasant | peter | 2000-04-29 | 2 | -8/+8 |
* | This new version adds support for early NCR chips. | groudier | 2000-04-29 | 6 | -2116/+4517 |
* | Mark two functions as private. | peter | 2000-04-29 | 6 | -0/+22 |
* | LOAD_ADDRESS is not used here. See conf/ldscript.* for the link base | peter | 2000-04-29 | 4 | -4/+0 |
* | Fixed typo. | nyan | 2000-04-29 | 1 | -1/+1 |
* | OOps forgot to check in this one... | julian | 2000-04-28 | 1 | -3/+4 |
* | Hookup /dev/[u]random on the Alpha. | obrien | 2000-04-28 | 2 | -4/+91 |
* | Initialise entropy pool. | obrien | 2000-04-28 | 1 | -0/+5 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 30 | -98/+188 |
* | Replace PacketAliasRedirectPptp() (which had nothing specific | ru | 2000-04-28 | 5 | -111/+88 |
* | Change Elf64_Brandinfo::brand from char* to int. | dfr | 2000-04-28 | 1 | -1/+1 |
* | Reserve register t7 on alpha to point at per-cpu global variables. | dfr | 2000-04-28 | 1 | -1/+2 |
* | When files are given to users by root, the quota system failed to | mckusick | 2000-04-28 | 1 | -0/+10 |
* | sanpai-san (sanpai@sanpai.org) suggested that we put the novel probe | imp | 2000-04-28 | 1 | -2/+2 |
* | Add a new macro CIRCLEQ_FOREACH_REVERSE for traversing through a | archie | 2000-04-27 | 1 | -0/+5 |
* | make the example compile again. | n_hibma | 2000-04-27 | 1 | -0/+2 |
* | Add default 5min timeout for output drain to stop hanging on exit or in other | ache | 2000-04-27 | 1 | -0/+2 |
* | Spell PacketAliasRedirectAddr() correctly. | ru | 2000-04-27 | 1 | -1/+1 |
* | Load Sharing using IP Network Address Translation (RFC 2391, LSNAT). | ru | 2000-04-27 | 3 | -27/+150 |
* | Add a bpfdetach() stub routine to bpf.c. Without this, you'll get an | wpaul | 2000-04-27 | 1 | -0/+6 |
* | Added PC-98 supports. | nyan | 2000-04-27 | 3 | -0/+86 |
* | Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes. | nyan | 2000-04-27 | 9 | -168/+572 |
* | machine/random.h -> sys/random.h | nyan | 2000-04-27 | 3 | -3/+3 |
* | Add wormio.h. The wd driver needs it. | nyan | 2000-04-27 | 2 | -1/+118 |
* | Make PXE do a dhcp request to find out where its files are. The | ps | 2000-04-27 | 1 | -15/+36 |
* | Calculate checksum properly for propagated IPX/NetBIOS packets. | bp | 2000-04-27 | 1 | -2/+2 |
* | Fix support for 802.2 and SNAP frames. Bug was introduced during | bp | 2000-04-27 | 2 | -25/+53 |
* | Don't report errors when we UDP_WRITE fails with a status of 1. | ps | 2000-04-27 | 1 | -1/+3 |
* | duh, i forgot to change a bitmask, sorry alexander | cg | 2000-04-26 | 1 | -1/+1 |
* | Remove synchronizing instruction in MP unlock code. It turns out | dillon | 2000-04-26 | 1 | -10/+21 |
* | Fix #! script exec under linux emulation. If a script is exec'd from a | dillon | 2000-04-26 | 9 | -39/+156 |
* | Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. | phk | 2000-04-26 | 10 | -569/+605 |
* | fix minor numbers for multi-channel devices | cg | 2000-04-26 | 1 | -8/+6 |
* | Now that we are compiling PXE into libi386, we don't need ../libi386 in | jhb | 2000-04-26 | 1 | -1/+0 |
* | repo-copied to sys/gnu/dev/sound/pci/emu10k1.h | cg | 2000-04-26 | 1 | -672/+0 |
* | update for new location of emu10k1.h under sys/gnu | cg | 2000-04-26 | 1 | -1/+1 |
* | MFPAO3. Improvement of of pccard cis tuple parsing capability. | iwasaki | 2000-04-26 | 1 | -0/+29 |
* | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | green | 2000-04-26 | 8 | -216/+116 |