summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-10print proper host name for the proxy's peer; bob okMichael Shalayeff
2002-01-10Fix a locking error in pool_drain. Misc cleanup.Artur Grabowski
From NetBSD.
2002-01-10return ENOTTY not EINVAL in default: in *ioctl()Michael Shalayeff
2002-01-10check 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-10Use IFNAMSIZ for strlcpy() and also pretty the man pageJason Wright
(from PR2315; Jason Ackley <jason@ackley.net>)
2002-01-10Let port 0 be specified as it's not special here.Hugh Graham
Agreement with Daniel and others.
2002-01-10sigprocmask 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-10No more need for local define of LOCK_ASSERT.Artur Grabowski
2002-01-10Protect the pool cache magazine pool with splvm.Artur Grabowski
2002-01-10Convert some for-loops into TAILQ_FOREACH.Artur Grabowski
2002-01-10more unused code (with channels.c:1.156)Markus Friedl
2002-01-10remove dead code (skip drain)Markus Friedl
2002-01-10Clean up tty resizing code.Artur Grabowski
Catch SIGWINCH and resize and refresh the screen.
2002-01-10handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@Markus Friedl
2002-01-10skip client_alive_check until there are channels; ok beck@Markus Friedl
2002-01-10remove duplicated decl of PF_INET6. found by kjcJun-ichiro itojun Hagino
2002-01-10larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULTMichael Shalayeff
2002-01-10cache_align is not usedMichael Shalayeff
2002-01-10Check result from malloc(9) when using M_NOWAIT. nate@ okThomas Nordin
2002-01-10Change 1st arg in pthread_attr_getdetachstate to const.Federico G. Schwindt
2002-01-10From FreeBSD: fix conversion from msec to timespec.Federico G. Schwindt
2002-01-10Check result from malloc(9) when using M_NOWAIT. hugh@ okThomas Nordin
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2002-01-09remove cf/domain/sigmasoft.m4 from cf/cf/Makefilelebel
2002-01-09Call gdt_init() earlier and only once. Work done with millert@Thomas Nordin
2002-01-09add ability to execute script or program after a module isEric Jackson
unloaded.. similar to modload. millert@ ok
2002-01-09Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off byTodd C. Miller
default).
2002-01-09regenMichael Shalayeff
2002-01-09add corega wavelanMichael Shalayeff
2002-01-09add ess1921 codec idMichael Shalayeff
2002-01-09make sure we use lkmfree() in error cases as well.Eric Jackson
millert@ ok
2002-01-09better iobase for rtii, from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2002-01-09check&fix. Request from ericj@.Mike Pechkin
o) start new sentence on a new line; o) .SYNOPSIS always have .Nm;
2002-01-09streams goneEric Jackson
2002-01-09streams goneEric Jackson
2002-01-09open RDWR only for -w, RDONLY otherwiseMichael Shalayeff
2002-01-09Port must be >0 and <=65535. Idea while have fun with ssh.Mike Pechkin
dhartmei@ ok
2002-01-09make sure mixer was opened for write for AUDIO_MIXER_WRITEMichael Shalayeff
2002-01-09Remove private sendmail configuration files -- they are out of date anyhowThorsten Lockert
2002-01-09If a write(2) is done with a length of zero bytes, short-circuit and do notThorsten Lockert
update the modification time -- required by POSIX. ok millert@ drahn@
2002-01-09replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@Markus Friedl
2002-01-09merge channel_pre_open_15/channel_pre_open_20; ok provos@Markus Friedl
2002-01-09perl lives in /usr/bin, not /usr/local/bin; Ingolf SchuchardtTodd C. Miller
2002-01-09append \n only for public keysMarkus Friedl
2002-01-09free() 'interface' in {nat,binat,rdr}ruleMike Pechkin
dhartmei@ ok
2002-01-09Add tests for 'no' translation rules and 'label' in filter rules.Daniel Hartmeier
2002-01-09Add labels to rules. These are arbitrary names (not to be confused withDaniel Hartmeier
tags that will be used to tag packets later on). Add pfctl -z to clear per-rule counters. Add pfctl -s labels to output per-rule counters in terse format and only for rules that have labels. Suggested by Henning Brauer.
2002-01-09o There's no such thing as a source overrun, remove the definitionJason Wright
o enable illegal read/write interrupts on 7811 (mainly for debugging)
2002-01-09Kill volatile now that jongjmp is history.Todd C. Miller