aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Auto generate device listing for snd_neomagic(4).Simon L. B. Nielsen2005-02-263-2/+3
* Make the format of LC_CTYPE files architecture independent byRuslan Ermilov2005-02-269-150/+308
* - Add manual page for snd_neomagic(4).Simon L. B. Nielsen2005-02-262-0/+62
* Add rc.conf options for powerd (disabled by default) and hook the scriptNate Lawson2005-02-262-1/+3
* Add an rc script for powerd(8).Nate Lawson2005-02-261-0/+20
* Hook powerd up to the build.Nate Lawson2005-02-261-0/+1
* Import powerd(8), a utility for managing power consumption. Currently, itNate Lawson2005-02-263-0/+526
* Make power_profile not touch cpufreq by default.Nate Lawson2005-02-261-2/+2
* Add the ability to specify "NONE" if the user wants no change for theNate Lawson2005-02-261-0/+3
* Bring in a more healthy version of the libpthread for arm, which usesOlivier Houchard2005-02-268-8/+24
* Instead of using sysarch() to store-retrieve the tp, add a magic address,Olivier Houchard2005-02-2610-4/+70
* plug memory leakSam Leffler2005-02-262-36/+74
* Minor cleanup in nfs_request() and removal of a comment that doesn'tPaul Saab2005-02-261-10/+1
* move ptr deref's to after null checksSam Leffler2005-02-261-3/+6
* New release notes: moused(8) -V (+MFC).Bruce A. Mah2005-02-262-20/+32
* Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet.Gleb Smirnoff2005-02-262-22/+27
* Add a neat remark on the popular belief that the universe is a safeYaroslav Tykhiy2005-02-261-0/+3
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant IDavid Xu2005-02-261-0/+5
* Staticize local functions.Gleb Smirnoff2005-02-261-53/+53
* Un-document the non-extant exp10() and exp10f() functions.David Schultz2005-02-262-3/+1
* Major clean up and split the Var_Parse monster function into threeHartmut Brandt2005-02-261-676/+714
* Don't need to do MmInitializeMdl() in ndis_mtop() anymore:Bill Paul2005-02-261-1/+0
* MFCs noted: cpufreq(4) (partial), matcd(4) removed, rm(1) -I.Bruce A. Mah2005-02-262-10/+10
* Fix mismerge.Tom Rhodes2005-02-261-1/+1
* move ptr use down to after null checkSam Leffler2005-02-261-3/+3
* style(9).David E. O'Brien2005-02-261-43/+45
* Declare the sbus(4) front-end of puc(4) also for fhc(4), allowingMarius Strobl2005-02-262-0/+2
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatMarius Strobl2005-02-261-0/+9
* MDLs are supposed to be variable size (they include an array of pagesBill Paul2005-02-263-18/+47
* Remove duplicate FBSDID.Marius Strobl2005-02-261-3/+0
* Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.Olivier Houchard2005-02-261-0/+1
* kill unused variableSam Leffler2005-02-251-2/+0
* Quiet error messages if the requested sysctls are not present.Nate Lawson2005-02-251-6/+6
* kill unused valueSam Leffler2005-02-251-1/+1
* remove dead codeSam Leffler2005-02-251-3/+3
* Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work aroundOlivier Houchard2005-02-252-1/+25
* Make sure casuptr() reset pcb->pcb_onfault when returning.Olivier Houchard2005-02-251-1/+2
* Remove recently added note about DEVICE_POLLING not working with SMP.Tom Rhodes2005-02-254-9/+0
* Remove unused variable.Nate Lawson2005-02-251-2/+0
* avoid null ptr derefSam Leffler2005-02-251-3/+4
* Insert missing increment of (i) when walking the temporary semaphoreRobert Watson2005-02-251-2/+3
* o avoid potential null ptr deref if symbol lookup failsSam Leffler2005-02-251-2/+6
* correct bounds check of fd parameterSam Leffler2005-02-251-1/+1
* Add notes on merging acpi_perf and acpi_throttle to acpi.koNate Lawson2005-02-251-3/+6
* fail gracefully rather than using an invalid array index if unableSam Leffler2005-02-251-2/+6
* Change the definition of struct if_data's member ifi_epoch from wallBrooks Davis2005-02-255-4/+12
* fixup signal mapping:Sam Leffler2005-02-253-18/+15
* Resort the CPU list with regards to recently added CPUs.Tom Rhodes2005-02-251-4/+4
* Add an exit hook, sem_forkhook(), which walks the list of POSIX semaphoresRobert Watson2005-02-251-1/+113
* Add macros to construct Windows IOCTL codes, and to extract functionBill Paul2005-02-251-0/+19