| Commit message (Expand) | Author | Age | Files | Lines |
* | - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47, | dds | 2007-12-27 | 1 | -95/+69 |
* | Add a workaround for a deadlock between the rt_setgate() and rt_check() | mux | 2007-12-27 | 2 | -1/+11 |
* | Update two tracepoints, i.e., CTRx() invocations, to reflect the demise of | alc | 2007-12-27 | 2 | -6/+4 |
* | Fix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compatibility code: | marius | 2007-12-26 | 1 | -12/+9 |
* | Fix incorrectly placed bracket in pppoe_find_svc(). | mav | 2007-12-26 | 1 | -1/+1 |
* | "FreeBSD/Open Firmware/PowerPC ..." is confusing and non-standard. | marcel | 2007-12-26 | 1 | -1/+1 |
* | Remove some prehistoric never used defines. | mav | 2007-12-26 | 1 | -5/+0 |
* | Update to 2008. | imp | 2007-12-26 | 1 | -3/+3 |
* | Sync with rev 1.63 of NetBSD's ums.c: | rpaulo | 2007-12-26 | 1 | -14/+49 |
* | Minor formatting tweaks. | rwatson | 2007-12-26 | 1 | -3/+10 |
* | Minor formatting tweaks; recommend "call doadump; reset" over "panic" | rwatson | 2007-12-26 | 2 | -6/+6 |
* | Teach savecore(8) how to extract textdump(4) dumps. | rwatson | 2007-12-26 | 2 | -79/+171 |
* | Add textdump(4) man page to describe the textdump facility and provide | rwatson | 2007-12-26 | 3 | -0/+194 |
* | Add textdump(4) facility, which provides an alternative form of kernel | rwatson | 2007-12-26 | 6 | -4/+644 |
* | Define a new kernel dump "architecture", TEXTDUMPMAGIC, which is used | rwatson | 2007-12-26 | 1 | -0/+2 |
* | Remove duplicate $FreeBSD$ that snuck in. | rwatson | 2007-12-26 | 1 | -2/+0 |
* | Add SCRIPTING section to describe new DDB scripting facilities. | rwatson | 2007-12-26 | 1 | -2/+147 |
* | Add description of 'debug.ddb.capture.data' sysctl to DBD output | rwatson | 2007-12-26 | 1 | -0/+4 |
* | Add command-line tool ddb(8), which allows DDB(4) scripts to be | rwatson | 2007-12-26 | 6 | -0/+379 |
* | Add a simple scripting facility to DDB(4), allowing the user to | rwatson | 2007-12-26 | 8 | -10/+666 |
* | Fix a panic where if the mbuf was consumed by the filter for requeueing | thompsa | 2007-12-26 | 1 | -0/+7 |
* | As suggested, replace earlier changed warnx() / exit() with an errx() | edwin | 2007-12-26 | 1 | -4/+3 |
* | Document DDB capture facility. | rwatson | 2007-12-25 | 1 | -1/+34 |
* | Add a new DDB(4) facility, output capture. Input and output from DDB may be | rwatson | 2007-12-25 | 7 | -0/+330 |
* | "vt" doesn't refer to any existing device anymore. Remove it. | wkoszek | 2007-12-25 | 2 | -3/+1 |
* | Just copy long months names to alternative. | ache | 2007-12-25 | 1 | -6/+6 |
* | Add reference to mnemonic char names | ache | 2007-12-25 | 1 | -0/+1 |
* | Just copy long months names to (alternative). | ache | 2007-12-25 | 1 | -6/+6 |
* | Rewrite kern.console handling in sbuf(9). My intention is to leave | wkoszek | 2007-12-25 | 1 | -21/+16 |
* | Implement Turkish locale | ache | 2007-12-25 | 2 | -2/+50 |
* | Mention support for the 5722 driver in bge.4 as well. | remko | 2007-12-25 | 1 | -3/+3 |
* | Add support for the BMC5722. | remko | 2007-12-25 | 2 | -0/+2 |
* | Bump __FreeBSD_version to 800007 to reflect kdb_enter change. | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Add a new kernel startup event for DDB services, which will include DDB | rwatson | 2007-12-25 | 1 | -0/+1 |
* | Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE to | rwatson | 2007-12-25 | 1 | -1/+6 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 33 | -48/+95 |
* | Typos corrected. | schweikh | 2007-12-25 | 1 | -2/+2 |
* | Rename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page". It makes it aligned correctly | wkoszek | 2007-12-25 | 1 | -1/+1 |
* | Use __FBSDID() in the kernel BPF implementation. | rwatson | 2007-12-25 | 2 | -4/+6 |
* | Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print | wkoszek | 2007-12-25 | 1 | -1/+1 |
* | Workaround p->numbytes overflow, which can result in infinite loop inside | oleg | 2007-12-25 | 1 | -7/+22 |
* | Spring forward into the late 1970's by following item 5 in the yacc | imp | 2007-12-25 | 1 | -51/+34 |
* | Add the ability to clean up all shared memory segments which are | edwin | 2007-12-25 | 7 | -214/+468 |
* | When copying multiple files to a directory, make sure that a proper | edwin | 2007-12-25 | 1 | -1/+1 |
* | Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable | ume | 2007-12-24 | 1 | -0/+40 |
* | Move the check for the snp device being already attached after the | kib | 2007-12-24 | 1 | -11/+6 |
* | Add Turkish collate | ache | 2007-12-24 | 3 | -2/+213 |
* | Various fixes: | marcel | 2007-12-24 | 1 | -41/+25 |
* | For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest | kensmith | 2007-12-24 | 1 | -5/+17 |
* | - Fix a typo in comments. | stas | 2007-12-23 | 1 | -1/+1 |