| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix damaged comment. | jkh | 1998-10-09 | 1 | -1/+2 |
* | Kernel environment access, preloaded module lookup. | msmith | 1998-10-09 | 2 | -0/+270 |
* | BIOS ROM base address is 0xe8000 on PC-98. | kato | 1998-10-08 | 1 | -1/+6 |
* | Cast the return value of tvtohz() from a long to an int to satisfy the | alex | 1998-10-06 | 2 | -4/+4 |
* | Make sure that the argv pointers for init are aligned to the correct | dfr | 1998-10-06 | 1 | -2/+2 |
* | Make the printf when busy_time < 0 a little more descriptive. This may | ken | 1998-10-06 | 1 | -2/+4 |
* | Taking the GENERIC kernel and commenting out MSDOSFS, CD9660{,_ROOT}, PROCFS, | obrien | 1998-10-05 | 1 | -2/+3 |
* | Send a MOD_UNLOAD event before deleting the module. if the MOD_LOAD event | dfr | 1998-10-03 | 1 | -1/+2 |
* | Don't call DEVICE_DETACH directly, always go through the device_detach() | dfr | 1998-10-03 | 1 | -4/+4 |
* | Fix a bug which caused the dynamic linker pathname in the PT_INTERP | jdp | 1998-10-03 | 1 | -11/+7 |
* | Start using the new SWI registration system instead of hardwiring everything. | dfr | 1998-09-26 | 1 | -9/+13 |
* | PR: kern/7418 | dillon | 1998-09-26 | 1 | -1/+14 |
* | Goodbye BOUNCE_BUFFERS, for a hack it has served us well. | peter | 1998-09-25 | 1 | -9/+1 |
* | Eliminate a race in VOP_FSYNC() when softupdates is enabled. | luoqi | 1998-09-24 | 2 | -72/+30 |
* | Fix precedence bug, so that kernel dump works. | dt | 1998-09-20 | 1 | -2/+2 |
* | Change the devstat generation number from an int to a long. The int-sized | ken | 1998-09-20 | 1 | -5/+5 |
* | Document BUS_CREATE_INTR and BUS_CONNECT_INTR. | dfr | 1998-09-16 | 1 | -3/+8 |
* | Restore the core-dumping of all writable segments for ELF executables, | jdp | 1998-09-16 | 1 | -80/+188 |
* | Erk. Revert back to 1.31, dumping only data and stack to the core | jdp | 1998-09-15 | 1 | -200/+68 |
* | When choosing segments to write to the core file, don't assume that | jdp | 1998-09-15 | 1 | -2/+3 |
* | Instead of just the data and stack segments, include all writable | jdp | 1998-09-15 | 1 | -68/+199 |
* | kern_clock.c: | gibbs | 1998-09-15 | 3 | -48/+9 |
* | When a buffer is removed from a buffer queue, remember it's block number | gibbs | 1998-09-15 | 1 | -26/+52 |
* | Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at | gibbs | 1998-09-15 | 1 | -84/+67 |
* | New Kernel device statistics code. | gibbs | 1998-09-15 | 1 | -0/+245 |
* | Remove includes that are no longer needed, now that the core dumping | jdp | 1998-09-14 | 1 | -9/+1 |
* | Viola! The kernel now generates standard ELF core dumps for ELF | jdp | 1998-09-14 | 1 | -16/+280 |
* | Remove the SLICE code. | sos | 1998-09-14 | 5 | -22/+5 |
* | Add provisions for variant core dump file formats, depending on the | jdp | 1998-09-14 | 4 | -104/+115 |
* | Implement dynamic loading for ELF. | dfr | 1998-09-11 | 2 | -372/+820 |
* | Avoid a possible memory leak. | dfr | 1998-09-11 | 1 | -2/+8 |
* | Don't keep the underlying directory locked while performing the file | tegge | 1998-09-10 | 2 | -8/+32 |
* | Don't use CTL_VFS at the wrong level. This caused loops in the sysctl | bde | 1998-09-09 | 1 | -3/+2 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 1 | -4/+9 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -14/+115 |
* | Store formatted panic string in static buffer to make it available later | ache | 1998-09-06 | 2 | -6/+20 |
* | Ignore the statically configured vfs type numbers and assign vfs | bde | 1998-09-05 | 3 | -20/+63 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 2 | -2/+4 |
* | Fixed bogotification of pseudocode for syscall args by rev.1.53 of | bde | 1998-09-05 | 3 | -10/+10 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 2 | -10/+25 |
* | Fixed recently perpetrated printf format errors. | bde | 1998-09-05 | 3 | -8/+6 |
* | make sbflush panic messages more descriptive | ache | 1998-09-04 | 2 | -6/+8 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 3 | -25/+25 |
* | Bow to tradition and correctly implement the bogus-but-hallowed semantics | wollman | 1998-08-31 | 1 | -5/+6 |
* | Correctly set the return length regardless of the relative size of the | wollman | 1998-08-31 | 1 | -6/+3 |
* | - hw.machine_arch returns cpu architecture type. | kato | 1998-08-31 | 1 | -2/+1 |
* | Oops, the previous revision unconfigured too much pre-Lite2 compatibilty | bde | 1998-08-29 | 2 | -8/+8 |
* | Close a race window for getnewbuf() between shared lock holders of the vnode. | luoqi | 1998-08-28 | 1 | -2/+2 |
* | priority comparison in maybe_resched() didn't work properly if current | dillon | 1998-08-26 | 1 | -6/+13 |
* | Fix DDBs printing of buf-flags after I changed them yesterday. | phk | 1998-08-25 | 1 | -3/+3 |