summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - Use M_ZERO rather than explicitly calling bzero().jeff2005-04-031-13/+13
* - Slightly restructure acquire() so I can add more ktr information andjeff2005-04-031-18/+14
* - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnodejeff2005-04-031-4/+3
* - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fixjeff2005-04-033-32/+21
* - Now that writes to character devices supporting softupdates canjeff2005-04-031-3/+4
* Remove GIANT_REQUIRED from elfN_load_section().alc2005-04-031-2/+0
* Don't init ifp->if_addrhead, if_attach() does it for us.brooks2005-04-031-1/+0
* Fix buidling of boot blocks for pc98 with new links.imp2005-04-031-3/+11
* Don't forget to create new-style links for module builds.imp2005-04-031-1/+6
* Now that we have proper links, no need to fake up ones as part ofimp2005-04-032-4/+0
* fix size_to_binsam2005-04-021-1/+1
* nuke unintentional use of HAL_BOOL typesam2005-04-024-8/+8
* Replace the current strspn() and strcspn() with significantly fasterdas2005-04-021-24/+40
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after mynetchild2005-04-022-0/+2
* This header is supposed to declare pid_t, size_t, and time_t.das2005-04-021-0/+17
* Namespace issues.das2005-04-021-12/+21
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-1/+7
* Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.das2005-04-021-4/+3
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-024-2/+6
* Add reach-over include files to read i386/foo.h. In time, the pc98imp2005-04-0191-0/+546
* Add i386 to machine linesimp2005-04-012-2/+2
* fix misspelling of 0x30...jmg2005-04-011-1/+1
* Update version number for latest config version bumpimp2005-04-018-8/+8
* Make life easier on those trying to use the asr utilities by automaticallyscottl2005-04-011-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-0112-33/+104
* FIx a botch with the addition of the arcmsr driver.scottl2005-04-011-1/+1
* Don't build arcmsr on pc98. The card either won't fit/work in theimp2005-04-011-1/+1
* Fix another KeInitializeDpc()/amd64 calling convention issue:wpaul2005-04-011-1/+2
* move the statement about switching power states to just before we do it, sojmg2005-04-011-5/+7
* MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.des2005-04-011-33/+3
* arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, andimp2005-04-011-0/+4
* Introduce channel-level setmode newbus method.grehan2005-04-013-0/+38
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-122/+83
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-88/+55
* Use a custom version of copyinuio() to implement osf1_{read,write}v() viajhb2005-03-311-79/+56
* Actually commit the code for kern_sched_get_rr_interval().jhb2005-03-312-26/+40
* Since the question keeps coming up, explain why the -mno-sse etc switchespeter2005-03-311-2/+6
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),jhb2005-03-314-47/+99
* Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers havejhb2005-03-311-0/+2
* - Denote a few places where kobj class references are manipulated withoutjhb2005-03-312-4/+6
* Drop a bogus mp_fixme(). Adding a lock would do nothing to reduce userlandjhb2005-03-311-2/+0
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.jhb2005-03-311-8/+11
* plug resource leaksam2005-03-311-2/+4
* fix potential null ptr derefsam2005-03-311-1/+1
* avoid null ptr derefsam2005-03-311-1/+1
* avoid use after freesam2005-03-311-8/+8
* avoid use after freesam2005-03-311-1/+1
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,wpaul2005-03-311-1/+1
* MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default.obrien2005-03-311-0/+5
OpenPOWER on IntegriCloud