summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the last revision.mike2002-08-042-2/+2
* se -> sab.jake2002-08-043-2/+3
* o Acquire the page queues lock before checking the page's busy statusalc2002-08-041-2/+4
* Ported to FreeBSD.jake2002-08-041-582/+487
* Add Jason L. Wright's driver for the SAB82532 serial chip, found in manyjake2002-08-042-0/+1684
* Add device agp to GENERIC, filter it out of floppy buildsanholt2002-08-042-0/+4
* Remove this abortive attempt.jake2002-08-043-526/+0
* Fix a mistake in 1.352 - I was returning a pointer to the rounded downpeter2002-08-042-2/+2
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.imp2002-08-043-3/+0
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-042-51/+50
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-0488-414/+620
* o Extend the scope of the page queues lock in contigmalloc1().alc2002-08-041-8/+8
* o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()alc2002-08-041-1/+3
* o Request a wired page from vm_page_grab() in _pmap_allocpte().alc2002-08-042-10/+2
* Print out the strings in vers.o instead of hardcoding the loader banner.jake2002-08-041-2/+4
* Kernel modifications necessary to allow to follow fork()ed children.mdodd2002-08-042-0/+11
* o Ask for a prezeroed page in pmap_pinit() for the page directory page.alc2002-08-032-2/+2
* o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy()alc2002-08-031-7/+6
* Fix handling of packets which matched an "ipfw fwd" rule on the input side.luigi2002-08-031-0/+13
* o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().alc2002-08-032-2/+0
* Ignore memory above 4GB for now due to unpleasant pci issues.peter2002-08-031-0/+15
* o Remove the setting of PG_MAPPED from vm_page_wire() andalc2002-08-031-2/+0
* Take advantage of the fact that there is a small 1MB direct mapped regionpeter2002-08-032-16/+22
* Take a shot at fixing a nasty bug in the pmap changes that I did. Ipeter2002-08-032-2/+2
* We now have opt_wi.h, so go ahead and add it. Default it to 1.imp2002-08-031-1/+4
* Add code that will download firmware to a Symbol LA4100-series of CFimp2002-08-034-1/+4537
* While PCI interrupts are shareable, this should not have been committed justimp2002-08-021-7/+0
* Make the consumers of the linker_load_file() function usemux2002-08-024-10/+9
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+5
* When preserving the IP header in extra mbuf in the IP forwardingrwatson2002-08-021-0/+7
* Improve ordering of MAC entry points in mac_policy_op structure.rwatson2002-08-022-12/+12
* o Convert two instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-021-6/+9
* Move a prototype to the least wrong place.phk2002-08-026-2/+4
* ptvmmap does not exist on alpha.peter2002-08-021-1/+0
* Work to fix LINT build.rwatson2002-08-021-0/+1
* SYSINIT needs to be SI_SUB_PSEUDO. Add a printf to tell we are here.phk2002-08-021-1/+2
* typo.phk2002-08-021-1/+1
* Add the minimalist elan-mmcr device driver.phk2002-08-023-0/+87
* Modernise the cdevsw WRT to (unused) kqueue.markm2002-08-021-0/+2
* Calculate the correct physical block number for files that arescottl2002-08-021-4/+6
* Check for deleted files in udf_lookup(), not just udf_readdir().scottl2002-08-021-1/+6
* o Lock page queue accesses in nwfs and smbfs.alc2002-08-023-1/+13
* o Lock page queue accesses by vm_page_deactivate().alc2002-08-022-6/+30
* o Lock page queue accesses by vm_page_deactivate().alc2002-08-022-6/+30
* o Lock page queue accesses by vm_page_deactivate().alc2002-08-021-0/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+11
* Hook up devfs_pathconf() for specfs devfs nodes, not just regularrwatson2002-08-011-0/+1
* Demonstrate that MAC modules can also be linked statically asrwatson2002-08-011-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-015-3/+47
* Sample loader.conf lines for various MAC modules.rwatson2002-08-011-0/+12
OpenPOWER on IntegriCloud