aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put the linux compat ioctl interface on death row. Add FreeBSDScott Long2001-08-063-36/+160
* Missed this one in my 80-column sweep.Scott Long2001-08-062-16/+32
* Don't do unsafe activities inside signal handlers. Just set a flag andKris Kennaway2001-08-061-44/+54
* Handle dmmu protection faults as well as misses. Enable tracking ofJake Burkholder2001-08-061-5/+26
* Add page fault and high level tsb miss handlers.Jake Burkholder2001-08-061-3/+159
* Handle switching switching mmu contexts and mapping the new primary tsb.Jake Burkholder2001-08-062-28/+184
* Save the primary mmu context around calls to the prom, and installJake Burkholder2001-08-062-12/+28
* Remove some debug code.Jake Burkholder2001-08-061-2/+0
* Handle managed and unmanaged mapping better. Allocate an vm object forJake Burkholder2001-08-061-17/+32
* Add trap handlers for dmmu faults from user mode, and for faults fromJake Burkholder2001-08-062-12/+802
* The kernel runs at a much lower address now.Jake Burkholder2001-08-061-5/+5
* Fix macros for dealing with tte contexts.Jake Burkholder2001-08-061-4/+8
* Forced commit. Last should have gone to tlb.hJake Burkholder2001-08-060-0/+0
* Oops. Last commit to tsb.h should have gone here.Jake Burkholder2001-08-061-2/+18
* Fix macros for setting and extracting the context field in ttes andJake Burkholder2001-08-061-29/+5
* Add a vm_object and page count to struct pmap for allocating tsb pages.Jake Burkholder2001-08-061-0/+2
* Add code model medlow to cflags and move the kernel load address fromJake Burkholder2001-08-063-10/+13
* The Intel 440MX ACPI timer seems to work properly, so add it to the listMike Smith2001-08-051-5/+12
* aic7xxx.c:Justin T. Gibbs2001-08-053-25/+44
* can not -> cannotDima Dorfman2001-08-051-1/+1
* - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPadNate Williams2001-08-052-4/+0
* Make the sample entries actually syntactically correct. :-/Nick Sayer2001-08-051-6/+6
* o Move APNIC flag from -p to -A. Since, -p is usually associatedMike Barcroft2001-08-052-25/+51
* Fix a number of bugs and annoyances in fdisk, many of which wereIan Dowse2001-08-052-148/+192
* Correct some pastos.Dima Dorfman2001-08-052-4/+4
* Document -d in usage.Dima Dorfman2001-08-051-1/+2
* Add a little pizzaz to the sample entries. :-)Nick Sayer2001-08-051-0/+2
* Add some sample entries to illustrate battery state monitoring.Nick Sayer2001-08-051-1/+12
* Document the two new sysctl variables introduced in rev 1.154 of tty.c.Sheldon Hearn2001-08-051-0/+10
* Clean up previous delta:Sheldon Hearn2001-08-051-8/+14
* Fix logic error resulting in incorrect calculation of login timeJonathan Chen2001-08-051-2/+2
* Fix using /usr/bin/ftp as a slave process on the end of a pipe by callingJonathan Chen2001-08-052-3/+3
* Once again throw out the calculation of si_iosize_max and set it to 64K.Scott Long2001-08-053-17/+26
* Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, weWarner Losh2001-08-051-2/+2
* Order PCIC_INT_GEN bits large to small, like all other registers.Warner Losh2001-08-051-1/+1
* Bugfixes. Close a race and logic bug in the timeout handling, don't call theScott Long2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforeScott Long2001-08-053-3/+4
* varargs -> stdargDima Dorfman2001-08-051-2/+2
* Add a missing semicolon to unbreak the kernel build with INVARIANTSThomas Moestl2001-08-051-1/+1
* Sigh. Add two files needed for the sparc64 fp contect switching codeThomas Moestl2001-08-052-0/+145
* It's bad enough to capitalize the name of the executable at theDima Dorfman2001-08-041-1/+1
* Fix style/consistency in Makefile and repair static module building.Mark Murray2001-08-042-5/+4
* Don't clobber CFLAGSMark Murray2001-08-041-1/+1
* Don't clobber CFLAGS.Mark Murray2001-08-041-1/+1
* Whitespace fixes.John Baldwin2001-08-042-2/+2
* Axe unused and invalid astpending globaldata member.John Baldwin2001-08-042-2/+0
* Axe unused and invalid GD_ASTPENDING symbol.John Baldwin2001-08-041-1/+0
* - Fix a comment.John Baldwin2001-08-041-3/+2
* Add a zdestroy() function to the zone allocator. This is needed for theThomas Moestl2001-08-042-0/+109
* Add floating point context switching code for sparc64.Thomas Moestl2001-08-0417-36/+276