Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-26 | Make debug less verbose. Prompted by mickey@ | Marco Peereboom | |
And for the archives: * Peruse the handshake mechanism between driver and firmware from the Linux driver which is maintained by LSI. * Copy only the first 16 bytes of the mailbox (under heavy IO overwriting the 17th byte could cause the firmware to crash). * Limit ULTRA HBAs (a.k.a. schwartz) to one single LD (Logical Drive) because for some reason having more than 1 ccb causes the firmware to hang. Whenever the driver limits the LDs it issues a warning in dmesg. | |||
2004-12-26 | This should fix long outstanding issues with ami(4). The reported | Marco Peereboom | |
symptoms that were fixed are: * Very slow throughput * ccb timeout (i.e. ami0: timeout ccb 1) * All IO to ami devices hangs * Only 1 LD (Logical Drive) can be accessed at the same time * System hangs/freezes when running IO to ami cards. Issues it doesn't fix: * Really old ULTRA-2 controllers still crash whenever more than 1 LD are accessed at the same time therefore the driver limits the maximum LDs to 1. Tested by several folks and ok beck@ mickey@ | |||
2004-12-26 | Make this compile and bring the last few vga fixes in. | Miod Vallat | |
Compiles (with an ega0 at isa?; wsdisplay* at ega? couple of lines in the kernel configuration file); not tested on real hardware. | |||
2004-12-25 | Do not allow loading a font in an used font slot; discussed with and ok mickey@ | Miod Vallat | |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-25 | correct indent | Theo de Raadt | |
2004-12-25 | in real C, there is not , after the last enum entry; ok reyk | Theo de Raadt | |
2004-12-25 | much space has been regained because of ramdisk fitting exercises in | Theo de Raadt | |
MI code. this has led to the i386 "laptop" floppy having a lot of extra space. heck, let's add minimum usb support! umass, ukbd, aue, url, and wi at usb should now work here. | |||
2004-12-25 | More secure example | Ian Darwin | |
2004-12-25 | strncmp() the correct size when looking for ki2c companion. | Miod Vallat | |
2004-12-25 | #ifndef SMALL throughout this, for install media; ok mcbride | Theo de Raadt | |
2004-12-25 | We don't need cross-{nm,size} anymore, our host tools are good enough. | Alexander Yurchenko | |
mickey ok a long time ago. | |||
2004-12-25 | sync | Theo de Raadt | |
2004-12-25 | enter ifconfig | Theo de Raadt | |
2004-12-25 | a -DSMALL varient of ifconfig for media | Theo de Raadt | |
2004-12-25 | - remove unneccessary break | Brad Smith | |
- reorder operations and a few return (0)'s to break's with MII_TICK switch case | |||
2004-12-25 | zap this too | Marc Espie | |
2004-12-25 | solve remaining conflicts | Marc Espie | |
2004-12-25 | update those manually, since cvs got confused. | Marc Espie | |
2004-12-25 | propolice marker | Marc Espie | |
2004-12-25 | new stacknote.s can't depend on stmp-dirs either or our make will rebuild stuff | Marc Espie | |
during install. | |||
2004-12-25 | revert to cast-as-lvalues being pedantic warnings for now. | Marc Espie | |
2004-12-25 | some new i386-specific include files. Adjust directory name. | Marc Espie | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | brad should compile before commiting | Theo de Raadt | |
2004-12-24 | result of merge | Marc Espie | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | init Jumbo RX ring by default. | Brad Smith | |
ok krw@ | |||
2004-12-24 | merge | Marc Espie | |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | In vmstat -i, stop walking the kernel "allevents" evcnt chain, as they are | Miod Vallat | |
not incremented anymore. Kernel-side code will be removed in a few weeks. | |||
2004-12-24 | result from merge... highly weird, since dale mixed things up | Marc Espie | |
and we're going back, as his libf2c 3.3.2 is actually libf2c 3.2.3. | |||
2004-12-24 | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No | Kenneth R Westerback | |
functional change. | |||
2004-12-24 | fix up conflicts | Marc Espie | |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev | |
without copying which is against C conventions and broke GENERIC.MP with a gcc3 optimization From niklas, tested by many | |||
2004-12-24 | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and | Miod Vallat | |
HW_SENSORS sysctl trees if option SMALL_KERNEL. ok deraadt@ | |||
2004-12-24 | Scare users so that they don't use option SMALL_KERNEL, because our | Miod Vallat | |
floppy kernels shrinking pressure has no limits. ok deraadt@ krw@ | |||
2004-12-24 | List ym(4) in synopsis as well as see also. | Jonathan Gray | |
2004-12-24 | sync | Theo de Raadt | |
2004-12-24 | streamline parser loops, now we've got a simple loop with flags, instead | Marc Espie | |
of involved loops. Makes it MUCH easier to have uniform treatment of various constructs. okay millert@ | |||
2004-12-23 | give a complete path during install, so that we don't accidentally create | Marc Espie | |
a file with the wrong name if the directory doesn't exist. Shouldn't happen, ... but when it does it's hard to figure out. `sounds sane' theo@. ran through make build without issue. | |||
2004-12-23 | bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz | Damien Miller | |
ok deraadt@ | |||
2004-12-23 | vt100 wscons crashes restoring cursor if it had never been saved before. | Miod Vallat | |
From NetBSD (wsemul_vt100.c 1.24, wsemul_vt100var.h 1.7) | |||
2004-12-23 | Fix crash due to wrong argument in the (almost useless) DECRQUPSS escape | Miod Vallat | |
sequence. From NetBSD (1.13) | |||
2004-12-23 | Reliability fix, from NetBSD: | Miod Vallat | |
When moving the cursor down, only scroll up if cursor is exactly at bottom of scroll region; don't scroll if below scroll region. | |||
2004-12-23 | document icmp type/code text abbreviations recognized by pfctl | Jared Yanovich | |
prodded by John Ladwig <jladwig@mango.lioness.net> ok deraadt jmc | |||
2004-12-23 | change FXPF_UCODE to mean "firmware load attempted". if the first | Theo de Raadt | |
loadfirmware() fails because the file is missing, we do not want to try again when the first softclock -> fxp_stats_update -> fxp_init happens later. calling namei in that context is really bad; tested by mcbride | |||
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer | |
too, claudio ok | |||
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl | |
ok mickey, deraadt |