aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Yet another fix from BDE for the new pipe code. This fixes a potentialJohn Dyson1996-03-171-6/+5
* Actually implement SA_RESETHAND - some of the sigaction code recognised itPeter Wemm1996-03-151-11/+27
* Remove references to MAP_FILE.. That is now "default" and is onlyPeter Wemm1996-03-121-4/+4
* Move these out of the way (to the Attic) as we do not use this versionPeter Wemm1996-03-111-12/+0
* This commit was generated by cvs2svn to compensate for changes in r14567,Peter Wemm1996-03-111-0/+12
|\
| * Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allPeter Wemm1996-03-1153-0/+28580
* Changed socket code to use 4.4BSD queue macros. This includes removingDavid Greenman1996-03-114-141/+88
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-112-2/+4
* From Lite2: proc LIST changesJeffrey Hsu1996-03-111-8/+12
* From Lite2: proc LIST changes.Jeffrey Hsu1996-03-116-214/+111
* From Lite2: proc LIST changesJeffrey Hsu1996-03-111-8/+9
* Merge in Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-27/+2
* Merge in Lite2: proc LIST changesJeffrey Hsu1996-03-111-4/+8
* Merge in Lite2: buf fix with comparison of wrong field against EXTPROC.Jeffrey Hsu1996-03-111-3/+3
* From NetBSD: add #include <sys/acct.h> for acct_process() prototype.Jeffrey Hsu1996-03-111-1/+2
* From Lite2: change code parameter to u_long and initialize ps_sig.Jeffrey Hsu1996-03-111-2/+4
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-112-6/+6
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.Jeffrey Hsu1996-03-111-21/+13
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.Jeffrey Hsu1996-03-111-5/+6
* Tweak the data/bss segment page count. The last version workedPeter Wemm1996-03-101-4/+3
* Fix some rounding problems.. In some (fairly rare) situtaions it mappedPeter Wemm1996-03-101-12/+22
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-102-4/+724
* Correct handling of dirty pages in I/O buffers. The case where pagesJohn Dyson1996-03-091-3/+9
* Put the "free vnode isn't" check back in the right place.John Dyson1996-03-092-6/+6
* Remove a now unnecessary function prototype.John Dyson1996-03-091-3/+1
* In order to fix some concurrency problems with the swap pager earlyJohn Dyson1996-03-031-29/+31
* Deal with NetBSD byte-swapped a.out magic when checking the MID to excludePeter Wemm1996-03-031-2/+4
* Keep fork from over extending the number of processes. Since u_map isJohn Dyson1996-03-031-2/+11
* Fix the buffer queue problem differently. The previous fix could panicJohn Dyson1996-03-031-6/+2
* Fix a problem with the rlist code that it can have virtual pages thatJohn Dyson1996-03-021-3/+4
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-027-160/+85
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-023-3/+7
* reran makesyscalls.sh after "int len" -> "size_t len" changes.Peter Wemm1996-03-022-2/+2
* Change the 'int len' args in the mmap/msync/mincore/etc class syscallsPeter Wemm1996-03-021-20/+6
* 1) Fix a bug that a buffer is removed from a queue, but theJohn Dyson1996-03-022-28/+124
* Enable VMIO for non-VDIR metadata and block device.John Dyson1996-03-022-6/+6
* More b_flags fixes.John Dyson1996-03-022-7/+7
* Fix a bug that b_flags was getting unnecessarily modified byJohn Dyson1996-03-013-8/+8
* Add a new option: DDB_UNATTENDED. Stops machine dropping into DDBGary Palmer1996-02-281-1/+3
* Fix a problem with tracking the modified bit. Eliminate theJohn Dyson1996-02-251-6/+7
* Add two sysctl variables that can be read by libutil and libkvm so thatPeter Wemm1996-02-241-1/+12
* Make getsockopt() capable of handling more than one mbuf worth of data.Poul-Henning Kamp1996-02-241-6/+13
* Garrett pointed out that the correct place for unix system call argsPeter Wemm1996-02-231-2/+2
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-234-19/+110
* Run makesyscalls to regen the tables.Peter Wemm1996-02-232-16/+56
* Add hooks for rfork/minherit pair, and reset args of vfork in preperationPeter Wemm1996-02-231-2/+24
* Note the syscall numbers used in BSD/OS 2.x. We dont want toPeter Wemm1996-02-231-10/+9
* Fix a problem that select did not work with direct writes. MakeJohn Dyson1996-02-221-8/+15
* Add missing prototype for pipeselwakeup (a recently added function) - gccPeter Wemm1996-02-171-1/+2
* Kill XNS.Garrett Wollman1996-02-132-8/+8