Age | Commit message (Expand) | Author |
1998-08-14 | Make printf output during card probe more compact. | Matthieu Herrb |
1998-08-13 | Make loadbsd aware of poolmem (mainly, kill poolmem before scanning the | Marc Espie |
1998-08-13 | MD devices | Michael Shalayeff |
1998-08-13 | sync | Theo de Raadt |
1998-08-13 | oops | Theo de Raadt |
1998-08-13 | sync | Theo de Raadt |
1998-08-13 | new viatech devices discovered on cvs | Theo de Raadt |
1998-08-13 | a proto; fgsch@olimpo.com.br | Theo de Raadt |
1998-08-13 | Fix card list: Robert Earl <rearl@teleport.com>. | Jason Downs |
1998-08-13 | Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>. | Jason Downs |
1998-08-12 | poll proto only for userland | Theo de Raadt |
1998-08-11 | poll() proto | Theo de Raadt |
1998-08-11 | Added 3c980, sync with pcidevs | Mats O Jansson |
1998-08-11 | Added 3c980 | Mats O Jansson |
1998-08-11 | put irq number on the line with the other info, not on its own line | Todd C. Miller |
1998-08-10 | no need for microcode deps. aic is fine anyway | Michael Shalayeff |
1998-08-10 | use drq2 for record drq in gus configuration instead of flags, reported by | Niels Provos |
1998-08-10 | sync | Todd C. Miller |
1998-08-10 | allow -d option to work with -c [change screen] | Todd C. Miller |
1998-08-10 | Add SIS 5598 and some descriptinos for other SiS chips used in 5591-based mot... | Todd C. Miller |
1998-08-10 | reflect reality | Todd C. Miller |
1998-08-09 | Wait for ACK's back from the kbd controller when setting typematic rate. | Todd C. Miller |
1998-08-08 | Split ioh allocations so that the devices no longer overlap. | Jason Downs |
1998-08-08 | compile when fd is not listed in config file; andrew@creep.net | Todd C. Miller |
1998-08-08 | Document the locking discipline a bit better | Constantine Sapuntzakis |
1998-08-08 | Some programs would like to use the old tty support..., compile with | Dale S. Rahn |
1998-08-08 | The world doesn't need 'em. | Jason Downs |
1998-08-07 | fix PMS_INT_DISABLE | Theo de Raadt |
1998-08-07 | com.c needs to know about mem mapped ports in ppc systems. | Per Fogelstrom |
1998-08-07 | environment is there too | Michael Shalayeff |
1998-08-07 | fdc is fdc, fd is fd | Michael Shalayeff |
1998-08-07 | Add kernel support for debugging with gdb. This also make /proc allow | Dale S. Rahn |
1998-08-07 | Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy. | Dale S. Rahn |
1998-08-07 | Fix portal FS & PR #556 | Constantine Sapuntzakis |
1998-08-07 | Shrink kernels and make work for ramdisks better. (so they fit on floppy) | Dale S. Rahn |
1998-08-06 | Null mounts must be from directories | Constantine Sapuntzakis |
1998-08-06 | Fix the typos that prevented umap from working. They, of course, lead | Constantine Sapuntzakis |
1998-08-06 | Don't pass vclean related stuff to the lower vnode. It makes it very unhappy. | Constantine Sapuntzakis |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-08-06 | sync | Michael Shalayeff |
1998-08-06 | add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intel | Michael Shalayeff |
1998-08-06 | Some small fixes for non ofw systems | Per Fogelstrom |
1998-08-06 | Use single line geometry printing. Looks just like sd, now. | Jason Downs |
1998-08-05 | fix ifc_len == 0 hack for variable size structures. | Todd C. Miller |
1998-08-05 | add missing check for msg.msg_iovlen <= 0 | Todd C. Miller |
1998-08-05 | return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2 | Todd C. Miller |
1998-08-05 | Add IOV_MAX from XPG 4.2. This supercedes UIO_MAXIOV so mark it as such. | Todd C. Miller |
1998-08-05 | delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_int | Todd C. Miller |
1998-08-04 | fix resid wrt debugging printf | Todd C. Miller |
1998-08-04 | fix type of resid in debugging printf | Todd C. Miller |