summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed one more breakage introduced in 1.103 cleanup.ru2001-08-061-1/+2
* Make this compile again.dfr2001-08-061-0/+1
* Remove usage of nonexistent vm_mtx.dfr2001-08-062-6/+0
* Note that the doc collection is not branched.nik2001-08-062-4/+11
* Remove the fildesc_clone() function and its associated unnecessary code.chris2001-08-061-23/+0
* Remove old blurb about BIND being updated to 8.2.3.dd2001-08-062-8/+0
* Note MFC of BIND 8.2.4.dd2001-08-062-2/+2
* Put the linux compat ioctl interface on death row. Add FreeBSDscottl2001-08-063-36/+160
* Missed this one in my 80-column sweep.scottl2001-08-062-16/+32
* Don't do unsafe activities inside signal handlers. Just set a flag andkris2001-08-061-44/+54
* Handle dmmu protection faults as well as misses. Enable tracking ofjake2001-08-061-5/+26
* Add page fault and high level tsb miss handlers.jake2001-08-061-3/+159
* Handle switching switching mmu contexts and mapping the new primary tsb.jake2001-08-062-28/+184
* Save the primary mmu context around calls to the prom, and installjake2001-08-062-12/+28
* Remove some debug code.jake2001-08-061-2/+0
* Handle managed and unmanaged mapping better. Allocate an vm object forjake2001-08-061-17/+32
* Add trap handlers for dmmu faults from user mode, and for faults fromjake2001-08-062-12/+802
* The kernel runs at a much lower address now.jake2001-08-061-5/+5
* Fix macros for dealing with tte contexts.jake2001-08-061-4/+8
* Forced commit. Last should have gone to tlb.hjake2001-08-060-0/+0
* Oops. Last commit to tsb.h should have gone here.jake2001-08-061-2/+18
* Fix macros for setting and extracting the context field in ttes andjake2001-08-061-29/+5
* Add a vm_object and page count to struct pmap for allocating tsb pages.jake2001-08-061-0/+2
* Add code model medlow to cflags and move the kernel load address fromjake2001-08-063-10/+13
* The Intel 440MX ACPI timer seems to work properly, so add it to the listmsmith2001-08-051-5/+12
* aic7xxx.c:gibbs2001-08-053-25/+44
* can not -> cannotdd2001-08-051-1/+1
* - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPadnate2001-08-052-4/+0
* Make the sample entries actually syntactically correct. :-/nsayer2001-08-051-6/+6
* o Move APNIC flag from -p to -A. Since, -p is usually associatedmike2001-08-052-25/+51
* Fix a number of bugs and annoyances in fdisk, many of which wereiedowse2001-08-052-148/+192
* Correct some pastos.dd2001-08-052-4/+4
* Document -d in usage.dd2001-08-051-1/+2
* Add a little pizzaz to the sample entries. :-)nsayer2001-08-051-0/+2
* Add some sample entries to illustrate battery state monitoring.nsayer2001-08-051-1/+12
* Document the two new sysctl variables introduced in rev 1.154 of tty.c.sheldonh2001-08-051-0/+10
* Clean up previous delta:sheldonh2001-08-051-8/+14
* Fix logic error resulting in incorrect calculation of login timejon2001-08-051-2/+2
* Fix using /usr/bin/ftp as a slave process on the end of a pipe by callingjon2001-08-052-3/+3
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-053-17/+26
* Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, weimp2001-08-051-2/+2
* Order PCIC_INT_GEN bits large to small, like all other registers.imp2001-08-051-1/+1
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforescottl2001-08-053-3/+4
* varargs -> stdargdd2001-08-051-2/+2
* Add a missing semicolon to unbreak the kernel build with INVARIANTStmm2001-08-051-1/+1
* Sigh. Add two files needed for the sparc64 fp contect switching codetmm2001-08-052-0/+145
* It's bad enough to capitalize the name of the executable at thedd2001-08-041-1/+1
* Fix style/consistency in Makefile and repair static module building.markm2001-08-042-5/+4
* Don't clobber CFLAGSmarkm2001-08-041-1/+1
OpenPOWER on IntegriCloud