Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-15 | Import siop, a replacement for the ncr SCSI driver, from NetBSD. | Kenneth R Westerback | |
Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet. | |||
2001-02-15 | correct perms on null | Todd T. Fries | |
2001-02-15 | Replace 'OpenBSD' with .Ox, 'FreeBSD' with .Fx. | Kenneth R Westerback | |
Put quotes around argument to .Cd. Reword .Nd and .Sh DESCRIPTION to focus on INIC-950 and mention Iwill 2395UW test. Add .Sh BUGS mentioning that tagged command queuing not being used. | |||
2001-02-14 | Relax advertising requirements on copyright | Thorsten Lockert | |
2001-02-14 | another ne2k, from markus@ | Michael Shalayeff | |
2001-02-14 | regen | Michael Shalayeff | |
2001-02-14 | another ne2k from markus@ | Michael Shalayeff | |
2001-02-14 | make sure we do not pass shared M_EXT mbuf. will avoid | Jun-ichiro itojun Hagino | |
possible shared mbuf overwrite if we use bridge/multicast/loopback/whatever. sync with kame | |||
2001-02-14 | Fix and document 'preserve modes & times' option ('-p' flag in sftp); | Damien Miller | |
ok markus@ | |||
2001-02-14 | sync | Theo de Raadt | |
2001-02-14 | Sort .Xr in alphabetical order. | Federico G. Schwindt | |
2001-02-14 | Add pcscp.4. | Federico G. Schwindt | |
2001-02-14 | Change output to fit OpenBSD. | Federico G. Schwindt | |
2001-02-14 | Move BUGS section to the bottom. | Federico G. Schwindt | |
2001-02-14 | Finally, pcscp manpage. | Federico G. Schwindt | |
2001-02-14 | Theo keeps remembering me things I forgotten. Add pcscp(4) here as well. | Federico G. Schwindt | |
2001-02-14 | Add pcscp(4) per theo request. | Federico G. Schwindt | |
2001-02-14 | Add pcscp(4) and change -width to 10n per aaron@ suggest. | Federico G. Schwindt | |
2001-02-14 | Support for AMD Am53c974 PCscsi-PCI SCSI controllers. | Federico G. Schwindt | |
2001-02-14 | Add pcscp support. | Federico G. Schwindt | |
2001-02-14 | sigh. add $OpenBSD$. | Federico G. Schwindt | |
2001-02-14 | Support for AMD Am53c974 SCSI controllers; from NetBSD. | Federico G. Schwindt | |
Thanks to Quentin Barnes <qbarnes@urbana.css.mot.com> for his help. | |||
2001-02-14 | fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-13 | Don't even look at af_family if accept() returns sa->sa_len == 0 | brian | |
2001-02-13 | setproctitle(user) only if getpwnam succeeds | Markus Friedl | |
2001-02-13 | clear select masks on EINTR, noticed by itojun@ | Markus Friedl | |
2001-02-13 | grr, pcvt ioctl support still required | Theo de Raadt | |
2001-02-13 | More sane spl handling. Don't just assume that we're called at spl0. | Artur Grabowski | |
2001-02-13 | No need to cast splx to (void). | Artur Grabowski | |
2001-02-13 | Fix authorizer removal problem. | Angelos D. Keromytis | |
2001-02-13 | Use MIN, not min when counting the pages we steal. | Artur Grabowski | |
min is a function taking u_int arguments and we are counting signed longs here. | |||
2001-02-13 | When detaching an interface set the if_start, if_ioctl and if_watchdog | Artur Grabowski | |
functions to 'nops'. Some protocols might want to output some packets while detaching and that could be a bad idea when the interface has gone away. Do we need to change more functions? | |||
2001-02-13 | rtc stops if we miss interrupts. Inspired by code from FreeBSD. | Hakan Olsson | |
Some KNF. (niklas@ ok) | |||
2001-02-13 | Bump maxusers to 32. | Artur Grabowski | |
2001-02-13 | Cleanup. | Artur Grabowski | |
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen | |
2001-02-13 | default more wscons options | Theo de Raadt | |
2001-02-13 | _PW_NAME_LEN doesn't include the NUL, MAXLOGNAME does. | Paul Janzen | |
2001-02-13 | KNF | Theo de Raadt | |
2001-02-13 | make the wscons device nodes, wscons0 did not exist. | Dale Rahn | |
2001-02-13 | Try to keep formatting pretty for long usernames | Paul Janzen | |
2001-02-13 | Quiet alpha warnings, principally with correct includes | Paul Janzen | |
2001-02-13 | No need to know anything about ospeed. | Paul Janzen | |
2001-02-13 | rely on constants; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-13 | fat utmp fix; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-13 | chare -> charge; Matt Bing <matt@anzen.com> | Marco S Hyman | |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson | |
moved to dev/pci/tgareg.h | |||
2001-02-13 | Compile state top in, thus allowing -t; kjell@ ok. | Federico G. Schwindt | |
2001-02-12 | Eliminate ISP2100_FABRIC- we always allow for fabric now. Add an | mjacob | |
isp_iid_set/isp_iid for fibre channel- this is because we now fake a port database entry for ourselves. Add the additional loop states between LOOP_PDB_RCVD and LOOP_READY. Change and comment on a wad of Fibre Channel isp_control functions. Change and comment on some of the ISPASYNC Fibre Channel events. Add was_fabric_dev/fabric_dev tags to our local FC database structure (so we can see rapidly whether something was a fabric device but is now gone). Add a tag which says what role this adapter should take. It can take on the value of None, Target, Initiator or Both. None is useful for warm failover purposes. Remove the ISP_CFG_NOINIT silliness since a role of "None" does this. Add a isp_lastmbxcmd tag to store the opcode for the last mailbox command used. | |||
2001-02-12 | Put in offset definitions for FPM and FBM registers, plus just enough | mjacob | |
bits defined so we can reset them. |