Age | Commit message (Expand) | Author |
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 |
2004-01-13 | Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp. | Ryan Thomas McBride |
2004-01-13 | grog EV68 | Theo de Raadt |
2004-01-13 | In cpu_switch(), use (almost) savectx() rather than rolling our own version. | Miod Vallat |
2004-01-13 | support mbuf handling in alpha sgmap dma maps; from netbsd | Theo de Raadt |
2004-01-13 | need mbuf.h | Theo de Raadt |
2004-01-12 | Use a struct reg in struct sigcontext, rather than an unsorted pot-pourri | Miod Vallat |
2004-01-12 | Shrink the reg structure, for it to only contain registers (eh), and make | Miod Vallat |
2004-01-12 | match both ALI ISA bridges (more fallout); ok millert | Theo de Raadt |
2004-01-12 | sync | Ted Unangst |
2004-01-12 | new syscall closefrom(int fd) closes all fds equal and greater than fd. | Ted Unangst |
2004-01-12 | Nuke a few unused structures and variables. | Miod Vallat |
2004-01-12 | Move sensors externs to sys/sensors.h and introduce a macro | Alexander Yurchenko |
2004-01-12 | Oops, put back nvram0 for now. | Miod Vallat |
2004-01-12 | typos from Jared Yanovich; | Jason McIntyre |
2004-01-12 | a native geode reset, because quite a few geode boards without keyboard | Theo de Raadt |
2004-01-12 | Get rid of that ugly m88100_saved_state structure, use trapframe everywhere | Miod Vallat |
2004-01-12 | use klist_invalidate to permit destroy while kqueued. ok mpf@ | Ted Unangst |
2004-01-12 | klist_invalidate to help clean up when the backend disappears, tested by mpf@ | Ted Unangst |
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 |