| Commit message (Expand) | Author | Age | Files | Lines |
| * | Garbage call! | Poul-Henning Kamp | 2001-11-05 | 11 | -810/+0 |
| * | o dpt_control.c is not compiled into the system (commented out in | Robert Watson | 2001-11-05 | 1 | -6/+6 |
| * | Remove the old RocketPort driver which was left behind in favour | Poul-Henning Kamp | 2001-11-05 | 3 | -1990/+0 |
| * | - If we are booted via cdboot, use bc_add() to instantiate the cd0 device | John Baldwin | 2001-11-05 | 1 | -14/+16 |
| * | Hook up the bioscd driver and the cd9660 filesystem. | John Baldwin | 2001-11-05 | 1 | -0/+2 |
| * | Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond the | Matthew Dillon | 2001-11-05 | 1 | -2/+7 |
| * | Add a device driver for the BIOS device for CD-ROM's booted via El Torito | John Baldwin | 2001-11-05 | 7 | -21/+424 |
| * | Add a DEVT_CD type for CD drivers. | John Baldwin | 2001-11-05 | 1 | -0/+1 |
| * | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | Matthew Dillon | 2001-11-05 | 7 | -10/+32 |
| * | - net.inet.ipsec.esp_auth hasn't been there | Hajimu UMEMOTO | 2001-11-05 | 5 | -527/+224 |
| * | Update copyrights to include Thomas Moestl. | Robert Watson | 2001-11-05 | 2 | -7/+8 |
| * | Remove unnecessary WAK_STS bit waiting code for S1 sleep. | Mitsuru IWASAKI | 2001-11-05 | 1 | -14/+0 |
| * | Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries to | Andrew Gallatin | 2001-11-05 | 2 | -3/+3 |
| * | Define a new mount flag "MNT_JAILDEVFS" | Poul-Henning Kamp | 2001-11-05 | 3 | -18/+15 |
| * | Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's | Marcel Moolenaar | 2001-11-05 | 1 | -1/+2 |
| * | Clean up the trap handling code and make it consistent with the other platforms. | Mark Peek | 2001-11-05 | 7 | -609/+891 |
| * | Add enable_fpu/save_fpu for handling the floating point registers in the PCB. | Mark Peek | 2001-11-05 | 6 | -0/+235 |
| * | Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flags | Matthew Dillon | 2001-11-04 | 2 | -2/+2 |
| * | Move machine link creation from genassym to kernel-depend, per nyan@ | Warner Losh | 2001-11-04 | 2 | -4/+4 |
| * | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | Luigi Rizzo | 2001-11-04 | 11 | -266/+346 |
| * | Move the include before the extra rules so make all the default. | Warner Losh | 2001-11-04 | 1 | -2/+2 |
| * | Fix "echo > /dev/null" for non-root users which broke in previous commit. | Poul-Henning Kamp | 2001-11-04 | 1 | -5/+7 |
| * | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | Matthew Dillon | 2001-11-04 | 7 | -0/+14 |
| * | *** empty log message *** | Peter Wemm | 2001-11-04 | 1 | -3/+3 |
| * | s/FREE/free/ | Luigi Rizzo | 2001-11-04 | 1 | -1/+1 |
| * | Don't call cdevsw_add(). | Poul-Henning Kamp | 2001-11-04 | 1 | -1/+1 |
| * | devsw_add() and cdevsw_remove() are no longer needed. | Poul-Henning Kamp | 2001-11-04 | 4 | -27/+0 |
| * | Don't call cdevsw_add(). | Poul-Henning Kamp | 2001-11-04 | 1 | -1/+0 |
| * | Don't call cdevsw_{add,remove}(). | Poul-Henning Kamp | 2001-11-04 | 1 | -3/+0 |
| * | Don't call cdevsw_add(). | Poul-Henning Kamp | 2001-11-04 | 2 | -21/+0 |
| * | Add Søren's email address. | Jeroen Ruigrok van der Werven | 2001-11-04 | 1 | -1/+1 |
| * | Don't call cdevsw_add(). | Poul-Henning Kamp | 2001-11-04 | 7 | -41/+0 |
| * | Don't call devsw_add(). | Poul-Henning Kamp | 2001-11-04 | 1 | -4/+0 |
| * | Rename the top 7 bits if disk minors to spare bits, rather than type bits. | Poul-Henning Kamp | 2001-11-04 | 5 | -8/+8 |
| * | Don't call cdevsw_add(). | Poul-Henning Kamp | 2001-11-04 | 8 | -30/+0 |
| * | Don't call cdevsw_add() | Poul-Henning Kamp | 2001-11-04 | 2 | -8/+0 |
| * | B_ERROR is BIO_ERROR on -current. | Poul-Henning Kamp | 2001-11-04 | 2 | -2/+2 |
| * | Call to cdevsw_add() no longer needed. | Poul-Henning Kamp | 2001-11-04 | 3 | -3/+0 |
| * | Remove unneeded call to cdevsw_add() | Poul-Henning Kamp | 2001-11-04 | 1 | -4/+0 |
| * | Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assuming | Matthew Dillon | 2001-11-04 | 2 | -2/+46 |
| * | Trim all the extra debugging output including hexdumps, debug messages, | John Baldwin | 2001-11-04 | 1 | -189/+4 |
| * | Axe the old cdldr. | John Baldwin | 2001-11-04 | 2 | -298/+0 |
| * | Use the new cdboot instead of cdldr. | John Baldwin | 2001-11-04 | 1 | -2/+1 |
| * | This is a new CD bootstrap utility designed to replace cdldr. According | John Baldwin | 2001-11-04 | 2 | -119/+594 |
| * | Print out 'foo devices:' as the line before displaying a group of | John Baldwin | 2001-11-04 | 1 | -1/+1 |
| * | Don't choke on old sd%d.ctl devices. | Poul-Henning Kamp | 2001-11-03 | 1 | -0/+2 |
| * | Whoops, missed these bits in the previous commit. | John Baldwin | 2001-11-03 | 2 | -2/+4 |
| * | Add support for sending messages to the serial console which is helpful | John Baldwin | 2001-11-03 | 3 | -0/+163 |
| * | Add support for outputting multiple lines when dumping memory during the | John Baldwin | 2001-11-03 | 2 | -4/+26 |
| * | Add support for trace traps by returning from them just as for breakpoint | John Baldwin | 2001-11-03 | 2 | -2/+10 |