aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-1610-31/+31
* - Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-162-39/+42
* - Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-35/+20
* - Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-162-8/+8
* - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lockJohn Baldwin2002-04-163-30/+17
* Correct a comment.Benno Rice2002-04-163-3/+3
* Implement the following functions:Benno Rice2002-04-163-24/+216
* Remove some dead code.Benno Rice2002-04-163-48/+0
* Use mtsrin() instead of inline asm.Benno Rice2002-04-163-9/+6
* Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.Benno Rice2002-04-163-3/+3
* Add inlines for mtsrin and mfsrin.Benno Rice2002-04-161-0/+17
* Add support for the nVIDIA nForce ATA controller.Søren Schmidt2002-04-162-58/+50
* Merge from OpenBSD's fixes:Warner Losh2002-04-162-278/+278
* Minor format nitWarner Losh2002-04-161-1/+0
* Remove code that updates vm->vm_ssize. This duplicates work alreadyAlan Cox2002-04-161-20/+0
* Remove code that updates vm->vm_ssize. This duplicates work already performedAlan Cox2002-04-161-20/+0
* Cast another bus_addr_t to long long for a printf to quiet a warning onJohn Baldwin2002-04-161-1/+2
* - Nuke fore_pci_device.Andrew R. Reiter2002-04-161-67/+41
* - Remove PCA-200E definition -- this will be re-added in the commit toAndrew R. Reiter2002-04-161-1/+0
* pal.s is no longer needed for the kernel to build with Gcc. We now useDavid E. O'Brien2002-04-151-1/+0
* Remove the .stab directives. I do not understand what is different aboutDavid E. O'Brien2002-04-152-4/+1
* Remove two debug printfs which should never have been committed.Poul-Henning Kamp2002-04-151-4/+0
* You have to cast int64_t's to long long if you printf them with %lld.John Baldwin2002-04-151-2/+2
* Recognize the AC97 interface to the onboard sound controller on the NvidiaJohn Baldwin2002-04-151-0/+4
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.Jeroen Ruigrok van der Werven2002-04-154-159/+159
* Document WITNESS_PROFILING.Dag-Erling Smørgrav2002-04-151-0/+22
* Use bus_addr_t instead of u_int for local variables that are derived fromJohn Baldwin2002-04-151-5/+5
* Fix some nits in AMD AGP driver. Remove excess malloc and move a bzeroColeman Kane2002-04-152-20/+6
* Fix an "oops!" that turned out to be mostly harmless (but gave a warning).Peter Wemm2002-04-152-6/+6
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()Peter Wemm2002-04-1512-76/+73
* Remove a spurious warning as x is always initialised before use.Ollivier Robert2002-04-151-1/+1
* MFi386: revision 1.7.Yoshihiro Takahashi2002-04-151-1/+1
* Add ofwd to the GENERIC config for powerpc.Benno Rice2002-04-152-0/+2
* Add a nexus device.Benno Rice2002-04-153-0/+517
* Improve the implementation of adjtime(2).Poul-Henning Kamp2002-04-155-96/+78
* Turn some CTR's into CTR0's.Benno Rice2002-04-153-6/+6
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)Poul-Henning Kamp2002-04-152-2/+0
* GC an extraneous prototype of delay().Benno Rice2002-04-151-1/+0
* Basic OpenFirmware disk driver. It will attach to anything in OpenFirmwareBenno Rice2002-04-151-0/+261
* Grab a major number for OpenFirmware disk devices.Benno Rice2002-04-151-0/+1
* option<space><tab>David E. O'Brien2002-04-151-12/+12
* In the ntp_adjtime(2) syscall, return our actual estimate of unappliedPoul-Henning Kamp2002-04-151-2/+2
* Finish adding support code for sysctl kern.mprof. This dumps some mallocJeff Roberson2002-04-151-11/+68
* Remove malloc_type's ks_limit.Jeff Roberson2002-04-152-88/+136
* Don't peak into the malloc_type structure for limits. The desired vnodesJeff Roberson2002-04-151-2/+1
* Fix tx-rate setting for Lucent cards.Brooks Davis2002-04-141-0/+15
* Support the Siemens SpeedStream PCI card.Brooks Davis2002-04-141-0/+1
* Make the MTRR code a bit more defensive - this should help peopleDavid Malone2002-04-141-0/+1
* Make the MTRR code a bit more defensive - this should help peopleDavid Malone2002-04-142-60/+102
* Use 'struct callout' instead of 'struct callout_handle' to avoidArchie Cobbs2002-04-141-25/+81