summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bring in the nice work from Mark Tinguely on arm pmap.cognet2008-01-312-428/+179
* Fix two typos.delphij2008-01-301-2/+2
* Implement GET_STACK_USAGE() macro to get the current kernel thread stack usage.mav2008-01-301-0/+14
* Add a note pointing to build(7) for more info.jhb2008-01-301-0/+2
* Allow watch(8) to use more than 10 snp* devices. This limitation was purelyrink2008-01-301-6/+5
* Fix bootparamd on 64 bit platforms - at least amd64 was broken due to therink2008-01-302-4/+4
* Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsuing UUIDs so that thingsjhb2008-01-301-0/+7
* Add unix_sorflush, a regression test for the following scenario:rwatson2008-01-302-0/+106
* Christos decided to keep the manpages in mdoc(7) format,ru2008-01-303-1032/+12
* Update for the 4.23 import.obrien2008-01-301-3/+3
* - Rework the kld support to hook into GDB's shared library support.jhb2008-01-293-81/+165
* Don't close the kernel bfd object during startup. Instead, leave it openjhb2008-01-293-7/+13
* Use target_read_memory() and extract_unsigned_integer() instead of directjhb2008-01-291-19/+6
* Don't look for "foo.ko.symbols" files. GDB is smart enough to open thejhb2008-01-291-1/+0
* This commit was generated by cvs2svn to compensate for changes in r175801,des2008-01-291-1/+4
|\
| * Merge r412 from vendor, which reintroduces _OPENPAM. See comment in thedes2008-01-291-1/+4
| * Remove dead filesdes2007-12-215-3445/+0
* | Some clarifications to make keyboard configuration under syscons.trhodes2008-01-293-4/+23
* | Update this manual page to describe the extattr_list_file() and thetrhodes2008-01-291-6/+13
* | An average consumer of fts(3) that avoids keeping pointers to oldyar2008-01-291-13/+7
* | \jedi-mind-trick{this is not the file you were looking for}obrien2008-01-291-4351/+0
* | This commit was generated by cvs2svn to compensate for changes in r175790,obrien2008-01-291-0/+2
|\ \
| * | Bring in fix for Binutils PR other/16240: Check for a failure return fromobrien2008-01-291-0/+2
* | | Fix link state handling in bfe(4).yongari2008-01-292-48/+88
* | | Don't coredump when executed with -o.delphij2008-01-291-1/+1
* | | Properly Xref device.hints.5.trhodes2008-01-291-1/+1
* | | Use calloc() when requesting zero'ed memory allocation rather than rollingdelphij2008-01-291-8/+4
* | | Forced commit to note that the previous revision also covered:brueffer2008-01-280-0/+0
* | | Avoid data copying when it is possible.mav2008-01-281-9/+21
* | | Use a for loop in find_kld_address() as in kgdb_auto_load_klds() andjhb2008-01-281-7/+4
* | | Add support for automatically loading symbols for kld's on startup:jhb2008-01-283-140/+248
* | | Remove the warnx() from kgdb_lookup() so that we don't emit a warning aboutjhb2008-01-282-6/+10
* | | If the quiet flag is specified (-q), don't dump the unread portion ofjhb2008-01-281-1/+4
* | | Add a wrapper function that bound checks writes to the dump device.ru2008-01-2810-46/+61
* | | Correct the kernel config hint in a printf statement.brueffer2008-01-281-1/+1
* | | Remove references to the obsolete card(4) manpage.brueffer2008-01-284-7/+0
* | | Make sure that the termid type is initialized to AU_IPv4 by default.csjp2008-01-281-0/+2
* | | Don't repeat error logging about NOP message sending ifiwasaki2008-01-281-1/+5
* | | Only reset driver state when a hardware error is detected.gallatin2008-01-281-5/+6
* | | - Fix a comment about prison.rrs2008-01-281-4/+5
* | | - Change back to using prioity 0. Which means don't change therrs2008-01-281-1/+1
* | | - Fix a bug where the socket may have been closed whichrrs2008-01-281-0/+8
* | | - Fixes a comparison wrap issue with sack gap ack blocks thatrrs2008-01-281-1/+1
* | | Properly return the error from mls_subject_privileged() in the ifnetrwatson2008-01-281-3/+1
* | | Return errno value rather than boolean in this context.iwasaki2008-01-281-2/+6
* | | Adjust the exponent before converting the result from double todas2008-01-281-16/+10
* | | Revive '-opt' flags which I accidentally removed.keramida2008-01-271-1/+1
* | | Enter the sleep state immediately without waiting for timeout ifiwasaki2008-01-271-0/+6
* | | Add devctl_process_running() so that power management system driveriwasaki2008-01-272-0/+10
* | | Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missingtrhodes2008-01-271-8/+16
OpenPOWER on IntegriCloud