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