| Commit message (Expand) | Author | Age | Files | Lines |
* | - Auto generate device listing for snd_neomagic(4). | Simon L. B. Nielsen | 2005-02-26 | 3 | -2/+3 |
* | Make the format of LC_CTYPE files architecture independent by | Ruslan Ermilov | 2005-02-26 | 9 | -150/+308 |
* | - Add manual page for snd_neomagic(4). | Simon L. B. Nielsen | 2005-02-26 | 2 | -0/+62 |
* | Add rc.conf options for powerd (disabled by default) and hook the script | Nate Lawson | 2005-02-26 | 2 | -1/+3 |
* | Add an rc script for powerd(8). | Nate Lawson | 2005-02-26 | 1 | -0/+20 |
* | Hook powerd up to the build. | Nate Lawson | 2005-02-26 | 1 | -0/+1 |
* | Import powerd(8), a utility for managing power consumption. Currently, it | Nate Lawson | 2005-02-26 | 3 | -0/+526 |
* | Make power_profile not touch cpufreq by default. | Nate Lawson | 2005-02-26 | 1 | -2/+2 |
* | Add the ability to specify "NONE" if the user wants no change for the | Nate Lawson | 2005-02-26 | 1 | -0/+3 |
* | Bring in a more healthy version of the libpthread for arm, which uses | Olivier Houchard | 2005-02-26 | 8 | -8/+24 |
* | Instead of using sysarch() to store-retrieve the tp, add a magic address, | Olivier Houchard | 2005-02-26 | 10 | -4/+70 |
* | plug memory leak | Sam Leffler | 2005-02-26 | 2 | -36/+74 |
* | Minor cleanup in nfs_request() and removal of a comment that doesn't | Paul Saab | 2005-02-26 | 1 | -10/+1 |
* | move ptr deref's to after null checks | Sam Leffler | 2005-02-26 | 1 | -3/+6 |
* | New release notes: moused(8) -V (+MFC). | Bruce A. Mah | 2005-02-26 | 2 | -20/+32 |
* | Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet. | Gleb Smirnoff | 2005-02-26 | 2 | -22/+27 |
* | Add a neat remark on the popular belief that the universe is a safe | Yaroslav Tykhiy | 2005-02-26 | 1 | -0/+3 |
* | Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant I | David Xu | 2005-02-26 | 1 | -0/+5 |
* | Staticize local functions. | Gleb Smirnoff | 2005-02-26 | 1 | -53/+53 |
* | Un-document the non-extant exp10() and exp10f() functions. | David Schultz | 2005-02-26 | 2 | -3/+1 |
* | Major clean up and split the Var_Parse monster function into three | Hartmut Brandt | 2005-02-26 | 1 | -676/+714 |
* | Don't need to do MmInitializeMdl() in ndis_mtop() anymore: | Bill Paul | 2005-02-26 | 1 | -1/+0 |
* | MFCs noted: cpufreq(4) (partial), matcd(4) removed, rm(1) -I. | Bruce A. Mah | 2005-02-26 | 2 | -10/+10 |
* | Fix mismerge. | Tom Rhodes | 2005-02-26 | 1 | -1/+1 |
* | move ptr use down to after null check | Sam Leffler | 2005-02-26 | 1 | -3/+3 |
* | style(9). | David E. O'Brien | 2005-02-26 | 1 | -43/+45 |
* | Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing | Marius Strobl | 2005-02-26 | 2 | -0/+2 |
* | Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given that | Marius Strobl | 2005-02-26 | 1 | -0/+9 |
* | MDLs are supposed to be variable size (they include an array of pages | Bill Paul | 2005-02-26 | 3 | -18/+47 |
* | Remove duplicate FBSDID. | Marius Strobl | 2005-02-26 | 1 | -3/+0 |
* | Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP. | Olivier Houchard | 2005-02-26 | 1 | -0/+1 |
* | kill unused variable | Sam Leffler | 2005-02-25 | 1 | -2/+0 |
* | Quiet error messages if the requested sysctls are not present. | Nate Lawson | 2005-02-25 | 1 | -6/+6 |
* | kill unused value | Sam Leffler | 2005-02-25 | 1 | -1/+1 |
* | remove dead code | Sam Leffler | 2005-02-25 | 1 | -3/+3 |
* | Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work around | Olivier Houchard | 2005-02-25 | 2 | -1/+25 |
* | Make sure casuptr() reset pcb->pcb_onfault when returning. | Olivier Houchard | 2005-02-25 | 1 | -1/+2 |
* | Remove recently added note about DEVICE_POLLING not working with SMP. | Tom Rhodes | 2005-02-25 | 4 | -9/+0 |
* | Remove unused variable. | Nate Lawson | 2005-02-25 | 1 | -2/+0 |
* | avoid null ptr deref | Sam Leffler | 2005-02-25 | 1 | -3/+4 |
* | Insert missing increment of (i) when walking the temporary semaphore | Robert Watson | 2005-02-25 | 1 | -2/+3 |
* | o avoid potential null ptr deref if symbol lookup fails | Sam Leffler | 2005-02-25 | 1 | -2/+6 |
* | correct bounds check of fd parameter | Sam Leffler | 2005-02-25 | 1 | -1/+1 |
* | Add notes on merging acpi_perf and acpi_throttle to acpi.ko | Nate Lawson | 2005-02-25 | 1 | -3/+6 |
* | fail gracefully rather than using an invalid array index if unable | Sam Leffler | 2005-02-25 | 1 | -2/+6 |
* | Change the definition of struct if_data's member ifi_epoch from wall | Brooks Davis | 2005-02-25 | 5 | -4/+12 |
* | fixup signal mapping: | Sam Leffler | 2005-02-25 | 3 | -18/+15 |
* | Resort the CPU list with regards to recently added CPUs. | Tom Rhodes | 2005-02-25 | 1 | -4/+4 |
* | Add an exit hook, sem_forkhook(), which walks the list of POSIX semaphores | Robert Watson | 2005-02-25 | 1 | -1/+113 |
* | Add macros to construct Windows IOCTL codes, and to extract function | Bill Paul | 2005-02-25 | 1 | -0/+19 |