summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-11document new sysctl for vfs.nfs.norsvportNathan Binkert
2002-01-11Add a new sysctl that removes the requirement for reserved ports to beNathan Binkert
2002-01-11o crank max load for queue and refuseTodd C. Miller
2002-01-11Only check for playback interrupts if we're actually expecting them.Jason Wright
2002-01-10Bring back pmap_motorola for mac68k.Miod Vallat
2002-01-10Replace asm statements with stuff from asm*.h, or even simple equivalentMiod Vallat
2002-01-10Switch m68k arches that do not exist in 68060 models back to pmap_motorola.Miod Vallat
2002-01-10Reintroduce the pmap_motorola framework.Miod Vallat
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
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 no...Michael Shalayeff
2002-01-10Use IFNAMSIZ for strlcpy() and also pretty the man pageJason Wright
2002-01-10Let port 0 be specified as it's not special here.Hugh Graham
2002-01-10sigprocmask should return 0 on success, fixes powerpc ntpdate problem.Dale Rahn
2002-01-10- unbreak POOL_DIAGNOSTIC.Artur Grabowski
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
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
2002-01-09Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off byTodd C. Miller
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
2002-01-09better iobase for rtii, from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2002-01-09check&fix. Request from ericj@.Mike Pechkin
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
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
2002-01-09replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@Markus Friedl