Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-12 | Not used. | Miod Vallat | |
2002-01-12 | If the user passes in "" as the string to resolve the lstat() will | Todd C. Miller | |
fail anyway so check for that. Also convert "." to "" since that way we avoid the lstat() (which we don't need) and the subsequent chdir() and some dir checks. | |||
2002-01-12 | o Don't use register except in conjunction with assembler | Todd C. Miller | |
o use volatile to avoid clobbering by longjmp or vfork o variables to be modified in signal handlers should be volatile sig_atomic_t | |||
2002-01-12 | xr to dig. | Marc Espie | |
2002-01-12 | Xr intro 4 intead of special 8. | Jason Wright | |
2002-01-12 | undo local change | Markus Friedl | |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright | |
even if the flags enable it. chris@ ok | |||
2002-01-12 | - Only apply fastroute and route-to if we are going in the same | jasoni | |
direction as the rule. - ok dhartmei@ | |||
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson | |
2002-01-12 | Make sure the daemon() call is harmless to file descriptors. | Miod Vallat | |
Problem reported by markus@, fix by me, ok markus@ millert@ | |||
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson | |
2002-01-12 | add rediraccept and redirtimeout sysctl's. | Eric Jackson | |
rediraccept allows one to ignore ICMP_REDIRECT redirtimeout sets a timeout on the routing entries pretaining to ICMP_REDIRECT, this timeout is defaulted to 10 minutes. (same as ipv6) From NetBSD. millert@ ok | |||
2002-01-11 | use snprintf; mouring@ | Markus Friedl | |
2002-01-11 | use snprintf; mouring@ | Markus Friedl | |
2002-01-11 | use _PATH_TTY | Markus Friedl | |
2002-01-11 | use bsearch() for keywords lookup, swap couple of entries to make the ↵ | Michael Shalayeff | |
keywords array sorted and add a comment to keep it that way; dhartmei@ ok | |||
2002-01-11 | Reorganize a little, pull in instructions on certifcate generation | Todd C. Miller | |
from ssl(8) and provide step-by-step instructions on how to edit the .mc files, install the new .cf files, restart sendmail and test. Should now be idiot-proof until science builds us a better idiot. | |||
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright | |
headers. | |||
2002-01-11 | use strlcpy not strlcat; mouring@ | Markus Friedl | |
2002-01-11 | pad the pf_state_{host,peer} to a 32bit quantity; dhartmei@ frantzen@ ok | Michael Shalayeff | |
2002-01-11 | enable/disable IEN in cs4231 pin control register | Jason Wright | |
2002-01-11 | Roughly same diff as sparc, better interrupt handling: | Jason Wright | |
* check use IE bits to qualify I bits * move cs4231 chip interrupts to APC GI handling * enable/disable cs4231 IEN in pin control register | |||
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright | |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright | |
* check the qualify the intr pending bits with the enable bits * enable/disable the cs4231 IEN bit in the pin control register * move the cs4231 (not dma) interrupt handling to the general interrupt processing [This properly allows for sharing with, eg. magma] | |||
2002-01-11 | a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED' | Markus Friedl | |
dispatch_range(): set handler for a ranges message types use dispatch_protocol_ignore() for authentication requests after successful authentication (the drafts requirement). serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting. | |||
2002-01-11 | add defines for msg type ranges | Markus Friedl | |
2002-01-11 | handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@ | Markus Friedl | |
2002-01-11 | typo | Jun-ichiro itojun Hagino | |
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> | |||
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright | |
64Mhz vs. the "normal" 25Mhz). This (with the cs4231 patch) makes this board work. | |||
2002-01-11 | Get order of operations correct so that we clear the wsmux array and | Jason Wright | |
initialize it correctly. | |||
2002-01-11 | call daemon(3) prior to socket setups to avoid file descriptor close mistakes. | Jun-ichiro itojun Hagino | |
noted by markus, sync with kame | |||
2002-01-11 | Check result from malloc(9) when using M_NOWAIT. fgsch@ ok | Thomas Nordin | |
2002-01-11 | document new sysctl for vfs.nfs.norsvport | Nathan Binkert | |
2002-01-11 | document new sysctl for vfs.nfs.norsvport | Nathan Binkert | |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert | |
used by the nfs server. | |||
2002-01-11 | o crank max load for queue and refuse | Todd C. Miller | |
o use shared memory for disk usage stats o cache up to 4 connections instead of 2 o use port 24 on lo0 for nocanonify MSA | |||
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright | |
(This fixes the crash in pr2212, but the magma still doesn't want to talk to the world... looks like oscillator problems). [Many thanks to John Baker <jdbaker@blkbox.com> for donating a MAGMA board for testing] | |||
2002-01-10 | Bring back pmap_motorola for mac68k. | Miod Vallat | |
2002-01-10 | Replace asm statements with stuff from asm*.h, or even simple equivalent | Miod Vallat | |
C statements. As a bonus this gets rid of the incorrect gcc 2.95 warnings in machdep.c | |||
2002-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat | |
Others will be switched after more 060 tests. This time: hp300 | |||
2002-01-10 | Reintroduce the pmap_motorola framework. | Miod Vallat | |
2002-01-10 | print proper host name for the proxy's peer; bob ok | Michael Shalayeff | |
2002-01-10 | Fix a locking error in pool_drain. Misc cleanup. | Artur Grabowski | |
From NetBSD. | |||
2002-01-10 | return ENOTTY not EINVAL in default: in *ioctl() | Michael Shalayeff | |
2002-01-10 | check if device was opened for writing for modifying ops, also it's enotty ↵ | Michael Shalayeff | |
not einval; from Vladimir Popov <jumbo@narod.ru> and me | |||
2002-01-10 | Use IFNAMSIZ for strlcpy() and also pretty the man page | Jason Wright | |
(from PR2315; Jason Ackley <jason@ackley.net>) | |||
2002-01-10 | Let port 0 be specified as it's not special here. | Hugh Graham | |
Agreement with Daniel and others. | |||
2002-01-10 | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. | Dale Rahn | |
2002-01-10 | - unbreak POOL_DIAGNOSTIC. | Artur Grabowski | |
- use ltsleep instead of simple_unlock ; tsleep | |||
2002-01-10 | No more need for local define of LOCK_ASSERT. | Artur Grabowski | |