Age | Commit message (Expand) | Author |
2004-01-15 | Disable write-back mappings for userland entirely; pmap_copy_page() still | Miod Vallat |
2004-01-15 | sync | Alexander Yurchenko |
2004-01-15 | Two Silicon Image SATA chips. | Alexander Yurchenko |
2004-01-15 | ansi and some spaces; no f/c | Alexander Yurchenko |
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat |
2004-01-15 | instuction -> instruction | Miod Vallat |
2004-01-15 | es tanzt das KNF | Markus Friedl |
2004-01-15 | missing #ifdef INET6, ok henning@ | Daniel Hartmeier |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl |
2004-01-15 | move call to tcp_mss_update() from syn_cache_add() to syn_cache_get(), | Markus Friedl |
2004-01-15 | Undo backout of this piece of 'SR restores', this feature is used by | Dale Rahn |
2004-01-15 | No reason to exclude xl from ramdisk. GENERIC and RAMDISK need a severe sync. | Dale Rahn |
2004-01-15 | Add 'sysctl hw.cpuspeed' support. copied from macppc. | Dale Rahn |
2004-01-15 | Apply the same change as macppc for the 'SR revert', unbreak pegasos. | Dale Rahn |
2004-01-14 | machine/stdarg.h -> sys/stdarg.h | Brad Smith |
2004-01-14 | mvme* do not support buses with indirect configuration, so don't check and | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2004-01-14 | Some MC8820x operation cleaning: | Miod Vallat |
2004-01-14 | Get rid of M_LOCKF and use pool for allocating lockf structures. | Alexander Yurchenko |
2004-01-14 | Slightly better messages, fix a typo, and a few strlcpy() botches. | Miod Vallat |
2004-01-14 | syncache+ipv6 support for TCP_SIGNATURE; with itojun; ok deraadt | Markus Friedl |
2004-01-14 | Remove as many unnecessary includes from the include mess in this file, in | Miod Vallat |
2004-01-14 | catching a stray sheep destroying a pmap shall result in a proper haggis; thi... | Michael Shalayeff |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho |
2004-01-14 | Do not expose kernel prototypes to userland. | Miod Vallat |
2004-01-14 | sync | Ted Unangst |
2004-01-14 | sync | Ted Unangst |
2004-01-14 | change sigaltstack.ss_size type to size_t. handle syscall fallout. | Ted Unangst |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2004-01-14 | Revert previous; this will cause issues on some machines, says drahn@ | Miod Vallat |
2004-01-13 | Fix KERNTEXTOFF value (long) after the move to ELF. | Miod Vallat |
2004-01-13 | Allow building w/o -traditional. OK weingart@ and mickey@ | Todd C. Miller |
2004-01-13 | Get rid of more unused useless broken invalid constant laughable values. | Miod Vallat |
2004-01-13 | No need to set [di]sar for complete tlb invalidation. | Miod Vallat |
2004-01-13 | spelling | Theo de Raadt |
2004-01-13 | spelling | Theo de Raadt |
2004-01-13 | Take advantage of the way config(8) works to probe for bugtty last during | Miod Vallat |
2004-01-13 | Get rid of old MID binary compatibility. This has been a lifesaver back when | Miod Vallat |
2004-01-13 | Then, kill %: printf format... | Miod Vallat |
2004-01-13 | Less pedantic types; helps when userland includes <signal.h> without | Miod Vallat |
2004-01-13 | Let frame_is_sane() be quiet on demand, then fix and enable again frame search. | Miod Vallat |
2004-01-13 | silence preprocessor. | Marc Espie |
2004-01-13 | During signal delivery, force the sigframe to be on an 8 byte boundary. | Miod Vallat |
2004-01-13 | remove needs-flag from wi@usb. drahn@ ok. | Federico G. Schwindt |
2004-01-13 | UFS -> FFS, /bootsd -> /boot, ufsboot -> boot | Miod Vallat |
2004-01-13 | Always keep the kernel stack on a 8 byte boundary... | Miod Vallat |
2004-01-13 | bring back the old TCP_SIGNATURE code from tcp_input.c rev 1.45 | Markus Friedl |
2004-01-13 | Dusty, useless files are better found in the Attic. | Miod Vallat |
2004-01-13 | pass pcb and not socket to ip_output; #ifdef SACK; ok itojun@ | Markus Friedl |
2004-01-13 | Add and remove IPv6 routes so when we're MASTER, we can connect to the | Ryan Thomas McBride |