Age | Commit message (Expand) | Author |
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 |
2004-02-09 | preserve high word of return value like other archs do | Michael Shalayeff |
2004-02-09 | Repair "set loginterface". Don't flush stats on pfctl -e. pf_status.since | Cedric Berger |
2004-02-08 | Remove unused files. | Alexander Yurchenko |
2004-02-08 | for the via c3 use software aes keys, thereby permitting 192 and 256. | Theo de Raadt |
2004-02-08 | if_detach_rtdelete(): abort and restart rn_walktree() if a cloning route | Markus Friedl |
2004-02-08 | minimum CPPFLAGS | Theo de Raadt |
2004-02-08 | Fix kernel panic which occurs under very high load: | Ryan Thomas McBride |
2004-02-08 | ignore RAMDISK_CD too | Theo de Raadt |
2004-02-08 | better one; from mickey | Theo de Raadt |
2004-02-08 | ramdisk; from mickey | Theo de Raadt |
2004-02-08 | correct ramdisk support | Theo de Raadt |
2004-02-08 | save kernel space; full unroll is not needed; from freebsd | Theo de Raadt |
2004-02-08 | Pull in a few recent changes from FreeBSD, plus a couple of local | Kenneth R Westerback |
2004-02-08 | restored & repaired wcookie support; kettenis@chello.nl | Theo de Raadt |
2004-02-07 | If scsi_probe_bus() is called with a particular lun, ensure that lun 0 | Kenneth R Westerback |
2004-02-07 | permit entry into arch/cats and arch/amd64 | Theo de Raadt |
2004-02-07 | Always disable interrupts on a controller for polled commands. | Alexander Yurchenko |
2004-02-07 | Final bits to make IT8212F working: | Alexander Yurchenko |
2004-02-07 | Add a few more sensors types like in NetBSD. Not used for now. | Alexander Yurchenko |
2004-02-07 | Be sure to flag pte constants as UL, and cope with this in locore. | Miod Vallat |
2004-02-07 | pass correct argument count to ktrsyscall(); now ktrace & kdump work | Theo de Raadt |
2004-02-07 | sync | Theo de Raadt |
2004-02-07 | new fxp; cmetz | Theo de Raadt |
2004-02-07 | Use the offset provided to us by m_pulldown(), rather than using size of | Ryan Thomas McBride |
2004-02-06 | as seen in netbsd. crank bpf sizes to adapt to faster networks. | Ted Unangst |
2004-02-06 | default db.log=1. as noted by Sam Smith, this is more useful. mickey concurred | Ted Unangst |
2004-02-06 | permit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address). | Jun-ichiro itojun Hagino |
2004-02-06 | No SUBDIRs here. | Dale Rahn |
2004-02-06 | fix machine/machine_arch, machine_arch should be arm for all arm systems | Dale Rahn |
2004-02-06 | some cpus start to have a NX oriented PGEX_I | Theo de Raadt |