Age | Commit message (Expand) | Author |
2004-02-21 | aperture stuff | Theo de Raadt |
2004-02-21 | much more goo | Theo de Raadt |
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove |
2004-02-21 | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and | Kenneth R Westerback |
2004-02-21 | Fix a race. scsi_done() can free a scsi_xfer, so relying on the values | Kenneth R Westerback |
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove |
2004-02-20 | turn off TRAP_SIGDEBUG | Theo de Raadt |
2004-02-20 | use an old syscall (int $0x80) for the sigreturn; otherwise %rcx is trashed. | Theo de Raadt |
2004-02-20 | Make pfsync deal with clearing states bound to a group or interface (eg | Ryan Thomas McBride |
2004-02-20 | This is amd64, not i386. | Miod Vallat |
2004-02-20 | typo | Theo de Raadt |
2004-02-20 | crank maxusers from 18 to 20 | Theo de Raadt |
2004-02-19 | move MID_X86_64; kettenis@chello.nl | Theo de Raadt |
2004-02-19 | better fix to avoid 1 second machine pauses; from grange | Theo de Raadt |
2004-02-19 | the cpu_cpuspeed function pointer MAY NOT BE SET TO POINT TO A FUNCTION | Theo de Raadt |
2004-02-19 | - split intel686_cpu_setup() into two parts: common for family | Alexander Yurchenko |
2004-02-19 | spaces; ok tedu@ | Alexander Yurchenko |
2004-02-19 | millert@ suggested to use setperf=50 as a threshold for | Alexander Yurchenko |
2004-02-19 | SpeedStep support for those Pentium processors which have | Alexander Yurchenko |
2004-02-19 | Makes pfctl -Fs and pfctl -w works with the optional -i specifier. | Cedric Berger |
2004-02-19 | wdc logs fixes from costa@: | Alexander Yurchenko |
2004-02-19 | fix typo, KNF | Markus Friedl |
2004-02-19 | Set sensible value for mntfromname, to make 'mount' report the | Hans Insulander |
2004-02-19 | simplify rsp setting in sendsig | Theo de Raadt |
2004-02-19 | Kill <sys/clist.h> - nothing uses it since years. | Miod Vallat |
2004-02-19 | correct pointer to args | Theo de Raadt |
2004-02-19 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat |
2004-02-19 | don't disable the Sound Blaster legacy mode by default, as this breaks | Markus Friedl |
2004-02-19 | the 2nd round of the qid assignment change. | Kenjiro Cho |
2004-02-18 | Stealth typo. ok deraadt@, millert@ | Thierry Deval |
2004-02-18 | Yet another wonna-be-raid device. | Alexander Yurchenko |
2004-02-17 | bzero scsi_xfer's as they come out of the pool to ensure there is no | Kenneth R Westerback |
2004-02-17 | sync | Ted Unangst |
2004-02-17 | kqueue works using native calls | Ted Unangst |
2004-02-17 | switch to sysctl_int_arr(); ok henning, deraadt | Markus Friedl |
2004-02-17 | Tighten pfi_skip_if() up, and a bit of KNF. ok mcbride@ | Cedric Berger |
2004-02-16 | don't allocate a cluster if the header fits into a mbuf; | Markus Friedl |
2004-02-16 | Correctly pass the siginfo_t structure to signal handlers. | Miod Vallat |
2004-02-16 | sync MACRO names with freebsd. | Ted Unangst |
2004-02-16 | Fix the recently added OF_getnodebyname(), if 0 is passed in for start | Dale Rahn |
2004-02-15 | Remove inittodr line during boot, recommended deraadt@ | Dale Rahn |
2004-02-15 | Remove debugging message. | Dale Rahn |
2004-02-15 | check TDBF_INVALID for TCP MD5 SA lookups; ok mcbride, henning | Markus Friedl |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl |
2004-02-15 | add sysctl_int_arr() API similar to BSD/OS; ok itojun, deraadt, miod, henning | Markus Friedl |
2004-02-15 | sneaky disk_unbusy()'s tried to hide | Ted Unangst |
2004-02-15 | 18 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarity | Anil Madhavapeddy |
2004-02-15 | knf | Ted Unangst |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-02-15 | break in default switch cases | Ted Unangst |