summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"scrappy1996-04-051-15/+12
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Convert from using dev_link() to dev_linkf()scrappy1996-04-011-15/+21
* Remove bogus architectures to allow make tags to work.jkh1996-03-311-1/+1
* Correct the handling of NOCLDSTOP when using sigvec()peter1996-03-301-12/+24
* Because of the way that ptrace() now calls procfs routines to read/writepeter1996-03-301-2/+16
* Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 andbde1996-03-281-4/+4
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-283-8/+15
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-10/+4
* Remove a now unnecessary prototype from pmap.c. Also remove nowdyson1996-03-281-30/+1
* Fixed name of /dev/fs/klog (it's not "log").bde1996-03-271-3/+4
* Fixed permissions of /devfs/lkm.bde1996-03-271-3/+4
* Fixed the unit numbers of the devfs `fd' devices.bde1996-03-271-12/+16
* Fixed permissions of /devfs/*random.bde1996-03-271-4/+10
* Fixed mode of /devfs/console.bde1996-03-271-10/+4
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-14/+14
* Print stack pointer and frame pointer in trap messages.bde1996-03-271-6/+17
* Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to thejkh1996-03-251-4/+5
* Various pipe error return fixes, and a significant typeo fix. Fromdyson1996-03-251-9/+15
* Ok, now this is correct (even simple fixes sometimes ain't so simple :)jkh1996-03-231-3/+4
* Fix bogus last commit - debugger_on_panic was referenced even whenjkh1996-03-231-2/+2
* Remove all traces of KADBphk1996-03-231-11/+15
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-192-4/+5
* Yet another fix from BDE for the new pipe code. This fixes a potentialdyson1996-03-171-6/+5
* Actually implement SA_RESETHAND - some of the sigaction code recognised itpeter1996-03-151-11/+27
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-121-4/+4
* Move these out of the way (to the Attic) as we do not use this versionpeter1996-03-111-12/+0
* This commit was generated by cvs2svn to compensate for changes in r14567,peter1996-03-111-0/+12
|\
| * Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allpeter1996-03-1153-3662/+5554
* | Changed socket code to use 4.4BSD queue macros. This includes removingdg1996-03-114-141/+88
* | Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-112-2/+4
* | From Lite2: proc LIST changeshsu1996-03-111-8/+12
* | From Lite2: proc LIST changes.hsu1996-03-116-214/+111
* | From Lite2: proc LIST changeshsu1996-03-111-8/+9
* | Merge in Lite2: proc LIST changes.hsu1996-03-111-27/+2
* | Merge in Lite2: proc LIST changeshsu1996-03-111-4/+8
* | Merge in Lite2: buf fix with comparison of wrong field against EXTPROC.hsu1996-03-111-3/+3
* | From NetBSD: add #include <sys/acct.h> for acct_process() prototype.hsu1996-03-111-1/+2
* | From Lite2: change code parameter to u_long and initialize ps_sig.hsu1996-03-111-2/+4
* | From Lite2: rename fs to vfs.hsu1996-03-112-6/+6
* | Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.hsu1996-03-111-21/+13
* | Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.hsu1996-03-111-5/+6
* | Tweak the data/bss segment page count. The last version workedpeter1996-03-101-4/+3
* | Fix some rounding problems.. In some (fairly rare) situtaions it mappedpeter1996-03-101-12/+22
* | First attempt at FreeBSD & Linux ELF support.sos1996-03-102-4/+724
* | Correct handling of dirty pages in I/O buffers. The case where pagesdyson1996-03-091-3/+9
* | Put the "free vnode isn't" check back in the right place.dyson1996-03-092-6/+6
* | Remove a now unnecessary function prototype.dyson1996-03-091-3/+1
* | In order to fix some concurrency problems with the swap pager earlydyson1996-03-031-29/+31
* | Deal with NetBSD byte-swapped a.out magic when checking the MID to excludepeter1996-03-031-2/+4
OpenPOWER on IntegriCloud