Age | Commit message (Expand) | Author |
2004-01-12 | these need to be synced when vnode_if.src changes | Ted Unangst |
2004-01-12 | Completely remove the device name from this print, not just the %s. | Dale Rahn |
2004-01-12 | Better defaults on snapper, fixes xmms problem reported by joshua stein | Dale Rahn |
2004-01-11 | in ANSI world, "string1" "string2" is enough for concatecation | Peter Valchev |
2004-01-11 | Mark more code as dependent upon option PTRACE, and slight cleaning while there. | Miod Vallat |
2004-01-11 | Implement and use splraise() rather than spl() whenever necessary. | Miod Vallat |
2004-01-11 | Use splhigh() instead of splimp() in cpu_exit. [similar fix as done on mvme88k] | Miod Vallat |
2004-01-11 | $OpenBSD$ tags | Dale Rahn |
2004-01-11 | mark u_int64_t constants with ULL to make gcc3 happy | Brad Smith |
2004-01-11 | Little sync dmesg output with pciide. | Alexander Yurchenko |
2004-01-11 | plug snapper audio into build. ok dhartmei@ | Dale Rahn |
2004-01-11 | Audio support for some newer macppc machines, any 'snapper' based systems. | Dale Rahn |
2004-01-11 | Add OF_getnodebyname interface to openfirmware, from netbsd. | Dale Rahn |
2004-01-11 | Add new getnodebyname interface as OF_getnodebyname to openfirmware, from | Dale Rahn |
2004-01-11 | let lsof compile again. report and fix confirmed pvalchev@ | Ted Unangst |
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev |
2004-01-10 | sync | Alexander Yurchenko |
2004-01-10 | Intel 82865G integrated video | Alexander Yurchenko |
2004-01-10 | Sorry miod, this file is needed. Look at the bottom | Bob Beck |
2004-01-10 | - shift some variables | Peter Valchev |
2004-01-10 | Print sense info only for valid key; from NetBSD. | Alexander Yurchenko |
2004-01-10 | Make debug printf a real debug. | Alexander Yurchenko |
2004-01-10 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-10 | oops, revert change. | Brad Smith |
2004-01-09 | typo from Jared Yanovich; | Jason McIntyre |
2004-01-09 | typos from Jared Yanovich; | Jason McIntyre |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-09 | fix build for gcc3. | Dale Rahn |
2004-01-09 | decrease min mss to (256 - 40); ok deraadt | Markus Friedl |
2004-01-09 | don't restrict tcp signature keys to ascii; ok mcbride | Markus Friedl |
2004-01-09 | Constify trap names, and a few cleanings to the trap() functions. | Miod Vallat |
2004-01-09 | fix leak ether_deatch(): if if_free_sadl() is called before if_detach() | Markus Friedl |
2004-01-09 | back out vnode parents. weird breakge found in ports tree | Ted Unangst |
2004-01-09 | Put back the pmap_zero_page() and pmap_copy_page() fixes, svnd work again. | Miod Vallat |
2004-01-09 | Do not keep a round-robin list of the previous traps for debug purposes on | Miod Vallat |
2004-01-09 | Do not define new m8820x specific constants for what are common cache and | Miod Vallat |
2004-01-08 | tom broke the kernel, and is being scolded | Theo de Raadt |
2004-01-08 | The va for the few pages used for copying/zeroing pages are magic, but only | Miod Vallat |
2004-01-08 | sync | Tom Cosgrove |
2004-01-08 | Merge entries for Cirrus Logic CS4280 and CS4614 (same device id) | Tom Cosgrove |
2004-01-08 | typo from Pedro Martelletto; | Jason McIntyre |
2004-01-08 | More sense message improvements from Marco Peereboom. | Kenneth R Westerback |
2004-01-08 | gcc3 does not seem to like comments inside comments - zap a couple; ok miod | Peter Valchev |
2004-01-08 | switch_exit() must be invoked at splhigh(), or you race the clock. | Miod Vallat |
2004-01-08 | Some splfoo() have raise-if-lower semantics; so introduce raiseipl() which | Miod Vallat |
2004-01-08 | struct for IPv6 pseudo header checksum - nonstandard. from kame | Jun-ichiro itojun Hagino |
2004-01-07 | Revert the pmap machinery to 20031228. The changes made since all produce | Miod Vallat |
2004-01-07 | machine/stdarg.h -> sys/stdarg.h | Brad Smith |