summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Don't call rpcclnt_realign() if we don't have any mbufs to realign.das2005-03-191-15/+12
* Add a driver for the 'clock-board' device (the clock board is anmarius2005-03-195-0/+262
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-194-38/+66
* Enrich with some register descriptions and additional register macros.marius2005-03-191-7/+51
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-191-32/+27
* Remove dead code.das2005-03-181-2/+0
* Don't brelse(bp) if bp is null. Also, eliminate some redundancydas2005-03-181-18/+5
* Move the swap_zone == NULL check earlier (i.e. before we dereferencedas2005-03-181-2/+2
* Add missing cases for PT_SYSCALL.das2005-03-181-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsimp2005-03-181-0/+4
* Typo.phk2005-03-181-1/+1
* Sync usage and man page with reality. There's no '-c' command lineimp2005-03-182-19/+10
* Cleanup handling of colons in variable substitutions.harti2005-03-181-50/+41
* Need to initialize the resource list that we keep for our children.imp2005-03-181-0/+1
* Unfold parsing of single letter modifiers from multi-letter ones.harti2005-03-181-196/+258
* Style: fix indentation and <space><tab>.harti2005-03-181-584/+596
* Split out the 'S' modifier into its own function.harti2005-03-181-80/+83
* Convert Var_Parse to a wrapper function.harti2005-03-181-60/+82
* Replace Lst_Find calls with LST_FOREACH loops. This helps inharti2005-03-182-48/+15
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-188-1/+8
* Replace a bogus use of Lst_Find with explicite LST_FOREACH callsharti2005-03-181-8/+14
* Fix a bug in matching suffixes. Under certain circumstances the codeharti2005-03-181-44/+25
* If vhid exists return more informative EEXIST instead of EINVAL. While hereglebius2005-03-181-3/+2
* Impose the upper limit on signals that are allowed between kernel threadssobomax2005-03-181-2/+2
* Fix a potential crash that could occur when CARP_LOG is being used.glebius2005-03-181-2/+1
* Run "make obj" before "make build-tools" in the directories used forcperciva2005-03-181-0/+1
* Use subr_unit to allocate thread ID's with.phk2005-03-181-78/+6
* s/SLIST/STAILQ/phk2005-03-184-12/+12
* Linuxthreads uses not only signal 32 but several signals >= 32.sobomax2005-03-181-5/+5
* makebdev() is long gone.phk2005-03-181-1/+0
* - autofs was removed some time ago and libautofs is not hooked up tobrueffer2005-03-182-8/+2
* New release notes:hrs2005-03-182-0/+6
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-182-16/+34
* Hook acpi_fujitsu up to the build.philip2005-03-182-0/+4
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.philip2005-03-183-1/+574
* Fix off-by-one (too little!) array size problem.phk2005-03-181-1/+1
* g_read_data() can return NULL, check for it.phk2005-03-181-0/+2
* After rejecting the bio request early, return instead of panicing.phk2005-03-181-1/+3
* Avoid null pointer dereference.phk2005-03-181-3/+2
* Fix a bad copy&paste mistake I made.phk2005-03-181-1/+1
* If mlx_attach() returns an error, don't free sc again.das2005-03-181-3/+1
* Don't read past the end of pVDevice[]. (Previously, we would iteratedas2005-03-181-1/+1
* Don't write past the end of the VendorId field (and into the ProductIddas2005-03-181-1/+1
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-187-21/+21
* Split configure into 3 steps ala sparc64grehan2005-03-181-1/+20
* Autogenerate device listings for sr(4) and rc(4).brueffer2005-03-183-22/+8
* Further refine information about supported hardware (from the hardware notes).brueffer2005-03-181-4/+6
* - move supported hardware information into a HARDWARE sectionbrueffer2005-03-181-9/+10
* Fix the double rounding problem with subnormals, anddas2005-03-182-16/+36
* - add a HARDWARE sectionbrueffer2005-03-181-10/+13
OpenPOWER on IntegriCloud