Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-22 | isa ep works | Theo de Raadt | |
2004-02-22 | smaller ramdisk for now | Theo de Raadt | |
2004-02-22 | RAMDISK is ok here | Theo de Raadt | |
2004-02-22 | shrinky | Theo de Raadt | |
2004-02-22 | support -DNO_PROPOLICE | Theo de Raadt | |
2004-02-21 | fiddle with filedesc lock to prevent recursion. crash and fix confirmed | Ted Unangst | |
by marc balmer | |||
2004-02-21 | Remove left-over dependencies on the old rcons code. | Miod Vallat | |
2004-02-21 | SCSI_DATA_OUT doesn't mean transfer from host in all cases, when | Alexander Yurchenko | |
requesting sense we reuse the same scsi xfer so flags lie and we should check for C_SENSE too. Eliminates pciide timeouts at the end of every burning with cdrecord. Bug introduced, found and then fixed by costa@. ok costa@ krw@ | |||
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 | |
requested by and ok deraadt@ | |||
2004-02-21 | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and | Kenneth R Westerback | |
UMASS_QUIRK_FORCE_SHORT_INQUIRY. Fixes a bunch of USB devices. Based on work by Mycroft in NetBSD. ok tdeval@ deraadt@. | |||
2004-02-21 | Fix a race. scsi_done() can free a scsi_xfer, so relying on the values | Kenneth R Westerback | |
of fields in the scsi_xfer after scsi_done() could have been called is bad. cdrecord can now safely burn cd's at high speeds. Found by grange@, original diff by costa@, cleaned up by grange@ and further polished by me following input from deraadt@. ok grange@ costa@ deraadt@. | |||
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove | |
requested by and ok deraadt@ | |||
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 | |
we've been chasing this for 2 weeks.. finally spotted by kettenis@chello.nl | |||
2004-02-20 | Make pfsync deal with clearing states bound to a group or interface (eg | Ryan Thomas McBride | |
pfctl -i fxp0 -Fs). Also don't send out individual state deletions if we're sending a clear message, move pfsync_clear_states() inside splnet, and fix if_pfsync.h includes in pf.c and pf_ioctl.c. ok cedric@ dhartmei@ | |||
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 | |
THAT SLEEPS FOR ONE SECOND AT HIGH SPL! Who approved this, and what were they smoking? | |||
2004-02-19 | - split intel686_cpu_setup() into two parts: common for family | Alexander Yurchenko | |
0x6 and 0xf and only for family 0x6 - use intel686_p4_cpu_setup() for family 0xf cpus - msr-based hw.cpuspeed for pentium 4 - use pentium_mhz for hw.cpuspeed if there's nothing better (diff from tedu@) Ok tedu@ | |||
2004-02-19 | spaces; ok tedu@ | Alexander Yurchenko | |
2004-02-19 | millert@ suggested to use setperf=50 as a threshold for | Alexander Yurchenko | |
the low perfomance state. | |||
2004-02-19 | SpeedStep support for those Pentium processors which have | Alexander Yurchenko | |
SpeedStep only as a chipset feature. This diff is for ICHx-M chipsets, with 2 perfomance states available. Tested by provos@, sturm@, millert@ Ok tedu@ | |||
2004-02-19 | Makes pfctl -Fs and pfctl -w works with the optional -i specifier. | Cedric Berger | |
Kernel/Userland Sync needed. ok dhartmei@ jmc@ markus@ mcbride@ | |||
2004-02-19 | wdc logs fixes from costa@: | Alexander Yurchenko | |
1) wdc_get_log is at splbio() to prevent interrupt handlers from updating the log 2) work hard to ensure that wdc_tail and wdc_head are between 0 and wdc_log_cap, even if wdc_log or wdc_get_log is run concurrently against itself. With this patch, running concurrent wdc_log's may corrupt the log, but it should not cause any panics. 3) Make sure the buffer always starts on a record boundary. Otherwise said, wdc_tail should always be on a record boundary. | |||
2004-02-19 | fix typo, KNF | Markus Friedl | |
2004-02-19 | Set sensible value for mntfromname, to make 'mount' report the | Hans Insulander | |
xfs device that was actually mounted, not just 'arla'. Issue noted by deraadt@. Thanks to Jan Johansson (janj+openbsd at wenf.org) for testing on i386 and sparc64. | |||
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 | |
doing this by an hand-delivered SIGILL. | |||
2004-02-19 | don't disable the Sound Blaster legacy mode by default, as this breaks | Markus Friedl | |
apm(4). add a flag that disables Sound Blaster legacy mode, this might be necessary for some floppies. help from jmc, ok+test hshoexer. | |||
2004-02-19 | the 2nd round of the qid assignment change. | Kenjiro Cho | |
make the semantics in line with the tag assignment, which simplifies the id management in pf. ok, henning@ | |||
2004-02-18 | Stealth typo. ok deraadt@, millert@ | Thierry Deval | |
2004-02-18 | Yet another wonna-be-raid device. | Alexander Yurchenko | |
Reported by Dmitry S. Popov <D.S.Popov@inp.nsk.su>. | |||
2004-02-17 | bzero scsi_xfer's as they come out of the pool to ensure there is no | Kenneth R Westerback | |
leakage from one use to the next. There is no such thing as too much paranoia. ok deraadt@. | |||
2004-02-17 | sync | Ted Unangst | |
2004-02-17 | kqueue works using native calls | Ted Unangst | |
once from art@ a while back, again from Jason Ackley <jason@ackley.net> | |||
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 | |
ok itojun@, henning@, mcbride@ | |||
2004-02-16 | Correctly pass the siginfo_t structure to signal handlers. | Miod Vallat | |
ok drahn@ | |||
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 | |
that indicates that start should be assigned OF_peer(0) "head of device tree", not node which is then overwritten. | |||
2004-02-15 | Remove inittodr line during boot, recommended deraadt@ | Dale Rahn | |
2004-02-15 | Remove debugging message. | Dale Rahn | |