aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When disarming a watchdog by using an interval of WD_TO_NEVER a non-zeroMarius Strobl2005-03-191-1/+2
* Optimize putc routine to write 2 ints instead of 8 chars to uncachedPeter Grehan2005-03-191-14/+41
* Add device id for nForce 4 audio controller.Murray Stokely2005-03-191-0/+4
* - Don't call rpcclnt_realign() if we don't have any mbufs to realign.David Schultz2005-03-191-15/+12
* Add a driver for the 'clock-board' device (the clock board is anMarius Strobl2005-03-195-0/+262
* - Add a device interface method for bus_get_resource_list() and useMarius Strobl2005-03-194-38/+66
* Enrich with some register descriptions and additional register macros.Marius Strobl2005-03-191-7/+51
* - Add a device interface method for bus_get_resource_list() and useMarius Strobl2005-03-191-32/+27
* Remove dead code.David Schultz2005-03-181-2/+0
* Don't brelse(bp) if bp is null. Also, eliminate some redundancyDavid Schultz2005-03-181-18/+5
* Move the swap_zone == NULL check earlier (i.e. before we dereferenceDavid Schultz2005-03-181-2/+2
* Add missing cases for PT_SYSCALL.David Schultz2005-03-181-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsWarner Losh2005-03-181-0/+4
* Typo.Poul-Henning Kamp2005-03-181-1/+1
* Sync usage and man page with reality. There's no '-c' command lineWarner Losh2005-03-182-19/+10
* Cleanup handling of colons in variable substitutions.Hartmut Brandt2005-03-181-50/+41
* Need to initialize the resource list that we keep for our children.Warner Losh2005-03-181-0/+1
* Unfold parsing of single letter modifiers from multi-letter ones.Hartmut Brandt2005-03-181-188/+250
* Style: fix indentation and <space><tab>.Hartmut Brandt2005-03-181-563/+575
* Split out the 'S' modifier into its own function.Hartmut Brandt2005-03-181-80/+83
* Convert Var_Parse to a wrapper function.Hartmut Brandt2005-03-181-60/+82
* Replace Lst_Find calls with LST_FOREACH loops. This helps inHartmut Brandt2005-03-182-48/+15
* Add a comment to note that pseudo-device bpf is required for DHCP.Murray Stokely2005-03-188-1/+8
* Replace a bogus use of Lst_Find with explicite LST_FOREACH callsHartmut Brandt2005-03-181-8/+14
* Fix a bug in matching suffixes. Under certain circumstances the codeHartmut Brandt2005-03-181-44/+25
* If vhid exists return more informative EEXIST instead of EINVAL. While hereGleb Smirnoff2005-03-181-3/+2
* Impose the upper limit on signals that are allowed between kernel threadsMaxim Sobolev2005-03-181-2/+2
* Fix a potential crash that could occur when CARP_LOG is being used.Gleb Smirnoff2005-03-181-2/+1
* Run "make obj" before "make build-tools" in the directories used forColin Percival2005-03-181-0/+1
* Use subr_unit to allocate thread ID's with.Poul-Henning Kamp2005-03-181-78/+6
* s/SLIST/STAILQ/Poul-Henning Kamp2005-03-184-12/+12
* Linuxthreads uses not only signal 32 but several signals >= 32.Maxim Sobolev2005-03-181-5/+5
* makebdev() is long gone.Poul-Henning Kamp2005-03-181-1/+0
* - autofs was removed some time ago and libautofs is not hooked up toChristian Brueffer2005-03-182-8/+2
* New release notes:Hiroki Sato2005-03-182-0/+6
* Split configure() into 3 separate steps like we do on otherIan Dowse2005-03-182-16/+34
* Hook acpi_fujitsu up to the build.Philip Paeps2005-03-182-0/+4
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.Philip Paeps2005-03-183-1/+574
* Fix off-by-one (too little!) array size problem.Poul-Henning Kamp2005-03-181-1/+1
* g_read_data() can return NULL, check for it.Poul-Henning Kamp2005-03-181-0/+2
* After rejecting the bio request early, return instead of panicing.Poul-Henning Kamp2005-03-181-1/+3
* Avoid null pointer dereference.Poul-Henning Kamp2005-03-181-3/+2
* Fix a bad copy&paste mistake I made.Poul-Henning Kamp2005-03-181-1/+1
* If mlx_attach() returns an error, don't free sc again.David Schultz2005-03-181-3/+1
* Don't read past the end of pVDevice[]. (Previously, we would iterateDavid Schultz2005-03-181-1/+1
* Don't write past the end of the VendorId field (and into the ProductIdDavid Schultz2005-03-181-1/+1
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesWarner Losh2005-03-187-21/+21
* Split configure into 3 steps ala sparc64Peter Grehan2005-03-181-1/+20
* Autogenerate device listings for sr(4) and rc(4).Christian Brueffer2005-03-183-22/+8
* Further refine information about supported hardware (from the hardware notes).Christian Brueffer2005-03-181-4/+6