| Commit message (Expand) | Author | Age | Files | Lines |
* | Switched from using devfs_add_devsw() to devfs_add_devswf() | scrappy | 1996-03-28 | 3 | -8/+15 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -10/+4 |
* | Remove a now unnecessary prototype from pmap.c. Also remove now | dyson | 1996-03-28 | 1 | -30/+1 |
* | Fixed name of /dev/fs/klog (it's not "log"). | bde | 1996-03-27 | 1 | -3/+4 |
* | Fixed permissions of /devfs/lkm. | bde | 1996-03-27 | 1 | -3/+4 |
* | Fixed the unit numbers of the devfs `fd' devices. | bde | 1996-03-27 | 1 | -12/+16 |
* | Fixed permissions of /devfs/*random. | bde | 1996-03-27 | 1 | -4/+10 |
* | Fixed mode of /devfs/console. | bde | 1996-03-27 | 1 | -10/+4 |
* | Fixed group of disk devices (was wheel or games, now operator). | bde | 1996-03-27 | 1 | -14/+14 |
* | Print stack pointer and frame pointer in trap messages. | bde | 1996-03-27 | 1 | -6/+17 |
* | Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to the | jkh | 1996-03-25 | 1 | -4/+5 |
* | Various pipe error return fixes, and a significant typeo fix. From | dyson | 1996-03-25 | 1 | -9/+15 |
* | Ok, now this is correct (even simple fixes sometimes ain't so simple :) | jkh | 1996-03-23 | 1 | -3/+4 |
* | Fix bogus last commit - debugger_on_panic was referenced even when | jkh | 1996-03-23 | 1 | -2/+2 |
* | Remove all traces of KADB | phk | 1996-03-23 | 1 | -11/+15 |
* | Fixed unsigned longs that should have been vm_offset_t. | bde | 1996-03-19 | 2 | -4/+5 |
* | Yet another fix from BDE for the new pipe code. This fixes a potential | dyson | 1996-03-17 | 1 | -6/+5 |
* | Actually implement SA_RESETHAND - some of the sigaction code recognised it | peter | 1996-03-15 | 1 | -11/+27 |
* | Remove references to MAP_FILE.. That is now "default" and is only | peter | 1996-03-12 | 1 | -4/+4 |
* | Move these out of the way (to the Attic) as we do not use this version | peter | 1996-03-11 | 1 | -12/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r14567, | peter | 1996-03-11 | 1 | -0/+12 |
|\ |
|
| * | Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all | peter | 1996-03-11 | 53 | -3662/+5554 |
* | | Changed socket code to use 4.4BSD queue macros. This includes removing | dg | 1996-03-11 | 4 | -141/+88 |
* | | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 2 | -2/+4 |
* | | From Lite2: proc LIST changes | hsu | 1996-03-11 | 1 | -8/+12 |
* | | From Lite2: proc LIST changes. | hsu | 1996-03-11 | 6 | -214/+111 |
* | | From Lite2: proc LIST changes | hsu | 1996-03-11 | 1 | -8/+9 |
* | | Merge in Lite2: proc LIST changes. | hsu | 1996-03-11 | 1 | -27/+2 |
* | | Merge in Lite2: proc LIST changes | hsu | 1996-03-11 | 1 | -4/+8 |
* | | Merge in Lite2: buf fix with comparison of wrong field against EXTPROC. | hsu | 1996-03-11 | 1 | -3/+3 |
* | | From NetBSD: add #include <sys/acct.h> for acct_process() prototype. | hsu | 1996-03-11 | 1 | -1/+2 |
* | | From Lite2: change code parameter to u_long and initialize ps_sig. | hsu | 1996-03-11 | 1 | -2/+4 |
* | | From Lite2: rename fs to vfs. | hsu | 1996-03-11 | 2 | -6/+6 |
* | | Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead. | hsu | 1996-03-11 | 1 | -21/+13 |
* | | Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead. | hsu | 1996-03-11 | 1 | -5/+6 |
* | | Tweak the data/bss segment page count. The last version worked | peter | 1996-03-10 | 1 | -4/+3 |
* | | Fix some rounding problems.. In some (fairly rare) situtaions it mapped | peter | 1996-03-10 | 1 | -12/+22 |
* | | First attempt at FreeBSD & Linux ELF support. | sos | 1996-03-10 | 2 | -4/+724 |
* | | Correct handling of dirty pages in I/O buffers. The case where pages | dyson | 1996-03-09 | 1 | -3/+9 |
* | | Put the "free vnode isn't" check back in the right place. | dyson | 1996-03-09 | 2 | -6/+6 |
* | | Remove a now unnecessary function prototype. | dyson | 1996-03-09 | 1 | -3/+1 |
* | | In order to fix some concurrency problems with the swap pager early | dyson | 1996-03-03 | 1 | -29/+31 |
* | | Deal with NetBSD byte-swapped a.out magic when checking the MID to exclude | peter | 1996-03-03 | 1 | -2/+4 |
* | | Keep fork from over extending the number of processes. Since u_map is | dyson | 1996-03-03 | 1 | -2/+11 |
* | | Fix the buffer queue problem differently. The previous fix could panic | dyson | 1996-03-03 | 1 | -6/+2 |
* | | Fix a problem with the rlist code that it can have virtual pages that | dyson | 1996-03-02 | 1 | -3/+4 |
* | | Mega-commit for Linux emulator update.. This has been stress tested under | peter | 1996-03-02 | 7 | -160/+85 |
* | | Add more options into the conf/options and i386/conf/options.i386 files | peter | 1996-03-02 | 3 | -3/+7 |
* | | reran makesyscalls.sh after "int len" -> "size_t len" changes. | peter | 1996-03-02 | 2 | -2/+2 |
* | | Change the 'int len' args in the mmap/msync/mincore/etc class syscalls | peter | 1996-03-02 | 1 | -20/+6 |