Age | Commit message (Expand) | Author |
2004-02-13 | order irq,pri args to gsc_intr_establish() the way less confusing compared to... | Michael Shalayeff |
2004-02-13 | as i continuously fail to make osiop drive 700 chip disable it for now | Michael Shalayeff |
2004-02-13 | support secondary com@dino from todd@ | Michael Shalayeff |
2004-02-13 | Do an explicit pf_update_anchor_rules() after an anchor gets removed. | Marco Pfatschbacher |
2004-02-13 | avoid routing irqs that we ignore (14 15); from form@ | Michael Shalayeff |
2004-02-13 | typo | Jolan Luff |
2004-02-13 | save/restore fpu state around the signal handler. skip a gap on unempty stack... | Michael Shalayeff |
2004-02-13 | typo, lenght -> length | Brad Smith |
2004-02-13 | Not used in updated ahc. | Kenneth R Westerback |
2004-02-13 | Not used in updated ahc. | Kenneth R Westerback |
2004-02-13 | on sigreturn check cs and rflags for evilness; from i386 | Michael Shalayeff |
2004-02-12 | don't reset the PHY when IPs are configured; from freebsd revision 1.16 | Markus Friedl |
2004-02-12 | from camield: | Henning Brauer |
2004-02-12 | Add UKC. | Dale Rahn |
2004-02-12 | Switch default console base to vga. | Dale Rahn |
2004-02-12 | Do not overwrite boothowto if not in the ramdisk kernel, allows single | Dale Rahn |
2004-02-12 | Preserve rval[1] across system calls if not explictly overwritten, | Dale Rahn |
2004-02-12 | Correctly parse the firmware 'arguments', allows for the passing of the | Dale Rahn |
2004-02-11 | Silence early kernel bootstrap unless option VERBOSE_INIT_ARM. | Miod Vallat |
2004-02-11 | Give systrace and xfs a chance to work. | Miod Vallat |
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat |
2004-02-11 | make mss signed; avoids large mss if ifp==NULL; ok itojun@ | Markus Friedl |
2004-02-11 | Defining __HAVE_DEVICE_REGISTER and an empty device_register() function is | Miod Vallat |
2004-02-11 | Remove duplicates with <sys/conf.h>; ok drahn@ | Miod Vallat |
2004-02-11 | Return ENOTTY on unhandled ioctls; ok drahn@ | Miod Vallat |
2004-02-11 | permit installboot to at least compile... remove some crud | Theo de Raadt |
2004-02-10 | KNF | Daniel Hartmeier |
2004-02-10 | Decrease the initial number of ptys from 64 to 16. If the systems | Todd C. Miller |
2004-02-10 | Fix off-by-one wrt TTY_LETTERS and minor being out of bounds. Missed | Todd C. Miller |
2004-02-10 | plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric, | Jun-ichiro itojun Hagino |
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko |
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko |
2004-02-10 | Add flags field to the sensor structure and an only flag SENSOR_FINVALID | Alexander Yurchenko |
2004-02-10 | KNF | Henning Brauer |
2004-02-10 | Relocation types, used by ld.so | Dale Rahn |
2004-02-10 | Check for the device existence in cnprobe() as done in match(), to be sure | Miod Vallat |
2004-02-10 | check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN and | Markus Friedl |
2004-02-10 | Fix cnprobe() and cninit() prototypes. | Miod Vallat |
2004-02-10 | Make pfsync work correctly with IP options on 64-bit alignment | Ryan Thomas McBride |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-02-10 | Adjust comment now that number of ptys is dynamic. | Todd C. Miller |
2004-02-10 | Dynamically allocate space for ptys; adapted from NetBSD by beck@ | Todd C. Miller |
2004-02-10 | Allow /boot to load read-only data segments in ELF kernels. | Tom Cosgrove |
2004-02-10 | Make debug_init void debug_init(void), like nearly all of the other | Tom Cosgrove |
2004-02-10 | Enable interrupts before halt when we error out. Allows use of | Tom Cosgrove |
2004-02-09 | remove debugging printf | Michael Shalayeff |
2004-02-09 | repair cpu dmesg print a bit | Michael Shalayeff |
2004-02-09 | this is mixed sized eelf nlist version and thus cannot check sizes against SI... | Michael Shalayeff |
2004-02-09 | init the clock before autoconf start for delay() to be truly usable; i moved ... | Michael Shalayeff |
2004-02-09 | duh. there are two syscall entry points and both have to preserve rdx. also m... | Michael Shalayeff |