summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Keep fork from over extending the number of processes. Since u_map isdyson1996-03-031-2/+11
* | Fix the buffer queue problem differently. The previous fix could panicdyson1996-03-031-6/+2
* | Fix a problem with the rlist code that it can have virtual pages thatdyson1996-03-021-3/+4
* | Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-027-160/+85
* | Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-023-3/+7
* | reran makesyscalls.sh after "int len" -> "size_t len" changes.peter1996-03-022-2/+2
* | Change the 'int len' args in the mmap/msync/mincore/etc class syscallspeter1996-03-021-20/+6
* | 1) Fix a bug that a buffer is removed from a queue, but thedyson1996-03-022-28/+124
* | Enable VMIO for non-VDIR metadata and block device.dyson1996-03-022-6/+6
* | More b_flags fixes.dyson1996-03-022-7/+7
* | Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-013-8/+8
* | Add a new option: DDB_UNATTENDED. Stops machine dropping into DDBgpalmer1996-02-281-1/+3
* | Fix a problem with tracking the modified bit. Eliminate thedyson1996-02-251-6/+7
* | Add two sysctl variables that can be read by libutil and libkvm so thatpeter1996-02-241-1/+12
* | Make getsockopt() capable of handling more than one mbuf worth of data.phk1996-02-241-6/+13
* | Garrett pointed out that the correct place for unix system call argspeter1996-02-231-2/+2
* | kern_descrip.c: add fdshare()/fdcopy()peter1996-02-234-19/+110
* | Run makesyscalls to regen the tables.peter1996-02-232-16/+56
* | Add hooks for rfork/minherit pair, and reset args of vfork in preperationpeter1996-02-231-2/+24
* | Note the syscall numbers used in BSD/OS 2.x. We dont want topeter1996-02-231-10/+9
* | Fix a problem that select did not work with direct writes. Makedyson1996-02-221-8/+15
* | Add missing prototype for pipeselwakeup (a recently added function) - gccpeter1996-02-171-1/+2
* | Kill XNS.wollman1996-02-132-8/+8
* | rewrap some long lines.phk1996-02-131-6/+8
* | Add ifdefs for non-freebsd system usage. Add missing select wakeups,dyson1996-02-111-27/+63
* | Add some missing requests for the read-side to wakeup the write-side. Alsodyson1996-02-091-2/+11
* | Define a new socket option, SO_PRIVSTATE. Getting it returns the statewollman1996-02-071-1/+10
* | Apparent fix for a pipe hang problem.dyson1996-02-071-3/+16
* | More fixes from bde.dyson1996-02-051-14/+24
* | Kva space allocated for direct buffer wasn't quite big enough. Thedyson1996-02-051-7/+11
* | Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-041-1/+8
* | Improve the performance for pipe(2) again. Also include somedyson1996-02-042-47/+449
* | Properly calculate the amount of the devconf to output in SYSCTL_OUT.gibbs1996-01-311-2/+10
* | Improved killproc() log message and made it and the other similar messagedg1996-01-312-10/+9
* | Fix another problem with the new pipe code, pointed out by Bruce Evans.dyson1996-01-311-7/+6
* | Fix some problems with return codes on the new pipe stuff. Bruce Evansdyson1996-01-311-4/+8
* | Implement what I mentioned in rev 1.18: limit per-bucket allocations todg1996-01-291-3/+7
* | Fixed two bugs in the calculation of the malloc area (kmem_map) size:dg1996-01-291-7/+9
* | Kernel printf now returns int.gibbs1996-01-291-3/+5
* | Fixed an uninitialized variable (argument to vm_map_find) -- problemdyson1996-01-291-5/+8
OpenPOWER on IntegriCloud