Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-13 | - rx buffer ring management (working) | Jason Wright | |
- simplify/encapsulate fully transmit ring handling - initialize sc_xcvr to be auto - initial rx descriptor ring handling (doesn't work yet) status: firmware, boot, media, tx, and rx buffer management work (actual received frames don't... yet). | |||
2001-04-13 | Remove debugging output, and some extra junk from the verbose output. | Marc Espie | |
Prefix verbose output with pkg: so that we get a better idea what we're dealing with... | |||
2001-04-13 | typo. ok deraadt@ | Jakob Schlyter | |
2001-04-13 | Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@ | Aaron Campbell | |
2001-04-13 | Oops, remove an unrelated debugging #if 0. | Aaron Campbell | |
2001-04-13 | Disestablish the shutdownhook on detach. | Aaron Campbell | |
2001-04-13 | bmtphy does not work perfect yet, but put it in anyways | Theo de Raadt | |
2001-04-13 | sync | Theo de Raadt | |
2001-04-13 | silence printfs from media selection. | Brad Smith | |
2001-04-13 | In cpu_fork, initialize the ipl of the new process to | Artur Grabowski | |
run at IPL_0. From NetBSD. | |||
2001-04-13 | bmtphy | Theo de Raadt | |
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov | |
FreeBSD's log: > The ffs superblock includes a 128-byte region for use by temporary > in-core pointers to summary information. An array in this region > (fs_csp) could overflow on filesystems with a very large number of > cylinder groups (~16000 on i386 with 8k blocks). When this happens, > other fields in the superblock get corrupted, and fsck refuses to > check the filesystem. > > Solve this problem by replacing the fs_csp array in 'struct fs' > with a single pointer, and add padding to keep the length of the > 128-byte region fixed. Update the kernel and userland utilities > to use just this single pointer. > > With this change, the kernel no longer makes use of the superblock > fields 'fs_csshift' and 'fs_csmask'. Add a comment to newfs/mkfs.c > to indicate that these fields must be calculated for compatibility > with older kernels. art@ ok. | |||
2001-04-13 | Make PROCFS compile again on non-UVM systems, deraadt@ ok | Miod Vallat | |
2001-04-13 | add eephy man page; from patel | Theo de Raadt | |
2001-04-13 | Minor typos & cleanup. | Kenneth R Westerback | |
Fix a couple of missing closing quotes in the MBR partitioning routine. Ensure that all questions posed have a space after the closing ']'. makeing -> making. ok drahn@ | |||
2001-04-13 | missing \n in error message | Kevin Steves | |
2001-04-13 | and again. | Brad Smith | |
2001-04-13 | these files are supposed to be regenerated after pcidevs has been commited | Brad Smith | |
so that the correct RCS id is at the top. | |||
2001-04-13 | Pull in (correct) support for LIVENGOOD fibre cards (some register locations | mjacob | |
changed between Wiseman && Livengood. Pull in support for the LIVENGOOD with a PHY (82543_CU) that supports 10/100/1000- this is the Intel PRO1000T. This depends on the Marvell phy support in mii. Do a bunch of ansification. Attempt to *still* keep the OpenBSD printf stuff sane, but this area needs some more cleanup. It'd probably be best to fork the OpenBSD code away from NetBSD. | |||
2001-04-13 | Add support for the Marvell PHY that's on the Intel GigE cards. | mjacob | |
2001-04-13 | Be more explicit about the Intel GigE cards. | mjacob | |
2001-04-12 | Add support for: | mouring | |
sftp [user@]host[:file [file]] - Fetch remote file(s) sftp [user@]host[:dir[/]] - Start in remote dir/ OK deraadt@ | |||
2001-04-12 | Minor nits: | Todd C. Miller | |
"lower case" -> "lowecase", "upper case" -> "uppercase", "file system" -> "filesystem" | |||
2001-04-12 | - initial rx buffer ring management routines and allocation | Jason Wright | |
- go ahead and initialized the rx filter (but don't enable RX just yet) - correct descriptor definition for txp_rx_desc (not the same size as any other descriptor) - definition of txp_rxbuf_desc | |||
2001-04-12 | Actually document all capabilities that tip's remote.c accepts. | Todd C. Miller | |
Most of the text cribbed from tip.1 since there is significant overlap in functionality with .tiprc. Also update parity default to bring in line with tip.c commit. | |||
2001-04-12 | - complete rewrite of transmit routines (these really work, but need | Jason Wright | |
optimization) - add in IFF_OACTIVE and if_timer handling status: firmware, boot, media, and transmit working | |||
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves | |
2001-04-12 | typo | Markus Friedl | |
2001-04-12 | Change tip default from even parity to no parity which is more in line | Todd C. Miller | |
with user expectations. | |||
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl | |
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | |||
2001-04-12 | Todd says we should not doc depricated behaviour | Theo de Raadt | |
2001-04-12 | document shortcut; noted by bk@rt.fm | Theo de Raadt | |
2001-04-12 | Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@ | Nathan Binkert | |
2001-04-12 | Allow kernels with just MFS and no FFS. Fixes PR#323. | Constantine Sapuntzakis | |
2001-04-12 | More. | Hakan Olsson | |
2001-04-12 | Correct various faulty x509 deallocations. By Niklas and me. | Hakan Olsson | |
2001-04-12 | Don't put the same message on the sendq twice. By niklas and me. | Hakan Olsson | |
2001-04-12 | - sort of working transmit routines and tx interrupt handling, definately | Jason Wright | |
more to do here - be sure to set maximum packet size early - remove old debugging code and add new | |||
2001-04-12 | show debug output during option processing, report from pekkas@netcore.fi | Markus Friedl | |
2001-04-12 | Remove a bogus __attribute__ ((unused)) from _splraise. | Artur Grabowski | |
2001-04-12 | Require full name in MAINTAINER; espie@ ok, pointed out by aaron@ | Anil Madhavapeddy | |
2001-04-12 | Call isa_malloc with drq < 4, in case 8-bit DMA channels with more | Constantine Sapuntzakis | |
restrictive boundaries are used | |||
2001-04-12 | The old code was broken and always allocated for a 16-bit DMA channel, | Constantine Sapuntzakis | |
which has different alignment restrictions than the 8-bit DMA channel. Fix from NetBSD. | |||
2001-04-12 | print phy model at startup | Theo de Raadt | |
2001-04-12 | Insert some missing commas. | Aaron Campbell | |
2001-04-11 | Mention more hardware supported by these drivers (sync with i386.html | Miod Vallat | |
webpage), aaron@ ok | |||
2001-04-11 | Xref siop(4), aaron@ ok | Miod Vallat | |
2001-04-11 | sync | Theo de Raadt | |
2001-04-11 | implement the -e option into sshd: | lebel | |
-e When this option is specified, sshd will send the output to the standard error instead of the system log. markus@ OK. | |||
2001-04-11 | correct descriptor definitions for tx and frag | Jason Wright | |
(also fix CMD/RSP type fields) |