summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police:ru2001-08-071-4/+2
* Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372.nyan2001-08-071-85/+167
* Merged from sys/dev/syscons/scterm-sc.c revision 1.16.nyan2001-08-072-52/+120
* Don't call wakeup() while we are in DDB. The patch wasyokota2001-08-071-3/+16
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsbrooks2001-08-061-0/+2
* Make AAC_COMPAT_LINUX optional once again.scottl2001-08-062-8/+0
* printed current sequence number of the SA. accordingly, changedume2001-08-063-12/+15
* do not play too much trick with evaluation order. from netbsdume2001-08-061-2/+2
* fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com>ume2001-08-061-2/+2
* merged key_cmpsaidx_*.ume2001-08-061-149/+60
* -Finished cleanup of old 'ThinkPad' comments that are no longer useful.nate2001-08-063-6/+4
* Get the order of the sys/_lock.h and sys/_mutex.h headers right.jhb2001-08-061-1/+1
* Previously, the ELF linker would always just store the pointer to agreen2001-08-062-2/+10
* Make this compile again.dfr2001-08-061-0/+1
* Remove usage of nonexistent vm_mtx.dfr2001-08-062-6/+0
* Remove the fildesc_clone() function and its associated unnecessary code.chris2001-08-061-23/+0
* 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
* 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
* 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
* - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPadnate2001-08-052-4/+0
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-052-17/+14
* 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
* 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
* Whitespace fixes.jhb2001-08-042-2/+2
* Axe unused and invalid astpending globaldata member.jhb2001-08-042-2/+0
* Axe unused and invalid GD_ASTPENDING symbol.jhb2001-08-041-1/+0
* - Fix a comment.jhb2001-08-041-3/+2
* Add a zdestroy() function to the zone allocator. This is needed for thetmm2001-08-042-0/+109
* Add floating point context switching code for sparc64.tmm2001-08-0417-36/+276
* Export the tk_nin and tk_nout variables (number of tty input/outputtmm2001-08-041-0/+4
* Export the head structure for the device statistics STAILQ intmm2001-08-042-1/+3
* When running aplication joined multicast address,ume2001-08-046-0/+98
OpenPOWER on IntegriCloud