| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid assignments to cast expressions. | stefanf | 2004-06-08 | 4 | -8/+8 |
* | Signal handlers are supposed to take an int parameter. | stefanf | 2004-06-08 | 1 | -2/+2 |
* | Remove a couple of casts added for an ancient Sun compiler. | stefanf | 2004-06-08 | 1 | -11/+2 |
* | - Don't use argv[i] when i is uninitialised. | stefanf | 2004-06-08 | 1 | -3/+2 |
* | The third operand of the conditional operator should have type void too. | stefanf | 2004-06-08 | 2 | -2/+2 |
* | Implement the BREAK_TO_DEBUGGER option for sab(4). | joerg | 2004-06-08 | 1 | -0/+11 |
* | 1. struct tty => struct tty *tty. | rik | 2004-06-08 | 1 | -95/+110 |
* | Remove remnants of PGINPROF. | tjr | 2004-06-08 | 2 | -43/+0 |
* | Touch .Dd (date) since new functionality has been documented. | yar | 2004-06-08 | 1 | -1/+1 |
* | If we are asked to print the total number of blocks, do so even if we | das | 2004-06-08 | 1 | -12/+14 |
* | Remove from the printfns the assumption that dp->list != NULL. Even | das | 2004-06-08 | 1 | -2/+6 |
* | Make the legend to the table of interface flags compact | yar | 2004-06-08 | 1 | -8/+10 |
* | Describe how polling(4) applies to network interfaces. | yar | 2004-06-08 | 1 | -2/+55 |
* | In fts_build(), if we try to chdir and fail (e.g. due to lack of search | das | 2004-06-08 | 2 | -4/+0 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 1 | -4/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 4 | -5/+6 |
* | Set errno to EBADF on attempts to write to a stream that is not | das | 2004-06-08 | 1 | -2/+5 |
* | In pmap_extract_and_hold(), there is no need to mask off PG_FRAME because | peter | 2004-06-08 | 1 | -4/+5 |
* | Fix my silly typo in asm statement in previous commit. | peter | 2004-06-08 | 1 | -1/+1 |
* | Argh. Remove stray number that slipped into the previous commit. | peter | 2004-06-08 | 1 | -1/+0 |
* | Reapply rev 1.151 after enable sse/fpuinit order fixed in mp_machdep.c | peter | 2004-06-08 | 1 | -0/+4 |
* | Set up the fpu *after* enabling SSE mode on AP's | peter | 2004-06-08 | 1 | -3/+3 |
* | Initial PG_NX support (no-execute page bit) | peter | 2004-06-08 | 9 | -154/+151 |
* | Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NX | peter | 2004-06-08 | 2 | -17/+17 |
* | Correct some spelling errors. | kientzle | 2004-06-08 | 1 | -6/+6 |
* | Use trunc_page(va) when we mean it rather than anding it with PG_FRAME | peter | 2004-06-08 | 1 | -2/+2 |
* | Fix a serious problem that manifested during swap, and a few other times. | peter | 2004-06-07 | 1 | -18/+60 |
* | Be a little more consistent in the naming of the PML4 defines. | peter | 2004-06-07 | 1 | -3/+3 |
* | Note that FIPS does not work on extended partitions, and that | murray | 2004-06-07 | 1 | -0/+4 |
* | Now that mbufs are allocated using uma, | julian | 2004-06-07 | 1 | -4/+0 |
* | Drop the include for <stdint.h>, it was only needed when this was | gad | 2004-06-07 | 1 | -1/+0 |
* | Use ".In" to mark up C include file names. | yar | 2004-06-07 | 1 | -2/+4 |
* | Each sentence should begin on a new line. | yar | 2004-06-07 | 1 | -10/+16 |
* | Correct a resource leak introduced in recent accept locking changes: | rwatson | 2004-06-07 | 1 | -4/+4 |
* | Remove accidental change. | njl | 2004-06-07 | 1 | -1/+1 |
* | Extend and improve the mdoc(7) markup of this page. | yar | 2004-06-07 | 1 | -32/+60 |
* | Avoid printing extraneous warning messages when trying to switch a device | njl | 2004-06-07 | 2 | -17/+17 |
* | Note the need to rerun config. | julian | 2004-06-07 | 1 | -0/+4 |
* | Avoid clobbering the red zone when running on the new context's stack in | tjr | 2004-06-07 | 2 | -0/+10 |
* | Add an "oldorder" option, so that when the default changes to "neworder", | gad | 2004-06-07 | 1 | -0/+8 |
* | In "neworder" processing, reduce the delay between signals to separate | gad | 2004-06-07 | 1 | -10/+38 |
* | Make linesw[] an array of pointers to linedesc instead of an array of | phk | 2004-06-07 | 4 | -74/+70 |
* | Use ldisc_[de]register() instead of frobbing linesw[] directly. | phk | 2004-06-07 | 1 | -1/+2 |
* | Remove references to L1 in the comments, according to Alan they are | netchild | 2004-06-07 | 2 | -7/+7 |
* | Reformat the comments for cam_hdr so that they can be read. | scottl | 2004-06-07 | 1 | -8/+7 |
* | Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.c | julian | 2004-06-07 | 2 | -1209/+14 |
* | Linux (at least Debian) requires sys/types.h to get off_t. | kientzle | 2004-06-07 | 2 | -0/+2 |
* | - Use PCI_INVALID_IRQ macro rather than a magic number. | jhb | 2004-06-07 | 1 | -2/+1 |
* | 1. There are interface capabilities to be used by "lower" kernel | yar | 2004-06-07 | 1 | -2/+18 |
* | Add an entry to the PCI ID list to support the serial interface on the | wpaul | 2004-06-07 | 1 | -0/+1 |