summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Tune the message for better informativity.mav2008-02-011-1/+2
* | Band-aid recent commit by mav by replacing a variable in a CTR statement withbenno2008-02-011-1/+1
* | Implement Session-ID hashing to improve receive performance scalabilitymav2008-01-311-31/+70
* | When reinitializing a lockuser, don't assume that the lock is indeischen2008-01-311-7/+15
* | Fix an indentation.jkim2008-01-311-1/+1
* | The devstat(3) manpage claims that only <devstat.h> is needed as ajhb2008-01-311-0/+1
* | Do not sanitize disk geometry if it is set by scripts in non-interactive mode.jkim2008-01-311-8/+8
* | For no good reason I had assumed that ACPI table headers would be pagejhb2008-01-312-10/+14
* | Use dump_write() instead of direct calls to di->dumper() in textdumps.rwatson2008-01-311-3/+3
* | De-sparc64-ify (now that it's also installed on PowerPC).ru2008-01-311-1/+1
* | Spot two more bugs WRT adherence to the local prompt style.yar2008-01-311-2/+2
* | Use consistent style in user prompts: the question is in a new lineyar2008-01-312-6/+6
* | Some code reformat.mav2008-01-311-55/+38
* | Implement stack protection based on GET_STACK_USAGE() macro.mav2008-01-313-8/+46
* | Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.mav2008-01-313-14/+22
* | Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-317-13/+36
* | Add hook routine archive_write_ar_finish() which writes the 'ar'kaiw2008-01-311-1/+19
* | Add a test to verify compatibility with archives withkientzle2008-01-313-0/+145
* | Tighten up the heuristic that decides whether or not we shouldkientzle2008-01-311-20/+36
* | Enable ofwdump on powerpc (finally). Tested on G3 & G4 machines.grehan2008-01-313-1/+2
* | 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
OpenPOWER on IntegriCloud