| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel | Kris Kennaway | 2001-03-12 | 5 | -5/+20 |
| * | change the default mode from adhoc to bss (infrastructure) | Assar Westerlund | 2001-03-12 | 1 | -1/+1 |
| * | change default from adhoc mode to BSS (infrastructure) | Assar Westerlund | 2001-03-12 | 1 | -1/+1 |
| * | Eliminate global node types and instead use an operations vector for | Jonathan Lemon | 2001-03-12 | 6 | -684/+561 |
| * | Unbreak LINT. | Jonathan Lemon | 2001-03-12 | 1 | -5/+17 |
| * | Add Intel 82553, 82555 PHY driver. | Jonathan Lemon | 2001-03-12 | 1 | -1/+1 |
| * | Add the Intel PHY driver. | Jonathan Lemon | 2001-03-12 | 1 | -0/+1 |
| * | Add drivers for Intel 82553 and 82555 PHYs. | Jonathan Lemon | 2001-03-12 | 2 | -0/+340 |
| * | Regenerate. | Jonathan Lemon | 2001-03-12 | 1 | -1/+8 |
| * | Add some definitions for Intel 82553 PHYs | Jonathan Lemon | 2001-03-12 | 1 | -0/+5 |
| * | Don't require that mouse cursor must be visible before mouse paste. | Andrey A. Chernov | 2001-03-12 | 2 | -15/+7 |
| * | Update default keyboard (PREV, PASTE) | Andrey A. Chernov | 2001-03-12 | 1 | -2/+2 |
| * | - Call fork1() directly instead of calling rfork() so that it doesn't mask | John Baldwin | 2001-03-11 | 1 | -9/+5 |
| * | Implement keyboard paste | Andrey A. Chernov | 2001-03-11 | 4 | -5/+18 |
| * | Assert that the process we're trying to enqueue isn't already there. | Dag-Erling Smørgrav | 2001-03-11 | 1 | -0/+21 |
| * | rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have | Dag-Erling Smørgrav | 2001-03-11 | 1 | -7/+3 |
| * | In ip_output(), initialise `ia' in the case where the packet has | Ian Dowse | 2001-03-11 | 1 | -0/+1 |
| * | Add missed MODULE_VERSION() call, so loading of unicode conversion routine | Maxim Sobolev | 2001-03-11 | 2 | -0/+2 |
| * | Do not kill vnodes after rename. This can cause deadlocks in the deadfs. | Boris Popov | 2001-03-11 | 2 | -12/+4 |
| * | Add a mount time option which slightly relaxes checks for valid Joilet | Boris Popov | 2001-03-11 | 4 | -2/+6 |
| * | This is an MFC candidate. | Justin T. Gibbs | 2001-03-11 | 14 | -389/+521 |
| * | Plug several mbuf leaks in error cases (in nd6) | Bosko Milekic | 2001-03-11 | 3 | -7/+14 |
| * | When aio_read/write() is used on a raw device, physical buffers are | Alan Cox | 2001-03-10 | 2 | -7/+27 |
| * | netgraph.h: | Julian Elischer | 2001-03-10 | 3 | -24/+65 |
| * | Kernel crypto need binary key material, not symbolic ascii. | Mark Murray | 2001-03-10 | 1 | -0/+3 |
| * | The /dev/random driver used Rijndael, not Blowfish, now. | Mark Murray | 2001-03-10 | 2 | -5/+4 |
| * | Very large makeover of the /dev/random driver. | Mark Murray | 2001-03-10 | 7 | -458/+504 |
| * | after discovering that the Santa Clara Valley Medical Center actually | Bill Fumerola | 2001-03-10 | 1 | -1/+13 |
| * | Remove now unused opt_ipx.h and opt_inet.h | Boris Popov | 2001-03-10 | 1 | -17/+1 |
| * | Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected | Boris Popov | 2001-03-10 | 12 | -102/+90 |
| * | Synch with changes in the NCP requester. | Boris Popov | 2001-03-10 | 6 | -374/+456 |
| * | Major update of NCP requester: | Boris Popov | 2001-03-10 | 14 | -1249/+911 |
| * | Specify packing for an entire structure, not for each element of it. | Boris Popov | 2001-03-10 | 1 | -95/+95 |
| * | Fix a botch where we wrote the year register with > 2 digits (and | Matt Jacob | 2001-03-09 | 1 | -9/+6 |
| * | Remove vn(4) driver. | Poul-Henning Kamp | 2001-03-09 | 3 | -804/+1 |
| * | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | Poul-Henning Kamp | 2001-03-09 | 5 | -12/+1 |
| * | Use a more BIOS friendly geometry. | Poul-Henning Kamp | 2001-03-09 | 1 | -1/+1 |
| * | Don't call malloc with M_WAITOK while holding a mutex. | Alfred Perlstein | 2001-03-09 | 1 | -22/+21 |
| * | When creating a shadow vm_object in vmspace_fork(), only one | Ian Dowse | 2001-03-09 | 1 | -0/+4 |
| * | Change the kernel layout to match Linux/ia64 more closely. This prevents | Doug Rabson | 2001-03-09 | 1 | -8/+11 |
| * | Add SKI_ROOT_FILESYSTEM option. | Doug Rabson | 2001-03-09 | 1 | -0/+3 |
| * | Allow the config file to specify a root filesystem filename. | Doug Rabson | 2001-03-09 | 1 | -1/+6 |
| * | Adjust a comment slightly. | Doug Rabson | 2001-03-09 | 1 | -2/+1 |
| * | Make it possible to use IP_TTL and IP_TOS setsockopt(2) options | Ruslan Ermilov | 2001-03-09 | 2 | -3/+4 |
| * | Define KINFO_PROC_SIZE for ia64. | Doug Rabson | 2001-03-09 | 1 | -1/+8 |
| * | Push the test for a disconnected socket when accept()ing down to the | Jonathan Lemon | 2001-03-09 | 2 | -4/+9 |
| * | The TCP sequence number used for sending a RST with the ipfw reset rule | Jonathan Lemon | 2001-03-09 | 1 | -1/+1 |
| * | Fix mtx_legal2block. The only time that it is bad to block on a mutex is | John Baldwin | 2001-03-09 | 10 | -13/+29 |
| * | Use the kthread API to create and destroy AIO daemons. | Alan Cox | 2001-03-09 | 1 | -9/+7 |
| * | Add a new informative KASSERT to ensure that a process is in the SRUN state | John Baldwin | 2001-03-09 | 1 | -0/+3 |