aboutsummaryrefslogtreecommitdiff
path: root/sys
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
* 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
* 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
* - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPadNate Williams2001-08-052-4/+0
* Once again throw out the calculation of si_iosize_max and set it to 64K.Scott Long2001-08-052-17/+14
* 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
* 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
* 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
* Export the tk_nin and tk_nout variables (number of tty input/outputThomas Moestl2001-08-041-0/+4
* Export the head structure for the device statistics STAILQ inThomas Moestl2001-08-042-1/+3
* When running aplication joined multicast address,Hajimu UMEMOTO2001-08-046-0/+98
* Kill debug output for sn device. It is confusing the nativesWarner Losh2001-08-041-1/+0
* Add KTR_INTR tracepoints for when clock interrupts are triggered.John Baldwin2001-08-031-0/+2
* When global anycast address was assigned to lo0, wrong sourceHajimu UMEMOTO2001-08-031-3/+5
* Anton kindly pointed out (and fixed) a bug in the Jail handling of theRobert Watson2001-08-031-1/+8
* Remove dangling prototype for the now defunct procfs_kmemaccess()Robert Watson2001-08-031-3/+0
* MFS: Avoid dropping fragments in the absence of an interface address.Daniel C. Sobral2001-08-031-3/+5
* Collapse a Pmem case in with the other debugging files case for procfs,Robert Watson2001-08-031-5/+2
* Remove read permission for group on the /proc/*/mem file, since kmemRobert Watson2001-08-031-2/+1
* Prior to support for almost all ps activity via sysctl, ps used procfs,Robert Watson2001-08-033-42/+9
* Don't terminate the uiomove() loop on a zero-length mbuf. It's notBill Fenner2001-08-031-4/+3
* Reverse the logic here again with regards to "trusted" ACPI timerMike Smith2001-08-031-30/+54
* Shoud build resources in the _CRS buffer. Oops.Mike Smith2001-08-032-2/+2
* Move the resource pointer when we reallocate the buffer.Mike Smith2001-08-031-0/+2
* Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), inBosko Milekic2001-08-032-5/+5
* Remove some code that appears to have endian problems with INVARIANTS.Jake Burkholder2001-08-031-5/+0
* Move some code related to managing pv entries from the pmap module toJake Burkholder2001-08-034-201/+209