aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Take care not to issue unaligned I/O requests while tasting a provider.Dag-Erling Smørgrav2005-02-081-0/+10
* Unroll the loop for calculating the 8.3 filename checksum. In testingNate Lawson2005-02-081-5/+14
* Use ANSI function definitions, tweak a couple of prototypes to match (sinceWarner Losh2005-02-081-116/+48
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.Warner Losh2005-02-083-35/+18
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-086-22/+25
* Fix style bugs introduced in the de__Pification of this code.Warner Losh2005-02-081-25/+23
* Fix crashdumps on twe. The twe_immediate_request() path was not onlyScott Long2005-02-082-12/+25
* MFi386: read from RTC_INTR after writing to RTC_STATUSBPeter Wemm2005-02-081-0/+2
* Fix sloppy use of "manpage", bump .Dd where applicable and rename RED toMax Laier2005-02-071-1/+1
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesJohn Baldwin2005-02-078-376/+268
* - Implement svr4_emul_find() using kern_alternate_path(). This changesJohn Baldwin2005-02-077-524/+230
* Implement a kern_pathconf() wrapper for pathconf() which can take theJohn Baldwin2005-02-073-12/+26
* If the pointer to the new itimerval is NULL in kern_setitimer(), justJohn Baldwin2005-02-071-0/+3
* Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.Gleb Smirnoff2005-02-071-9/+4
* - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather thanJohn Baldwin2005-02-071-132/+39
* Make linux_emul_convpath() a simple wrapper for kern_alternate_path().John Baldwin2005-02-071-98/+3
* - Tweak kern_msgctl() to return a copy of the requested message queue idJohn Baldwin2005-02-077-278/+346
* Various and sundry style fixes.John Baldwin2005-02-071-4/+4
* Use linux_emul_convpath() rather than linux_emul_find() asJohn Baldwin2005-02-071-7/+6
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to beJohn Baldwin2005-02-071-4/+1
* Use kern_setitimer() to implement linux_alarm() instead of fondling theJohn Baldwin2005-02-071-19/+7
* Use kern_open() directly rather than a stackgap detour via open().John Baldwin2005-02-071-15/+10
* Drop Giant before calling kthread_exit().John Baldwin2005-02-071-0/+1
* Avoid using tsleep() in the resume path as it may result in theMatthew N. Dodd2005-02-071-1/+4
* Add VNASSERT() which is just like KASSERT() but takes a vnode argumentPoul-Henning Kamp2005-02-071-0/+7
* Remove unused defines.Yoshihiro Takahashi2005-02-072-18/+0
* Fix the problem with incorrect throttling level reported immediately afterMaxim Sobolev2005-02-072-0/+22
* Improve parsing of hook name.Gleb Smirnoff2005-02-071-6/+8
* Access vmobject via the bufobj instead of the vnodePoul-Henning Kamp2005-02-071-11/+11
* VOP_DESTROYVOBJECT() is no more.Poul-Henning Kamp2005-02-071-7/+0
* Remove vop_stddestroyvobject()Poul-Henning Kamp2005-02-072-14/+0
* Remove vop_destroyvobject()Poul-Henning Kamp2005-02-071-27/+1
* Deimplement vop_destroyvobject()Poul-Henning Kamp2005-02-072-15/+1
* Add missing isa_dmatc() function.Poul-Henning Kamp2005-02-072-14/+24
* Remove vop_destroyvobject() initialization.Poul-Henning Kamp2005-02-072-2/+0
* Don't call VOP_DESTROYVOBJECT(), trust that VOP_RECLAIM() did whatPoul-Henning Kamp2005-02-071-2/+3
* Add a missing prefix to a struct field for consistency.Poul-Henning Kamp2005-02-072-8/+8
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.Nate Lawson2005-02-072-18/+13
* Add a mechanism for associating a mutex with a callout when theIan Dowse2005-02-072-15/+111
* Enable interrupt routing as first choice on alpha.Bernd Walter2005-02-071-1/+1
* Allocate more space for softc. Amazing my machine survived this.Poul-Henning Kamp2005-02-061-1/+1
* Remove a comment from the raw IPv6 output function regardingRobert Watson2005-02-061-6/+0
* Move the $NetBSD$ tag to the top of the file, per standard NetBSDWarner Losh2005-02-061-5/+5
* Hook acpi_throttle(4) up to the build. It's currently part of acpi_perf.koNate Lawson2005-02-062-2/+4
* ccs is a size_t. RAY_CCS_INDEX takes ccs and does math on it,Warner Losh2005-02-061-2/+2
* Remove acpi throttling support from the acpi_cpu(4) driver now that thisNate Lawson2005-02-061-236/+9
* Break out acpi throttling support into a new relative cpufreq driver,Nate Lawson2005-02-061-0/+384
* Add support for relative cpufreq drivers. Such drivers modulate clockNate Lawson2005-02-061-27/+192
* Move resource allocation routines from cardbus_cis.c to cardbus.c.Warner Losh2005-02-064-354/+303
* Notify the OS that we're taking over Px states in acpi_perf(4) instead ofNate Lawson2005-02-062-11/+15