Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-14 | UP1000 will fit in here. | Artur Grabowski | |
2001-04-14 | Add support for Alpha Processor, Inc. UP1000. | Artur Grabowski | |
From NetBSD. | |||
2001-04-14 | 'T' handling rcp/scp sync; ok markus@ | Kevin Steves | |
2001-04-14 | protocol 2 tty modes support; ok markus@ | Kevin Steves | |
2001-04-14 | use clear_pass instead of xfree() | Markus Friedl | |
2001-04-14 | remove some channels that are not appropriate for keepalive. | Markus Friedl | |
2001-04-14 | oops, really sync.. i have no idea what happened here | Aaron Campbell | |
2001-04-14 | sync | Aaron Campbell | |
2001-04-14 | Use [a-f] for hex digits, not [A-F]. Also fix some tab/space issues. | Aaron Campbell | |
2001-04-14 | KNF | Aaron Campbell | |
2001-04-14 | Remove non-portable sysbeep calls; deraadt@ | Aaron Campbell | |
2001-04-14 | quieten this on OpenBSD, information available in ifconfig -m is not needed ↵ | Theo de Raadt | |
in dmesg | |||
2001-04-14 | activate wsmoused; the sooner the better | Theo de Raadt | |
2001-04-14 | sync | Theo de Raadt | |
2001-04-14 | Remove some static. | Aaron Campbell | |
2001-04-14 | Userland daemon for wscons console mouse features. | Aaron Campbell | |
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell | |
the wsmoused daemon (replacement for moused which was used with PCVT). Adds a "getchar" method to the display drivers which returns the value of the character currently under the cursor (e.g., so it may be inversed). From jbm@. Still needs a bit of cleanup and improvement, especially X cohabitation features. The pointer moves to fast as well. These sorts of issues will be corrected in-tree. | |||
2001-04-14 | do not double free | Theo de Raadt | |
2001-04-14 | Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which is | Aaron Campbell | |
what Linux does; from NetBSD. This apparently fixes problems with old chipsets that handle the test command differently, leading to a non-working keyboard. This patch was tested by many people successfully. | |||
2001-04-14 | Add an lxtphy_reset function; from NetBSD. Tested on a NewMedia LiveWire | Aaron Campbell | |
10/100 PCMCIA Ethernet card. | |||
2001-04-14 | Forgot remove 'U' from optstring; millert@ ok. ;) | Grigoriy Orlov | |
2001-04-14 | Remove the -o flag from identd's default invocation as it serves only to | Hugh Graham | |
obfuscate, and confuses some software. derradt + millert concur. | |||
2001-04-14 | Respect (absence of) "other" flag in all cases, and fix some whitespace. | Hugh Graham | |
Checked by Theo. | |||
2001-04-14 | Minor cleanup. | Hakan Olsson | |
2001-04-14 | Minor changes, preparing for real socket-attached TDBs; also, more | Angelos D. Keromytis | |
information will be stored in the TDB. ok ho@ provos@ | |||
2001-04-14 | Correctly initialize disklabel structure in readdisklabel(). | Miod Vallat | |
Prevents kernel from panic'ing or disklabel(1) from faulting with an empty (never labaled) disk. Also, use LABELSECTOR instead of hardwired constant. Tested by deraadt@ on mvme68k and myself on mvme88k, deraadt@ ok | |||
2001-04-14 | Remove defopt; aaron@ ok. | Federico G. Schwindt | |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck | |
This gives the ability to do a "keepalive" via the encrypted channel which can't be spoofed (unlike TCP keepalives). Useful for when you want to use ssh connections to authenticate people for something, and know relatively quickly when they are no longer authenticated. Disabled by default (of course). ok markus@ | |||
2001-04-13 | Remove softdep and add avgfilesize/avgfpdir in printfs(). | Grigoriy Orlov | |
Pointed out by fgs@. deraadt@ ok. | |||
2001-04-13 | Another case where we need to use u_char, not char for array | Todd C. Miller | |
subscripts to avoid buf[-1] problems. Also add a missing include of unistd.h. OK'd by Theo | |||
2001-04-13 | signess bug; jwaterman@yaleroad.com | Theo de Raadt | |
2001-04-13 | Add support for user specified tokens to identd. Based on a patch | Todd C. Miller | |
from rjmooney@wall.st w/ minor tweakage by Theo and myself. | |||
2001-04-13 | - attempt to get dma coherent buffers for most of the shared memory uses | Jason Wright | |
- correct rx_reclaim (still needs some work) - rework txp_init() a bit to do the operations in the right order - wait for filter setup to complete before returning | |||
2001-04-13 | Fix clean target so it really cleans - depending on if we have a | Bob Beck | |
seperate .OBJDIR or not, Now checks to see if .OBJDIR is seperate from CURDIR, and if so, blows away the lndir tree so that we don't get caught by stale stuff lying around. | |||
2001-04-13 | merge mod_ssl 2.8.2 | Brad Smith | |
-- Ok'd by: beck@ | |||
2001-04-13 | merge mod_ssl 2.8.2 | Brad Smith | |
-- Ok'd by: beck@ | |||
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 | |