summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-0920-42/+42
* Fix VCS ID spamage.obrien2001-08-091-2/+0
* Restore the proper copyright on this and remove the gratuitous changes fromobrien2001-08-091-29/+56
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-0930-60/+60
* *** empty log message ***peter2001-08-092-21/+0
* Build modules from the main src/sys tree.peter2001-08-0923-1960/+23
* Add the screen savers for test coverage.peter2001-08-092-0/+24
* repo-copy the source files from modules/syscons to the normal treepeter2001-08-095-5/+25
* Add the Rio 800 USB device IDspeter2001-08-081-2/+4
* In the KLD "load" make target, don't load using the "absolute" path ofgreen2001-08-081-1/+1
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-0817-444/+2
* We do not have UPAGES following the tail end of the user VM space anymore.peter2001-08-081-1/+1
* Introduce a force option, MD_FORCE, that instructs the driver todd2001-08-072-2/+6
* Grab Giant arond page faults. ia64 boots again in the simulator now.jhb2001-08-071-4/+4
* Adding missing () in a KASSERT format string.scottl2001-08-071-1/+1
* 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
OpenPOWER on IntegriCloud